/* General Styles*/
body {
	font-size: 11px;
	font-family: "Tahoma", "Verdana", "宋体";
	background-color: #11399E;/* ----------此处修改-----01 */
	background-image: url(images/mbg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
table {
	color: #454545;/* ----------此处修改----- */
	font-size: 11px;
	font-family: "Tahoma", "Verdana", "宋体";
}
a:link,a:visited {
	text-decoration: none;
	color: #683729;/* ----------此处修改-----02 */
	font-family: "Tahoma", "Verdana", "宋体";
}
a:hover {
	color:#BC3C33;/* ----------此处修改-----03 */
	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: 11px; 
	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;
}
.comment-reply{
	font-size: 11px;
	color: gray;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
}
.highlight {text-decoration: underline;	color: red;}
.page-header { background-color: #;
	padding: 0px;
	border: 0px none;
}
.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-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
.panel-content{}
.calendar {  font-family: "Tahoma", "Verdana", "宋体"; font-size: 11px; Color: #666666; font-weight:bold;}/* ----------此处修改----- */
.calendar-day { color: #666666; text-align: center;}
.calendar-weekdays { font-weight:bold;  text-align: center;}/* ----------此处修改----- */
.calendar-today { color: #666666; border: dashed 1px #CCCCCC; text-align: center;}/* ----------此处修改----- */
.calendar-thisday { color: #666666; border: solid 1px #CCCCCC; text-align: center;}
/* ----------此处修改----- */
/* ----------此处修改----- */
/* ----------此处修改----- */
.textbox{ border: 1px dashed #CCCCCC;/* ----------此处修改----- */
	table-layout: fixed;
	word-wrap: break-word; }
.textbox-title{	font-size: 12px; padding-left: 10px}
.textbox-content{
	padding-left: 8px;
	/* ----------此处修改----- */
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #E0E0E0;
	line-height: 16px;/* ----------此处修改-----04 */
}
.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{ background-color: #FFFFFF;}/* ----------此处修改----- */
.formbox-rowheader { text-align: right; font-weight: bold;}
.commentbox{ border: 1px dashed #CCCCCC;/* ----------此处修改----- */
	table-layout: fixed;
	word-wrap: break-word;
}
.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;
}
.guidebox {
	text-align: center;
	/* ----------此处修改----- */
	border-top: 2px solid #e7e7e7;
	border-right: 2px solid #e7e7e7;
	border-bottom: 0px none;
	border-left: 2px solid #e7e7e7;
}
.panel-title-2 {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #FFCC00;

}
.textbox-title-02 {
	font-size: 11px;
	padding-left: 8px;
	background-color: #FFFFFF;

}
.input-02 {
	text-decoration: underline;
	height: 69px;

}
.wordbreak {
	table-layout: fixed;
	word-wrap: break-word;
}
.textbox-title-03 {
	font-size: 12px;
	background-image: url(images/default_log_title_bg.jpg);
	background-repeat: repeat-x;
	height: 35px;
	background-position: center;
	padding-left: 12px;
	padding-top: 7px;
}
.commentbox-title {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;

}
.textbox-bottom-02 {
	font-size: 11px;
	Color: #999999;
	background-color: #FFFFFF;
	padding: 6px;
}
.textbox-content-02 {
	background-color: white;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #E0E0E0;
	border-right-color: #E0E0E0;
	border-bottom-color: #E0E0E0;
	border-left-color: #E0E0E0;
	padding: 8px 6px 8px 10px;
	margin-left: 0px;
}
.hyperlink {
	width: 120px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	padding-left: 6px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.textbox-2 {
background-color: white; border: 1px dashed #CCCCCC
}

/* Links Logo Styles*/
.no-image-table {
	background-image: url(images/link/nologo.gif);
	height: 31px;
	width: 88px;
	border: 0px none;
	font-weight: bold;
}