.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 11px Tahoma;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.head{
font: bold 12px Tahoma;
}


.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #0066B2;
color: #1A74B7;
background: white url(shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: none;
color: #074D81;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.contentstyle{
border: 1px solid #0066B2;
width: 550px;
margin-bottom: 1em; padding: 10px;
}


.listheader
{
   font-family:Tahoma;
   background-color : #A5C7E4;
   font-size : 10px;   
   color:#084D83;
   padding-left:5px;
   font-weight:bold;
}

.listdetail
{
   font-family: Tahoma;
 background-color : #F5FAFD;
   font-size :10px;   
    padding-left:5px;
}

.listdetailleft
{
   font-family: Tahoma;
 background-color : #F5FAFD;
   font-size :10px;   
    padding-left:5px;
	text-align: left;
}
.listdetail a
{
   text-decoration : underline;
}

.listdetail a:hover
{
   font-weight : normaL;
}
