html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, select,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
 margin: 0;
 padding: 0;
 border: 0 none;
 font-size: 100%;
 vertical-align: baseline;
 background: transparent;
 font-family: verdana, Arial, Helvetica, sans-serif;
}
textarea:focus, select:focus, input:focus {
    outline: none;
}

.hidden {display: none}

#tabs_wrapper {
    width: 422px;
}
#tabs_container {
    border-bottom: 1px solid #ccc;
}
#tabs {
    list-style: none;
    padding: 5px 0 4px 0;
    margin: 0 0 0 10px;
    font: 0.75em arial;
}
#tabs li {
    display: inline;
}
#tabs li a {
    border: 1px solid #ccc;
    padding: 4px 6px;
    text-decoration: none;
    background-color: #eeeeee;
    border-bottom: none;
    outline: none;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
}
#tabs li a:hover {
    background-color: #dddddd;
    padding: 4px 6px;
}
#tabs li.active a {
    border-bottom: 1px solid #fff;
    background-color: #fff;
    padding: 4px 6px 5px 6px;
    border-bottom: none;
}
#tabs li.active a:hover {
    background-color: #eeeeee;
    padding: 4px 6px 5px 6px;
    border-bottom: none;
}
 
#tabs li a.icon_accept {
    background-image: url(accept.png);
    background-position: 5px;
    background-repeat: no-repeat;
    padding-left: 24px;
}
#tabs li a.icon_accept:hover {
    padding-left: 24px;
}
 
#tabs_content_container {
    border: 1px solid #ccc;
    border-top: none;
    padding: 10px;
    width: 400px;
}
.tab_content {
    display: none;
}

*{
border:0 none;
}

body {
 line-height: 1;
 text-align: left;
 background: #f8f8f8;
}
*img{
	border: 0 none;
}

.header{
	width: 987px;
	margin: 0 auto;
	padding: 20px 0 0 0;
}
.wrapper_background{
	width: 987px;
	margin: 0 auto;
	background: url(../img/middle.jpg) repeat-y;
}
.wrapper_top{
	width: 987px;
	margin: 0 auto;
	background: url(../img/top.jpg) no-repeat top;
}
.wrapper_bottom{
	width: 967px;
	margin: 0 auto;
	background: url(../img/bottom.jpg) no-repeat bottom;
	padding: 0 10px 20px 10px;
}
.auth_header{
	width: 687px;
	margin: 0 auto;
	padding: 20px 0 0 0;
}
.auth_background{
	width: 687px;
	margin: 0 auto;
	background: url(../img/auth_middle.jpg) repeat-y;
}

.auth_top{
	width: 687px;
	margin: 0 auto;
	background: url(../img/auth_top.jpg) no-repeat top;
}
.auth_bottom{
	width: 667px;
	margin: 0 auto;
	background: url(../img/auth_bottom.jpg) no-repeat bottom;
	padding: 0 0px 20px 10px;
}

/*--------------------------------------------------------------------------------------------------*/
/*				header								*/
/*--------------------------------------------------------------------------------------------------*/
.logo{
	float: left;
	margin-left: 20px;
}
.support{
	float: left;
	height: 55px;
	background: url(../img/border.jpg) repeat-y left;
	padding: 0 0 0 30px;
	line-height: 55px;
	font-size: 12px;
	color: #959595;
	font-style: italic;
	margin: 10px 0 0 0;
}
.support img{
	float: left;
	display: block;
	margin: 15px 10px 0 0;
}
.support span{
	color:	#ed7924;
	font-weight: bold;
}
.h_mail{
	float: right;
	background: url(../img/mail.jpg) no-repeat 0 3px;
	padding: 0 0 0 25px;
	font-size: 12px;
	color:#737373;
	text-decoration: underline;
	line-height: 17px;
	margin: 28px 15px 0 0;

	}	
.h_mail:hover{
	text-decoration: none;
}	

/*--------------------------------------------------------------------------------------------------*/
/*										top_menu													*/
/*--------------------------------------------------------------------------------------------------*/
.top_menu{
	width: 100%;
	height: 41px;/**/
	margin: 0 auto;
	/*border: 1px solid red;/**/
	padding: 20px 0 0 0;
}

.registr_text{
	float: left;
	margin: 12px 10px 0 10px;
	color: #434445;
	font-size: 11px;
	text-shadow: #fff 0px 1px 1px;
}

.registr_exit{
	float: left;
	margin: 12px 10px 0 0;
	color: #818384;
	font-size: 11px;
	text-decoration: none;
	text-shadow: #fff 0px 1px 1px;
}
.registr_exit:hover{
	text-decoration: underline;
}
.top_menu ul{
	float: right;
	/*background: orange;/**/
	list-style: none;
	margin: 4px 3px 0 0;
}
.top_menu ul li{
	display: block;
	float: left;	
	margin: 0px 10px 0 0;
}
.top_menu ul li a{
	display: block;
	height: 29px;
	background: url(../img/botton_right.png) no-repeat 100% -58px;
	padding-right: 14px;
	font-weight: bold;
	color: #fff;
	font-size: 12px;
	line-height: 26px;
	text-decoration: none;
	text-shadow: #890000 0px 1px 1px;
}
.top_menu ul li a span{
	display: block;
	height: 29px;
	background: url(../img/botton_left.png) no-repeat 0 -58px;
	padding-left: 5px;
}
.top_menu ul li a:hover{
	background-position: 100% 0;
}

.top_menu li.active a{
	background-position: 100% -29px;
	
}
.top_menu li.active span{
	background-position: 0 -29px;
}

.top_menu ul li a:hover span{
	background-position: 0 0;
}
.top_menu ul li a:active{
	background-position: 100% -29px;
}

.top_menu ul li a:active span{
	background-position: 0 -29px;
}

.top_menu ul li a span span{
	display: block;
	height: 29px;
	background: none;
	padding: 0;	
}
.tm_configuration span span{
	background: url(../img/tm_configuration.png) no-repeat 0 6px!important;
	padding-left: 25px!important;
}

.tm_monitoring span span{
	background: url(../img/tm_monitoring.png) no-repeat 4px 6px!important;
	padding-left: 25px!important;
}
.tm_reports span span{
	background: url(../img/tm_reports.png) no-repeat 4px 8px!important;
	padding-left: 25px!important;
}
.tm_status span span{
	background: url(../img/tm_status.png) no-repeat 2px 5px!important;
	padding-left: 25px!important;
}
.tm_faxes span span{
	background: url(../img/tm_faxes.png) no-repeat 0 6px!important;
	padding-left: 25px!important;
}

.tm_faxes_act i {
padding: 0px 3px 0 3px;
background-color: #d5231f !important;
color: #fff;
font: 11px Helvetica, Verdana, Geneva, sans-serif;

background-image: -moz-linear-gradient(top, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.3)), color-stop(100%,rgba(255,255,255,0)));
background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.3) 0%,rgba(255,255,255,0) 100%);
background-image: -o-linear-gradient(top, rgba(255,255,255,0.3) 0%,rgba(255,255,255,0) 100%);
background-image: -ms-linear-gradient(top, rgba(255,255,255,0.3) 0%,rgba(255,255,255,0) 100%);
background-image: linear-gradient(top, rgba(255,255,255,0.3) 0%,rgba(255,255,255,0) 100%);

border: 2px solid #fff;
border-radius:10px;
}



/*--------------------------------------------------------------------------------------------------*/
/*										main_middle														*/
/*--------------------------------------------------------------------------------------------------*/
.main_middle{
	/*border: 1px solid red;*/
	width: 100%;
}
/*==================================================================================================*/
.mm_left{
	float: left;
	width: 249px;
	/*background: orange;/**/
	margin-left: 1px;
}
.mm_category{
	font-weight: bold;
	color: #747d85;
	font-size: 11px;
	line-height: 21px;
	background: url(../img/mm_category.jpg) repeat-x bottom;
	padding: 0 0 0 17px;  
	text-shadow: #fff 0px 1px 1px;
}
.left_menu{
	list-style: none;
}
.left_menu li{
	height: 39px;
	border-top:1px solid #eaf2fb;
	border-bottom:1px solid #b4bbc5;
	background: url(../img/menu_left.jpg) repeat-x -9999px -9999px;	
}
.left_menu li:hover{
	border-top:1px solid #85c3f0;
	border-bottom:1px solid #2a6aab;
	background-position: bottom;
	cursor: pointer;
	}
.mml_active{
	border-top:1px solid #85c3f0!important;
	border-bottom:1px solid #2a6aab!important;
	background-position: bottom!important;
	cursor: default!important;
	}
	
.mml_active a{
	color: #fff!important;
	text-shadow: #2d5890 0px 1px 1px!important;
	background-position: 0 -38px!important;
	cursor: default!important;
}
.left_menu li:hover a{
	color: #fff;
	text-shadow: #2d5890 0px 1px 1px;
	background-position: 0 -38px;
}
.left_menu li a{
	display: block;
	height: 39px;
	color: #000;
	font-size: 13px;
	line-height: 39px;
	text-decoration: none;
	padding-left: 40px;
	margin-left: 5px;
}

.lm_spisok_zapicey{ background: url(../img/spisok_zapisey.png) no-repeat 0px 0;}
.lm_take_arhiv{     background: url(../img/lm_take_arhiv.png) no-repeat 0px 0;}
.lm_stat_day{   background: url(../img/lm_stat_day.png) no-repeat 0px 0;}
.lm_stat_month{ background: url(../img/lm_stat_month.png) no-repeat 0px 0;}
.lm_stat_hour{  background: url(../img/lm_stat_hour3.png) no-repeat 3px 4px;}

.left_menu li:hover .lm_stat_hour{background-position: 3px -41px!important;}
.left_menu li:hover .lm_main_rules{background-position: 3px -41px!important;}

.lm_admin_listpermissions{   background: url(../img/lm_admin_listpermissions.png)  no-repeat 0px 0;}
.lm_admin_listorganizations{ background: url(../img/lm_admin_listorganizations.png) no-repeat 0px 0;}
.lm_admin_listusers{         background: url(../img/lm_admin_listusers.png)        no-repeat 0px 0;}
.lm_admin_listroles{         background: url(../img/lm_admin_listroles.png)        no-repeat 0px 0;}
.lm_admin_security{          background: url(../img/lm_admin_security.png)         no-repeat 0px 0;}
.lm_globals_listextnumbers{  background: url(../img/lm_globals_listextnumbers.png) no-repeat 0px 0;}
.lm_globals_listmohs{        background: url(../img/lm_globals_listmohs.png)       no-repeat 0px 0;}
.lm_globals_listtrunks{      background: url(../img/lm_general_listcallgroups.png) no-repeat 0px 0;}
.lm_globals_listoutroutes{   background: url(../img/lm_globals_listoutroutes.png)  no-repeat 0px 0;}
.lm_globals_listextensions{  background: url(../img/lm_globals_listextensions.png) no-repeat 0px 0;}
.lm_globals_listinroutes{    background: url(../img/lm_globals_listinroutes.png)   no-repeat 0px 0;}
.lm_index_listfunctions{     background: url(../img/lm_index_listfunctions.png)    no-repeat 0px 0;}
.lm_index_listextnumbers{    background: url(../img/lm_index_listextnumbers.png)   no-repeat 0px 0;}
.lm_general_listivrs{        background: url(../img/lm_general_listivrs.png)       no-repeat 0px 0;}
.lm_general_listextensions{  background: url(../img/lm_general_listextensions.png) no-repeat 0px 0;}
.lm_general_listcallgroups{  background: url(../img/lm_general_listcallgroups.png) no-repeat 0px 0;}
.lm_general_listrecordings{  background: url(../img/lm_general_listrecordings.png) no-repeat 0px 0;}
.lm_general_listinroutes{    background: url(../img/lm_general_listinroutes.png)   no-repeat 0px 0;}
.lm_general_listcontexts{    background: url(../img/lm_general_listcontexts.png)   no-repeat 0px 0;}
.lm_general_listmohs{        background: url(../img/lm_general_listmohs.png)       no-repeat 0px 0;}
.lm_general_listannounces{   background: url(../img/lm_general_listannounces.png)  no-repeat 0px 0;}
.lm_general_listqueues{      background: url(../img/lm_general_listqueues.png)     no-repeat 0px 0;}
.lm_general_listtimerules{   background: url(../img/lm_reports_hourlystats.png)    no-repeat 3px 4px;}
.lm_general_listcallbacks{   background: url(../img/lm_general_listcallbacks.png)  no-repeat 0px 0;}
.lm_general_listconferences{ background: url(../img/lm_general_listconferences.png) no-repeat 0px 0;}
.lm_general_listfaxes{       background: url(../img/lm_general_listfaxes.png)      no-repeat 0px 0;}
.lm_general_listblacklists{  background: url(../img/lm_general_listblacklists.png) no-repeat 0px 0;}
.lm_reports_dailystats{      background: url(../img/lm_reports_dailystats.png)     no-repeat 0px 0;}
.lm_reports_monthlystats{    background: url(../img/lm_reports_monthlystats.png)   no-repeat 0px 0;}
.lm_reports_hourlystats{     background: url(../img/lm_reports_hourlystats.png)    no-repeat 3px 4px;}
.lm_records_list{            background: url(../img/lm_records_list.png)           no-repeat 0px 0;}
.lm_records_getarchive{      background: url(../img/lm_records_getarchive.png)     no-repeat 0px 0;}

/*==================================================================================================*/
.mm_right{float: right;width: 715px;}
.mm_auth{float: right;width: 600px;}


/*--------------------------------------------------------------------------------------------------*/
/*			vneshnie_nomera							*/
/*--------------------------------------------------------------------------------------------------*/
.vneshnie_nomera{
	width: 670px;
	/*border: 1px solid red;/**/
	margin-left: 20px;
	padding-top: 20px;
}
.vneshnie_nomera_ul{
	list-style: none;
	
}
.vneshnie_nomera_ul li{
	display: block;	
	min-height: 22px;
	padding: 8px 0 0 0;
}
.vneshnie_nomera_ul li p{
	color: #5c5c5c;
	font-size: 11px;
	line-height: 1.3em;
}
.vn_1{
	float: left;
	width: 290px;
}
.vn_2{
	float: left;
	width: 210px;
}
.vn_3{
	float: right;
	width: 170px;
}

.even{
	background: #f1f4f7;
	border-radius: 5px;
}
.vn_border{
	border-bottom: 1px solid #cccccc;
}

/*--------------------------------------------------------------------------------------------------*/
/*			vnytrennie_nomera							*/
/*--------------------------------------------------------------------------------------------------*/
.backlink {
	list-style: none;
	margin: 0 0 8px 0;
}
.backlink li{
	display: inline;
	color: #5c5c5c;
	font-size: 11px;
	line-height: 1.2em;
}
.backlink li a{
	color: #5c5c5c;
	text-decoration: underline;
}
.backlink li a:hover{
	text-decoration: none;
}
.content{
	width: 670px;
	margin-left: 20px;
	padding-top: 20px;
}
.auth_content{
	width: 520px;
	margin-left: 20px;
	padding-top: 20px;
}

.info{
	background: #f8f8f8;
	padding: 5px 10px 15px 10px;
	border-radius: 5px;
}

ul.errors {
color: #dc3838;
width:250px;
font-size: 12px;
padding-top:10px;
clear: both;
}


.errorMessage {
	background: #f8f8f8;
	background-image: url(../img/allert.png);
	background-position: 5px 10px;
	background-repeat: no-repeat;
	padding: 5px 10px 10px 10px;
	border-radius: 5px;
	color: #5e5e5e;
	font-size: 12px;
	line-height: 1.3em;
	padding-left: 25px;
	padding-top:10px; 
}
.errorMessage a{
	color: #5e5e5e;
	text-decoration:underline;
}
.info_text, .info_attention {
	color: #6783a0;
	font-size: 12px;
	line-height: 1.3em;
	padding-left: 25px;
	padding-top:10px;
}

.info_text{
	background: url(../img/attention.png) no-repeat 0 10px;
}
.info_attention{
	background: url(../img/allert.png) no-repeat 0 10px;
}
.info ul{
	margin: 0 0 0 60px;
}
.info ul li{
	color: #5e5e5e;
	font-size: 12px;
	line-height: 1.3em;
}
.list_ul{
	list-style: none;
	display: block;
	float: left;
	width: 100%;
}
#cd_from {
	width: 130px;
}

#cd_to {
	width: 130px;
}

#duration_from {
	width: 50px;
}

#duration_to {
	width: 50px;
}
.list_ul li{
	display: block;
	padding: 10px 3px 0 3px;
	min-height: 26px;
}
.list_ul li p{
	display: block;
	color: #5c5c5c;
	font-size: 13px;
	line-height: 1.3em;
}
.list_ul li label{
	color: #5c5c5c;
	font-size: 12px;
}
.kf_main a{
	color: #5e5e5e;
	text-decoration:none;
}

.list_ul li p strong{
	color: #5c5c5c;
	font-size: 11px;
	line-height: 1.3em;
}

.route_ul{
	list-style: none;
}
.route_ul li{
	display: block;
	color: #5c5c5c;
	padding: 8px 0px 0 0px;
	min-height: 26px;
	font-size: 13px;
}
.route_ul li p{
	display: block;
	line-height: 1.4em;
}
.route_ul li p strong{
	color: #5c5c5c;
	font-size: 11px;
	line-height: 1.3em;
}


.list_border{
    border-bottom: 1px solid #cccccc;0x00A
}

.item_name{
	float: left;
	padding-left: 30px;
	width: 230px;
}

.item_name {
	float: left;
	padding-left: 30px;
	text-decoration: none;
	width: 230px;
}

.om_zagolovok a, .item_numb a, .item_cfwd a{
	color: #5e5e5e;
	text-decoration:none;
}

.zr_nav a, .item_name a {
	color: #5e5e5e;
}

.om_zagolovok a:hover, .zr_nav a:hover, .item_name a:hover,.item_numb a:hover, .item_cfwd a:hover{
	text-decoration: underline;
}

.item_numb{float: left;text-align:center;width: 90px;}
.item_cfwd{float: left;width: 155px;}
.item_org{float: left;width: 200px;}
.item_action{
	float: right;
	text-align:center;
	width: 175px;
}

.item_action_sm{
	float: right;
	text-align:center;
	width: 80px;
}

.item_cfwd_on {
        background: #a1b4c7;
        display: block;
        margin: -2px 0;
        float: left;
        width: 70px;
        height: 18px;
        padding: 0 3px;
        border-top: 1px solid #77828e;
        border-left: 1px solid #a1b4c7;
        border-right: 1px solid #a1b4c7;
        border-bottom: 1px solid #a1b4c7;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -khtml-border-radius: 3px;
        behavior: url(border-radius.htc);
}
.item_cfwd_on_off{
        position:relative;
}
.item_cfwd_on a{
        font-size: 10px;
        text-decoration: none;
        margin: 2px 0;
        color: #fff;
        padding: 1px 3px 2px 3px;
        border: 1px solid #a1b4c7;/**/
        text-shadow: #77828e 0px 1px 1px;
        /*border: 1px solid #a554c7;/**/
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        -khtml-border-radius: 2px;
}
.item_cfwd_on a:hover{
        text-decoration: underline;

}


.stat_on{
	background: url(../img/ok.png) no-repeat 0 0;
}

.stat_off{
	background: url(../img/error.png) no-repeat 0 0;
}
.item_ip_addr{
    width:345px;
    background: url(../img/icon_ip.png) no-repeat 0 0;
}
.item_active{
	text-decoration: none!important;
	text-shadow: #fff 0px 1px 1px!important;
	color: #6783a0!important;
	border: 1px solid #c3c3c3!important;
	background: #f2f1f1!important;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	background: #f2f1f1!important;
}	
.item_action a:hover{
	text-decoration: underline;
}

.item_settings:hover{
	text-decoration: underline;
}
.item_edit:hover{
	text-decoration: underline;
}

.item_settings{
	float: left;
	background: url(../img/muz_right_button.png) no-repeat right;
	padding-right: 4px;
	height: 17px;
	line-height: 15px;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	margin-top: 0px;
	margin-left: 5px;
}
.item_settings span{
	display: block;
	background: url(../img/muz_left_button.png) no-repeat left;
	height: 17px;
	padding: 0 0 0 2px;
}
.item_settings span span{
	display: block;
	background: url(../img/p.jpg) no-repeat 2px 3px!important;
	height: 17px;
	padding: 0 2px 0 10px!important;;
}
.item_edit{float: left;background: url(../img/muz_right_button.png) no-repeat right;padding-right: 4px;height: 17px;line-height: 15px;font-size: 11px;color: #fff;text-decoration: none;margin-top: 0px;margin-left: 7px;}
.item_edit span{display: block;background: url(../img/muz_left_button.png) no-repeat left;height: 17px;padding: 0 3px 0 2px;}
.item_edit span span{display: block;background: url(../img/i.jpg) no-repeat 0 2px!important;height: 17px;padding: 0 2px 0 8px!important;}

.item_move_up span span{
	display: block;
	background: url(../img/up.png) no-repeat 0 2px!important;
	height: 17px;
	padding: 0 2px 0 20px!important;
}

.item_move_down span span{
	display: block;
	background: url(../img/down.png) no-repeat 0 2px!important;
	height: 17px;
	padding: 0 2px 0 20px!important;
}

.item_delete{margin-top: 0px;margin-left: 5px;float: left;background: url(../img/muz_right_button2.png) no-repeat right;padding-right: 3px;height: 17px;line-height: 15px;font-size: 11px;color: #fff;text-decoration: none;}
.item_delete span{display: block;background: url(../img/muz_left_button2.png) no-repeat left;height: 17px;padding: 0 0 0 3px;}
.item_delete span span{display: block;background: url(../img/u.jpg) no-repeat 3px 2px!important;height: 17px;padding: 0 0 0 11px!important;}

.add_number{
	display: block;
	float: left;
	height: 32px;
	background: url(../img/add_left.jpg) no-repeat left;
	text-decoration: none;
	font-size: 12px;
	line-height: 31px;
	color: #fff;
}
.add_number:hover{
	text-decoration: underline;
}
.add_number span{
	display: block;
	height: 32px;
	background: url(../img/add_right.jpg) no-repeat right;
	padding: 0 7px;
}
.add_number span span{
	display: block;
	height: 32px;
	background: url(../img/plus.png) no-repeat 0 8px;
	padding: 0 0 0 20px
}

.change_number{
	display: block;
	float: left;
	height: 32px;
	margin-left:5px;
	background: url(../img/add_left.jpg) no-repeat left;
	text-decoration: none;
	font-size: 12px;
	line-height: 31px;
	color: #fff;
}
.change_number:hover{
	text-decoration: underline;
}
.change_number span{
	display: block;
	height: 32px;
	background: url(../img/add_right.jpg) no-repeat right;
	padding: 0 7px;
}
.change_number span span{
	display: block;
	height: 32px;
	background: url(../img/i.jpg) no-repeat 0 9px;
	padding: 0 0 0 20px
}

.input submit#save{
	display: block;
	float: left;
	height: 32px;
	background: url(../img/add_left.jpg) no-repeat left;
	text-decoration: none;
	font-size: 22px;
	line-height: 31px;
	color: #fff;
}
.save_number:hover{
	text-decoration: underline;
}
.save_number span{
	display: block;
	height: 32px;
	background: url(../img/add_right.jpg) no-repeat right;
	padding: 0 6px;
}
.save_number span span{
	display: block;
	height: 32px;
	background: url(../img/ok2.png) no-repeat 0 11px;
	padding: 0 5px 0 20px
}

/*--------------------------------------------------------------------------------------------------*/
/*		kodi_function								*/
/*--------------------------------------------------------------------------------------------------*/
.kodi_function{
	width: 670px;
	/*border: 1px solid red;/**/
	margin-left: 20px;
	padding-top: 20px;

}
.kodi_function_ul{
	list-style: none;
}
.kodi_function_ul li{
	display: block;
	padding: 6px 3px 8px 3px;
}
.kodi_function_ul li p{
	color: #5c5c5c;
	font-size: 13px;
	line-height: 1.2em;
}
.kf_number{
	float: left;
	/*background: red;/**/
	width: 140px;
}
.kf_description{
	float: right;
	width: 520px;
	/*background: orange;/**/
}
.kf_main{
	border: 1px solid #cccccc;
	background: #f1f4f7;
	border-radius: 5px;
}

/*--------------------------------------------------------------------------------------------------*/
/*			outside_marshrutizaciya						*/
/*--------------------------------------------------------------------------------------------------*/
.outside_marshrutizaciya{
	width: 670px;
	/*border: 1px solid red;/**/
	margin-left: 20px;
	padding-top: 10px;
}
.om_vneshnii_nomer{
	padding: 0 0 10px 0;
}

fieldset legend{
	color: #5c5c5c;
	font-size: 11px;
	line-height: 1.2em;
	padding-bottom: 5px;
	padding-top: 10px;
	font-weight: bold;
	width: 100%;
	border-bottom: 1px solid #cccccc;
}

.om_zagolovok{
	color: #5c5c5c;
	font-size: 11px;
	line-height: 1.2em;
	padding-bottom: 5px;
	padding-top: 10px;
}

.om_zagolovok span{
	background: url(../img/marker.jpg) no-repeat right center;
	padding-right: 15px;
}
/*========================================================================================*/
/*		select_stil								*/
/*========================================================================================*/
select { 
border:0; 
background:transparent;
font-size:13px; 
color: #5e5e5e;
//padding:1px 2px;
padding-right: 6px;
-webkit-appearance: none;
-moz-appearance: none;
}

.list_ul select, dd select {
overflow:hidden;
-moz-border-radius: 3px 3px 3px 3px;
-webkit-border-radius: 3px 3px 3px 3px;
border-radius: 3px 3px 3px 3px;
border: 1px solid #a8b3be;
background: #e3eaf3;

//box-shadow: 1px 1px 11px #330033;
background: url(../img/sel.png) no-repeat right -2px #e3eaf3;

}

dd select[disabled] {
color: #6783a0;
background: #c4cbd3;
}

.omvn_text{
	float: left;
	width: 150px;
	color: #444444;
	font-size: 13px;
	line-height: 26px;
}
.outside_marshrutizaciya_ul{
	display: block;
	/*background: red;/**/
	list-style: none
}
.outside_marshrutizaciya_ul li{
	float: left;
	width: 660px;
	display: block;
	padding: 8px 0px 10px 10px;
	/*border: 1px solid red;/**/
}
.om_left{
	float: left;
	width: 550px;
	/*background: pink;/**/
	color: #444444;
	font-size: 13px;
	padding: 5px 0 0 0;

}
.om_right{
	float: right;
	width: 90px;
	/*background: pink;/**/
}
.niceCheck{
	display: block;
	float: left;
	background: url(../img/check_box.png) no-repeat;
	cursor: pointer;
	height: 18px;
	line-height: 18px;
	padding-left: 30px;
	color: #444444;
	font-size: 13px;
}
.niceCheck input {
	display: none;/**/
	float: left;
	}

/*--------------------------------------------------------------------------------------------------*/
/*			zapisi_razgovora						*/
/*--------------------------------------------------------------------------------------------------*/
.zapisi_razgovora{
	width: 670px;
	/*border: 1px solid red;/**/
	margin-left: 20px;
	padding-top: 10px;
}
.zr_block{
	margin-top: 15px;
	/*background: orange;*/
}
.zr_block p{
	color: #444444;
	font-size: 13px;
	margin: 5px 10px 0 10px;
}
.zr_block_left	{
	/*background: red;*/
	float: left;
	width: 115px;
	padding: 5px 0 0 0;
}
.zr_primenit{
	display: block;
	float: left;
	height: 24px;
	background: url(../img/primenit.jpg) no-repeat left;
	line-height: 24px;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	/*text-shadow: #708091 0px 1px 1px;*/
}
.zr_primenit span{
	display: block;
	height: 24px;
	background: url(../img/primenit_right.jpg) no-repeat right;
	padding: 0 10px;
}
.zr_primenit:hover{
	text-decoration: underline;
}

.zr_nav{
	height: 30px;
	border-bottom: 1px solid #cccccc;
	background: #f1f4f7;
	padding: 0 5px;
}
.zr_nav_text{
	line-height: 30px;
	color: #5c5c5c;
	font-size: 11px;
	float: left;
	width: 200px;
}
.zr_sum{
	border-top: 1px solid #cccccc;
}
.zr_filter_text{
	line-height: 20px;
	display:block;
	color: #5c5c5c;
	font-size: 11px;
	float: left;
	width: 200px;
}
.zr_queue_text{
	float: left;
	width: 325px;
}

.zr_nav ul{
	display: block;	
	list-style: none;	
	float: right;
	padding-top: 8px;
}
.zr_nav ul li{
	display: block;
	float: left;
	color: #5c5c5c;
	font-size: 11px;
}
.zrnav_queue a,.zr_nav ul li a{
	color: #5c5c5c;
	font-size: 11px;
	margin: 0 4px 0 4px;
}
.zr_nav ul li a:hover{
	text-decoration: none;
}
.zr_active a{
	font-weight: bold;
	text-decoration: none;
	
}
.zr_nav_ul{
	list-style: none;
	margin: 0px 0 20px 0;
}

.zr_nav_ul li{
	display: block;
	/*background: orange;/**/
	padding: 8px 0px 11px 0px;
	height:10px;
}

.zr_nav_but li{
	display: block;
	height:30px;
	margin-top: -15px;
}

.zr_nav_ul li p{
	float: left;
	color: #444444;
	font-size: 12px;
}

.zr_nav_ul li p strong{
	font-size: 11px;
}

.zrnav_select{
	width: 18px;
	font-size: 11px!important;
	margin-top: -1px;
	padding-left: 1px;
}
.zrnav_date{
	width: 150px;
	font-size: 11px!important;
	margin-top: 2px;
	margin-left: 4px;
}
.zrnav_queue{
	width: 165px;
	font-size: 12px!important;
	text-align: center;
}
.zrnav_number_from{
	width: 220px;
	font-size: 13px!important;
}
.zrnav_number_to{
	width: 135px;
	font-size: 13px!important;
}
.zrnav_sost{
	width: 120px;
	font-size: 11px!important;
}
.zrnav_rec{
	float: right!important;
	font-size: 13px!important;
	width: 50px;
}
.zrnav_time{
	font-size: 13px!important;
	width: 40px;
}
/*--------------------------------------------------------------------------------------------------*/
/*				footer								*/
/*--------------------------------------------------------------------------------------------------*/
.footer{
	width: 987px;
	margin: 0 auto;
	padding: 20px 0 0 0;
	/*background: yellow;/**/
	text-align: center;
}
.footer p{
	color: #737373;
	font-size: 12px;
}
.footer p a{
	color: #737373;
	text-decoration: underline;
}
.footer p a:hover{
	text-decoration: none;
}

/*--------------------------------------------------------------------------------------------------*/
/*			left_menu							*/
/*--------------------------------------------------------------------------------------------------*/
.relative{
	position:relative;
	border: none;}
.left{
	float: left;
}
.right{
	float: right;
}
.clear{
	clear: both;
	height: 0;
	border: none;
}
/********************************************************************************************/

/*--------------------------------------------------------------------------------------------------*/
/*				muz_ozidaniya						*/
/*--------------------------------------------------------------------------------------------------*/

.muz_text{
	width: 672px;
	margin: 10px auto;	
	}
.muz_text_bg{
	background: url(../img/muz_bg.jpg) ;
	width: 672px;
	float: left;
	}
.muz_text_left_top{
	width: 410px;
	float: left;
	}
.muz_text_right_top{
	width: 182px;
	float:right;
	/*background: red;/**/
	}
.muz_text_right_top2{
	width: 150px;
	float:right;
	text-align:right;
	padding-right: 25px;
	}
.muz_text_left{
	width: 410px;
	float: left;
	}
.muz_text_right{
	width: 262px;
	float:left;
	}
.muz_text_right2{
	width: 150px;
	float:right;
	}
.muz_text_left2 span{
	font-size: 13px;
	color: #444;
	line-height: 37px;
	padding-left: 5px;
	}
.muz_text_right  a, .muz_text_right2  a, .mt_ul_right a{
	background: url(../img/muz_right_button.png) no-repeat top right;
	display: block;
	float: left;
	height: 17px;
	margin-right: 5px;
	padding-right: 4px;
	text-decoration: none;
	color: #fff!important;
	font-size: 11px;
	margin-top: 10px;
	}
.muz_text_right  a:hover, .muz_text_right2  a:hover, .mt_ul_right a:hover{
	text-decoration: underline;
	}
.muz_text_right a span, .muz_text_right2 a span{
	background: url(../img/muz_left_button.png) no-repeat;
	display: block;
	line-height: 17px;
	padding-left: 3px;
	padding-right: 1px;
	color: #fff!important;
	}
.muz_text_right_2  a, .muz_text_right_22  a{
	background: url(../img/muz_right_button2.png) no-repeat top right;
	display: block;
	float: left;
	height: 17px;
	margin-right: 5px;
	padding-right: 3px;
	text-decoration: none;
	color: #fff!important;
	font-size: 11px;
	}
.muz_text_right_2 a span, .muz_text_right_22 a span{
	background: url(../img/muz_left_button2.png) no-repeat;
	display: block;
	line-height: 17px;
	padding-left: 6px;
	padding-right: 1px;
	
	}
.p{
	background: url(../img/p.jpg) no-repeat left 3px!important;
	padding-left: 18px!important;
}
.i{
	background: url(../img/i.jpg) no-repeat left 3px!important;
	padding-left: 18px!important;
	}
.u{
	background: url(../img/u.jpg) no-repeat left 3px!important;
	padding-left: 15px!important;
	}

.muz_text h3{
	font-size: 11px;
	color: #5c5c5c;
	padding: 24px 0 8px 0;
	}
.polosa_muz{
	width: 100%;
	height: 1px;
	background: #ccc;
	float: left;
	}
.dobavit{
	height: 32px;
	margin-top: 22px;
	margin-bottom: 30px;
	}

.dobavit  a{
	background: url(../img/add_right.jpg) no-repeat top right;
	display: block;
	float: left;
	height: 32px;
	margin-right: 5px;
	padding-right: 6px;
	text-decoration: none;
	color: #fff;
	font-size: 12px;
	}
.dobavit  a:hover{
	text-decoration: underline;
	}
.dobavit a span{
	background: url(../img/add_left.jpg) no-repeat;
	display: block;
	line-height: 32px;
	padding-left: 6px;
	}
.dob{
	background: url(../img/dob.jpg) no-repeat left 10px!important;
	padding-left: 17px!important;
	padding-right: 5px;
	}	
/*--------------------------------------------------------------------------------------------------*/
/*				write							*/
/*--------------------------------------------------------------------------------------------------*/
.write_left{
	background: url(../img/muz_bg.jpg) 0 -12px;
	width: 470px;
	float: left;
	}
.write_right{
	width: 175px;
	float: left;
	margin-left: 25px;
	}
.write_left span{
	font-size: 13px;
	color: #444;
	line-height: 25px;
	padding-left: 5px;
	}
.write_right a {
	margin-top: 17px;
	}
.nota{
	background: url(../img/nota.png) no-repeat 5px 7px;
	display: inline-block;
	padding-left: 25px !important;
	font-size: 11px!important;
	}
.vibrat_fail{
	width: 125px;
	float: left;
	margin-top: 11px;
	}
.vibrranniy_fail{
	width: 300px;
	float: left;
	margin-top: 11px;
	margin-left: 20px;
	}
.vibrat_fail a{
	background: url(../img/add_right.jpg) no-repeat top right;
	display: block;
	float: left;
	height: 32px;
	padding-right: 6px;
	text-decoration: none;
	color: #fff;
	font-size: 12px;
	}
.vibrat_fail a:hover{
	text-decoration: underline;
	}
.vibrat_fail a span{
	background: url(../img/add_left.jpg) no-repeat;
	display: block;
	line-height: 32px;
	padding-left: 6px;
	}
.zg{
	background: url(../img/zg.png) no-repeat left 10px!important;
	padding-left: 17px!important;
	}
.img_fail{
		background: url(../img/fl.png) no-repeat 0 3px;
		color: #444;
		text-decoration: none;
		line-height: 1.3em;
		font-size: 11px;
		display: inline-block;
		padding-top: 4px;
		height: 16px;
		margin-top: 8px;
		padding-left: 20px;
	}
.img_fail:hover{
		text-decoration: underline;
	}
.vibrat_fail a{
	background: url(../img/add_right.jpg) no-repeat top right;
	display: block;
	float: left;
	height: 32px;
	padding-right: 6px;
	text-decoration: none;
	color: #fff;
	font-size: 12px;
	}
.vibrat_fail a span{
	background: url(../img/add_left.jpg) no-repeat;
	display: block;
	line-height: 32px;
	padding-left: 6px;
	}
.zagr{
	background: url(../img/st.png) no-repeat left 10px!important;
	padding-left: 15px!important;
	}
.button_zagr{
	margin-top: 15px;
	}
	
	
/*--------------------------------------------------------------------------------------------------*/
/*		marshrutizaciya		*may be deleted*					*/
/*--------------------------------------------------------------------------------------------------*/

.marshrutizaciya_left{
	width: 293px;
	float: left;
	}
.marshrutizaciya_center{
	width: 177px;
	float: left;
	}
.marshrutizaciya_right{
	width: 176px;
	float: right;
	margin-left: 26px;
	}
.marsh_text_bg{
	background: url(../img/muz_bg.jpg) ;
	float: left;
	}
.marshrutizaciya_right a{
	background: url(../img/muz_right_button.png) no-repeat top right ;
	display: block;
	float: left;
	height: 17px;
	margin-right: 5px;
	padding-right: 4px;
	text-decoration: none;
	color: #fff;
	font-size: 11px;
	margin-top: 10px;
	position: relative;
	}
.marshrutizaciya_right a span{
	background: url(../img/muz_left_button.png) no-repeat;
	display: block;
	line-height: 17px;
	padding-left: 4px;
	padding-right: 1px;
	}
.marshrutizaciya_right2  a{
	background: url(../img/muz_right_button2.png) no-repeat top right;
	display: block;
	float: left;
	height: 17px;
	margin-right: 5px;
	padding-right: 3px;
	text-decoration: none;
	color: #fff;
	font-size: 11px;
	}
.marshrutizaciya_right2 a span{
	background: url(../img/muz_left_button2.png) no-repeat;
	display: block;
	line-height: 17px;
	padding-left: 6px;
	padding-right: 1px;
	}
.marshrutizaciya_otstup_right{
	margin-top: 15px;
	float: left;
	}
/*.wrap_marshrutizaciya span{
	display: block;
	line-height: 25px;
	padding-left: 5px;
	color: #444;
	font-size: 13px;
	}/***/
.marshrutizaciya_right_text{
	margin-top: 5px;
	color:#fff!important;
	}
.marshrutizaciya_right_text a{
	color:#fff!important;
	font-size: 11px!important;
	}
.marshrutizaciya_right_text a:hover{
	text-decoration: underline;
	}
.marshrutizaciya_right_text a span{
	color:#fff!important;
	}
.marshrutizaciya_right_text a span span{
	color:#fff!important;
	font-size: 11px!important;
	}
.wrap_s{
	background: #e2e9f2;
	height: 25px;
	width: 470px;
	float: left;
	line-height: 25px;
	}
.wrap_s span{
	background: url(../img/marsh.png) no-repeat 5px 7px;
	padding-left: 30px;
	font-size: 11px;
	}
.button_marshrutizaciya_otstup{
	height: 20px;
	float: left;
	}

/*--------------------------------------------------------------------------------------------------*/
/*				ishodashaya_marshrutizaciya				*/
/*--------------------------------------------------------------------------------------------------*/
.div{
	width: 100%;
		position: relative;	
	}
.input{
	margin-top: 0px;
	}
.wrap_input{
	float: left;
	position:relative;
	}
.wrap_input input{
	background: #e3eaf3;
	color: #444;
	font-size: 13px;
	float: left;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px; 
	-khtml-border-radius: 3px; 
	border-radius: 3px;  
	
	border-top: 1px solid #a8b3be;
	border-left: 1px solid #a8b3be;
	border-bottom: 1px solid #a8b3be;
	border-right: 1px solid #a8b3be;

	behavior: url(border-radius.htc);

	}

.list_ul input[type=text]{
	background: #e3eaf3;
	color: #444;
	font-size: 13px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	
	padding-left:2px;
	
	border-top: 1px solid #a8b3be;
	border-left: 1px solid #a8b3be;
	border-bottom: 1px solid #a8b3be;
	border-right: 1px solid #a8b3be;

	behavior: url(border-radius.htc);

	}
	
/*** Всплывающие подсказки форм ***/
dl.zend_form dd {position: relative;}
dl.zend_form p.description,
dl.zend_form p.hint {display: none;  position:absolute; left: -42ex; top: 4ex; padding: 1ex; z-index: 10; border: 1px solid activeborder;}
p.description, p.hint {font-size: 11px;  background-color: #e3eaf3; color: infotext;  padding: 2px;}

/*
* 2 набора правил для "голых" полей и fieldsetов,
* hover работает для тега dt, показывает элемент в соседнем dd
*/
dl.zend_form dt:hover + dd,
dl.zend_form p.description:hover,
dl.zend_form p.hint:hover {z-index: 10;}
dl.zend_form dt:hover + dd > p.description,
dl.zend_form dt:hover + dd > p.hint {display: block;}

dl.zend_form label.required {font-weight: bold;}
dl.zend_form select {min-width: 180px;max-width: 220px;}
dl.zend_form dl.stackLeft {float: left;}
dl.zend_form option.actionListItem {font-style: italic;}

.form_input {
	float: left;
	color: #444;
	font-size: 13px;
	line-height: 20px;
	margin-right: 10px;
}


.pole_text{
	width: 100%;
	background-color: #f8f8f8;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px; 
	-khtml-border-radius: 3px; 
	border-radius: 3px;  
	border: 1px solid #f8f8f8;
	margin: 10px 0 20px 0;
	padding: 10px 0px;
	float: left;
	behavior: url(border-radius.htc);
	}
.pole_text span{
	float: left;
	color: #5e5e5e;
	font-size: 11px;
	margin-left: 10px;
	}
dd img {
display:block;
padding-bottom: 10px;
}
dd textarea{
	float: left;
	padding: 2px;
	background: #f9f9f9;
	position:relative;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px; 
	-khtml-border-radius: 3px; 
	border-radius: 3px; 
	border: 1px solid #a8b3be;
	behavior: url(border-radius.htc);
	}
	
textarea textarea{
	display: block;
	background: #f9f9f9;
	padding: 4px;
	width: 375px;
	height: 162px;
	color: #637383;
	font-size: 13px;
	}
	
/*======================================================================================*/
.mt_ul{
	list-style: none;
}
.mt_ul li{
	display: block;
	padding: 0px 0 10px 3px;
}
.mt_ul li p{
	color: #444444;
	font-size: 13px;

}

/*======================================================================================*/
.insert_marshryt{
	list-style: none;
}
.insert_marshryt li{
	display:block;
}
.kf_left{
	float: left;
	width: 130px;
	padding: 0px 0 8px 3px;
}
.kf_right{
	float: left;
	width: 510px;
	padding: 0px 0 8px 3px;
}

.im_left{float: left;width: 280px;padding: 0px 0 8px 3px;}
.im_left_process{
	float: left;
	width: 280px;
	font-style:italic;
	padding: 0px 0 8px 3px;
}
.im_left_deleted{
	float: left;
	width: 280px;
	text-decoration:line-through;
	padding: 0px 0 8px 3px;
}
.im_left_sm{float: left;width: 140px;padding: 0px 0 8px 3px;}
.org_left_sm{float: left;padding: 0 0 8px 3px;width: 50px;}

.im_middle{
	float: left;
	width: 180px;
	padding: 5px 0 8px 3px;
}
.mt_right{
	float: right;
	width: 290px;
	text-align: center;
	padding: 5px 0 8px 3px;
}
.im_right{float: right;width: 73px;text-align: center;padding: 5px 0 8px 3px;}
.im_right_sm{
	float: right;
	width: 140px;
	text-align: center;
	padding: 5px 0 8px 3px;
}
.im_right_under{
	background: #f1f4f7 url(../img/marsh.png) no-repeat 3px 3px;
	padding: 4px 3px 4px 25px;
	
}

.im_left ,.im_middle ,.im_right , .mt_right {
	font-size: 13px;
	line-height: 1.2em;
	padding-top: 0px;
}

.im_content{
	font-size: 10px;
	line-height: 1.2em;
	padding-top: 2px;
	background: #f1f4f7 url(../img/marsh.png) no-repeat 3px 3px;
	padding: 4px 3px 4px 25px;
}

.im_rules{
	font-size: 10px;
	line-height: 1.2em;
	padding-top: 2px;
	float: left;
	width: 180px;
	padding: 0px 0 8px 3px;
}


.im_left p strong, .im_middle p strong, .im_right p strong, .im_right_under p, .mt_right p strong {
	font-size: 11px;
	color: #505050;
}

.route_num {
    text-decoration:none;
    color: #505050;
}

.route_num:hover{
    text-decoration: underline;
}

dt {
	float: left;
	color: #444444;
	font-size: 13px;
	margin-top: 5px;
	display:block;
	clear: both;
	width:250px; 
	margin: 15px 0 10px 0;
}
.quicksearch input{
  margin-top: 8px;
  width: 160px;
  background: none repeat scroll 0 0 #E3EAF3;
  border-color: #A8B3BE;
  border-radius: 3px 3px 3px 3px;
  border-style: solid;
  border-width: 1px;
  color: #444444;
  display: block;
  float: left;
  font-size: 13px;
  padding-left: 2px;
}
.quicksearch .qs_label {
  float: left;
  height: 17px;
  font-size: 12px;
  margin-left: 30px;
  margin-top: 10px;
  width: 120px;
}
.quicksearch .loader{
  font-size: 12px;
  margin-left: 15px;
  margin-top: 10px;
  float: left;
  height: 17px;

}

dd {
	float: left;
	margin: 12px 5px 0 0;
}

dd label {
	font-size: 13px;
	
}

dd input{
	background: #e3eaf3;
	color: #444;
	font-size: 13px;
	float: left;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px; 
	-khtml-border-radius: 3px; 
 	border-radius: 3px;
	display:block;
	padding-left:2px;
	border-top: 1px solid #a8b3be;
	border-left: 1px solid #a8b3be;
	border-bottom: 1px solid #a8b3be;
	border-right: 1px solid #a8b3be;
	/*behavior: url(border-radius.htc);/***/
	}
	
	
dd button {
	display: block;
	float: left;
	height: 24px;
	background-image: url(../img/primenit_right.jpg), url(../img/primenit.jpg);
	background-position: right, left;
	background-repeat: no-repeat;
	text-decoration: none;
	font-size: 13px;
	margin: -1px 0 0 15px;
	line-height: 24px;
	color: #fff;
}
form input[type="submit"]{
	display: block;
	float: left;
	height: 24px;
	background-image: url(../img/primenit_right.jpg), url(../img/primenit.jpg);
	background-position: right, left;
	background-repeat: no-repeat;
	text-decoration: none;
	font-size: 13px;
	margin: 10px 0 0 0;
	line-height: 24px;
	color: #fff;
}
form input[type="submit"]:hover{
	text-decoration: underline;
}

table {font-size: 13px;border:1;margin: 0;}
table {margin-bottom: 1em;margin-bottom: expression('1.33em')};
table tr.wh {background:#fff;}
table tr.gr {background:#f3f3f3;}
table th, table td {padding:5px 3px;text-align:left;}
th, thead td {vertical-align:middle;text-align: center; background-color: #eee; padding: 0.2em 1em;}
#td.smallText {font-size: 11px;}
.smallText {font-size: 80%}
.alignRight {text-align:right;}
div.horisontalGraph {background-color: #a8b3ba; padding: 1px;}
div.legend table {width: auto}
td.value {text-align: center}
