/* background: url('earthback.jpg'); */
body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3B3E39;
	width: 100%;
	margin-top: 0px;
	margin-left: auto; 
	margin-right: auto;
	background-color: #F5F5F5;
	background: url(/images/background/bodyBg.jpg) repeat-y 50% top;
}

td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3B3E39;
}

/* border: 1px solid #E3E2DA;	 */
select
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3B3E39;	
	background-color: #FFFFFF;
	border: 1px solid;
}

input
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3B3E39;	
}
/*  */
img {
	border: 0;
}

/* Header 1 - Main header  */
tr.header1 {
	background-color: #66a262;
	background-image: url(/images/background/bg_header1.png);
	background-repeat: repeat-x;
	color: #ffffff;
	font-weight: bold;
	padding-left: 10px;
	height: 32px;
}

tr.header1 a { color: #ffffff;	text-decoration: none; }
tr.header1 a:hover { color: #eeffee; text-decoration: underline; }	

td.header1 
{
	/* background-color: #66a262; */
	background-color: #FFFFFF;
	background-image: url(/images/background/bg_header1.png);
	background-repeat: repeat-x;
	color: #ffffff;
	font-weight: bold;
	padding-left: 10px;
	height: 32px;
}	

.header1Title
{
	/*background: url('bg_header5.png');*/
	color: #ffffff;
	font-weight: bold;
	padding-left: 10px;	
	/* background-color: #66a262; */
}

/* Header 2 - Sub header */
tr.header2 {
	background-color: #E3E2DA;
	background-image: url(/images/background/bg_blue.gif);
	background-repeat: repeat-x;
	font-weight: bold;
}

td.header2 {
	background-color: #E3E2DA;
	background-image: url(/images/background/bg_blue.gif);
	background-repeat: repeat-x;
	font-weight: bold;
}

td.header2 a { color: #579000; text-decoration: none; }
td.header2 a:link { text-decoration: none; }
td.header2 a:visited { color: #579000; text-decoration: none; }
td.header2 a:active { color: #7F7D6C; text-decoration: none; }
td.header2 a:hover { color: Red; text-decoration: underline; }

/* Header 3 - Sub header */
tr.header3 {
	background-color: #E3E2DA;
	background-image: url(/images/background/navbar_bg.gif);
	background-repeat: repeat-x;
	font-weight: bold;
}

td.header3 {
	background-color: #E3E2DA;
	background-image: url(/images/background/navbar_bg.gif);
	background-repeat: repeat-x;
	height: 29px;
}

td.header3 a { color: #41519A; text-decoration: none; }
td.header3 a:link { text-decoration: none; }
td.header3 a:visited { text-decoration: none; }
td.header3 a:active { color: #7F7D6C; text-decoration: none; }
td.header3 a:hover { color: Red; text-decoration: underline; }

td.infoTable {
	background-color: #FAFAFA;
	padding: 10px;
	border: 1px solid #F3F2F2;
}

/* Footer1 - Bottom of tables */
.footer1 {
	font-size: 12px;
	height: 28px;
	background-color: #f4f4f4;
}

.footer1 select, .footer1 td {
	font-size: 12px;
}

/* Header of posts */
.postheader {
	background-color: #F5F5F5; /* #DAE2DA; */
}

/* User info and post/article */
.post
{
	/* background-color: #F5F5F2; */
	background-color: White;
}

.post_alt
{
	background-color: #FAFAF5;
}

tr.post:hover
{
	background-color: #FFFFFF;	
}

tr.post_alt:hover
{
	background-color: #FFFFFF;	
}

/* Footer of posts */
.postfooter
{
	background-color: #F5F5F5; /* #cdcdcd; */
}

/* Area between posts */
.postsep {
	background-color: #555555;
	height: 1px;
	background: url('bg_header2.png');
}

/* most tables are class 'content' */
.content
{
	border: solid 1px #206020;
	padding: 0px;
	background-color: #ffffff;	
	margin: 0px;
	color: #000000;
	border-collapse: collapse;
}

.mainmenu
{
	/* border: solid 1px #206020; */
	padding: 0px;
	background-color: #ffffff;	
	margin: 0px;
	color: #000000;
	border-collapse: collapse;
	padding: 3px;
}

.postformheader 
{
	background-color: #D1E1D1;
	font-weight:bold;
}

table.content td {
	padding: 5px;
}

/* links inside content table*/
.content a			{ color: #579000; text-decoration: underline; }
.content a:hover	{ color: #579000; text-decoration: none; }

/* used for quoting messages */
.quote {
	padding-left: 16px;
	margin: 5px;
}

.innerquote
{
	padding: 4px;
	background-color: #fefefe;
	border: 1px dashed #808080;
}

/* used for code */
.code
{
	padding-left: 16px;	
	margin: 5px;
}

.innercode
{
	padding: 4px;
	background-color: #efefef;
	border: solid 1px #808080;
	color: #000000;
	font-size:12px;
	font-family:Courier New,Courier;
}

/* font sizes */
.smallfont	{ font-size: 12px; }
.largefont	{ font-size: 12px; }

/* Image Links */
a.imagelink {
	font-weight: bold;
	color: #000000;
}
a:hover.imagelink {
	text-decoration: none;
	/*background-color: #D0D0D0;*/
}

/* Used for editor textarea */
.posteditor {
	width: 100%;
	height: 200px;
}

/* Table just above and below tables */
table.command {
	padding: 3px;
}

/* p-tag at the top of pages with navigation links */
.navlinks { font-weight: bold; color: #000000; }
.navlinks a { color: #000000; text-decoration: none }
.navlinks a:hover {color: #666666;
}

/* for printing */
table.print {
	border: solid 1px #C0C0C0;
}
.printheader {
	background-color: #DDDDDD;
	color: #000000;
	padding: 4px;
}
.printbody {
	background-color: #FFFFFF;
	color: #000000;
	padding: 4px;
}

.pbutton {
   font-size:16px;
   font-family: 宋体, Arial,sans-serif;
   height:26px;
	padding-top: 2px;
	padding-left: 10px;
	padding-right: 10px;
}
 
.textfield {
	background-color: #FFFFFF;
	border: 1px solid #3B3E39;
	width: 100%;
}

.ButtonOut
{
	border: #669966 1px solid;
}
.ButtonOver
{
	border: #000000 1px solid;
	background-color: #ffffff;
}
.ButtonChecked
{
	border: #000000 1px solid;
}
.ButtonOff
{
	border: #669966 1px solid;
}

#bbcodeFeatures
{
	border: #eeffee 1px solid;
}

/*
Use this to setup overflow feature for your site.
On IE that would mean specifying a width so that the overflow will work properly.
This CSS already works on FireFox.
*/
div.postdiv
{
	width: 760px;
	min-height: 100px;
	overflow: hidden;	
	line-height: 1.5em;
	font-size: 10pt;
}

.HrLine
{
	background-image: url(/images/common/linebreak.gif);
	background-repeat: repeat-x;
	height:6px;
	width: 100%;
}

.nomargin
{
	margin-top: 0px;
	width: 100%;
}

.textdesc {
  color: #666;
  margin-bottom: 10px;
  line-height: 1.5em;
  font-size: 13px;
  font-family: Verdana, Arial, 宋体;
}

A:link      { color: #41519A; text-decoration: none; }
A:visited 	{ color: #41519A; text-decoration: none; }
A:active 	{ color: #41519A;  cursor:hand; text-decoration:none; }
A:hover 	{ color: #FF6633;  cursor:hand; text-decoration:underline;  }

/*----------------------------------*/
/*头部文字广告列表显示开始*/
/*----------------------------------*/
#AD-text
{
	padding-bottom: 5px;	
	padding-right: 5px;
	text-align: center;
	width: 100%;
}
.inner
{
	border: 1px solid #DCE6F1;
	background-image:url(/images/background/ad_bg.gif);
	background-repeat:repeat-x;
	text-align:left;
	padding: 4px;
	line-height: 1.5em;
	width: 99%;
	text-align: center;
}
.inner td{
	padding:6px;
}
/*----------------------------------*/
/*头部文字广告列表显示结束*/
/*----------------------------------*/

.tbltdLine 
{
	background-image: url(/images/common/linebreak.gif); 
	background-repeat: repeat-x;
	width: 99%; 
	text-align: center;
	height: 9px;
}

.PagerStyle{
	float: left; 
	border: 1px solid #CAD9EA; 
	background: #F7F7F7; 
	height: 24px; 
	line-height: 26px; 
	overflow: hidden; padding-left: 20px; padding-right: 20px;
	padding: 0 8px;
}

.PagerStyle a:hover { background-color:Silver; padding-left: 5px; padding-right: 5px; padding-top: 0px; padding-bottom: 0px;}
.PagerStyle a { padding-left: 5px; padding-right: 5px;}


/*******************************************/
/*  Forum settings                         */

.forumheading
{
	font-weight: bold;
	color: Red;
	font-size: 12px;
}

.forumviewing
{
	color: Gray;
}

/*******************************************/
/*  Power by logo                          */
.powerby
{
	text-align: center;
	vertical-align: middle;
}

