@charset "utf-8";
/* CSS Document */

body {
	margin: 20px;
}
a:link {
	color: #546173;
	text-decoration: none;
}
a:visited {
    color: #546173;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.rightSection {
	width: 860px;
	float: left;
}
.rightContent {
	padding: 10px;
	width: 840px;
	background-image: url(img/rightsec_bg.jpg);
	background-repeat: no-repeat;
}
.mainSection {
	width: 1040px;
	margin-right: auto;
	margin-left: auto;
}
.headHomeSection {
	width: 1040px;
	background-image: url(img/home_top.jpg);
	height: 330px;
}
.headSubSection {
	width: 1040px;
	background-image: url(img/subpage_top.jpg);
	height: 130px;
}
.content {
	width: 1040px;
	min-height: 500px;
	background-image: url(img/content_bg.jpg);
	background-repeat: repeat-y;
	background-color: #ECECEC;
	font-family: "微软雅黑", "黑体", "Arial Black";
	font-size: small;
	line-height: 22px;
}
.leftContent {
	padding: 5px;
	width: 170px;
	color: #FFF;
}
.leftContent a {
	color: #CCC;
}

.leftSection {
	width: 180px;
	background-color: #9A6366;
	float: left;
	height: auto;
	min-height: 500px;
	background-image: url(img/leftsec_bg.jpg);
	background-repeat: no-repeat;
}
.leftSection_sub {
	width: 180px;
	background-color: #9A6366;
	float: left;
	height: auto;
	min-height: 500px;
	background-image: url(img/leftsec_sub_bg.jpg);
	background-repeat: no-repeat;
}
.mottoBg {
	background-image: url(img/bg_motto.gif);
}

.linkHomeSection {
	height: 150px;
	width: 85px;
	position: relative;
	top: 130px;
	left: 600px;
}
.linkSubSection {
	height: 30px;
	width: 500px;
	position: relative;
	top: 100px;
	left: 180px;
}
.footer {
	clear: both;
	width: 1020px;
	padding: 10px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.tvSection {
	height: 170px;
	width: 303px;
	position: relative;
	top: -40px;
	left: 705px;
}
.boxPhoto {
	width: 240px;
	height: 200px;
	float: left;
	padding: 5px;
	border: 2px solid #CCCCCC;
}

.GridHeader {
	font-family: "黑体";
	font-size: 12px;
	color: #FFF;
	background-color: #CCC;
	font-weight: bold;
}
.GridOdd {
	font-family: "宋体";
	font-size: 12px;
	background-color: #EAEAEA;
}
.GridEven {
	font-family: "宋体";
	font-size: 12px;
	background-color: #F5F5F5;
}
.GridOver {
	font-family: "宋体";
	font-size: 12px;
	background-color: #FFD700;
}

.pagination a {
	padding: 2px;
	background-color: #EAEAEA;
	border: 1px solid #CCCCCC;
}

.pagination a:hover {
	border-color: grey;
}

.currentPage {
	padding: 2px;
	background-color: #f0e68c;
	border: 1px solid #CCCCCC;
}

.NavDisable {
	font-size: 12px;
	color: #CCCCCC;
}
.NavCurrent {
	border: 1px solid #CCCCCC;
	color: #000000;
	padding: 1px;
	margin: 1px;
}
.NavLink {
	font-size: 12px;
	border: 1px solid #8E9EB4;
	padding: 1px;
	margin: 1px;
}
.NavPageTag {
	font-size: 12px;
	background-color: #E2E2C6;
	border: 1px solid #8E9EB4;
}



/* for calendar used */

.calHeader {
	color: #FFF;
	background-color: #999;
	text-align: center;
}
.calBlank {
	background-color: #333;
}
.calDate {
	background-color: #EAEAEA;
	height: 100px;
	width: 80px;
	vertical-align: top;
}
.calToday {
	background-color: #FF9;
	height: 100px;
	width: 80px;
	vertical-align: top;
}

