/**
 * 	公共样式
 */
body{
	background: #eee none repeat scroll 0 0; 
	
}

.navbar-inverse .navbar-inner {
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#024e88',endColorStr='#199ebd',gradientType='1');
	background: -moz-linear-gradient(left, #024e88,#199ebd, #024e88);
	background: -o-linear-gradient(left,#024e88,#199ebd, #024e88);
	background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(#024e88), color-stop(0.5, #199ebd),to(#024e88));
	background: -ms-linear-gradient(left, #024e88, #199ebd,#024e88); 
	height:90px;
}
 
.navbar-inverse .brand, .navbar-inverse .nav > li > a {
	color:white;
}

#stage .common-datepicker {
	width: 65px;
	border-radius:0px;
	padding:0 2px;
	margin-bottom: 0px;
	font-size: 12px;
	cursor: pointer;
	background-color:white;
}
.ui-datepicker.ui-widget {
	font-size: 12px;
}
.ui-datepicker.ui-widget .ui-state-default {
	text-align: center;
}