body {
background:#ffffff;
font-family: Tahoma;
font-size:12px;
}

p{
margin-top:4px;
margin-bottom:4px;
}

div#gridbox{
width:99%;
height:600px;
}

hr{
margin:5px;
border:1px dotted #dadada;
}

h1{
font-size:20px;
border-bottom:1px dashed #f0f0f0;
margin-top:2px;
margin-bottom:2px;
}
 
 
div.home_active{
z-index:100;
position:absolute;
width:376px;
height:78px;
margin-left:3px;
margin-top:3px;
background:url(img/home_active.png);
}

div.home_active .home_name{
font-size:36px;
color:white;
font-family:"Trebuchet MS";
margin-left:13px;
height: 43px;
filter: Shadow(Color=#022e59, 	
			Direction=135, 
			Strength=5);
text-shadow: #022e59 3px 3px 2px;
}

div.home_active .home_info{
font-size:14px;
color:#d5d5d5;
font-family:"Trebuchet MS";
margin-left:13px;
margin-top:-3px;
z-index:20;
}


div.home_non_active{
z-index:100;
position:absolute;
width:376px;
height:78px;
margin-left:3px;
background:url(img/home_non_active.png);
cursor:pointer;
}

div.home_non_active .home_name{
font-size:36px;
color:black;
font-family:"Trebuchet MS";
margin-left:13px;
height: 43px;
text-shadow: #929292 2px 2px 2px;
}

div.home_non_active .home_info{
font-size:14px;
color:#424242;
font-family:"Trebuchet MS";
margin-left:13px;
margin-top:-3px;
}
 
 
.fimage img{
border: 1px solid #b1d8ff;
background:#e5f2ff;
padding:3px;
}


 
label.checked, option.selected{
color:blue;
}

img.expand{
width:16px;
height:16px;
background: transparent url(img/expand.png);
}

img.collapse{
width:16px;
height:16px;
background: transparent url(img/collapse.png);
}

#ajax_script, #ajax_message{
display:none;
}
 
.high_rows_table tr{
height:22px;
}
 
.loff{
margin-left:10px;
}
 
b.title{
background:#dedede;
color:black;
line-height:20px;
padding:4px;
margin:5 0 5 0px;
display:block;
vertical-align:middle;
border-bottom:1px solid gray;
}

.pointer{
cursor:pointer;
}
 
#tooltip{
	position:absolute;
	border:1px solid #333;
	background:#f7f5d1;
	padding:2px 5px;
	color:black;
	display:none;
	}	

.tip_span{
display:none;
}

div.fl{
font-weight:bold;
font-size:14px;
}

span.search_value{
color:black;
}


div.localization_checkboxes{
border:1px dotted #dadada;
width:100%;
height:155;
overflow:auto;
}

.h20{
height:20px;
}

.l10{
margin-left:10px;
}

.search_tr td{ 
font-weight:bold;
font-size:14px;
font-family: "Trebuchet MS";
color:black;
background:#DEDEDE;
border-bottom:1px solid gray;
}

legend{
font-weight:bold;
color:#a40000;
}


.head_tr td{
border-bottom:1px solid black; 
background:gray;
color:white;
font-weight:bold;
padding:3px;
}


.total_tr td{
border-top:1px solid black; 
background:gray;
color:white;
}

.nobr_tr td{
white-space:nowrap;
}

div.checked, tr.white_green{
background:#e5f8ea;
}

div.not_checked, tr.white_red{
background:#f8e5e5;
}

tr.white_orange{
background:#f9e9d4;
}


input,select,textarea{
border:1px solid #dadada;
-moz-border-radius: 3px;
border-radius: 3px;
}

input:disabled,select:disable,textarea:disable{
background-color:#D4D0C8;
}

input:focus,select:focus,textarea:focus{
background-color:#FFFFE0;
}


option{
color:black;
background:transparent url(img/input_bg.png);
}



.inline_check{ 
border-right:1px dotted #dadada;
border-left:1px dotted #ffffff;
float:left;
font-size:11px;
line-height:13px;
margin-bottom:5px;
overflow:hidden;
padding:0 5px 5px;
width:112px;
}

.inline_image{ 
border:1px dotted #dadada;
float:left;
margin:5px;
overflow:hidden;
padding:5px;
width:100px;
height:100px;
}

.main_image{
width:320px;
border:1px dotted #dadada;
margin:5px;
padding:5px;
}

.inactive
{
color:#cecece;
}

sup.star{
color:red;
font-weight:bold;
}

img.avatar{
border:2px dashed #dedede;
}

td .nav_tab_center{
background:#dadada;
}

.desc_input{
font-size:9px;
color:gray;
border-bottom:1px solid transparent;
}

.desc_input_error{
font-size:9px;
color:#a40000;
border-bottom:1px dotted red;
}


.long_input{
width:400px;
}


a{
color:#008aff;
text-decoration:underline;
}

a:hover{
background:blue;
color:white;
text-decoration:none;
}

a.selected{
background:blue;
color:white;
text-decoration:none;
}

a.selected:hover{
background:red;
text-decoration:none;
}

.gridbox a{
color:black;
text-decoration:none;
}

.gridbox a:hover{
text-decoration:underline;
background:none;
}

.rowselected a{
color:white;
}

.inline_message{
background:#fff9dd;
border:3px dashed #ffe890;
color:black;
margin:10px;
padding:10px;
}

.nobr,.nowrap{
white-space:nowrap
}

button,.button{
font-weight:bold;
white-space:nowrap;
}

button:disabled, .button:disabled{
color:#D4D0C8;
}

.button_tab_selected{
background:#ffffff;
color:#000000;
border:1px dashed #dadada;
padding-left:5px;
padding-right:5px;
padding-top:2px;
padding-bottom:2px;
font-weight:bold;
white-space:nowrap;
}

.head_left{
font-weight:bold;
font-size:16px;
border-right:3px solid #ffe890;
text-align:right;
}

button:disabled, .button:disabled{
color:#D4D0C8;
}


.contract_active,.store_active{
color:#000000;
}

.contract_done,.store_sell,.green{
color:green;
}

.contract_anull,.store_anull{
color:gray;
text-decoration:line-through;
}

.store_inactive{
color:gray;
}


.contract_store{
color:#CC00CC;
}

.contract_for_store{
color:#FF0000;
}

.noteq{
background:red;
color:white;
}

table{
font-size:12px;
}

.row1
{
background-color:#f6f6f6;
}

.row2{
background-color:#ffffff;
}

.urow1{
background-color:#fff5e4;
padding:3px;
}

.urow2{
padding:3px;
}

.td_head{
	border-bottom:1px dotted gray;
	font-weight:bold;
	font-size:12px;
	color:gray;
}




.leva{
background:url(img/leva_bg.gif) center right no-repeat;
text-align:right;
width:90px;
padding-right:15px;
font-weight:bold;
}

.procent{ 
background:url(img/procent_bg.gif) center right no-repeat;
text-align:right;
padding-right:15px;
font-weight:bold;
}

#big_bg_div{
background:white;
filter: alpha(opacity = 30);
-moz-opacity: 0.80;
opacity: 0.80;
}

#big_client_div{
background:black;
filter: alpha(opacity = 40);
-moz-opacity: 0.40;
opacity: 0.40;
}

#message_td{
padding-top:20px;
padding-bottom:20px;
}

.errormsg{
border:1px solid black;
background:#ff0000;
color:white;
}

.div_attention{
background:#fff9dd;
border:3px dashed #a40000;
color:black;
margin:10px;
padding:10px;
}

.div_ok{
background:#fff9dd;
border:3px dashed #7ad800;
color:black;
margin:10px;
padding:10px;
}

ul.error_ul li{
font-weight:bold;
color:#a40000;
}

li{
list-style-image:url(img/bullet.gif);
}


.ttd{
border-bottom:1px dotted gray;
}

fieldset{
	border-color:#00000;
}

.right{
text-align:right;
}

.red{
color:red;
}


.yellow,.yellow td{
color:yellow;
}

.redbg{
background:red;
color:white;
}

.greenbg{
background:green;
color:white;
}

.bold{
font-weight:bold;
}

.small{
font-size:9px;
}

.stab{
cursor:pointer;
background:#F2FAFF;
padding-left:10px;
padding-right:10px;
padding-top:5px;
padding-bottom:5px;
font-weight:bold;
border-top:3px solid orange;
border-left:1px solid gray;
border-right:1px solid gray;
}

.nstab{
cursor:pointer;
background:#ffffff;
padding-left:10px;
padding-right:10px;
padding-top:5px;
padding-bottom:5px;
font-weight:bold;
border-top:1px solid gray;
border-left:1px solid gray;
border-right:1px solid gray;
}

.etab{
border-bottom:1px solid gray;
}

.tdiv{
background:#F2FAFF;
border-bottom:1px solid gray;
border-left:1px solid gray;
border-right:1px solid gray;
}

.ln{
border-bottom:1px dotted gray;
white-space:nowrap;
text-align:right;
}



/* DATE PICKER CLASSES*/
.datePicker {
	border:		1px solid WindowText;
	background:	Window;
	width:		170px;
	padding:	0px;
	cursor:		default;
	-moz-user-focus:	normal;

}

.datePicker td {
	font:			smallcaption;
	font:			small-caption;
	text-align:		center;
	color:			WindowText;
	cursor:			default;
	font-weight:	normal !important;
	-moz-user-select:	none;
	padding:		0;
}

.datePicker td.red {
	color:			red;
}

.datePicker .header {
	background:		ActiveCaption;
	padding:		3px;
	border-bottom:	1px solid WindowText;
}

.datePicker .headerTable {
	width:			100%;
}

.datePicker .footer {
	padding: 3px;
}

.datePicker .footerTable {
	width:100%;
}

.datePicker .grid {
	padding:	3px;
}
.datePicker .gridTable {
	width:	100%;
}

.datePicker .gridTable td {
	width:	14.3%;
}

.datePicker .gridTable .daysRow td {
	font-weight:	bold !important;
	border-bottom:	1px solid ThreeDDarkShadow;
}

.datePicker .grid .gridTable .upperLine {
	width:		100%;
	height:		2px;
	overflow:	hidden;
	background:	transparent;
}

.datePicker td.today {
	font-weight:	bold !important;
}

.datePicker td.selected {
	background:		Highlight;
	color:			HighlightText !important;
}

.datePicker td.labelContainer {
	width:	100%;
}

.datePicker td .topLabel {
	color:			CaptionText;
	display:		block;
	font-weight:	bold !important;
	width:			100%;
	text-decoration:	none;

}

.datePicker td.filler {
	width:			100%;
}

.datePicker button {
	border-width:	1px;
	font:			Caption;
	font-weight:	normal !important;
}

.datePicker .previousButton {
	background:	buttonface url("../img/date_left.gif") no-repeat center center;
}

.datePicker .nextButton {
	background:	buttonface url("../img/date_right.gif") no-repeat center center;
}
.datePicker .previousButton,
.datePicker .nextButton {
	width:			14px;
	height:			14px;
}

.datePicker .todayButton,
.datePicker .noneButton {
	border: 0px;
	width: auto;
	background-color:transparent;
	color:black;
}


.datePicker .labelPopup {
	position:	absolute;
	min-width:	130px;
	background:	Window;
	border:		1px solid WindowText;
	padding:	1px;
}

.datePicker .labelPopup a {
	width:				100%;
	display:			block;
	color:				WindowText;
	text-decoration:	none;
	white-space:		nowrap;
}

.datePicker .labelPopup a:hover {
	background:	Highlight;
	color:		HighlightText;
}

.datePicker .labelPopup a.selected {
	font-weight:	bold;
}


.CalendarButton
{
/*	border:0px;
	padding:0px;
	background-color:transparent;
*/
	display:inline;
	margin-left:0px;
	padding:0px;
	width:16px;
	height:22px;
}

.CalendarButton img
{
	margin:-4px;
	margin-left:-6px;
}
.CalendarContainer
{
	position:absolute;
}

.OkButton
{
	margin-top:10px;
	width:50px;
	margin-right:10px;
}

.CalendarInput,.calendar_disabled
{
	width:100px;
	cursor: default;
	border:1px solid gray;
	background:white url('../img/calendar.gif') no-repeat right top;
	cursor:pointer;
}

