/*Side Menu Styles*/

.shadetabs li{
	text-decoration: none;
	list-style-type: none;
	display: block;
	float: left;
	
}

.shadetabs li a{
	color: #000000;
	display: block;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	text-align: center;
	float: left;
	background-color: #CFE1E4;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #02B5D3;
	border-right-color: #02B5D3;
	border-left-color: #02B5D3;
	border-right-width: 1px;
	border-right-style: solid;
	font-size: 13px;
	font-weight: bold;
	margin-right: 1px;
	margin-left: 0px;

}
#tableheader {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #02B5D3;
	text-align: left;
	font-size: 18px;
	color: #02B5D3;
}


.shadetabs li a:hover{
text-decoration: underline;
}

/*Selected Styles*/

.shadetabs li.selected{
}

.shadetabs li.selected a{ /*selected main tab style */
	background-color: #000000;
	text-decoration: none;
	list-style-type: none;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}


/*Content Box Styles*/

.tabcontentstyle{ /*style of tab content container*/
	width: 556px;
	margin-right: auto;
	margin-left: auto;

}

.tabcontent{
display:none;
}
