﻿/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
margin:0px;
padding:0px;
list-style-type: none;
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a, .shadetabs li div{
position: relative;
z-index: 1;
float:left;
font-family:Verdana;
font-size:12px;
color:#ffffff;
font-weight:bold;
text-decoration:none;
padding:7px 14px;

}
.shadetabs li a{
border-right:1px solid #ffffff;
}
.shadetabs li a:hover{
background:url(../images/tab-ho.gif) repeat-x;
}
.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top:0px;
}
.shadetabs li a.selected{ /*selected main tab style */
background:url(../images/tab-ho.gif) repeat-x;
}
.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.shadetabs li a span{
font-size:10px;
}




.shadetabs1{
margin:0px;
padding:0px;
list-style-type: none;
}
.shadetabs1 li{
display: inline;
margin: 0;
}
.shadetabs1 li a{
position: relative;
z-index: 1;
float:left;
font-family:Verdana;
font-size:12px;
color:#ffffff;
font-weight:bold;
text-decoration:none;
padding:7px 0px;
border-right:1px solid #ffffff;
width:92px;
text-align:center;
}
.shadetabs1 li a:hover{
background:url(../images/tab-ho.gif) repeat-x;
}
.shadetabs1 li a.selected{ /*selected main tab style */
position: relative;
top:0px;
}
.shadetabs1 li a.selected{ /*selected main tab style */
background:url(../images/tab-ho.gif) repeat-x;
}
.shadetabs1 li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}


.shadetabs2{
margin:0px;
padding:0px;
list-style-type: none;
}
.shadetabs2 li{
display: inline;
margin: 0;
}
.shadetabs2 li a{
position: relative;
z-index: 1;
float:left;
font-family:Verdana;
font-size:12px;
color:#ffffff;
font-weight:bold;
text-decoration:none;
padding:7px 7px 7px 8px;
border-right:1px solid #ffffff;
}
.shadetabs2 li a:hover{
background:url(../images/tab-ho.gif) repeat-x;
}
.shadetabs2 li a.selected{ /*selected main tab style */
position: relative;
top:0px;
}
.shadetabs2 li a.selected{ /*selected main tab style */
background:url(../images/tab-ho.gif) repeat-x;
}
.shadetabs2 li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}


.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

.info{
	padding:0px;
	margin:0px;
	margin-top:-1px;
}
.info p{
	padding:0px 0px 5px 0px;
	margin:0px;
}
.info p b{
	font-size:13px;
	display:block;
}
.info p b a{
	color:#947A06;
	text-decoration:underline;
}

.info p b a:hover{
	color:#000000;
	text-decoration:none;
}
.info p a{
	color:#000;
	text-decoration:underline;
}

.info p a:hover{
	color:#947A06;
	text-decoration:none;
}

