body {
  background-image: url(../images_v2/background.jpg);
  background-position: top left;
  background-repeat: repeat-x;
  background-color: #01619e;
  text-align: left;
  margin: 0;
  padding: 20px;
  font-family: 'Trebuchet MS', verdana, arial, sans-serif;
  font-size: 85%;
}

body.noheader {
  margin-top: -90px;
}

#outercontent {
  width: 790px;
  text-align: center;
  margin: auto;
  position: relative;
  padding-top: 90px;
}

#toprow {
  margin: auto;
  width: 740px;
  border-width: 0;
}
#toprow td {
  padding: 0;
}
#toprow .blankcell {
  width: 100%;
  background-color: #FFF;
}
#pagecontent {
  background-color: #FFF;
  width: 700px;
  margin: auto;
  margin-top: 0;
  text-align: left;
  padding: 50px 20px 30px 20px;
  border-bottom: 13px solid #7E8083;
  background-image: url(../images_v2/br_corner.gif);
  background-position: bottom right;
  background-repeat: no-repeat;
}

#masthead_left {
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 10;
}

#masthead_middle {
  position: absolute;
  top: 0;
}

#masthead_right {
  position: absolute;
  top: 58px;
  right: -8px;
  z-index: 10;
  background-image: url(../images_v2/atx-navbar2.png);
  background-repeat: no-repeat;
  padding: 10px 20px 53px 0;
  width: 400px;
}

#masthead_right a {
  padding: 0 10px;
  font-size: 14px;
  line-height: 14px;
  color: #7E8083;
  color: #000;
  text-transform: uppercase;
}
#masthead_right a:hover {
  color: #FFF;
}

#footer {
  position: relative;
  top: 10px;
  text-align: center;
  width: 98%;
}

#scroller {
  display: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}
td.subtitle {
  background-color: #FFF;
  color: #000;
}
td.data, td.datacell, td.fittrcells {
  background-color: #DDD;
}
td.green {
  background-color: #BDB;
}
td.red {
  background-color: #DBB;
}
td.yellow {
  background-color: #DDB;
}
td.data, td.subtitle {
  border: 1px solid #7E8083;
}
table table td.data {
  border-width: 0;
}
td.data td.data {
  border-width: 0;
}
td.fittrcells {
  white-space: normal;
}
td.datarow1 {
  background-color: #BBB;
}

td.title, h3.title {
  background-color: #005683;
  color: #FFF;
  padding: 2px 5px 4px 5px;
  font-size: 1.3em;
  margin: 0;
}
table, table.yellowtable table, div.textblock {
  border: 2px solid #005683;
  padding: 5px;
  margin-bottom: 30px;
}

table.yellowtable, table.yellowtablealt, table table, table.yellowtable table table {
  border-style: none;
  margin-bottom: 0;
}

#bottomcopyright {
  font-size: 10px;
  text-align: center;
}

.wrapit {
  white-space: normal;
  width: 100%;
}

table.jmenu {
  border-width: 0;
  text-align: left;
}

table.jmenu td {
  background-color: #F4E500;
  color: #000;
  padding: 0 3px;
  line-height: 24px;
  font-size: 11px;
  text-align: left;
}



.red_text {
  color: #900;
}
.helptext {
  visibility: hidden;
  position: absolute;
  background-color: #FAF280;
  border: 2px solid #000000;
  padding: 2px;
  font-weight: bold;
  width: 300px;
  z-index: 100;
  text-align: left;
  font-size: 12px;
}
.helpable{
  border-bottom: 1px dotted #000000;
  cursor: help;
}


a, a:visited, a.subtitlecell:link, a.subtitlecell:visited {
  color: #005683;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
a.toptab_option {
  color: #666;
}
a.toptab_option, .toptab_current {
  padding: 4px;
  margin-left: 3px;
  text-decoration: none;
        background-color: white;
        color : #005683;
        margin-right: 3px;
        border-top:1px solid black;
        border-right:1px solid black;
        border-bottom:none;
        border-left:1px solid black;
        -webkit-border-radius: .5em .5em 0 0 ;
        -moz-border-radius: .5em .5em 0 0 ;
        border-radius: .5em .5em 0 0 ;
}
a.toptab_option:hover, .toptab_current {
        background: #67ACC6;
        background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#66ACC6));
        background: -moz-linear-gradient(top,  #fff,  #66ACC6);
        filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#66ACC6');
}
table.yellowtable table.toptabtable, table.toptabtable {
  border-style: none;
}
#homepageoption {
  display: inline;
  position: absolute;
  top: 103px;
  left: 60px;
}
