/* CSS Document */
/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 0px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
float:left;
font: bold 11px Arial, Helvetica, sans-serif;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
width:178px;
margin: 0;
float:left;

}

.shadetabs li a{
display:block;
width:178px;
height:23px;
text-decoration: none;
z-index: 1;
/*padding: 3px 7px;*/
margin-right: 3px;
padding-top:5px;
text-align:center;
color: #2d2b2b;
background: white url(../images/butBgRo.gif) top left ;/*shade.gif  repeat-x*/
}

.shadetabs li a:visited{
color:#999999;
}

.shadetabs li a:hover{
text-decoration: none;
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
color:#000000;
top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(../images/butBg.gif);/*shadeactive.gif*/
border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}


.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid gray;
width: 450px;
margin-bottom: 1em;
padding: 10px;
}
/*.menu {
	padding: 3px 0;
	margin-left: 0;
    margin-top: 1px;
	list-style-type: none;
	margin-bottom: 0;
}
.menu li {
    display: inline;
	margin:0px;
	
    
}
.menu li a {
	display:block;
	width:178px;
	height:28px;
    z-index: 1;
    line-height:28px;
	color:#000;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	background:url(../images/butBg.gif) no-repeat;
	letter-spacing:0;
}
.menu a:hover {
	background:url(../images/butBgRo.gif) no-repeat;
	text-decoration:none;
}
.menu a:visited, .menu a:hover, .menu a:link, .menu a:active {
	color:#fff;
}*/
.shadetabsP{
padding: 0px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
float:left;
font: bold 11px Arial, Helvetica, sans-serif;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabsP li{
display: inline;
width:159px;
margin: 0;
float:left;
}

.shadetabsP li a{
display:block;
width:159px;
height:23px;
text-decoration: none;
z-index: 1;
/*padding: 3px 7px;*/
margin-right: 3px;
padding-top:5px;
text-align:center;
color: #2d2b2b;
background: white url(../images/butBgpRo.gif) top left ;/*shade.gif  repeat-x*/
}

.shadetabsP li a:visited{
color:#999999;
}

.shadetabsP li a:hover{
text-decoration: none;
color: #2d2b2b;
}

.shadetabsP li a.selected{ /*selected main tab style */
position: relative;
color:#000000;
top: 1px;
}

.shadetabsP li a.selected{ /*selected main tab style */
background-image: url(../images/butBgp.gif);/*shadeactive.gif*/
border-bottom-color: white;
}

.shadetabsP li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}
