﻿.sbtabstyle .ajax__tab_header
{
	/*  color:#6c7897;   font-family: verdana,tahoma,helvetica;     font-size: 11px;          */
	background: url(    '../images/tab-line.gif' ) repeat-x bottom;
	white-space: nowrap;
	color: #000000;
	font-weight: bold;
}
.sbtabstyle .ajax__tab_outer
{
	padding-right: 0px;
	background: url(    '../images/tab-right.gif' ) no-repeat right;
	height: 21px;
	display: -moz-inline-box;
	display: inline-block;
}
.sbtabstyle .ajax__tab_inner
{
	padding-left: 3px;
	background: url(    '../images/tab-left.gif' ) no-repeat;
	display: -moz-inline-box;
	display: inline-block;
}
.sbtabstyle .ajax__tab_tab
{
	height: 13px;
	padding: 4px;
	margin: 0;
	background: url(    '../images/tab.gif' ) repeat-x;
	margin-right: 4px;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
	display: -moz-inline-box;
	display: inline-block;
}
.sbtabstyle .ajax__tab_hover .ajax__tab_outer
{
	background: url(    '../images/tab-hover-right.gif' ) no-repeat right;
}
.sbtabstyle .ajax__tab_hover .ajax__tab_inner
{
	background: url(    '../images/tab-hover-left.gif' ) no-repeat;
}
.sbtabstyle .ajax__tab_hover .ajax__tab_tab
{
	background: url(    '../images/tab-hover.gif' ) repeat-x;
}
.sbtabstyle .ajax__tab_active .ajax__tab_outer
{
	background: url(    '../images/tab-active-right.gif' ) no-repeat right;
}
.sbtabstyle .ajax__tab_active .ajax__tab_inner
{
	background: url(    '../images/tab-active-left.gif' ) no-repeat;
}
.sbtabstyle .ajax__tab_active .ajax__tab_tab
{
	background: url(    '../images/tab-active.gif' ) repeat-x;
}
.sbtabstyle .ajax__tab_body
{
	/*     font-family: verdana,tahoma,helvetica;     font-size: 10pt;  background: url( '../images/blue_back.jpg' ) repeat-x top;   */
	border: 1px solid SlateGray;
	border-top: 0;
	padding: 8px;
	background-color: #ffffff;
}


.modalWindowBackground
{
	background-color: #000;
	filter: alpha(opacity=60);
	opacity: 0.6;
}

.modalWindow
{
	background-color: #738400;
	border-width: 8px;
	border-style: dotted;
	border-color: #B2CC01; /*padding: 10pxwidth: 250px;*/
}

.modalWindowWindows
{
	background-color: #dcdcdc;
	color: #ffffff;
	border-width: 8px;
	border-style: dotted;
	border-color: Gray;
	padding: 8px; /*width: 250px;*/
}

.cancel
{
	background-color: #b60144;
	color: #ffffff;
	padding: 5px;
	font-weight: bold;
}

.modalWindow input[type="text"]
{
	font-size: 11px;
}

.modalWindow textarea
{
	font-family: Arial, Sans-Serif, Tahoma, Verdana;
	font-size: 11px;
}

