﻿/* Tabs style*/
.ForWMSTabsStyle .ajax__tab_header 
{
	padding-left:10px;
}
.ForWMSTabsStyle .ajax__tab_header:after {
	clear: both;
}

.ForWMSTabsStyle .ajax__tab_header:before, .ForWMSTabsStyle .ajax__tab_header:after {
	content: "";
	display: table;
}
.ForWMSTabsStyle .ajax__tab_header .ajax__tab_tab 
{
	background: url(../../Images/tabs/TabInactive.png);
	/*background-color: Gray;*/
	color: White;
	cursor: pointer;
	display:block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	height:18px;
	margin-right:0px;
	/*padding:9px 0px 3px 0px;*/
	padding:9px 0px 0px 0px;
	text-align:center;
	width:150px;
}
.ForWMSTabsStyle .ajax__tab_active .ajax__tab_tab 
{
	/*padding:6px 0px 3px 0px;*/
	background:url(../../images/tabs/TabSelected.png);
	color: #372F2D;
}
.ForWMSTabsStyle .ajax__tab_body
{
	background-color: White;
	border: 0px none black;
	padding-top:5px;
	/*
	border-bottom: solid 1px #CCCCCC;
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	border-top: solid 1px #CCCCCC;
	*/
}

.ForWMSTabsHeaderText
{
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

/* ajax__tab_ie-theme theme */
/*
.ajax__tab_ie-theme .ajax__tab_header 
{
	padding-left:5px;
}
.ajax__tab_ie-theme .ajax__tab_header .ajax__tab_tab
{
	margin-right:0px;
	background:url(images/ie/tab_unselected.gif);
	width:116px;
	padding:9px 0px 3px 0px;
	text-align:center;    
	color:#006699;
	font-family:verdana;
	font-size:13px;
	display:block;
}
.ajax__tab_ie-theme .ajax__tab_active .ajax__tab_tab 
{
	padding:6px 0px 3px 0px;
	background:url(img/ie/tab_selected.gif);
}
.ajax__tab_ie-theme .ajax__tab_body 
{
	background:url(img/ie/ie_tabbacker_720x296.jpg) no-repeat;
	font-size:13px;
	font-family:verdana;
	height:296px;
	width:716px;
}
.ajax__tab_ie-theme .ajax__tab_body div
{
	 padding:8px;
}
*/