#toptab {
margin-left: 0px;
width: 359px;
height: 224px;
margin-top: 0px; padding: 0px;
background: #6bacac;
float: right;}

/*height: 224px;*/

.shadetabs2{
padding: 5px 3px 3px 1em;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px 'helvetica';
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs2 a img  {border: none;}

.shadetabs2 li{
display: inline;
margin: 0;

}

.shadetabs2 li a {
text-decoration: none;
z-index: 5500;
padding: 3px 6px;
margin: 0px 0px;
color: #428788;
background-color: #b5d2d3;
font: bold 12px 'helvetica';
border: 1px solid #b5d2d3;
}

.shadetabs2 li a:visited {
color: #428788;
margin: 0px 0px;
text-decoration: none;
font: bold 12px 'helvetica';
}

.shadetabs2 li a:hover{
text-decoration: none;
margin: 0px 0px;
font: bold 12px 'helvetica';
background: #428788;
border: 1px solid #428788;

}
.shadetabs2 li a:hover {color: #fff; background: #428788;}

.shadetabs li a, .shadetabs li a:visited {background-color: #b5d2d3;
color: #428788; text-decoration: none;}


.shadetabs2 li a.selected{ /*selected main tab style */
position: relative;
text-decoration: none;
top: 0px;
margin: 0px 0px;
font: bold 12px 'helvetica';
}

.shadetabs2 li a.selected, .shadetabs2 li a.selected:visited{ /*selected main tab style */
border-bottom-color: #f0f6f2;  /*changed */
background-color: #f0f6f2;/* change background color on selected tabs */
margin: 0px 0px;
color: #428788;
text-decoration: none;
}

.tabcontent{
display:none;
}

@media print .tabcontent {
display:block !important;
}

.shadetabs div.tall { height: 500px;}

html>body .shadetabs div.tall { height: 280px; } /*firefoxfix */

#toptab div.big { background: #f0f6f2; width:359px; height: 240px; margin: 0em; padding: 0px;}


html>body table.main {height: 460px;} /*firefoxfix */


#toptab div.big img {vertical-align: top;}

/* Start Content Styling */

.content { width: 359px; margin: 0px 0px 0px 0px;}

.content img {vertical-align: top; margin-top: 2px;}

html>body .content img {vertical-align: top; margin-top: 0px;}


