@CHARSET "UTF-8";

/* Overlay styles */
.overlay { 
     
    /* must be initially hidden */ 
    display:none; 
     
    /* place overlay on top of other elements */ 
    z-index:10000; 
     
    /* styling */ 
/*    background:#333 url(../img/help2.png) repeat-y; */
    /*min-width:244px;
    min-height:107px;*/
    height:auto;
    /*position:absolute;*/
     left:0;
	 width:100%;
	 text-align:center;
    /* CSS3 styling for latest browsers 
    -moz-box-shadow:0 0 90px 5px #000; 
    -webkit-box-shadow: 0 0 90px #000;*/ 
    position:fixed !important;
}

.overlay .close { 
    /* background-image:url(../img/overlay/close.png); */ 
    position:absolute; 
    right:-15px; 
    top:-15px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
	display:none;
}

.overlay .details {
	width: 100%;
	padding: 20px;	
}

/* Tooltip styles */

#tooltip {
    display:none; 
    background-color: #000; 
    font-size:11px; 
    height:auto; 
    width:auto; 
    padding:15px; 
    color:#fff;
    -moz-box-shadow:0 0 90px 5px #000; 
    -webkit-box-shadow: 0 0 90px #000; 
}

/* Datepicker styles */

.dateinput {
	border:0;
	font-weight:bold;
	width:80px;
	background-color: transparent;
}

/* validation error message bar */
#drawer {
	background:#fff url(../img/admin/backgrounds/h80.png) repeat-x scroll 0 0;
	_background-color:#fff;
	overflow:visible;
	position:fixed;	
	left:0;
	top:0;
	text-align:center;
	padding:15px;
	font-size:18px;
	border-bottom:2px solid #789;
	width:100%;
	display:none;
	z-index:999;
}

/*** BOX TOOLTIP STYLE ***/

.tip {
	cursor: pointer;	
}

.info_box {
	display: none;
	margin: 5px 5px 5px 15px;
	box-shadow: 0 0 15px #1A3457;/* Каноническое задание */
  	-webkit-box-shadow: 0 0 15px #1A3457; /* Safari, Chrome */
  	-moz-box-shadow: 0 0 15px #1A3457; /* Firefox */
}

.info_box a {
	color: #9A271A;
	font-weight: bold;
}

.b1 {
	background:url(/img/backgrounds/1_01.png) no-repeat;
	width: 6px;
	height: 8px;
}

.b2 {
	background:url(/img/backgrounds/1_02.png) repeat-x;
	width: auto;
	height: 8px;
}

.b3 {
	background:url(/img/backgrounds/1_03.png) no-repeat;
	width: 11px;
	height: 8px;
}

.b4 {
	background:url(/img/backgrounds/1_04.png) repeat-y;
	width: 6px;
	height: auto;
}

.b5 {
	background:url(/img/backgrounds/1_05.png) repeat;
	width: auto;
	height: auto;
	min-width: 200px;
	min-height: 200px;
	vertical-align: top;
	text-align: center;
}

.b6 {
	background:url(/img/backgrounds/1_06.png) repeat-y;
	width: 8px;
	height: auto;
}

.b7 {
	background:url(/img/backgrounds/1_07.png) no-repeat;
	width: 6px;
	height: 10px;
}

.b8 {
	background:url(/img/backgrounds/1_08.png) repeat-x;
	width: auto;
	height: 10px;
}

.b9 {
	background:url(/img/backgrounds/1_09.png) no-repeat;
	width: 8px;
	height: 10px;
}