
.rili .title p {
	float:left;
	padding:2px 0 0 6px;
}

.rili .title p select {
	font-size:12px;
	color:#333;
	line-height:22px;
	height:20px;
	border:1px solid #666;
}

.rili .data{
	width:270px;
	margin:0 auto 10px;
}

.rili .data table{
	width:270px;
	border-collapse:collapse;
}

 .rili .data table tr th {
	font-size:12px;
	color:#333;
	line-height:24px;
	font-weight:bold;
	text-align:center;
	background-color:#eaf7fe;
}

/*.rili .data table tr td {
	font-size:12px;
	color:#333;
	line-height:20px;
	text-align:center;

}*/

.rili .data table tr td {
	font-size:12px;
	color:#ccc;
	line-height:20px;
	font-weight:bold;
	text-align:center;

}

.rili .data table tr td a {
	color:#000 !important;
	background-color:#fff;
	padding:0 4px;
}

.rili .data table tr td a:hover{
	color:#fff !important;
	background-color:#909090;
	padding:0 4px;
}

.rili .data table tr td.lank{
	background-color:#364e6b;
	color:#fff;
}
.rili .data table tr td.lank a{
	background-color:#363d6b;
	color:#fff!important;
	padding:0 4px;
}
.rili .data table tr td.lank a:hover {
	color:#fff !important;
	background-color:#363d6b;
	padding:0 4px;
}

.jcalendar{
	border:0;
}

.jcalendar-links{
	background-color:#e1f2fb;
    margin:10px auto 0;
    width:270px;
	font-size:14px;
    font-weight:bolder;
    line-height:24px;
    text-align:center;
}
.jcalendar-links a{
	color:#000;
}