/*www.flyxi.com QQ : 7230499*/

/* General Styles*/
body {
	font-size: 12px;
	font-family: Tahoma, Arial;
	background-color: white;
	background-image: url("images/bg.gif");	
	background-repeat: x;
	background-attachment: fixed;	
	margin: 0px;
	padding: 0px;
	margin-bottom: 0px;
	text-align: center;
}
table {
	font-family: Tahoma, Arial;
	color: #000000;
	font-size: 12px;
}
td{ word-break: break-all; }
a:link,a:visited {
	text-decoration: none;
	color: #585A58;
}
a:hover {
	text-decoration: none;
	color:#000000;
    background-color: #cccccc;
}hr {height: 1px; border: 1px solid #CCCCCC;}
/* Form Control Styles*/
form { display: inline; }
input {
	font-family: Tahoma, Arial; 
	font-size: 12px; 
}
img{
	vertical-align: middle;
	border: 0px none;
	max-width:100%;
	height:auto;
}
input.text {
	height: 20px;
	padding: 1px;
	border: 1px solid #000000;
	color: #000000; 
	background-color: #F1F1F1;
}
input.button {
	height: 20px;
	border: 1px solid #000000;
	border-top: 1px solid #000000;
	border-left: 4px #000000 solid;
	color: #000000; 
	background-color: #E9EAED;
}
textarea { 
	border: 1px solid #000000;
	background-color: #ffffff;
	font-family: Tahoma, Arial; 
	font-size: 12px; 
	color: #000000; }
select { 
	font-family: Tahoma, Arial; 
	font-size: 12px;  
	color: #000000; 
	background-color: #ffffff;
}

/* Common Styles*/
#wrapper {
	margin:0 auto;
	width: 780px;
	position: relative;
	text-align: left;
}
#innerWrapper {
	background: url('images/main_bg.jpg') repeat-y;
	width: 100%;
}
#header {
	background: url('images/main_bg.gif') repeat-y;
}
#innerHeader {
	background: url('images/header_bg_black.jpg') no-repeat;
	padding-top: 10px;
	padding-left: 6px;
	padding-right: 10px;
	height: 87px;
	vertical-align: bottom;
	border-bottom: 4px #ffffff solid;
	text-align: right;
}
#blogLogo { float: right; margin-right: 5px;}
#menu { padding-right: 5px; padding-top: 1px; color: #ffffff; }
#menu a{color: #ffffff;}
#menu ul{ margin: 0px; padding: 0px;}
#menu li{
	display: inline;
	list-style: none;
	padding: 0px;
	padding-right: 3px;
	margin: 0px;
	margin-right: 5px;
	border-right: 1px solid #ffffff;
}
.blog-header { padding-top: 20px; padding-right: 20px;}
h1 { padding-right: 20px; margin: 0px; color: black; font-size: 11px; font-weight: bold;}
h1 a:link { color: #060606; text-decoration: none}
h1 a:visited { color: #ffffff; text-decoration: none}
h1 a:hover { color: #ffffff; text-decoration: none}
.blog-desc { color: #303030; padding-right: 20px;}
#footer {
	clear: both;
	background: url('images/footer_bg_black.jpg');
	height: 65px;
}
#footer a{
color: #FFFFFF;
}
#innerFooter { padding: 10px; font-size: 11px; text-align: center; color: #ffffff;}
h3 { font-size: 18px; font-weight: bold;}
.comment-text{font-size: 11px;
color: #7C7CA3;}
.hidden-note{font-size: 11px; color: gray}
.red {
color: #ff0000;}
.highlight {font-weight: bold; color: #ff0000; background: #ff0000;}

/* Main Content Layout */
#mainWrapper {
	margin-left: 20px;
	margin-right: 19px;

}
.sidebar {
	float: left;
	width: 195px;

}
.sidebar-hide {
	display: none;
	float: left;
}
#innerSidebar {
	padding: 3px;

}
.content {
	float: right;
	width: 100%;
	margin-left: -220px;
}
.content-wide {
	width: auto;
	margin-left: -220px;
.content-only {
	width: 100%;
	margin-left: -200px;
}
}
#innerContent {
	margin-left: 220px;
	overflow: visible;
}
/* A div to make mainWrapper touch the bottom of sidebar and content*/
.clear{
	border-top:1px solid transparent !important;
	margin-top:-1px !important;
	border-top:0;
	margin-top:0;
	clear:both;
	visibility:hidden;
}

/* sidebar panels */
.panel{ padding:1px; margin-bottom: 10px;}
.panel h5 {
	color: #ffffff;
	font-weight: bold;
	padding:16px;
	padding-bottom: 7px;
	margin:0px;
	font-size: 11px;  
	background: url('images/panel_line.gif') no-repeat left bottom;
}
.panel-content{ padding:5px; line-height: 120%;}
.panel-content-category { padding:5px; color: #000000}
.panel-content ul,
.panel-content-category ul{
	padding: 0px;
	margin: 0px;
	margin-left: 12px;
}
.panel-content li,
.panel-content-category li{
	padding: 0px;
	margin: 0px;
	list-style: url('images/list_dot.gif') outside;
}
#loginForm {
	width: 95%;
}
.meta-button { margin: 1px;}
/* smilies list */
.panel-smilies {
	padding:5px;
	text-align: center;
}
.panel-smilies-title {
	color: #37759E;
	text-align: left;
	border-bottom: 1px dashed #BBD5E6;
}
.panel-smilies-content {
	padding: 5px;
	line-height: 120%;
	width:150px;/*设置表情栏宽度*/
}

/****** Upload Page ******/
/* page links */
.multipage { color: #000000;}
.multipage-current {color: #000000; font-weight: bold; text-decoration: none}
/* calendar */
#calendar {
	width: 180px;
	margin-top: 5px;
	font-family: Verdana, Arial, sans-serif;
}

.calendar-top {
	text-align: center;
	padding: 2px;
}
.calendar-year,
.calendar-month {
	font-weight: bold;
}

.calendar-weekdays {
	background: #EEEEEE;
}
.calendar-weekday-cell {
	color: #006699;
	font-size:10px;
	font-weight:bold;
	text-align: center;
	width: 14%;
	padding: 2px;
}

.calendar-main {
	background: #FFFFFF;
}
.calendar-day,
.calendar-day-blank,
.calendar-saturday,
.calendar-sunday,
.calendar-today{
	text-align: center;
	width: 14%;
	padding: 2px;
}
.calendar-saturday,
.calendar-sunday {
	font-weight:bold;
}
.calendar-today {
	font-weight:bold; 
	background: #E6E6FA;
}

.calendar-day a:link,
.calendar-day a:visited,
.calendar-saturday a:link,
.calendar-saturday a:visited,
.calendar-sunday a:link,
.calendar-sunday a:visited,
.calendar-today a:link,
.calendar-today a:visited {
	font-weight:no;
	text-decoration: underline;
}
/****** Search Panel ******/
.search-field { width: 170px; }
.announce{
	padding-bottom: 15px;
	margin-bottom: 15px;
	background: url('./images/textbox_line.gif') no-repeat bottom center;
}
.announce-content{
	word-wrap: break-all;
	padding: 10px; color: #000000; 
}
.announce-time{
	float: right;
	font-size: 11px;
	color: #000000; 
}

/* article page elements */
.article-top { padding: 5px; margin-bottom: 15px;}
.article-bottom { padding: 5px; margin-top: 15px;}
.pages { color: #1F365C; }
.pagelink-current {font-weight: bold;}
.view-mode {float: right; color: #000000;}
.listbox { padding-top: 5px; padding-bottom: 5px; border-top: 1px dashed #000000; border-bottom: 1px dashed #000000;}
.listbox-table { width: 99%;}
.listbox-header { word-wrap: break-all; color: #000000; text-decoration: none; font-weight: bold;}
.listbox-entry { word-wrap: break-all; color: #000000;}
.list-entry a{ word-wrap: break-all}
.no-entry { border: 1px solid #000000; margin-top: 15px;}
.no-entry-message { padding-top: 25px; padding-bottom: 25px; color: #000000; background: #ffffff; text-align: center;}

.prev-article{ float: left; }
.next-article{ float: right; }
.category-label{ text-align: center; width: 100%;}
/* text box */
.textbox{
	padding-bottom: 25px;
	margin-bottom: 15px;
	background: url('./images/textbox_line.gif') no-repeat bottom center;
}
.textbox-title{
	word-wrap: break-all;
	font-size: 14px;
	background: url('./images/title_icon.gif') no-repeat left top;
	padding-left: 42px;
	padding-top: 2px;
	height: 42px;
}
.textbox-title h4{
	color: #000000;
	padding-left: 5px;
	font-size: 16px;
	font-weight: bold;
	display: inline;
}
.textbox-title h4 a:link,
.textbox-title h4 a:visited,
.textbox-title h4 a:active {
	color: #000000;
}
.textbox-label{
	padding-left: 5px;
	color: #000000;
	font-size: 11px;
}
.textbox-fontsize{
	text-align: right;
	color: #000000;
	padding: 5px;
}
.textbox-content{
div { clear : left }
img { float: right }
	word-wrap: break-word;
	padding-top:5px;
	padding-left: 20px;
	line-height: 20px;
	letter-spacing: 1px;
	white-space: normal;
}
.textbox-bottom{
	padding: 5px;
	font-size: 11px;
	color: #000000;
}
.textbox-bottom a:link,
.textbox-bottom a:visited,
.textbox-bottom a:active,
{
	color: #000000;
	text-decoration: none;
}
.editmark {
	margin-top: 20px;
	font-size: 11px;
	color: #999999;
}
/* Guestbook */
.gbbox{
	padding-bottom: 25px;
	margin-bottom: 15px;
	background: url('./images/textbox_line.gif') no-repeat bottom center;
}
.gbbox-title{
	font-weight: bold;
	background: url('./images/gb_title_icon.gif') no-repeat left;
	padding-left: 35px;
	margin-bottom: 10px;
}
.gbbox-title a:link,
.gbbox-title a:visited,
.gbbox-title a:active {
	color: #000000;
}
.gbbox-label{
	font-weight: normal;
	color: #000000;
	font-size: 11px;
}
.gbbox-content{
	word-wrap: break-word;
	padding-top:5px;
	padding-left: 20px;
	line-height: 20px;
	letter-spacing: 1px;
	white-space: normal;
}
.gbbox-reply {
	padding: 10px;
	color: #000000;
	border-top: 1px #000000 dashed;
}
.gbbox-reply-title{
	font-weight: bold;
	margin-bottom: 5px;
}
.gbbox-reply-label{
	font-weight: normal;
	color: #999999;
	font-size: 11px;
	display: inline;
}

/* Comment box */
#commentForm { width: 99%;}
.comment-wrapper{}
.comment-top{ padding:5px; margin: 5px; color: #000000;}
.comment-pages{ padding:5px; margin: 5px; color: #000000;}
.commentbox{ word-wrap: break-word; padding: 5px; margin: 5px; }
.no-comment-box{ padding:10px; border: 1px #000000 outset; color: #000000;}
.commentbox-title{ padding: 3px; border-bottom: 1px dashed #000000; }
.commentbox-label{ display: inline; color: #000000; font-size: 11px;}
.commentbox-content{ padding: 3px;}
.trackbackbox{ padding: 5px; margin: 5px;}
.trackbackbox-title{ padding: 3px; border-bottom: 1px dashed #000000;}
.trackbackbox-label{ display: inline; color: #000000; font-size: 11px;}
.trackbackbox-content{ padding: 3px; color: #000000;}
.trackbackbox a{ color: #000000}
/* Boxes for redirection */
.messagebox{ width: 500px; border: 1px #000000 solid; text-align: center; background: #ffffff;}
.messagebox-title{ color: #FFFFFF; font-weight: bold; background-color: #000000; padding: 5px;}
.messagebox-content{ color: #000000; padding: 10px; padding-bottom: 20px; text-align: left;}
.messagebox-bottom{ color: #FFFFFF; background-color: #ffffff; padding: 5px;}
.errorbox{ width: 500px; border: solid 1px #000000; text-align: center; background: #007300;}
.errorbox-title{ color: #FFFFFF; font-weight: bold; background-color: #000000; padding: 5px;}
.errorbox-content{ color: #000000; padding: 10px; padding-bottom: 20px; text-align: left;background-color: #ffffff;}
.errorbox-bottom{ color: #FFFFFF; background-color: #ffffff; padding: 5px;}
/* Form Table styles */
.formbox{}
.formbox-comment{}
.formbox-title,
.formbox-comment-title{ color: #000000; font-weight: bold; padding: 5px; border-bottom: 1px dashed #000000;}
.formbox-rowheader,
.formbox-comment-rowheader { padding: 5px; text-align: right; font-weight: bold; color: #000000;}
.formbox-content,
.formbox-comment-content{ padding: 5px;}
.member-list{ background-color: #ffffff}

/****** Upload Page ******/
.upload-page{
	margin: 0px;
	padding: 0px;
	background-image: none;
	background: url('./images/upbg.gif');
	text-align: left;
}
.upload-file{
	width: 190px;
}

.upload-error { color: #000000;}
.upload-done { color: #000000;}

/* UBB Code Custom Styles*/
/* IE only */
* html .ubb-list { margin:5px; margin-left: 25px;  margin-bottom: 15px;}
.ubb-list li{ margin:1px; padding:1px;}
.code {
	word-wrap: break-all;
	font-family: "Courier New","宋体";
	border: 1px #000000 dashed;
	color: #000000;
	margin: 5px;
	padding: 10px;
}
.quote {
	border: 1px #000000 dashed;
	margin: 10px;
}
.quote-title {
	border-bottom: 1px dashed #ff0000;
	padding: 5px;
	font-weight: bold;
	color: #000000;
}
.quote-content {
	word-wrap: break-all;
	color: #000000;
	padding: 10px; 
}
.ubb-obj-div {
	word-wrap: break-all;
	background-color: #eeeeee;
	color: #000000;
	margin: 5px;
	padding: 5px;
	border: 1px #b0b0b0 solid;
}
/****** Links Styles ******/
.link{
scrollbar-face-color: #ffffff;
scrollbar-highlight-color: #ffffff;
scrollbar-shadow-color: #999999;
scrollbar-3dlight-color: #ffffff;
scrollbar-arrow-color: #000000;
scrollbar-track-color: #ffffff;
scrollbar-darkshadow-color: #ffffff;
	word-wrap: break-word;
	line-height: 16px;
	letter-spacing: 1px;
	white-space: normal;}
