﻿body { 
margin: 0; 
font-size: 14px;
text-align: center;
border: none;
color: black;
background-color: #EDECEC;
}

ul, li { list-style: none; padding: 0; margin: 0; }
form { padding: 0; margin: 0;  }
img { border: 0 }

a {
	text-decoration: none
}

a:link {
	color: black;
}

a:visited {
	color: black;
}

a:hover {
	color: #33CC33;
}

#banner {
	width: 986px;
	background: transparent url("../images/page-bg.jpg") repeat-y scroll center 0;
	padding: 5px 0;
	margin: auto;
}

#pageTop{
	height: 32px;
	width: 32px;
	margin-right: 5px;
	cursor: pointer;
	background: transparent url("../images/uparrow.png") no-repeat scroll 0 0;
	display: none;
}

#loading {
	width: 100px;
	background-color: #CC0000;
	color: white;
	padding: 5px 10px;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	display: none;
}

#loading span {
	display: block;
	height: 14px;
	text-align: left;
	line-height: 14px;
	padding-left: 1.5em;
	font-size: 14px;
	background: transparent url("../images/spinner.gif") no-repeat scroll 0 0;
}

#search-form {
	width: 986px;
	background: transparent url("../images/page-bg.jpg") repeat-y scroll center 0;
	margin: auto;
}

#search {
	width: 944px;
	height: 30px;
	margin: 0 auto;
	background: transparent url("../images/search.jpg") no-repeat scroll 0 0;
}

#search input {
	font-size: 12px;
	color: #666666;
	width: 234px;
	height: 18px;
	padding-top: 3px;
	line-height: 14px;
	position: relative;
	top: 6px;
	left: 340px;
	margin: 0;
	background-color: transparent;
	border: none;
}

#main-page {
	width: 986px;
	margin: auto;
	padding-top: 5px;
	text-align: center;
	background: transparent url("../images/page-bg.jpg") repeat-y scroll center 0;
}

#sidebar {
	width: 137px;
	float: left;
	position: relative;
	left: 21px;
	padding-bottom: 15px;
}

#menu li{
	float: left;
	margin-bottom: 3px;
}

#calendarTitle, #notice {
	clear: left;
	width: 132px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	text-align: left;
	vertical-align: middle;
	margin: auto;
	padding-left: 5px;
	background-color: #33CC33;
	color: white;
	font-weight: bold;
}

#notice a {
 color: white;
 display: block;
 width: 100%;
 height:100%;
}

#notice a:hover {
 text-decoration: underline;
}

/* Calendar style start */
.Calendar, .Notice {
	font-family:Verdana;
	font-size:11px;
	background-color: white;
	text-align:center;
	max-width: 137px;
	min-height:140px;
	padding-top: 8px;
	margin-bottom: 8px;
	color: #909090;
	line-height:1.5em;
	border: 1px solid #33CC33;
}

.Notice {
 text-align:left;
 padding-left:3px;
}

.Notice p {
 margin:0px;
}

.Calendar a{
	color: #33CC33;
}

.Calendar table{
	margin: auto;
	width:125px;
	border:0;
}

.Calendar table thead{color:#acacac;}

.Calendar table td {
	color: #909090;
	font-size: 11px;
	height: 18px;
	padding:1px;
}
#idCalendarPre{
	cursor:pointer;
	float:left;
	padding-left:5px;
}
#idCalendarNext{
	cursor:pointer;
	float:right;
	padding-right:5px;
}
#idCalendar td.onToday {
	font-weight:bold;
	color:#C60;
}
#idCalendar td.onSelect {
	font-weight:bold;
}
/* Calendar style end */

#recommend-work li {
	margin-top: 5px;
}

#content {
	width: 780px;
	text-align: left;
	position: relative;
	float: left;
	left: 35px;
	padding-bottom: 15px;
}

#content li{
	margin-top: 30px;
}

.li-top {
	margin-top: 10px !important;
}

#content p {
	margin-top: 10px;
	text-align: justify;
	line-height: 20px;
	text-justify: inter-ideograph;
}

.ShowMessage q {
	background-color: #F8F8F8;
}

.summary {
	font-size: 12px;
}

.work-title {
	padding-left: 5px;
	border-left: 3px solid #CCCCCC;
	border-bottom: 1px dashed #CCCCCC;
	position: relative;
}

.work-title h3 {
	width: 770px;
	margin: 0 0 5px 0;
}

.work-info {
	font-size: 11px;
}

.work-info, #content p {
	color: #666666;
}

.work-info span {
	font-family: Georgia;
}

.more a{
	color: #009933;
	font-size: 12px;
	text-decoration: underline;
}

.more {
	margin-top: 0px !important;
}

.PostDate {
	margin-left: 20px;
	font-size: 11px
}

#PageNum {
	height: 24px;
	padding: 2px 0;
}

#PageNum a, #PageNum span {
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	padding: 2px 8px;
	border: 1px solid #33CC33;
	background-color: #fff;
}

#PageNum a:hover {
	color: black; 
	border: 1px solid #009933;
	background-color: #CCCCCC;
}


#PageNum .active-page {
	color: #fff; 
	background-color: #33CC33;
	border: 1px solid #009933;
}

.active-page {
	color: red; 
}

#Copyright {
	width: 986px;
	position: relative;
	margin: auto;
	font-size: 12px;
	line-height: 18px;
	font-family: tahoma, arial;
	background: transparent url("../images/page-bg.jpg") repeat-y scroll center 0;
}
#Copyright #quicklink{
	margin: auto;
	width: 944px;
	padding-top: 10px;
	border-top: 2px solid #CCCCCC;
}


