.year_panel{
	width: 100%!important;
	height: 100%!important;
}
.year_panel td,.year_panel th{
	text-align: center!important;
	vertical-align: bottom!important;
	height: auto!important;
    line-height: normal!important;
    border: 0px!important;
}
.year_panel .panel_head .scope{
	text-align: center!important;
	font-size: 16px!important;
	vertical-align: middle!important;
}
.year_panel .panel_head .u-btn i{
	font-size: 12px!important;
}
.year_panel .panel_body .yearItem{
    width: 35px!important;
    height: 35px!important;
    line-height: 35px!important;
    background: transparent!important;
    text-align: center!important;
    font-size:14px!important;
    border: 1px solid #dddddd!important;
}
.year_panel .panel_body .yearItem:HOVER{
    width: 35px!important;
    height: 35px!important;
    line-height: 35px!important;
    text-align: center!important;
    font-size:14px!important;
    border: 1px solid!important;
    border-color: #1b9cd7!important;
    background:transparent!important;
    background-color: #28a9e4!important;
    color: #d4eefa!important;
}
.year_panel .panel_body .yearItem.selected,.year_panel .panel_body .yearItem.currentYear.selected{
    width: 35px!important;
    height: 35px!important;
    line-height: 35px!important;
    text-align: center!important;
    font-size:14px!important;
    border: 1px solid!important;
    border-color: #1b9cd7!important;
    background:transparent!important;
    background-color: #28a9e4!important;
    color: #d4eefa!important;
}
.year_panel .panel_body .yearItem.currentYear{
    width: 35px!important;
    height: 35px!important;
    line-height: 35px!important;
    text-align: center!important;
     font-size:14px!important;
    border: 1px solid!important;
    background: #f9e9e8!important;
    background: -moz-linear-gradient(top, #ffffff 0%, #f9e9e8 100%)!important;
    background: -webkit-linear-gradient(top, #ffffff 0%, #f9e9e8 100%)!important;
    background: linear-gradient(to bottom, #ffffff 0%, #f9e9e8 100%)!important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#f9e9e8, GradientType=0)!important;
    color: #d04f46!important;
    border-color: #f4d6d4!important;
    background-repeat: no-repeat!important;
}