/*background-image: url(images/share/listheadergrad_citrus.gif);*/

.shadetabs1 li a
{
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 3px;
	color: #777777;
	border-right: #d3d3d3 1px solid;
	border-top: #d3d3d3 1px solid;
	border-left: #d3d3d3 1px solid;
	border-bottom: #d3d3d3 1px solid;
	background-image: url(Images/sfuma_v.gif);
	background-position: center top;
	background-repeat: repeat-x;
}
.shadetabs1
{
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	font: 14px verdana;
	color: #cd5c5c;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs1 li
{
display: inline;
margin: 0;
}

.shadetabs1 li a:visited
{
	color: #cd5c5c;
}

.shadetabs1 li a:hover
{
	text-decoration: underline;
	color: #cd5c5c;
}

.shadetabs1 li.selected
{
	color: #cd5c5c;

}

.shadetabs1 li.selected a
{
	/*selected main tab style */
	background-image: url(shadeactive1.jpg);
	border-bottom-color: #ffffff;
	position: relative;
	top: 7px;
	color: #cd5c5c;
}

.shadetabs1 li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}




/*------------------------------------------------------------*/


.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: 10px Verdana;
color: #696969;

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;
	color: #696969;
	border-right: #d3d3d3 1px solid;
	border-top: #d3d3d3 1px solid;
	border-left: #d3d3d3 1px solid;
	border-bottom: #d3d3d3 1px solid;
	background-image: url(images/_ModuleTitleBackgroundRight1.gif);
	background-color: transparent;
}


.shadetabs li a:visited{
color: #696969;
}

.shadetabs li a:hover
{
	text-decoration: underline;
	color: #b22222;
}

.shadetabs li.selected
{
	position: relative;
	top: 4px;
	color: #696969;

}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(shadeactive1.jpg);
border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle
{
	/*style of tab content oontainer*/
	border: 1px solid #d3d3d3;
	width: 525px;
	margin-bottom: 1em;
	padding: 10px;
	border-top: #d3d3d3 1px solid;
	border-bottom: #d3d3d3 1px solid;
	height: 150px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}

/*------------------------------------------------------------*/
