﻿
.titleBox ul
{
	padding-left:0px;
	margin-left:0px;
	}
.shadetabs
{
	border-bottom: 1px solid #0059ac;
	height: 33px;
	width: 675px;
}
.shadetabs li
{
	display: inline;
	height: 27px;
}
.shadetabs li a
{
	background: #cedcdc;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding: 6px 10px 6px 10px;
	text-decoration: none;
	color: #000;
	float: left;
	margin-left: 2px;
}
.shadetabs li a.selected
{
	background: #0059ac;
	padding: 8px 10px 8px 10px;
	color: #fff;
}
.shadetabs li a:hover
{
	background: #0059ac;
	padding: 8px 10px 8px 10px;
	color: #fff;
}
.tabcontent
{
	width: 100%;
	float: left;
	display: none;
}

@media print
{
	.tabcontent
	{
		display: block !important;
	}
}

