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

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid Maroon;
color: Maroon;
background: #FFC0CB top left repeat-x;
}

.shadetabs li a:visited{
color: Maroon;
}

.shadetabs li a:hover{
text-decoration: underline;
color: Maroon;
}

.shadetabs li.selected{
position: relative;
top: 1px;
color: #FFC0CB;
}

.shadetabs li.selected a{ /*selected main tab style */
border-bottom-color: #FFC0CB;
}

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

.contentstyle{
border: 1px solid Maroon;

margin-bottom: 1em; padding: 10px;
}



.tool-tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: black top left;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: black bottom right;
}
 
.custom-tip {
	color: #000;
	width: 130px;
	z-index: 13000;
}
 
.custom-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #3E4F14;
	padding: 8px 8px 4px;
	background: #C3DF7D;
	border-bottom: 1px solid #B5CF74;
}
 
.custom-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #CFDFA7;
}

