

/* =tab section
-----------------------------------------------------*/

*{
	margin:0;
	padding:0;	
	border:none;
}
#tab
{
}
#tab ul a
{
	font-family:Tahoma, Arial, Verdana;
	/*color:#000000;*/
}
div.domtab{
	padding:0 0 0 0;
	/*width:590px;*/
	width:100%;
	font-size:0.70em;
}
.domtabs{
	float:left;
	/*width:590px;*/
	width:100.5%;
	margin:1em 0 0 0; /* align top spacing from here*/
	background:url(../../images/extranet/tab-images/tabBgLine.gif) bottom right repeat-x;			
}
.domtab table
{
	width:100%;
}
.domtabs li{
	float:left; 
	list-style:none;
	border-left:1px #888888 solid;
	width:auto;
	padding:0 0 0 0; /* align specing between 2 tabs from here*/
}
.domtabs a:link, .domtabs a:visited, .domtabs a:active, .domtabs a:hover{
	/*width:107px;*/ /* MC = change btn width from here*/
	width:auto;
	padding:4px 10px 0px 4px;
	margin:0 2px 0 0;
	text-align:center;
	display:block;
	background:url(../../images/extranet/tab-images/tabbtn02.gif) repeat-x right; /* MC = change display btn image from here*/
	color:#ffffff; /* MC = Change text color form here*/
	font-weight:bold;
	text-decoration:none;
}
* html .domtabs a:link, * html .domtabs a:visited, * html .domtabs a:active, * html .domtabs a:hover
{
	width:auto;
	display:inline;
	float:left;
	height:100px;
}
html>body ul.domtabs a:link, html>body ul.domtabs a:visited, html>body ul.domtabs a:active, html>body ul.domtabs a:hover{
	min-height:17px;
}

* html ul.domtabs a:link, * html ul.domtabs a:visited, * html ul.domtabs a:active, * html ul.domtabs a:hover /* hack for IE-6 */
{
	height:17px;
}
div.domtab div{/* Change sub-content color form here*/
	clear:both;
	/*width:592px;*/
	width:100%;
	color:#000000;
	padding:25px 0 15px 1px;
	border:1px #888888 solid;
	border-width:0px 1px 1px 1px;
	/*background:url(../../images/extranet/tab-images/tab-line.gif) no-repeat top right;*/
}
div.domtab div td
{
	padding:0 0 0 25px;
}
.domtabTdTitleMain
{
	height:22px;
	font-size:11px;
	color:#424242;
}
.domtabTdTitle
{
	background:#d7d7d7;
	height:22px;
	border-bottom:1px #FFFFFF solid;
	border-top:1px #FFFFFF solid;
	font-size:11px;

}
.domtabTdFirst
{
	background:#fafafa;
	height:22px;
	color:#424242;
}
.domtabTdSecond
{
	background:#f5f5f5;
	height:22px;
	color:#424242;
	border-top:1px #FFFFFF solid;
}
* html .domtabTdFirst, * html .domtabTdSecond
{
	font-size:11px;
}
.domtabTdFirst a, .domtabTdSecond a
{
	color:#000000;
	text-decoration:none;
}
.domtabTdBottom
{
	border-top:3px #d7d7d7 solid;
}
ul.domtabs li.active a:link, ul.domtabs li.active a:visited, ul.domtabs li.active a:active, ul.domtabs li.active a:hover{
	background:url(../../images/extranet/tab-images/tabbtn01.gif) repeat-x right top;
	color:#000000;
	width:auto;
	margin:0 2px 0 0;
	padding:4px 10px 0px 4px;
}
* html ul.domtabs li.active a:link, * html ul.domtabs li.active a:visited, * html ul.domtabs li.active a:active, * html ul.domtabs li.active a:hover
{
	width:auto;
	display:inline;
	float:left;
}
.domtab p
{
	margin:0 0 0 0;
	line-height:2.40em;
	color:#000000;
}
.domtab table
{
	width:100%;
}
.domtab table ul
{
	margin:0 0 0 12px;
	list-style-image:url(../../images/extranet/common/blackbullet.gif);
}
* html .domtab table ul
{
	margin:0 0 0 16px;
}
*:first-child+html .domtab table ul
{
	margin:0 0 0 16px;
}
