.shadetabs{
	padding: 0;
	margin: 0;
	font: bold 12px Verdana;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	float: left;
	clear: both;
	width: 100%;
	text-decoration: none;
}

.shadetabs a,
.shadetabs a:visited,
.shadetabs a:link
{
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 0;
	margin: 0;
	float: left;
	text-decoration: none;
}

.shadetabs a:hover
{
	text-decoration: none;
}

.shadetabs a.selected
{
	/*selected main tab style */
	position: relative;
	/*top: 1px;*/
	border-bottom-color: white;
}

.shadetabs a.selected:hover
{ 
	/*selected main tab style */
	text-decoration: none;
}

.shadetabs a .tab
{
	width: 115px;
	height: 21px;
	background: white url(../img/tabs/tab_big_inactive.png) top left no-repeat;
	float: left;
	padding-top: 7px;
	text-align: center;
	color: #000000;
	text-decoration: none;
	cursor: pointer;
	font-style: normal;
}

.shadetabs a:hover .tab
{
	background: white url(../img/tabs/tab_big_active.png) top left no-repeat;
	color: #FFFFFF;
	text-decoration: none;
}

.shadetabs a.selected .tab
{
	width: 115px;
	height: 21px;
	background: white url(../img/tabs/tab_big_active.png) top left no-repeat;
	float: left;
	padding-top: 7px;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
	font-style: italic;
}

.tabsheet
{
	width:100%;
	float: left;
	clear: both;
}

.tabcontent_container
{
	width: 450px;
	float: left;
	clear: both;
	margin-bottom: 1em;
	padding: 20px;
	border-top: 2px solid #0A7DAF;
	background-color:#fafafa;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #4D6672;
	line-height:20px;
	margin-bottom:40px;
}

.tabcontent_container a
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #2672A5;
	line-height:20px;
	text-decoration: underline;
}
.tabcontent_container a:link
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #2672A5;
	line-height:20px;
	text-decoration: underline;
}
.tabcontent_container a:active
{
	color:#2672A5;
	text-decoration: underline;
}
.tabcontent_container a:visited
{
	color:#2672A5;
	text-decoration: underline;
}
.tabcontent_container a:hover
{
	color:#DF0713;
	text-decoration: underline;
}

.tabcontent
{
	display:none;
}

@media print 
{
	.tabcontent 
	{
		display:block !important;
	}
}