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

.shadetabs{
padding:0;
margin: 0;
font: bold 12px Verdana;
list-style:none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li
{
	position: relative;
	float: left;
	margin: 0px 1px 0px 1px;
	padding: 0px 0px 0px 0px;
	height: 29px;
	/*width: 121px;*/
	
}

.shadetabs li a
{
	text-decoration: none;
	z-index: 1;
	padding: 10px 10px 0px 0px;
	margin: 0px 0px 0px 10px;
	color: #2d2b2b;
	height: 29px;
	display:block;
	background: white url(../images/tab.png) top right no-repeat;
	
}

.shadetabs li a:visited{
color: #2d2b2b;
}

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

.shadetabs li span
{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 39px;
	width: 10px;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #fff url(../images/tab_left.png) top left no-repeat;
}


.shadetabs li a.selected /*selected main tab style */
{
	background: url(../images/tab_selected.png) top right no-repeat;
	border-bottom-color: white;
	padding: 10px 10px 0px 0px;
	margin: 0px 0px 0px 10px;
	display:block;
}

.shadetabs li a.selected span /*selected main tab style */
{ 
	position: absolute;
	top: 0px;
	left: 0px;
	height: 39px;
	width: 10px;
	background: url(../images/tab_selected_left.png) top left no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


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

.tabcontent{
	display:none;
	width: 590px;
	margin: 15px 0px 0px 15px;
	padding: 0px 0px 0px 0px;
}

.tabcontent a {

	width: 604px;
	display:block;
	font: bold 13px Arial;
	margin: 1px 0px 1px 0px;
	padding: 3px;
	background-color:#e6e6e6;
	cursor:pointer;
}

.tabcontent a.selected {

	width: 604px;
	display:block;
	font: bold 14px Arial;
	margin: 1px 0px 1px 0px;
	padding: 3px;
	background: #e6e7e7 url("../images/tab_01.gif") repeat-x left bottom;
	border-bottom: 1px solid #ccc;
	cursor:pointer;


}




.tabcontent div {

	width: 590px;
	display:block;
	font: Normal 12px Arial;
	margin: 0px 0px 0px 0px;
	padding: 10px 20px 20px 20px;

}




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