/** main box */
.wui_date_box {
	display: inline-block;
	font-family: "Î¢ÈíÑÅºÚ","ºÚÌå"; height:30px; line-height:30px; width:auto; margin:0; padding:0;
	text-align: left;
	vertical-align: middle;
	font-size:13px; 
	margin-top:-2px;
}

.wui_date_box .ico_date {
	display: inline-block;
	vertical-align: middle;
	
	width:28px;
	height:28px;
	background:#EEE url(../img/ico_clendar.png) 8px 8px no-repeat; 
	
	border:#CCC 1px solid;
	border-radius: 0 4px 4px 0 ;
	margin-left:-7px;
	cursor: pointer;
	z-index: 500;
}
.wui_date_box .ico_date:hover {
	box-shadow:0 0 20px rgba(0,0,0,0.2);
}

/** common top bar*/
.wui_date_box .ico_date a { text-decoration: none; }
.wui_date_box .ico_date a:hover { background-color: #EFEFEF; border-radius:4px;}
.wui_date_box .d_top { height: 34px; text-align: center; }
.wui_date_box .d_top .d_top_prev {
	display: inline-block; 
	width: 36px;
	height: 34px;
	background:url(../img/ico_clendar.png) 14px -46px no-repeat; 
	vertical-align: middle;
}
.wui_date_box .d_top .d_top_middle {
	display: inline-block; 
	width:180px;
	height:34px;
	line-height:34px;
	text-align: center;
	font-size:16px;
	font-weight: bold;
	color:#333;
	text-shadow: 0 1px 0 #EEE;
	vertical-align: middle;
}
.wui_date_box .d_top .d_top_next {
	display: inline-block; 
	width:36px;
	height: 34px;
	background:url(../img/ico_clendar.png) 14px -73px no-repeat;
	vertical-align: middle;
}

/** common main bar*/
.d_main {}

.d_main .week_bar { text-align: center;}
.d_main .week_bar span {
	display:inline-block;
	width:36px;
	height:30px;
	line-height:30px;
	text-align:center;
	font-weight: bold;
	text-shadow: none;
	font-size:16px;
}
.wui_date_box .ico_date .gray {
	color: #888;
}
.wui_date_box .ico_date .selected {
	border-radius: 4px;
    color: #FFF;
    background-color: #4984E8;
    background: linear-gradient(to top, #548FF7 0%, #4984E8 100%) repeat scroll 0 0 transparent;
    text-shadow: 0 1px 0 #1D52A3;
}

.d_footer .btn_time_choice {
	display: inline-block;
    height: 25px;
    line-height:25px;
    
    background: #EEE url(../img/ico_clendar.png) 73px -24px no-repeat;
    width: 200px;
    vertical-align: middle;
    border-radius:4px;
    color:#333;
    text-align: center;
}
.wui_date_box .ico_date .d_footer .btn_time_choice:hover, .wui_date_box .ico_date .d_footer .btn_time_clear:hover {
	background-color: #4984E8;
	color:#FFF;
}
.d_footer .btn_time_clear {
	display: inline-block;
    height: 25px;
    line-height:25px;
    
    background: #EEE;
    width: 54px;
    vertical-align: middle;
    color:#333;
    text-align: center;
    border-radius:4px;
    margin-left:4px;
}

/** days box */
.days_box, .months_box, .years_box, .time_box, .time_hour_box, .time_minute_box, .time_seconds_box {
	display: inline-block;
    position: absolute;
    width: 260px;
    height: auto;
    padding: 4px;
    background-color: #fff;
    border: #CCC 1px solid;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    margin-top: 31px;
    z-index: 501;
}

.days_list { text-align: center; padding-bottom:4px; }
.days_list a {
	display: inline-block;
    width: 36px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    color: #333;
    font-size: 15px;
    text-shadow: 0 0 0 #000;
    vertical-align: middle;
}

/** months box */
.months_list { text-align: center; margin: 4px 0 10px 0;}
.months_list a {
	display: inline-block;
    width: 60px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: #EEE 1px solid;
    color: #333;
    text-shadow: 0 0 0 #000;
}
.months_list a:first-child { margin-left:-1px; }
.months_list a + a { margin-left:-1px; margin-top:-1px; }

/** years box */
.years_list { text-align: center; margin: 4px 0 10px 0;}
.years_list a {
	display: inline-block;
    width: 60px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: #EEE 1px solid;
    color: #333;
    text-shadow: 0 0 0 #000;
}
.years_list a:first-child { margin-left:-1px; }
.years_list a + a { margin-left:-1px; margin-top:-1px; }

/** time box */
.time_box { padding-top:15px; }
.time_box .time_bar_up, .time_box .time_bar_down, .time_box .time_bar_middle { text-align: center; }
.time_box .time_bar_up a, .time_box .time_bar_down a { margin-right:24px; }
.time_box .time_bar_up a:last-child, .time_box .time_bar_down a:last-child{ margin-right:0px; }
 .time_box .time_bar_middle { margin-bottom:10px; }

.time_box .time_bar_up .hour_up, .time_box .time_bar_up .minute_up, .time_box .time_bar_up .seconds_up {
	display: inline-block;
    width: 50px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 6px;
    border: #CCC 1px solid;
    background: url(../img/ico_clendar.png) 19px -105px no-repeat;
}
.time_box .time_bar_down .hour_down, .time_box .time_bar_down .minute_down, .time_box .time_bar_down .seconds_down {
	display: inline-block;
    width: 50px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 6px;
    border: #CCC 1px solid;
    background: url(../img/ico_clendar.png) 19px -134px no-repeat;
}

.time_box .time_bar_middle span { font-size:16px; color:#333; display: inline-block; width: auto; height:40px; line-height: 40px; padding-left:4px;}
.time_box .time_bar_middle a { 
	font-size:26px;  color:#333; display: inline-block;
	width: 60px; height:40px; line-height: 40px;
}
.time_box .time_bar_middle a { margin-right:16px; }
.time_box .time_bar_middle a:last-child{ margin-right:0; }

/** time_hour_box */
.time_hour_box { padding-top:4px; padding-bottom:12px; }
.time_hour_box .d_top { font-weight: bold; }
.time_hour_box .hours_list { text-align: center; }
.time_hour_box .hours_list a {
	display: inline-block;
    width: 40px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    border: #EEE 1px solid;
    color: #333;
    text-shadow: 0 0 0 #000; 
}
.time_hour_box .hours_list a:first-child { margin-left:-1px; }
.time_hour_box .hours_list a + a { margin-left:-1px; margin-top:-1px; }

/** time_minute_box */
.time_minute_box { padding-top:4px; padding-bottom:12px; }
.time_minute_box .d_top { font-weight: bold; }
.time_minute_box .minutes_list { text-align: center; }
.time_minute_box .minutes_list a {
	display: inline-block;
    width: 24px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    border: #EEE 1px solid;
    color: #333;
    text-shadow: 0 0 0 #000;
}
.time_minute_box .minutes_list a:first-child { margin-left:-1px; }
.time_minute_box .minutes_list a + a { margin-left:-1px; margin-top:-1px; }

/** time_seconds_box */
.time_seconds_box {  padding-top:4px; padding-bottom:12px; }
.time_seconds_box .d_top { font-weight: bold; }
.time_seconds_box .seconds_list { text-align: center; }
.time_seconds_box .seconds_list a {
	display: inline-block;
    width: 24px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    border: #EEE 1px solid;
    color: #333;
    text-shadow: 0 0 0 #000; 
}
.time_seconds_box .seconds_list a:first-child { margin-left:-1px; }
.time_seconds_box .seconds_list a + a { margin-left:-1px; margin-top:-1px; }

