/** 布局样式 **/
#left_content {
	float:left;
	width:250px;
	margin-left:15px;
}
#right_content {
	float:right;
	width:700px;
	margin-right:15px;
	margin-left:0px;
}
#calendar, #search {
	margin-bottom:15px;
}
/** 其他样式 **/
#activity_list li a {
	display:block;
	height:30px;
	width:250px;
	font-size:16px;
	text-align:center;
	color:#20aee5;
	line-height:30px;
}
#activity_list li a:hover {
	background-color:#fabe00;
	color:#fff;
}
#activity_list li.active a {
	background-color:#ffae11;
	color:#fff;
}
#calendar table {
	cellspacing:0px;
	border-collapse:collapse;
	margin:10px;
	background-color:#d1d1d1;
	color:#fff;
}
#calendar table a {
	color:#fff;
	font-size:14px;
	text-align:center;
	line-height:30px;
	background-color:#2ed2f0;
}
#calendar table td {
	font-size:14px;
	text-align:center;
	line-height:30px;
	width:30px;
	height:30px;
	border:1px solid #1682ac;
	background:#d1d1d1;
}
#calendar table td.last_month {
	background-color:#d1d1d1;
}
#calendar table td.important a {
	background-color:#2ed2f0
}
#calendar table td span {
	display:block;
	width:30px;
	height:30px;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
}
#calendar table td a {
	display:block;
	width:30px;
	height:30px;
	background-color:#1396da;
}
#calendar table th {
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#f5f5f5;
	color:#1682ac;
}
#calendar table td a:hover {
	background-color:#fabe00;
}
#calendar table td a.active {
	background-color:#ffae11;
}
#table_box table {
	cellspacing:0px;
	border-collapse:collapse;
	background-color:#fff;
}
#table_box table th {
	background-color:#1396da;
	text-align: left;
	text-indent: 8px;
	color:#fff;
	border-right:1px solid #abddf3;
	height:30px;
}
#table_box table th.last {
	border-left:0;
}
#table_box table td {
	border:1px solid #abddf3;
	text-align:left;
	height:30px;
	padding:5px;
}
#search .text {
	border:1px solid #d9f1fb;
	color:#20aee5!important;
	box-shadow:0px 0px 2px #d9f1fb inset;
	height:29px;
	line-height:29px;
	width:180px;
	font-size:16px;
	float:left;
	margin-top:10px;
	margin-left:10px;
	margin-bottom:5px;
}
#search .submit {
	margin-top:10px;
	cursor:pointer;
	float:left;
}
#search form {
	position:relative;
}
#keyword {
	width:180px;
	position:absolute;
	top:40px;
	left:10px;
	background-color:#FFF;
	z-index:10;
	height:0;
}
#keyword li {
	background-color:#FFF;
	height:30px;
	line-height:30px;
	font-szie:16px;
	cursor:pointer;
}
#keyword li.active{
	background-color:#ccc;
}
#main {
	padding-bottom:10px;
}
#activity_list ul {
	padding-bottom:5px;
}
#title_div {
	font-size: 16px;
	color: #20aee5;
	font-weight: bold;
}
#description {
	color: #20aee5;
}
.backup {
	color: #20aee5;
}
.quxian li {
	float: left;
	background: #1396da;
	color: #fff;
	padding: 2px;
	margin: 5px 6px;
	width: 60px;
	text-align: center;
	cursor:pointer;
}
.quxian {
	overflow:hidden;
	margin-bottom:10px;
}
.quxian .active {background:#ffae11;}
.mon {background:#ffae11!important; border:none!important;}