/*    ÈÍÔÎÐÌÀÖÈß ÍÀ ÃËÀÂÍÎÉ ÑÒÐÀÍÈÖÅ     */

.main_chel{
	float: left;
	margin: 0px -3px 0px -3px;
}

.main_chel_sub{
	float: left;
	width: 330px;
	height: 100px;
	margin: 44px 0px 0px 0px;
}

.main_chel_hidden_sub{
	width: 319px;
	position: absolute;
	background-color: white;
}

.chel_h{

}

.main_chel_hidden_sub div{
	display: block;
	line-height: 22px;
	margin-top: 15px;
}

.main_chel_title{
	cursor: pointer;
	float: right;
	color: white;
	clear: all;
	padding: 25px 0px 2px 0px; 
	border: 1px dashed white;
	border-width: 0px 0px 1px 0px;
	font-size :20px;
	font-weight: bolder;
	margin: 0px 10px 10px 10px;
}

.main_chel_content{
	font-size :13px;
	font-weight: bolder;
	padding: 12px 10px 10px 10px;
	display: block;

	width: 299px; // 	width: 319px;
	float: left;
	text-align: right;
}

.chel_h  .main_chel_content{
	border: 1px solid #ededed; 
	margin-top: 5px;
	padding-top: 6px;
	margin-left: -1px;//margin-left: 1px;
}
.chel_h  .main_line{
	display: block;
}

.main_line{
	display: none;
	float: left;
	margin-top: -10px;
	margin-left: -10px;
	position: absolute;
	width: 40px;
	height: 8px;
	background: url('../../i/calendar_line.gif') top left repeat-x;
}




/*    ÎÒÏÐÀÂÊÀ ÑÎÎÁÙÅÍÈß ÍÀ ÏÎ×ÒÓ     */


.popup_handler{
	border: 1px solid #efefef;
	background-color: white;
	position: absolute;
	display: none;
	z-index: 100;
}

.popup td{
	color: #636363;
	font-family: Arial;
	font-size :13px;
	font-weight: bolder;
}
.popup {
	margin: 5px 40px 15px 30px;
}

.popup_input{
	height: 30px;
	border: 1px solid #cccccc;
	cursor: text;
}

.popup_textarea{
	border: 1px solid #cccccc;
	cursor: text;
	width:100%;
}

.hide_reg{
	color: blue;
	font-size: 10px;
}
.hide_popup{
	float: right;
	margin-top: 7px;
	cursor: pointer;
}

