#black_bg{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background: url(imgs/ajax-loader.gif) no-repeat;
    background-position:center;
	background-color:#ccc;
	opacity:.80;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    z-index:10000;
}

.products , .cart-items{
    cursor: move;
    padding: 1px;
}

.products:hover , .cart-items:hover{
    color: #303030;
    border: solid 1px #2c2d4a;
    background-color: #d2d4fd;
    padding: 0px;
}
#list_uslug ul li{
    cursor: pointer;
}



#list_uslug ul li:hover{
    text-decoration: underline;
    color: #02278f;
}

.products_service , .cart-items_service {
    cursor: move;
    padding: 1px;
    margin-left: 20px;
} 

.products_service:hover , .cart-items_service:hover{
    color: #303030;
    border: solid 1px #2c2d4a;
    background-color: #d2d4fd;
    padding: 0px;
}

#leftColumn_service ul li{
    cursor: pointer;
}

#leftColumn_service ul li:hover{
    text-decoration: underline;
    color: #02278f;
}

.tab_view_zakaz td{
    border-bottom : solid 1px #ccc ;
    padding-top: 5px;
    padding-bottom: 3px;
}


#contents{
    padding-top:10px;
}
iframe{
    padding:0px 0px 0px 20px;
}

.menu{
    width: 100%;
}

                     
.adm_set{
    text-align: left;
}
.adm_set1{
    text-align: left;
}
.adm_set2{
    text-align: left;
}
.adm_set2 td{
    text-align: left;
    padding-top: 6px; 
    padding-left : 10px;
}

#apatment_all{
    overflow: auto;
    width: 200px;
    height: 600px;
    border: solid 1px #000;
    margin: 3px;
    text-align: left;
}

#apatment{
    border: solid 1px #000;
    padding: 3px;
    margin: 3px;
}

.table_apatment_form td{
    text-align: left;
    padding: 3px;
}
.table_apatment_form input{
    text-align: left;
    border: solid 1px #000;
    height: 16px;
    width: 250px;
}
.table_apatment_form textarea{
    text-align: left;
    border: solid 1px #000;
    height: 100px;
    width: 250px;
}

.admin_menu{
    border: solid 0px #000;
    padding-top: 15px;
    padding-bottom : 15px;
}
.admin_menu td{
    border-left: solid 0px #000;
    padding-left: 0px;
    padding-right: 20px;
}

.user_form td{
    padding: 5px;
}

.user_form table td{
    padding: 0px;
}

.table_type_uslugi_action td{
    padding-bottom: 15px;

}


div.auto_complete {
  position:absolute;
  width:250px;
  background-color:white;
  border:1px solid #888;
  margin:0px;
  padding:0px;
}
ul.contacts  {
  list-style-type: none;
  margin:0px;
  padding:0px;
}
ul.contacts li.selected { background-color: #ffb; }
li.contact {
  list-style-type: none;
  display:block;
  margin:0;
  padding:2px;
  height:32px;
}
li.contact div.image {
  float:left;
  width:32px;
  height:32px;
  margin-right:8px;
}
li.contact div.name {
  font-weight:bold;
  font-size:12px;
  line-height:1.2em;
}
li.contact div.email {
  font-size:10px;
  color:#888;
}
#list {
  margin:0;
  margin-top:10px;
  padding:0;
  list-style-type: none;
  width:250px;
}
#list li {
  margin:0;
  margin-bottom:4px;
  padding:5px;
  border:1px solid #888;
  cursor:move;
}


#list_discont {
  margin:0;
  margin-top:10px;
  padding:0;
  list-style-type: none;
  width:250px;
}
#list_discont li {
  margin:0;
  margin-bottom:4px;
  padding:5px;
  border:1px solid #888;
}

#list_apatment {
  margin:0;
  margin-top:10px;
  padding:0;
  list-style-type: none;
}
#list_apatment li {
  margin:0;
  margin-bottom:4px;
}

#list_apatment li table {
    height: 25px;
    padding-left: 10px;
    padding-right: 10px;
}

.all_apat td{
    padding: 5px;
}

.all_apa_tables td{
    margin-bottom: 5px;
    border-bottom: solid 1px #000; 
}  

.day{       
    background-image: url(/account/img/day.png);
    background-repeat: no-repeat;       
    background-position: bottom right;    
    width: 12px;          
    vertical-align: bottom;      
    font-size:6px;             
    text-align:center;        
}

#timespan td{
    padding: 0px;
    cursor: pointer;
}

.day_start_admin{       
    background-image: url(/account/img/day_red_start.png);
    background-repeat: no-repeat;       
    background-position: bottom right;    
    width: 12px;          
    vertical-align: bottom;      
    font-size:6px;             
    text-align:center;        
}
.day_stop_admin{       
    background-image: url(/account/img/day_red_stop.png);
    background-repeat: no-repeat;       
    background-position: bottom right;    
    width: 12px;          
    vertical-align: bottom;      
    font-size:6px;             
    text-align:center;        
}


.day_start_operator{       
    background-image: url(/account/img/day_green_start.png);
    background-repeat: no-repeat;       
    background-position: bottom right;    
    width: 12px;          
    vertical-align: bottom;      
    font-size:6px;             
    text-align:center;        
}
.day_stop_operator{       
    background-image: url(/account/img/day_green_stop.png);
    background-repeat: no-repeat;       
    background-position: bottom right;    
    width: 12px;          
    vertical-align: bottom;      
    font-size:6px;             
    text-align:center;        
}

.day_start_user{       
    background-image: url(/account/img/day_blue_start.png);
    background-repeat: no-repeat;       
    background-position: bottom right;    
    width: 12px;          
    vertical-align: bottom;      
    font-size:6px;             
    text-align:center;        
}
.day_stop_user{       
    background-image: url(/account/img/day_blue_stop.png);
    background-repeat: no-repeat;       
    background-position: bottom right;    
    width: 12px;          
    vertical-align: bottom;      
    font-size:6px;             
    text-align:center;        
}

.day_start_ex_operator{       
    background-image: url(/account/img/day_purpur_start.png);
    background-repeat: no-repeat;       
    background-position: bottom right;    
    width: 12px;          
    vertical-align: bottom;      
    font-size:6px;             
    text-align:center;        
}
.day_stop_ex_operator{       
    background-image: url(/account/img/day_purpur_stop.png);
    background-repeat: no-repeat;       
    background-position: bottom right;    
    width: 12px;          
    vertical-align: bottom;      
    font-size:6px;             
    text-align:center;        
}

.week_start_admin{       
    background-image: url(/account/img/week_red_start.png);
    background-repeat: no-repeat;       
    background-position: bottom right;    
    width: 12px;          
    vertical-align: bottom;      
    font-size:6px;             
    text-align:center;        
}
.week_stop_admin{       
    background-image: url(/account/img/week_red_stop.png);
    background-repeat: no-repeat;       
    background-position: bottom right;    
    width: 12px;          
    vertical-align: bottom;      
    font-size:6px;             
    text-align:center;        
}


.week_start_operator{       
    background-image: url(/account/img/week_green_start.png);
    background-repeat: no-repeat;       
    background-position: bottom right;    
    width: 12px;          
    vertical-align: bottom;      
    font-size:6px;             
    text-align:center;        
}
.week_stop_operator{       
    background-image: url(/account/img/week_green_stop.png);
    background-repeat: no-repeat;       
    background-position: bottom right;    
    width: 12px;          
    vertical-align: bottom;      
    font-size:6px;             
    text-align:center;        
}

.week_start_user{       
    background-image: url(/account/img/week_blue_start.png);
    background-repeat: no-repeat;       
    background-position: bottom right;    
    width: 12px;          
    vertical-align: bottom;      
    font-size:6px;             
    text-align:center;        
}
.week_stop_user{       
    background-image: url(/account/img/week_blue_stop.png);
    background-repeat: no-repeat;       
    background-position: bottom right;    
    width: 12px;          
    vertical-align: bottom;      
    font-size:6px;             
    text-align:center;        
}

.week_start_ex_operator{       
    background-image: url(/account/img/week_purpur_start.png);
    background-repeat: no-repeat;       
    background-position: bottom right;    
    width: 12px;          
    vertical-align: bottom;      
    font-size:6px;             
    text-align:center;        
}
.week_stop_ex_operator{       
    background-image: url(/account/img/week_purpur_stop.png);
    background-repeat: no-repeat;       
    background-position: bottom right;    
    width: 12px;          
    vertical-align: bottom;      
    font-size:6px;             
    text-align:center;        
}


.day_month_start_admin{       
    background-image: url(/account/img/month_red_start.png);
    background-repeat: no-repeat;       
    background-position: bottom right;    
    width: 12px;          
    vertical-align: bottom;      
    font-size:6px;             
    text-align:center;        
}
.day_month_stop_admin{       
    background-image: url(/account/img/month_red_stop.png);
    background-repeat: no-repeat;       
    background-position: bottom right;    
    width: 12px;          
    vertical-align: bottom;      
    font-size:6px;             
    text-align:center;        
}


.day_month_start_operator{       
    background-image: url(/account/img/month_green_start.png);
    background-repeat: no-repeat;       
    background-position: bottom right;    
    width: 12px;          
    vertical-align: bottom;      
    font-size:6px;             
    text-align:center;        
}
.day_month_stop_operator{       
    background-image: url(/account/img/month_green_stop.png);
    background-repeat: no-repeat;       
    background-position: bottom right;    
    width: 12px;          
    vertical-align: bottom;      
    font-size:6px;             
    text-align:center;        
}

.day_month_start_user{       
    background-image: url(/account/img/month_blue_start.png);
    background-repeat: no-repeat;       
    background-position: bottom right;    
    width: 12px;          
    vertical-align: bottom;      
    font-size:6px;             
    text-align:center;        
}
.day_month_stop_user{       
    background-image: url(/account/img/month_blue_stop.png);
    background-repeat: no-repeat;       
    background-position: bottom right;    
    width: 12px;          
    vertical-align: bottom;      
    font-size:6px;             
    text-align:center;        
}

.day_month_start_ex_operator{       
    background-image: url(/account/img/month_purpur_start.png);
    background-repeat: no-repeat;       
    background-position: bottom right;    
    width: 12px;          
    vertical-align: bottom;      
    font-size:6px;             
    text-align:center;        
}
.day_month_stop_ex_operator{       
    background-image: url(/account/img/month_purpur_stop.png);
    background-repeat: no-repeat;       
    background-position: bottom right;    
    width: 12px;          
    vertical-align: bottom;      
    font-size:6px;             
    text-align:center;        
}

.year_start_admin{       
    background-image: url(/account/img/year_red_start.png);
    background-repeat: no-repeat;       
    background-position: bottom right;    
    width: 12px;          
    vertical-align: bottom;      
    font-size:6px;             
    text-align:center;        
}
.year_stop_admin{       
    background-image: url(/account/img/year_red_stop.png);
    background-repeat: no-repeat;       
    background-position: bottom right;    
    width: 12px;          
    vertical-align: bottom;      
    font-size:6px;             
    text-align:center;        
}


.year_start_operator{       
    background-image: url(/account/img/year_green_start.png);
    background-repeat: no-repeat;       
    background-position: bottom right;    
    width: 12px;          
    vertical-align: bottom;      
    font-size:6px;             
    text-align:center;        
}
.year_stop_operator{       
    background-image: url(/account/img/year_green_stop.png);
    background-repeat: no-repeat;       
    background-position: bottom right;    
    width: 12px;          
    vertical-align: bottom;      
    font-size:6px;             
    text-align:center;        
}

.year_start_user{       
    background-image: url(/account/img/year_blue_start.png);
    background-repeat: no-repeat;       
    background-position: bottom right;    
    width: 12px;          
    vertical-align: bottom;      
    font-size:6px;             
    text-align:center;        
}
.year_stop_user{       
    background-image: url(/account/img/year_blue_stop.png);
    background-repeat: no-repeat;       
    background-position: bottom right;    
    width: 12px;          
    vertical-align: bottom;      
    font-size:6px;             
    text-align:center;        
}

.year_start_ex_operator{       
    background-image: url(/account/img/year_purpur_start.png);
    background-repeat: no-repeat;       
    background-position: bottom right;    
    width: 12px;          
    vertical-align: bottom;      
    font-size:6px;             
    text-align:center;        
}
.year_stop_ex_operator{       
    background-image: url(/account/img/year_purpur_stop.png);
    background-repeat: no-repeat;       
    background-position: bottom right;    
    width: 12px;          
    vertical-align: bottom;      
    font-size:6px;             
    text-align:center;        
}
/*year_ss*/
.year_ss_ex_op{       
    background-image: url(/account/img/year_ss_ex_op.png);
    background-repeat: no-repeat;       
    background-position: bottom right;    
    width: 12px;          
    vertical-align: bottom;      
    font-size:6px;             
    text-align:center;        
}

.year_ss_ex_ad{       
    background-image: url(/account/img/year_ss_ex_ad.png);
    background-repeat: no-repeat;       
    background-position: bottom right;    
    width: 12px;          
    vertical-align: bottom;      
    font-size:6px;             
    text-align:center;        
}
.year_ss_ex_us{       
    background-image: url(/account/img/year_ss_ex_us.png);
    background-repeat: no-repeat;       
    background-position: bottom right;    
    width: 12px;          
    vertical-align: bottom;      
    font-size:6px;             
    text-align:center;        
}
.year_ss_ex_ex{       
    background-image: url(/account/img/year_ss_ex_ex.png);
    background-repeat: no-repeat;       
    background-position: bottom right;    
    width: 12px;          
    vertical-align: bottom;      
    font-size:6px;             
    text-align:center;        
}

.year_ss_op_op{       
    background-image: url(/account/img/year_ss_op_op.png);
    background-repeat: no-repeat;       
    background-position: bottom right;    
    width: 12px;          
    vertical-align: bottom;      
    font-size:6px;             
    text-align:center;        
}

.year_ss_op_ad{       
    background-image: url(/account/img/year_ss_op_ad.png);
    background-repeat: no-repeat;       
    background-position: bottom right;    
    width: 12px;          
    vertical-align: bottom;      
    font-size:6px;             
    text-align:center;        
}
.year_ss_op_us{       
    background-image: url(/account/img/year_ss_op_us.png);
    background-repeat: no-repeat;       
    background-position: bottom right;    
    width: 12px;          
    vertical-align: bottom;      
    font-size:6px;             
    text-align:center;        
}
.year_ss_op_ex{       
    background-image: url(/account/img/year_ss_op_ex.png);
    background-repeat: no-repeat;       
    background-position: bottom right;    
    width: 12px;          
    vertical-align: bottom;      
    font-size:6px;             
    text-align:center;        
}

.year_ss_ad_op{       
    background-image: url(/account/img/year_ss_ad_op.png);
    background-repeat: no-repeat;       
    background-position: bottom right;    
    width: 12px;          
    vertical-align: bottom;      
    font-size:6px;             
    text-align:center;        
}

.year_ss_ad_ad{       
    background-image: url(/account/img/year_ss_ad_ad.png);
    background-repeat: no-repeat;       
    background-position: bottom right;    
    width: 12px;          
    vertical-align: bottom;      
    font-size:6px;             
    text-align:center;        
}
.year_ss_ad_us{       
    background-image: url(/account/img/year_ss_ad_us.png);
    background-repeat: no-repeat;       
    background-position: bottom right;    
    width: 12px;          
    vertical-align: bottom;      
    font-size:6px;             
    text-align:center;        
}
.year_ss_ad_ex{       
    background-image: url(/account/img/year_ss_ad_ex.png);
    background-repeat: no-repeat;       
    background-position: bottom right;    
    width: 12px;          
    vertical-align: bottom;      
    font-size:6px;             
    text-align:center;        
}


.year_ss_us_op{       
    background-image: url(/account/img/year_ss_us_op.png);
    background-repeat: no-repeat;       
    background-position: bottom right;    
    width: 12px;          
    vertical-align: bottom;      
    font-size:6px;             
    text-align:center;        
}

.year_ss_us_ad{       
    background-image: url(/account/img/year_ss_us_ad.png);
    background-repeat: no-repeat;       
    background-position: bottom right;    
    width: 12px;          
    vertical-align: bottom;      
    font-size:6px;             
    text-align:center;        
}
.year_ss_us_us{       
    background-image: url(/account/img/year_ss_us_us.png);
    background-repeat: no-repeat;       
    background-position: bottom right;    
    width: 12px;          
    vertical-align: bottom;      
    font-size:6px;             
    text-align:center;        
}
.year_ss_us_ex{       
    background-image: url(/account/img/year_ss_us_ex.png);
    background-repeat: no-repeat;       
    background-position: bottom right;    
    width: 12px;          
    vertical-align: bottom;      
    font-size:6px;             
    text-align:center;        
}

/* year ss  end */

/*month_ss*/
.month_ss_ex_op{       
    background-image: url(/account/img/month_ss_ex_op.png);
    background-repeat: no-repeat;       
    background-position: bottom right;    
    width: 12px;          
    vertical-align: bottom;      
    font-size:6px;             
    text-align:center;        
}

.month_ss_ex_ad{       
    background-image: url(/account/img/month_ss_ex_ad.png);
    background-repeat: no-repeat;       
    background-position: bottom right;    
    width: 12px;          
    vertical-align: bottom;      
    font-size:6px;             
    text-align:center;        
}
.month_ss_ex_us{       
    background-image: url(/account/img/month_ss_ex_us.png);
    background-repeat: no-repeat;       
    background-position: bottom right;    
    width: 12px;          
    vertical-align: bottom;      
    font-size:6px;             
    text-align:center;        
}
.month_ss_ex_ex{       
    background-image: url(/account/img/month_ss_ex_ex.png);
    background-repeat: no-repeat;       
    background-position: bottom right;    
    width: 12px;          
    vertical-align: bottom;      
    font-size:6px;             
    text-align:center;        
}

.month_ss_op_op{       
    background-image: url(/account/img/month_ss_op_op.png);
    background-repeat: no-repeat;       
    background-position: bottom right;    
    width: 12px;          
    vertical-align: bottom;      
    font-size:6px;             
    text-align:center;        
}

.month_ss_op_ad{       
    background-image: url(/account/img/month_ss_op_ad.png);
    background-repeat: no-repeat;       
    background-position: bottom right;    
    width: 12px;          
    vertical-align: bottom;      
    font-size:6px;             
    text-align:center;        
}
.month_ss_op_us{       
    background-image: url(/account/img/month_ss_op_us.png);
    background-repeat: no-repeat;       
    background-position: bottom right;    
    width: 12px;          
    vertical-align: bottom;      
    font-size:6px;             
    text-align:center;        
}
.month_ss_op_ex{       
    background-image: url(/account/img/month_ss_op_ex.png);
    background-repeat: no-repeat;       
    background-position: bottom right;    
    width: 12px;          
    vertical-align: bottom;      
    font-size:6px;             
    text-align:center;        
}

.month_ss_ad_op{       
    background-image: url(/account/img/month_ss_ad_op.png);
    background-repeat: no-repeat;       
    background-position: bottom right;    
    width: 12px;          
    vertical-align: bottom;      
    font-size:6px;             
    text-align:center;        
}

.month_ss_ad_ad{       
    background-image: url(/account/img/month_ss_ad_ad.png);
    background-repeat: no-repeat;       
    background-position: bottom right;    
    width: 12px;          
    vertical-align: bottom;      
    font-size:6px;             
    text-align:center;        
}
.month_ss_ad_us{       
    background-image: url(/account/img/month_ss_ad_us.png);
    background-repeat: no-repeat;       
    background-position: bottom right;    
    width: 12px;          
    vertical-align: bottom;      
    font-size:6px;             
    text-align:center;        
}
.month_ss_ad_ex{       
    background-image: url(/account/img/month_ss_ad_ex.png);
    background-repeat: no-repeat;       
    background-position: bottom right;    
    width: 12px;          
    vertical-align: bottom;      
    font-size:6px;             
    text-align:center;        
}


.month_ss_us_op{       
    background-image: url(/account/img/month_ss_us_op.png);
    background-repeat: no-repeat;       
    background-position: bottom right;    
    width: 12px;          
    vertical-align: bottom;      
    font-size:6px;             
    text-align:center;        
}

.month_ss_us_ad{       
    background-image: url(/account/img/month_ss_us_ad.png);
    background-repeat: no-repeat;       
    background-position: bottom right;    
    width: 12px;          
    vertical-align: bottom;      
    font-size:6px;             
    text-align:center;        
}
.month_ss_us_us{       
    background-image: url(/account/img/month_ss_us_us.png);
    background-repeat: no-repeat;       
    background-position: bottom right;    
    width: 12px;          
    vertical-align: bottom;      
    font-size:6px;             
    text-align:center;        
}
.month_ss_us_ex{       
    background-image: url(/account/img/month_ss_us_ex.png);
    background-repeat: no-repeat;       
    background-position: bottom right;    
    width: 12px;          
    vertical-align: bottom;      
    font-size:6px;             
    text-align:center;        
}

/* month ss  end */

/*week_ss*/
.week_ss_ex_op{       
    background-image: url(/account/img/week_ss_ex_op.png);
    background-repeat: no-repeat;       
    background-position: bottom right;    
    width: 12px;          
    vertical-align: bottom;      
    font-size:6px;             
    text-align:center;        
}

.week_ss_ex_ad{       
    background-image: url(/account/img/week_ss_ex_ad.png);
    background-repeat: no-repeat;       
    background-position: bottom right;    
    width: 12px;          
    vertical-align: bottom;      
    font-size:6px;             
    text-align:center;        
}
.week_ss_ex_us{       
    background-image: url(/account/img/week_ss_ex_us.png);
    background-repeat: no-repeat;       
    background-position: bottom right;    
    width: 12px;          
    vertical-align: bottom;      
    font-size:6px;             
    text-align:center;        
}
.week_ss_ex_ex{       
    background-image: url(/account/img/week_ss_ex_ex.png);
    background-repeat: no-repeat;       
    background-position: bottom right;    
    width: 12px;          
    vertical-align: bottom;      
    font-size:6px;             
    text-align:center;        
}

.week_ss_op_op{       
    background-image: url(/account/img/week_ss_op_op.png);
    background-repeat: no-repeat;       
    background-position: bottom right;    
    width: 12px;          
    vertical-align: bottom;      
    font-size:6px;             
    text-align:center;        
}

.week_ss_op_ad{       
    background-image: url(/account/img/week_ss_op_ad.png);
    background-repeat: no-repeat;       
    background-position: bottom right;    
    width: 12px;          
    vertical-align: bottom;      
    font-size:6px;             
    text-align:center;        
}
.week_ss_op_us{       
    background-image: url(/account/img/week_ss_op_us.png);
    background-repeat: no-repeat;       
    background-position: bottom right;    
    width: 12px;          
    vertical-align: bottom;      
    font-size:6px;             
    text-align:center;        
}
.week_ss_op_ex{       
    background-image: url(/account/img/week_ss_op_ex.png);
    background-repeat: no-repeat;       
    background-position: bottom right;    
    width: 12px;          
    vertical-align: bottom;      
    font-size:6px;             
    text-align:center;        
}

.week_ss_ad_op{       
    background-image: url(/account/img/week_ss_ad_op.png);
    background-repeat: no-repeat;       
    background-position: bottom right;    
    width: 12px;          
    vertical-align: bottom;      
    font-size:6px;             
    text-align:center;        
}

.week_ss_ad_ad{       
    background-image: url(/account/img/week_ss_ad_ad.png);
    background-repeat: no-repeat;       
    background-position: bottom right;    
    width: 12px;          
    vertical-align: bottom;      
    font-size:6px;             
    text-align:center;        
}
.week_ss_ad_us{       
    background-image: url(/account/img/week_ss_ad_us.png);
    background-repeat: no-repeat;       
    background-position: bottom right;    
    width: 12px;          
    vertical-align: bottom;      
    font-size:6px;             
    text-align:center;        
}
.week_ss_ad_ex{       
    background-image: url(/account/img/week_ss_ad_ex.png);
    background-repeat: no-repeat;       
    background-position: bottom right;    
    width: 12px;          
    vertical-align: bottom;      
    font-size:6px;             
    text-align:center;        
}


.week_ss_us_op{       
    background-image: url(/account/img/week_ss_us_op.png);
    background-repeat: no-repeat;       
    background-position: bottom right;    
    width: 12px;          
    vertical-align: bottom;      
    font-size:6px;             
    text-align:center;        
}

.week_ss_us_ad{       
    background-image: url(/account/img/week_ss_us_ad.png);
    background-repeat: no-repeat;       
    background-position: bottom right;    
    width: 12px;          
    vertical-align: bottom;      
    font-size:6px;             
    text-align:center;        
}
.week_ss_us_us{       
    background-image: url(/account/img/week_ss_us_us.png);
    background-repeat: no-repeat;       
    background-position: bottom right;    
    width: 12px;          
    vertical-align: bottom;      
    font-size:6px;             
    text-align:center;        
}
.week_ss_us_ex{       
    background-image: url(/account/img/week_ss_us_ex.png);
    background-repeat: no-repeat;       
    background-position: bottom right;    
    width: 12px;          
    vertical-align: bottom;      
    font-size:6px;             
    text-align:center;        
}

/* week ss  end */

/*day_ss*/
.day_ss_ex_op{       
    background-image: url(/account/img/day_ss_ex_op.png);
    background-repeat: no-repeat;       
    background-position: bottom right;    
    width: 12px;          
    vertical-align: bottom;      
    font-size:6px;             
    text-align:center;        
}

.day_ss_ex_ad{       
    background-image: url(/account/img/day_ss_ex_ad.png);
    background-repeat: no-repeat;       
    background-position: bottom right;    
    width: 12px;          
    vertical-align: bottom;      
    font-size:6px;             
    text-align:center;        
}
.day_ss_ex_us{       
    background-image: url(/account/img/day_ss_ex_us.png);
    background-repeat: no-repeat;       
    background-position: bottom right;    
    width: 12px;          
    vertical-align: bottom;      
    font-size:6px;             
    text-align:center;        
}
.day_ss_ex_ex{       
    background-image: url(/account/img/day_ss_ex_ex.png);
    background-repeat: no-repeat;       
    background-position: bottom right;    
    width: 12px;          
    vertical-align: bottom;      
    font-size:6px;             
    text-align:center;        
}

.day_ss_op_op{       
    background-image: url(/account/img/day_ss_op_op.png);
    background-repeat: no-repeat;       
    background-position: bottom right;    
    width: 12px;          
    vertical-align: bottom;      
    font-size:6px;             
    text-align:center;        
}

.day_ss_op_ad{       
    background-image: url(/account/img/day_ss_op_ad.png);
    background-repeat: no-repeat;       
    background-position: bottom right;    
    width: 12px;          
    vertical-align: bottom;      
    font-size:6px;             
    text-align:center;        
}
.day_ss_op_us{       
    background-image: url(/account/img/day_ss_op_us.png);
    background-repeat: no-repeat;       
    background-position: bottom right;    
    width: 12px;          
    vertical-align: bottom;      
    font-size:6px;             
    text-align:center;        
}
.day_ss_op_ex{       
    background-image: url(/account/img/day_ss_op_ex.png);
    background-repeat: no-repeat;       
    background-position: bottom right;    
    width: 12px;          
    vertical-align: bottom;      
    font-size:6px;             
    text-align:center;        
}

.day_ss_ad_op{       
    background-image: url(/account/img/day_ss_ad_op.png);
    background-repeat: no-repeat;       
    background-position: bottom right;    
    width: 12px;          
    vertical-align: bottom;      
    font-size:6px;             
    text-align:center;        
}

.day_ss_ad_ad{       
    background-image: url(/account/img/day_ss_ad_ad.png);
    background-repeat: no-repeat;       
    background-position: bottom right;    
    width: 12px;          
    vertical-align: bottom;      
    font-size:6px;             
    text-align:center;        
}
.day_ss_ad_us{       
    background-image: url(/account/img/day_ss_ad_us.png);
    background-repeat: no-repeat;       
    background-position: bottom right;    
    width: 12px;          
    vertical-align: bottom;      
    font-size:6px;             
    text-align:center;        
}
.day_ss_ad_ex{       
    background-image: url(/account/img/day_ss_ad_ex.png);
    background-repeat: no-repeat;       
    background-position: bottom right;    
    width: 12px;          
    vertical-align: bottom;      
    font-size:6px;             
    text-align:center;        
}


.day_ss_us_op{       
    background-image: url(/account/img/day_ss_us_op.png);
    background-repeat: no-repeat;       
    background-position: bottom right;    
    width: 12px;          
    vertical-align: bottom;      
    font-size:6px;             
    text-align:center;        
}

.day_ss_us_ad{       
    background-image: url(/account/img/day_ss_us_ad.png);
    background-repeat: no-repeat;       
    background-position: bottom right;    
    width: 12px;          
    vertical-align: bottom;      
    font-size:6px;             
    text-align:center;        
}
.day_ss_us_us{       
    background-image: url(/account/img/day_ss_us_us.png);
    background-repeat: no-repeat;       
    background-position: bottom right;    
    width: 12px;          
    vertical-align: bottom;      
    font-size:6px;             
    text-align:center;        
}
.day_ss_us_ex{       
    background-image: url(/account/img/day_ss_us_ex.png);
    background-repeat: no-repeat;       
    background-position: bottom right;    
    width: 12px;          
    vertical-align: bottom;      
    font-size:6px;             
    text-align:center;        
}

/* day ss  end */









.day_month{               
   /* background-image: url(/account/img/month.png);  */
    width: 12px;               
    vertical-align: bottom;   
    font-size:6px;          
    text-align:center;    
}



.month{                
    background-image: url(/account/img/month.png);  
    background-repeat: no-repeat;    
    background-position:  right bottom; 
    width: 2px; 
    vertical-align: bottom;
}



.year{
    background-image: url(/account/img/year.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    width: 12px;
    vertical-align: bottom;
}

#ot, #do,#ot1, #do1,#ot2, #do2,#ot3, #do3,#ot4, #do4,#ot5, #do5,#ot6, #do6,#ot8, #do8,#ot9, #do9,#ot11, #do11{
    width: 70px;
}

.active_sub_menu{
    background-color: #8ea0cd;
    height: 25px;
}

.sub_menu{
    background-color: #ccc;
    height: 25px;
}

.sub_menu a{
    text-decoration: underline;
    font-size: 14px;
    font-family: arial;
    color:#426c44;
    font-weight: normal;
    margin-left: 10px; 
    background-color: #ccc;
}

.active_sub_menu a{
    text-decoration: none;
    background-color: #8ea0cd;
    font-size: 14px;
    font-family: arial;
    color:#3458b4;
    font-weight: bold;
    margin-left: 10px;
}

.active_menus{
    background-color: #8ea0cd;
    height: 25px;
}

.menus{
    background-color: #ccc;
    height: 25px;
}

.menus a{
    text-decoration: underline;
    font-size: 14px;
    font-family: arial;
    color:#426c44;
    font-weight: normal;
    margin-left: 10px; 
}

.active_menus a{
    text-decoration: none;
    font-size: 14px;
    font-family: arial;
    color:#3458b4;
    font-weight: bold;
    margin-left: 10px;
}

.act_lang{
    color: #ccc;
}

#new_style .dop_list{
    list-style-type: none;
    padding: 3px 0px 3px 17px;
    border: solid 1px #ccf;
}

.dop_list_new{
    list-style-type: none;
}

#list_sevice li{
	cursor:pointer;
	margin-left:20px
}

#list_sevice div{
	cursor:move;
} 

.all_zak_tables td{
    padding: 2px;
}                






