﻿body
{
    font-size:1em;
}


.tab_Inactive
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #0000A0 ;
	cursor:pointer;
	margin: 0px 5px 0 5px;
	padding-left:15px;
	padding-top:2px;
	width: 160px; /* Minimum Width */
	background: url(/images/background/AjaxTab/Tabs5HeaderBg.png) no-repeat bottom left;
	height:30px;
	
}

.tab_Active
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight:bold;
	color: #0000A0 ;
	padding-left:15px;
	width: 180px;
	padding-top:20px;
	cursor:pointer;
	height:40px;
	background: url(/images/background/AjaxTab/Tabs5HeaderBgActive.png) no-repeat bottom left;
	text-decoration:none;
	padding-top:5px;
}
.tab4_Inactive
{
	background: url(/images/background/AjaxTab/Tabs4HeaderBg.png) no-repeat bottom left;
	width:225px;
	height:30px;
	margin-left:5px;
	padding-left:15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding-top:0px;
	cursor:pointer
	
}
.tab4_Inactive a, .tab4_Active a, .tab_Inactive a, .tab_Active a
{
	text-decoration: none;
}
#tabs
{
margin-left:15px;	
}
#tabs td
{
padding-left:40px;	
}
#tabs a
{
	
	margin-left:-22px;
	 text-decoration:none;
}
#tabs a span
{
	
	margin-left:-22px;
	
}
#tabs a:hover{
	 text-decoration:underline;
}


.tab4_Inactive a:hover, .tab4_Active a:hover, .tab_Inactive a:hover, .tab_Active a:hover
{
	text-decoration: underline;
}

.tab4_Active
{
	
	background: url(/images/background/AjaxTab/Tabs4HeaderBgActive.png) no-repeat bottom left;
	width:225px;
	height:45px;
	font-weight:bold;
	margin-left:5px;
	font-size: 1em;
	padding-left:15px;
	font-family: Arial, Helvetica, sans-serif;
	cursor:pointer;
	text-decoration: none;
	padding-top:5px;
	
}

.tabtext_Active
{
	
	
	
	
}

.tabtext_Inactive
{
	

}

.tabpage_Active
{
	display:inline;
	visibility:visible;
}

.tabpage_Inactive
{
	display:none;
	visibility:hidden;
}