table.shedule {
			border:1px solid #e7e7e7;
			font-family: 'Google Open Sans', sans-serif;
			font-weight:600;
		}
		
		
	
		table.shedule tr.table_header td{
			color:#b9b9b9;
			background-color:#f7f7f7;
			height:16px;
			font-weight:normal;
		}
		
		
		table.shedule td{
			vertical-align: middle;
			color:#424242;
			font-size:12px;
			border:1px solid #e7e7e7;
			text-align:center;
			padding-top:1px;
			line-height:11px;
		}
		
	
		table.shedule td a.btn {
			height:14px;font-size:13px;background-color:#fa5012;
			line-height:10px;
			padding-top:0;color:#fff;font-weight:normal;
			margin-top:-1px;
		}
		
		table.shedule tr.service_name td {
			cursor:pointer;
			font-size:14px;
			font-weight:600;
			text-align:left;
			height:32px;
			background-color:#e7e7e7;
			padding-left:90px;
			background-repeat:no-repeat;
			background-position:40px 6px;
		}
		
		table.shedule tr.group_name td {
			cursor:pointer;
			font-size:14px;
			font-weight:600;
			text-align:left;
			height:32px;
			background-color:#e7e7e7;
			padding-left:75px;
			background-repeat:no-repeat;
			background-position:25px 6px;
		}
		
		
		table.shedule tr.open td{
			background-image:url("/images/pricelist-icons-minus.png");			
		}
		
		table.shedule tr.closed td{
			background-image:url("/images/pricelist-icons-plus.png");			
		}
		
		table.shedule tr.service_space td{
			border:none;
			height:18px;
		}
		
		table.shedule tr.city_name td {
			cursor:pointer;
			font-size:14px;
			font-weight:600;
			text-align:left;
			height:32px;
			background-color:#e7e7e7;
			padding-left:60px;
			background-repeat:no-repeat;
			background-position:10px 6px;
		}
		
		table.shedule tr.city_space td{
			border:none;
			height:18px;
		}
