/*-- interface --*/

div.clear
{
	clear: both;
}


div#fade
{
	position: fixed;
	top:0px;
	left:0px;
	height: 100%;
	width: 100%;
	background:#000 url(/images/divimg/fade.png);
	opacity:0.5;
	filter:alpha(style=0, opacity=50);
	display:none;
	z-index: 5000;
}




.form,
.form0
{
	position: fixed;
	display: none; 
	z-index: 6000;
	opacity: 0;
	transition: opacity ease .7s;

	background: #fff;
	xpadding: 20px;
	box-shadow: 1px 1px 3px #00000066;
}

.form0
{
	position: absolute;
	display: none; 
	z-index: 6000;
}


.form span
{
	display: block; 
	padding: 20px;
}

.form td,
.form0 td
{
	xcolor: #fff;
}



a.hint
{
	color: #0000dd;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
}

#hint
{
	position:absolute;
	display:none;
	border:solid 1px #dddddd;
	xfont-family: arial;
	background: #ffffff;
	padding: 5px 20px 5px 20px;
	-moz-box-shadow: 3px 3px 5px 0 rgba(200,200,200,.5); /*  Firefox */
	-webkit-box-shadow: 3px 3px 5px 0 rgba(200,200,200,.5); /*  Safari  Chrome */
	box-shadow: 3px 3px 5px 0 rgba(200,200,200,.5); /**/
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px; 
}





.border
{
	border: solid 1px #999999
}

.padding10
{
	padding: 10px;
}

.radius10
{
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}


.shadow
{
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.2); /* Для Firefox */
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.2); /* Для Safari и Chrome */
	box-shadow: 0 0 10px rgba(0,0,0,.2); /* Параметры тени */
}



.ok
{
	color: #090;
	font-weight: bold;
	font-size: 10pt;
}

.alert2
{
	color: #ff0000;
	font-weight: bold;
	font-size: 10pt;
}


.req
{
	color: #ff0000;
}


a.pager, a.pager_on
{
	display: inline-block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	margin: 0px 0px 0px 0px;
	color: #06a;
	text-decoration: none;
	border: solid 1px #06a;
	border-radius: 50%;
}

a.pager:hover, a.pager_on
{
	background: none repeat scroll 0% 0% #06a;
	color: #FFF;
	text-decoration: none;
}



div.alertBox_0, div.alertBox_1
{
	display: block;
	float: left;
	margin: 20px;
	width: 200px;
	height: 100px;
	padding: 10px;
	background: #FACF69;
	color: #000000;
}

div.alertBox_0
{
	background: #FD0E08;
	color: #ffffff;
}








a.close
{
	display: block;
	margin: 0px;
	text-decoration: none;
	width: 30px;
	height: 30px;
	background: url(/images/divimg/close.png);
	float: right;
}








span.ok
{
	padding: 10px 30px 10px 30px;
	margin: 10px auto 10px auto;
	float: center;
	background: #00dd00;
	color: #ffffff;
	font-weight: bold;
	display: block;
}

span.alert
{
	display: block;
	padding: 10px 30px 10px 30px;
	margin: auto;
	background: #ffff00;
	color: #000000;
	font-weight: bold;
	display: block;
}
    
span.fail
{
	display: block;
	padding: 10px 30px 10px 30px;
	margin: auto;
	background: #dd0000;
	color: #ffffff;
	font-weight: bold;
	display: block;
}


span.red
{
	ddisplay: block;
	color: #ff0000;
}




span.green
{
	ddisplay: block;
	color: #009900;
}






input.ok
{
	xcolor: #000;
	xbackground: #fff;
	border: none;
	xpadding: 5px 10px;

	padding: 10px 50px;
	border-radius: 5px;
	xbackground:url(/images/button-green.gif) left center repeat-x;
}

input.ok:hover
{
	xcolor: #fff;
	xbackground: #f90;
	xbackground:url(/images/button-green.gif) left center repeat-x;
}



/* ---- */







a.andr, a.andr_on, a.andr_off
{
	display: block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #ffffff;
	background: none;
	text-decoration: none;
	font-size: 12pt;
}
a.andr:hover, a.andr:active, a.andr_on
{
	color: #ffffff;
	background: #006600;
	text-decoration: none;
}
a.andr_off
{
	color:#999999;
}
a.andr_off:hover, a.andr_off:active
{
	color:#999999;
	text-decoration: none;
}


#confirm_msg,
#select_msg,
#select_list,
#wait_msg,
#ok_msg,
#fail_msg
{
	color: #000;
}




#selListDIV
{
	position: absolute;
	z-index: 1000;
	max-height: 300px;
	overflow: auto;
	background: #fff;
	xborder: solid 1px #666;
}

#selListDIV a
{
	display: block;
	padding: 5px 10px;
	text-decoration: none;
	color: #000;
}

#selListDIV a:hover
{
	text-decoration: none;
	color: #fff;
	background: #666;
}
/*---- /interface ---*/


#hint1
{
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 10px;
	xwidth: 300px;
	background: #fff;
	border: solid 1px #999;
	color: #000; 
	z-index: 1000;
	xdisplay: none;
	xopacity: 1;
	transition: opacity ease .5s;
	font-family: arial;
}


