

/*shcedule css*/

.schedule{ margin:12px 0 12px 24px; background: url(../images/timing/bg.png) no-repeat; width:1232px; height:659px;}

.schedule_list{ width:264px; height:659px;}
.schedule_list h1{ height:85px; color:#fff; font-size:22px;border-bottom: 1px solid #1a232f;margin-left:1px;margin-top:1px;}
.schedule_list h1 span{ float:left; width:131px; height:85px;}
.schedule_list h1 span:first-child{ border-right:1px solid #1a232f;}

.schedule_list h1 span a{ display:inline-block; text-align:center; color:#fff; width:100%; padding-top:52px;}
.schedule_list h1 span a:hover,
.schedule_list h1 span.group_ico a.curr,
.schedule_list h1 span.system_ico a.curr{color:#51c6f8; text-decoration:none;}

.schedule_list h1 span.group_ico{ background:url(../images/timing/icon_normal_group.png) no-repeat center 15px;}
.schedule_list h1 span.group_ico:hover,
.schedule_list h1 span.group_ico a.curr{ background: url(../images/timing/icon_selected_group.png) no-repeat center 15px;}

.schedule_list h1 span.system_ico{ background:url(../images/timing/icon_normal_system.png) no-repeat center 15px;}
.schedule_list h1 span.system_ico:hover,
.schedule_list h1 span.system_ico a.curr{ background: url(../images/timing/icon_selected_system.png) no-repeat center 15px;}

.schedule_content{width:968px; height:659px; position:relative;}
.schedule_content h2{ border-bottom:1px solid #ebeced; height:40px; line-height:40px; text-shadow:0 2px 3px #666;}


.schedule_content .apply_cont{ height:178px;overflow:auto;}
.apply_cont .apply_c_list{ padding:12px 0 20px 20px;}
.apply_cont .apply_c_list ul{ float:left; width:49%;}
.apply_cont .apply_c_list ul:first-child{border-right:1px solid #ebeced; }
.apply_cont .apply_c_list ul li{border-bottom:1px solid #ebeced; margin:0 33px; height:51px; padding-top:10px;}
.apply_cont .apply_c_list ul li span{ display:inline-block;}
.apply_cont .apply_c_list ul li span:nth-child(1){ width:215px; padding-top:5px;}
.apply_cont .apply_c_list ul li span:nth-child(2){ width:68px;}
.apply_cont .apply_c_list ul li span:nth-child(3){ width:100px; float:right;}

.apply_cont .apply_c_list ul li span a.btn_dele{ display:inline-block;width:98px; height:38px; padding:0;border: 1px solid transparent; padding-top:1px; text-align:center;background: url(../images/timing/btn_normal_Delete_write.png) no-repeat;}


.apply_cont .apply_c_list ul li span a.btn_dele:hover{ background: url(../images/timing/btn_selected_Delete_big.png); color:#fff; text-decoration:none;}
