﻿a { color: #06c; text-decoration: none; }
a:visited { color: #039; text-decoration: none; }
a:focus, a:hover { color: #39f; text-decoration: underline; }

.floatClear { clear: both; }
.floatLeft { float: left; }
.floatRight { float: right; }

.fontBold { font-weight: bold; }
.alignRight { text-align: right; }

img { border: none; vertical-align: middle; text-align: center; }
table { table-layout: fixed; }

@media screen, projection {
  body {
    background-color: #fff;
    background-image: url(/Info/Masters/Images/Background.jpg);
    background-position: left top;
    background-repeat: repeat-x;
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
    font-size: 8pt;
    line-height: 14pt;
    margin: 0;
    padding: 0;
  }

  /* Hide Print Header and Footer */
  .printHeader { display: none; }
  .printFooter { display: none; }

/* Site Header */

  .siteHeader {
    background-image: url(/Masters/Images/BW_Logo.jpg);
    background-position: left 20px;
    background-repeat: no-repeat;
    height: 124px;
    margin: 0 auto;
    position: relative;
    top: 0;
    width: 760px;
  }

  .siteHeader .LogoName {
    color: #033B74;
    font-family: 'Arial Black', Arial, Sans-Serif;
    font-size: 16pt;
    letter-spacing: -1px;
    position: absolute;
    top: 45px;
    left: 80px;
  }

  .siteHeader ul { height: 29px; left: 0; list-style-type: none; margin: 0; padding: 0; position: absolute; bottom: 0; }
  .siteHeader ul li { display: inline; height: 29px; }
  .siteHeader ul li a {
    background-color: #EBF3FD;
    background:-moz-linear-gradient(#FAFBFD, #BBD9F0);
    background:-webkit-gradient(linear, left top, left bottom, from(#FAFBFD), to(#BBD9F0));
    border: solid 1px #B8D6FB;  
    border-bottom: none;
    color: #000;
    cursor: pointer;
    float: left;
    font-weight: bold;
    height: 28px;
    line-height: 28px;
    margin-right: 1px;
    outline: 0;
    padding: 0 24px;
    text-decoration: none;
  }

  .FirstTab { 
    background: none;
    border-radius: 7px 0 0 0;
    -moz-border-radius: 7px 0 0 0;
    -webkit-border-top-left-radius: 7px;
  }

  .LastTab { 
    border-radius: 0 7px 0 0;
    -moz-border-radius: 0 7px 0 0;
    -webkit-border-top-right-radius: 7px;
  }

  .siteHeader ul li a span { float: left; height: 28px; line-height: 28px; text-decoration: none; }
  .siteHeader ul li a:focus, .siteHeader ul li a:hover, .siteHeader ul li a.Active { 
    background-color: #FFEBAF;
    background:-moz-linear-gradient(#FFFDEB, #FFEBAF);
    background:-webkit-gradient(linear, left top, left bottom, from(#FFFDEB), to(#FFEBAF));
    border-color: #DBCE99; 
    color: #000; 
  }

  .siteHeader ul li a.Active {
    background-color: #003F7F; 
    background: -moz-linear-gradient(#227CB0, #003F7F);
    background: -webkit-gradient(linear, left top, left bottom, from(#227CB0), to(#003F7F));
    border-color: #003F7F; 
    color: #fff;
    border-radius: 7px 7px 0 0;
    -moz-border-radius: 7px 7px 0 0;
    -webkit-border-radius: 7px 7px 0 0;
  }

  .siteContent { 
    background-color: #fff;
    margin: 11px auto 0 auto;
    min-height: 300px;
    position: relative;
    width: 760px;
  }

  .sitePageContent { float: left; padding: 20px; position: relative; }
 
  /* Site Footer */  
  .siteFooter {
    background-color: #fff;
    border-top: dotted 1px #aaa;
    color: #323232;
    clear: both;
    font-size: 8pt;
    padding: 7px 5px;
    margin: 0 auto;
    width: 750px;
  }

  #siteFooterLeft { float: left; }
  #siteFooterLeft ul { list-style-type: none; margin: 0; padding: 0 }
  #siteFooterLeft ul li { border-left: solid 1px #ccc; display: inline; padding: 0 5px; }
  #siteFooterLeft ul li:first-child { border-left: 0; padding-left: 0; }
  #siteFooterRight { float: right; text-align: right; }
  
  .SnapBackButton { 
    background-color: #B1D3FF;
    background: -moz-linear-gradient(#E3EFFF, #D1E5FF 40%, #C1DCFF 40%, #B1D3FF);
    background: -webkit-gradient(linear, left top, left bottom, from(#E3EFFF), to(#B1D3FF), color-stop(0.4, #D1E5FF), color-stop(0.4, #C1DCFF));
    border: solid 1px #9DBDD8;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    display: block;
    height: 25px;
    margin-bottom: 11px;
  }
  
  .SnapBackButton:focus, .SnapBackButton:hover {
    background-color: #FCE6BA;
    background: -moz-linear-gradient(#FFFFE3, #FDF6D4 40%, #FCE6BA 40%, #FCE6BA);
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFE3), to(#FCE6BA), color-stop(0.4, #FDF6D4), color-stop(0.4, #FCE6BA));
    border: solid 1px #C0A776;
    text-decoration: none;
    -moz-box-shadow: 0 0 4px #aaa;
    -webkit-box-shadow: 0 0 4px #aaa;
  }
  
  .SnapBackButton span { 
    background-image: url(/Info/Masters/Images/Icons/SnapBack.gif);
    background-position: 5px center;
    background-repeat: no-repeat;
    color: #000;
    cursor: pointer;
    display: block; 
    height: 25px; 
    line-height: 25px; 
    overflow: hidden;
    outline-offset: -3px;
    padding-left: 25px;
  }
}

@media print {
  body {
    background-color: #fff;
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
    font-size: 8pt;
    line-height: 14pt;
    margin: 0;
    padding: 0;
  }
  
  .siteHeader { display: none; }
  .siteFooter { display: none; }

  .siteContent {}
  .sitePageContent {}

  .printHeader h1 { font-family: 'Arial Black', Arial, Sans-Serif; font-size: 18pt; letter-spacing: -1px; margin: 0; padding: 0; }
  .printHeader img { margin-left: 5px; }

  .printFooter { border-top: solid 2px #039; padding-top: 5px; margin-top: 11px; }
}

h1, h2, h3 { font-weight: lighter; padding: 0; margin: 0 0 5px 0; }
h1 { font-size: 18pt; line-height: 25pt; }
h2 { color: #006; font-size: 14pt; line-height: 20pt; }
h3 { font-size: 12pt; line-height: 16pt; } 

h4, h5, h6 { line-height: 12pt; font-weight: bold; padding: 0; margin: 11px 0; }
h4 { font-size: 11pt; color: #013F7F; }
h5 { font-size: 10pt; color: #006e12; }
h6 { font-size: 9pt; color: #6e0012; }

p {  }

.Section { margin-bottom: 5px; padding-bottom: 11px; }
.Section .Header { 
  background-color: #e6e6e6; 
  background: -moz-linear-gradient(#f7f7f7, #e6e6e6);
  background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#e6e6e6));
  border: solid 1px #d9d9d9;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #333; 
  display: block;
  font-weight: bold;
  height: 25px;
  line-height: 25px;
  padding-left: 11px;
  -moz-box-shadow: 2px 2px 5px #eee;
  -webkit-box-shadow: 2px 2px 5px #eee;
  margin-bottom: 5px;
}

.Section ul { list-style-type: none; margin: 0; padding: 11px; margin-bottom: 11px; }
.Section ul li { display: block; width: 180px; float: left; margin-bottom: 5px; }

.InfoPanel { 
  border: solid 1px #aaa;
  clear: both;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-color: InfoBackground;
  background-image: url(/Info/Masters/Images/Icons/information.png);
  background-position: 5px center;
  background-repeat: no-repeat;
  color: InfoText;
  margin: 11px 0;
  padding: 5px 5px 5px 30px;
  -moz-box-shadow: 2px 2px 5px #ccc;
  -webkit-box-shadow: 2px 2px 5px #ccc;
}

.Quote {
  border-left: solid 5px #666;
  clear: right;
  color: #666;
  float: right;
  font-size: 9pt;
  font-style: italic;
  line-height: 15pt;
  margin: 5px;
  padding: 11px;
  width: 178px;
}

.Quote-By { 
  color: #666;
  display: block;
  font-size: 9pt;
  font-weight: lighter;
  text-align: right;
}


.LeftPicture, div.RightPicture {
  background-color: #f7f7f7;
  background: -moz-linear-gradient(#f7f7f7, #e6e6e6);
  background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#e6e6e6));
  border: solid 1px #d9d9d9;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 5px;
}

a.RightPicture {
  background-color: #B1D3FF;
  background: -moz-linear-gradient(#E3EFFF, #D1E5FF 40%, #C1DCFF 40%, #B1D3FF);
  background: -webkit-gradient(linear, from(#E3EFFF), to(#B1D3FF), color-step(0.4, #D1E5FF), color-step(0.4, #C1DCFF));
  border: solid 1px #9DBDD8;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #000;
  outline: none;
  padding: 5px;
  width: 200px;
}

a.RightPicture:focus, a.RightPicture:hover {
  text-decoration: none;
  cursor: pointer !important;
  -moz-box-shadow: 0 0 5px #aaa;
  -webkit-box-shadow: 0 0 5px #aaa;
}

a.RightPicture:hover {
  background-color: #FCE6BA;
  background: -moz-linear-gradient(#FFFFE3, #FDF6D4 40%, #FCE6BA 40%, #FCE6BA);
  background: -webkit-gradient(linear, from(#FFFFE3), to(#FCE6BA), color-step(0.4, #FDF6D4), color-step(0.4, #FCE6BA));
  border: solid 1px #C0A776;
}

a.RightPicture:focus {
  background-color: #FFE796;
  background: -moz-linear-gradient(#FFFEE3, #FFE793 40%, #FFD754 40%, #FFE796);
  background: -webkit-gradient(linear, from(#FFFEE3), to(#FFE796), color-step(0.4, #FFE793), color-step(0.4, #FFD754));
  border: solid 1px #C0A776;
}

.LeftPicture {
  clear: left;
  float: left;
  margin: 0 11px 11px 0;
}

.RightPicture {
  clear: right;
  float: right;
  margin: 0 0 11px 11px;
}

.RightPicture img { }
.RightPicture span { display: block; padding: 5px 5px 0 5px; }

.InternalLink, .ExternalLink {
  background-position: left center;
  background-repeat: no-repeat;
  padding: 2px 2px 2px 20px;
}

.InternalLink { background-image: url(/Info/Masters/Images/Icons/Internal.gif); }
.ExternalLink { background-image: url(/Info/Masters/Images/Icons/External.gif); }


table.BWForm { border: none; border-spacing: 1px; table-layout: fixed; }
table.BWForm caption { text-align: left; font-size: 12pt; font-weight: lighter; color: #3d5c96; padding-bottom: 5px; }
table.BWForm thead tr th { border: solid 1px #7183b2; background-color: #3d5c96; color: #fff; text-align: left; padding: 5px; vertical-align: middle; }
table.BWForm tbody tr { background-color: #edeff6; color: #000; }
table.BWForm tbody tr.Alternate { background-color: #d7dffc; color: #000; }
table.BWForm tbody tr td { border: solid 1px #7183b2; text-align: left; padding: 5px; vertical-align: top; }
table.BWForm tbody tr td.Light { background-color: #edeff6; color: #000; }
table.BWForm tbody tr td.Dark { background-color: #d7dffc; color: #000; }
table.BWForm tbody tr td.Darker { background-color: #ccd1e5; color: #000; }
table.BWForm tbody tr td.Title { background-color: #5d73a6; color: #fff; }
table.BWForm tbody tr td.Header { background-color: #3d5c96; color: #fff; font-weight: bold; }

.padLeft20 { padding-left: 20px; }

.DescriptiveLink {
  display: block;
  border: solid 1px transparent;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 5px 11px;
  width: 450px;
}
.DescriptiveLink-Title {
  display: block;
  color: #006e12;
  font-size: 12pt; font-weight: lighter;
  padding-bottom: 5px;
}
    
.DescriptiveLink-Description { color: #000; }
    
.DescriptiveLink:focus, .DescriptiveLink:hover { text-decoration: none;  outline-offset: -5px; }
.DescriptiveLink:hover {
  background-color: #EBF3FD;
  background:-moz-linear-gradient(#FAFBFD, #EBF3FD);
  background:-webkit-gradient(linear, left top, left bottom, from(#FAFBFD), to(#EBF3FD));
  border: solid 1px #B8D6FB;     
}
.DescriptiveLink:focus {
  background-color: #C1DBFC;
  background:-moz-linear-gradient(#DCEAFC, #C1DBFC);
  background:-webkit-gradient(linear, left top, left bottom, from(#DCEAFC), to(#C1DBFC));
  border: solid 1px #7DA2CE;      
}