.tabset_tabs
{ 
		border-bottom: 1px solid black;
		margin: 10px 0px 0px 0px;
		padding-bottom: 3px;
		z-index: 1;
		padding-left: 0px;
		list-style-type:none;
		text-decoration:none;
}
.tabset_tabs li	
{
	    display: inline;
		overflow: hidden;
		list-style-type: none;
		text-decoration:none;
}
.tabset_tabs a
{ 
		color:#004f7d;
		background: #e7f7fe;
		font-weight : bold;
		font-size : 10pt;
		font-family :  Arial, Helvetica, sans-serif;
		border: 1px solid black;
		padding: 5px 7px 5px 7px;
		margin-right: -5px;
		line-height:20px;
		text-decoration:none;
}

.tabset_tabs a:hover	
{ 
		background-color:#f6f6f6;
		text-decoration:none;
}

.tabset_tabs a.active	
{ 
		background: #f6f6f6;
		border-bottom: 0px #f6f6f6;
		padding: 6px 7px 6px 7px;
		color:#004f7d;
		line-height:20px;
		text-decoration:none;
}

.tabset_content a:visited	
{ 
		text-decoration:underline; 
		color:#004f7d;
}

.tabset_content a.active:hover	
{ 
		background: #f6f6f6;
		color: black; 
		text-decoration:none;
}
.tabset_content	
{ 
		font-size : 10pt;
		font-family :  Arial, Helvetica, sans-serif;
		background: #f6f6f6;
		padding: 3px;
		border: 1px solid black;
		border-top: none;
		z-index: 2;
		display:none;
		color:#004f7d;
		/*width:633px; -- Bharat - Commentted this line as per the case 865880*/
}
.tabset_content	 a 
{
		color: black; 
}
.tabset_label
{ 
		display:none 
}
.tabset_content_active	
{ 
		display:block 
}
@media aural
{
	.tabset_content,
	.tabset_label	{ display:block }
}
