/* General Styles*/
body {
	font-size: 12px;
	font-family: Tahoma, Verdana, "宋体";
	background-color: #F6F6F6;
}
table {
	font-family: Tahoma, Verdana, "宋体";
	color: #000000;
	font-size: 12px;
}
a:link,a:visited {
	text-decoration: none;
	color: #000066;
	font-family: Tahoma, Verdana, "宋体";
}
a:hover {
	text-decoration: underline;
	color:#0000FF;
	font-family: Tahoma, Verdana, "宋体";
}
hr {height: 1px; border: 1px solid #CCCCCC;}

/* Form Control Styles*/
input {  
	border-top-width: 1px;
	padding-right: 1px; 
	padding-left: 1px;
	border-left-width: 1px; 
	border-bottom-width: 1px; 
	border-right-width: 1px;
	padding-bottom: 1px; 
	padding-top: 1px; 
	border-left-color: #C0C0C0; 
	border-bottom-color: #C0C0C0;
	border-top-color: #C0C0C0; 
	border-right-color: #C0C0C0;
	font-family: Tahoma, Verdana, "宋体"; 
	font-size: 11px; 
	height: 19px;
	color: #000000; 
	background-color: #FFFFFF; }
textarea { 
	border-width: 1; 
	border-color: #c0c0c0; 
	background-color: #F6F6F6;
	font-family: Tahoma, Verdana, "宋体"; 
	font-size: 12px; 
	color: #000000; }
select { 
	font-family: Tahoma, Verdana, "宋体"; 
	font-size: 11px;  
	color: #000000; 
	background-color: #FFFFFF;
}

/* Main Text Styles*/
h3 { font-size: 18px; font-weight: bold;}
.comment-text{font-size: 11px; color: gray}
.highlight {text-decoration: underline;	color: red;}
.page-header { background-color: #999999; padding-left: 15px; border-bottom: 15px solid #E0E0E0}
.page-header a:link { color: white; font-size: 24px; font-weight: bold; text-decoration: none}
.page-header a:visited { color: white; font-size: 24px; font-weight: bold; text-decoration: none}
.page-header a:hover { color: #0000FF; font-size: 24px; font-weight: bold; text-decoration: underline}
.page-subheader {font-family: "Courier New"; font-size: 12px; font-weight: bold;
				color: #CCCCCC;}

/* Main Content Box Styles*/
.sidebar { vertical-align: top;	height: 400px; width: 180px; white-space: nowrap;}
.mainbox { vertical-align: top;}
.multipage { color: #999999 }
.multipage-current {color: #999999; font-weight: bold; text-decoration: underline}
.panel{}
.panel-title{ color: #666666; font-weight: bold; border-bottom: 1px dashed #CCCCCC}
.panel-content{}
.calendar-day { color: #666666; text-align: center;}
.calendar-weekdays { color: #999999; font-weight:bold;  text-align: center;}
.calendar-today { color: #666666; border: dashed 1px #CCCCCC; background-color: #F6F6F6; text-align: center;}
.calendar-thisday { color: #666666; border: solid 1px #CCCCCC; text-align: center;}
a.calendar:link { text-decoration: none; color: #000066; }
a.calendar:visited { text-decoration: none; color: #000066; }
a.calendar:hover { text-decoration: underline; color: #0000FF; }
.textbox{ background-color: white; border: 1px dashed #CCCCCC}
.textbox-title{	font-size: 14px; border-bottom: 1px dashed #E0E0E0; padding-left: 10px}
.textbox-content{ padding-left: 8px}
.textbox-bottom {
	font-size: 11px;
	Color: #999999;
}
.messagebox{ border: solid 1px #CCCCCC; text-align: center; background: #FFFFFF;}
.messagebox-title{	background-color: #EFEFEF}
.messagebox-content{ height: 100px;}
.formbox{ border: solid 1px #CCCCCC; background: #FFFFFF;}
.formbox-title{ text-align: center;	background-color: #EFEFEF;}
.formbox-content{}
.formbox-rowheader { text-align: right; font-weight: bold;}
.commentbox{ background-color: white; border: 1px dashed #CCCCCC}
.commentbox-title{ }
.member-list{ background-color: #F6F6F6}

/* UBB Code Custom Styles*/
.ubb_code {
	font-family: "Courier New","宋体";
	background-color: #EFEFEF;
	color: #000000;
	margin: 10px;
	padding: 15px;
}
.ubb_quote {
	background-color: #FFFFFF;
	color: #666666;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #CCCCCC;
}
.ubb_quote_title {
	font-weight: bold;
	color: #666666;
	border-bottom: 1px dashed #CCCCCC;
}
.ubb_showobj {
	background-color: #FFFFFF;
	color: #666666;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px dashed #CCCCCC;
}
