.shadetabs
{
	padding: 3px 0px;
	margin-left: 10px;
	margin-top: 1px;
	margin-bottom: 0;
	font-family: Verdana, Tahoma, Arial, Times New Roman, Helvetica, Nice;
	font-size: 11px;
	list-style-type: none;
	text-align: center;
}

.shadetabs li
{
	display: inline;
	margin: 0;
}

.shadetabs li a
{
	text-decoration: none;
	padding: 3px 3px;
	margin-left: 3px;
	border: 1px solid #c4c4c4;
	color: #666666;
	background: white url(../images/tab_shade.gif) top left repeat-x;
}

.shadetabs li a:visited
{
	color: #666666;
}

.shadetabs li a:hover
{
	text-decoration: none;
	color: #EF1F37;
}

.shadetabs li.selected
{
	position: relative;
	font-weight: bold;
}

.shadetabs li.selected a
{
	background-image: url(../images/tab_active.gif);
	border-bottom-color: white;
}

.shadetabs li.selected a:hover
{
	text-decoration: none;
}

.contentstyle
{
	border: 1px solid #c4c4c4;
	background-color: #ffffff;
	padding: 5px;
	width: 354px;
}
