/*
  The original cnphpbbice Theme for phpBB version 2+
  Created by 26DE design
  http://www.cnphpbb.com
*/


 /* General page style. The scroll bar colours only visible in IE5.5+ */
.dom_overview_abshidden {
	position: absolute;
	visibility: hidden;
	width: 300px;
} 
body {
	margin: 1;
	background-color: #E0ECFF;
	scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #006699;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;
}

/* General font families for common tags */
th,td,p { font-family: Tahoma, Arial, Georgia, Courier, Times New Roman, Serif, Simsun; font-size: 9pt;}
/*a:link,a:active,a:visited { color : #333333; }
a:hover		{ text-decoration: underline; color : #333333; }
*/
a:link,a:active { text-decoration: none; color : /*003399;*/003399; }
a:hover		{ text-decoration: underline; color : #CC3300; }
a:visited { color:	#993300;	text-decoration: none} 

p{
font-size:12pt;
}

hr	{ height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}
/*
.linkbutton {font-weight:normal;}
.linkbutton:visited {color:000000;}
.linkbutton:hover {color : 000000;}
*/

/* This is the border line & background colour round the entire page */
.bodyline	{ background-color: #E0ECFF; border: 1px #C1C3D2 solid; }

/* This is the outline round the main forum tables  */
.forumline	{ background-color: #ffffff;border: 1px #dddddd solid; }

.popup	{ background-color: #eeeeee;border: 2px #dddddd solid; }

td.topnav {
		background-image: url(images/cellpic2.jpg);
}

/* Main table cell colours and backgrounds */
td.row1	{ background-color: #E0ECFF; }
td.row2	{ background-color: #E0ECFF; }
td.row3	{ background-color: #E0ECFF; }


/*
  This is for the table cell above the Topics, Post & Last posts on the index.php page
  By default this is the fading out gradiated silver background.
  However, you could replace this with a bitmap specific for each forum
*/
td.rowpic {
		background-color: #FFFFFF;
		background-image: url(images/cellpic2.jpg);
		background-repeat: repeat-y;
}

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #ffffff; font-size: 9pt; font-weight : bold;
	background-color: #77ACD9; height: 22px;
	background-image: url(images/cellpic3.gif);
}

.fakedth {
	color: #ffffff; font-size: 9pt; font-weight : bold;
	background-color: #77ACD9; height: 22px;
	background-image: url(images/cellpic3.gif);
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
			background-color:#A5C8FC; border: #333333; border-style: solid; height: 20px;
}


/*
  Setting additional nice inner borders for the main table cells.
  The names indicate which sides the border will be on.
  Don't worry if you don't understand this, just ignore it :-)
*/
td.cat,td.catHead,td.catBottom {
	height: 20px;
	border-width: 1px 1px 1px 1px;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
	font-weight: bold; border: #FFFFFF; border-style: solid; height: 22px; }
td.row3Right,td.spaceRow {
	background-color: #E0ECFF; border: #333333; border-style: solid; }

th.thHead,td.catHead { font-size: 9pt; border-width: 0px 0px 0px 0px; }
th.thSides,td.catSides,td.spaceRow	 { border-width: 0px 0px 0px 0px; }
th.thRight,td.catRight,td.row3Right	 { border-width: 0px 0px 0px 0px; }
th.thLeft,td.catLeft	  { border-width: 0px 0px 0px 0px; }
th.thBottom,td.catBottom  { border-width: 0px 0px 0px 0px; }
th.thTop	 { border-width: 0px 0px 0px 0px; }
th.thCornerL { border-width: 0px 0px 0px 0px; }
th.thCornerR { border-width: 0px 0px 0px 0px; }


/* The largest text used in the index page title and toptic title etc. */
.maintitle,h1,h2	{
			font-weight: bold; font-size: 16pt; font-family: Tahoma, Arial, Georgia, Courier, Times New Roman, Serif, Simsun;
			text-decoration: none; color : #000000;
}


/* General text */
.gen { font-size: 9pt; }
.genmed { font-size: 9pt; }
.gensmall { font-size: 9pt; }
.gen,.genmed,.gensmall { color : #000000; }
a.gen,a.genmed,a.gensmall { color: #003399; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: ##CC3300; text-decoration: underline; }


/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size: 9pt; color : #000000 }
a.mainmenu		{ text-decoration: none; color : #000000;  }
a.mainmenu:link 		{ text-decoration: none; color : #000000;  }
a.mainmenu:visited		{ text-decoration: none; color : #000000;  }
a.mainmenu:hover{  color : #ff9900; }


/* Forum category titles */
.cattitle		{   font-weight:bold;font-size: 9pt; letter-spacing: 1px; color : #333333}
a.cattitle		{ text-decoration: none; color : #333333; }
a.cattitle:hover{ text-decoration: underline; }

.smallfont {font-size:9pt;}

/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 16px; color : #33333; }
a.forumlink 	{ text-decoration: none;  }
a.forumlink:hover{ text-decoration: underline;  }


/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav			{  font-weight:bold;font-size: 9pt; color : #333333;}
a.nav			{ text-decoration: none; color : #003399; }
a.nav:hover		{ text-decoration: underline; }

.bnav			{ font-weight: bold; font-size: 9pt; color : #ffffff;}
a.bnav			{ text-decoration: none; color : #ffffff; }
a.bnav:visited	{ text-decoration: none; color : #ffffff; }
a.bnav:hover		{ text-decoration: none;color : #ffffff; }

/* titles for the topics: could specify viewed link colour too */
.topictitle			{ font-size: 14px;}
/*
.topictitle			{ font-size: 9pt; color : #333333; }
a.topictitle:link   { text-decoration: none; color : #333333; }
a.topictitle:visited { text-decoration: none; color : #333333; }
a.topictitle:hover	{ text-decoration: underline; color : #333333; }
*/
a.topictitle:link   { text-decoration: none; color : #003399; font-weitgh:bold;}
a.topictitle:visited { text-decoration: none;   }
a.topictitle:hover	{ text-decoration: underline; color: #CC3300;}

/* Added by luojiang for header */
/*.bodyline1	{ background-image: url(images/cellpic2.jpg); }
a.topmenu:link {font-size: 12px;color: #103DB4;text-decoration: none;}
a.topmenu:visited {	font-size: 12px;	color: #993300;	text-decoration: none;}
a.topmenu:hover {	font-size: 12px;	color: #103DB4;	text-decoration: none;
}
*/

.topmenu               { font-size: 9pt; color : #000000 }
a.topmenu              { text-decoration: none; color : #000000;  }
a.topmenu:link                 { text-decoration: none; color : #000000;  }
a.topmenu:visited              { text-decoration: none; color : #000000;  }
a.topmenu:hover{  color : #ff9900; }


/* added by crazytang for treeview */
.topictitle2			{ font-size: 16px; line-height: 28px; height:28px; }
.topictitle3			{ font-size: 14px; line-height: 25px; }
.topictitle4			{ font-size: 14px; line-height: 25px; font-weight: bold;}
.topictitle5			{ font-size: 14px; line-height: 25px; color:#000000; font-weight:bold; }
a.topictitle5:link			{ font-size: 14px; line-height: 25px; color:#000000;}
a.topictitle5:visited			{ font-size: 14px; line-height: 25px; color:#000000; }
a.topictitle5:hover	{ text-decoration: underline; color: #CC3300;  font-size: 16px;}

.topictitle6			{ font-size: 16px; line-height: 25px;width:100%;text-align: right;display: table-cell; vertical-align: bottom;  }
a.topictitle6:link			{ font-size: 16px; line-height: 25px; }
a.topictitle6:visited			{ font-size: 16px; line-height: 25px; }
a.topictitle6:hover	{ text-decoration: underline; color: #CC3300;  font-size: 18px;}


/*a.topictitle2:link   { text-decoration: underline;  } 
a.topictitle2:visited { text-decoration: underline; }
a.topictitle2:hover	{ text-decoration: underline; } */
.postbody2 { font-size: 11pt; line-height: 15pt;}
.postdetails2 { font-size: 11pt; color : #000000; }

/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size: 9pt; color : #000000;}

/* Location, number of posts, post date etc */
.postdetails		{ font-size: 9pt; color : #000000; }


/* The content of the posts (body of text) */
.postbody { font-size: 11pt;}
a.postlink:link	{ text-decoration: none; color : #333333 }
a.postlink:visited { text-decoration: none; color : #333333; }
a.postlink:hover { text-decoration: underline; color : #333333}



/* Quote & Code blocks */
.code {
	font-family: Tahoma, Arial, Georgia, Courier, Times New Roman, Serif, Simsun; font-size: 11px; color: #333333;
	background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote {
	font-family: Tahoma, Arial, Georgia, Courier, Times New Roman, Serif, Simsun; font-size: 11px; color: #444444; line-height: 125%;
	background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}


/* Copyright and bottom info */
.copyright		{ font-size: 9pt; font-family: Tahoma, Arial, Georgia, Courier, Times New Roman, Serif, Simsun; color: #666666;}
a.copyright:link { color: #666666; }
a.copyright:visited { color: #666666; }
a.copyright:hover { color: #666666; text-decoration: underline;}


/* Form elements */
input,textarea, select {
	color : #000000;
	font: normal 9pt Tahoma, Arial, Georgia, Courier, Times New Roman, Serif, Simsun;
	border-color : #000000;
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #FFFFFF;
}

input { text-indent : 1px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #EFEFEF;
	color : #000000;
	font-size: 9pt; font-family: Tahoma, Arial, Georgia, Courier, Times New Roman, Serif, Simsun;
}

/* The main submit button option */
input.mainoption {
	background-color : #FAFAFA;
	font-weight : bold;
}

/* None-bold submit button */
input.liteoption {
	background-color : #FAFAFA;
	font-weight : normal;
}

/* This is the line in the posting page which shows the rollover
  help line. This is actually a text box, but if set to be the same
  colour as the background no one will know ;)
*/
.helpline { background-color: #DEE3E7; border-style: none; }
/* xHTML compliant, define border in CSS */
img, .forumline img	{
border: none;
}
.treerow {background-color : #DEE3E7;}

TD.fh3a {
	BORDER-TOP: #b2d9ff 1px solid; FONT-SIZE: 0.71em; BORDER-LEFT: #b2d9ff 1px solid; BACKGROUND-COLOR: #f6fbff
}

/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css");

/* 下拉菜单css */

#nav {
	 line-height: 24px;  list-style-type: none; background:#666; 
}

#nav a {
	display: block; width: 100px; text-align:center; font-size:12px;
}

#nav a:link  {
	color:#666; text-decoration:none;
}
#nav a:visited  {
	color:#666;text-decoration:none;
}
#nav a:hover  {
	color:#FFF;text-decoration:none;font-weight:bold;
}

#nav li {
	float: left; width: 80px; background:#E0ECFF; 
}
#nav li a:hover{
	background:#999;
}
#nav li ul {
	line-height: 20px;  list-style-type: none;text-align:left;
	left: -999em; width: 180px; position: absolute; 
	margin:0;padding:0;border:0;
}
#nav li ul li{
	float: left; width: 180px;
	background: #F6F6F6;  
}


#nav li ul a{
	display: block; width: 180px;text-align:left;padding-left:24px;
}

#nav li ul a:link  {
	color:#666; text-decoration:none;
}
#nav li ul a:visited  {
	color:#666;text-decoration:none;
}
#nav li ul a:hover  {
	color:#F3F3F3;text-decoration:none;font-weight:normal;
	background:#04B3E6;width: auto;
}

#nav li:hover ul {
	left: auto;
}
#nav li.sfhover ul {
	left: auto;
}
#content {
	clear: left; 
}

/* BUTTONS */

.buttons a, .buttons button{
    display:block;
    float:left; 
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:2px solid #eee;
    border-left:2px solid #eee;

    border-bottom-color: #333333;

    border-right-color: #555555;

    border-left-color: #BBBBBB;

    border-top-color: #DDDDDD;



    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* STANDARD */
button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:2px solid #c2e1ef;
    color:#336699;

    border-bottom-color: #333333;

    border-right-color: #555555;

    border-left-color: #BBBBBB;

    border-top-color: #DDDDDD;


}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

.buttons a:visited{
    color:#565656;	
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}



/* BUTTONS */

.buttons1{
    display:block;
    float:left; 
    margin:0 5px 0 0;
    background-color:#dff4ff;
    border:1px solid #dedede;
    border-top:2px solid #eee;
    border-left:2px solid #eee;
	border-right:2px solid #eee;
    border-bottom:2px solid #eee;
    border-bottom-color: #333333;
    border-right-color: #555555;
    border-left-color: #BBBBBB;
    border-top-color: #DDDDDD;
    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:110%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 2px 6px 3px; /* Links */
}
.buttons2{
    display:block;
    float:left; 
    margin:0 5px 0 0;
    background-color:#F5F5F5;
    border:1px solid #dedede;
    border-top:2px solid #eee;
    border-left:2px solid #eee;
	border-right:1px solid #eee;
    border-bottom:1px solid #eee;
    border-bottom-color: #333333;
    border-right-color: #555555;
    border-left-color: #BBBBBB;
    border-top-color: #DDDDDD;
    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:110%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 2px 6px 3px; /* Links */
}



/* The main calendar widget.  DIV containing a table. */

.calendar {
  position: relative;
  display: none;
  border-top: 2px solid #fff;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  border-left: 2px solid #fff;
  font-size: 11px;
  color: #000;
  cursor: default;
  background: #c8d0d4;
  font-family: tahoma,verdana,sans-serif;
}

.calendar table {
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
  font-size: 11px;
  color: #000;
  cursor: default;
  background: #c8d0d4;
  font-family: tahoma,verdana,sans-serif;
}

/* Header part -- contains navigation buttons and day names. */

.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;
  padding: 1px;
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
}

.calendar thead .title { /* This holds the current "month, year" */
  font-weight: bold;
  padding: 1px;
  border: 1px solid #000;
  background: #788084;
  color: #fff;
  text-align: center;
}

.calendar thead .headrow { /* Row <TR> containing navigation buttons */
}

.calendar thead .daynames { /* Row <TR> containing the day names */
}

.calendar thead .name { /* Cells <TD> containing the day names */
  border-bottom: 1px solid #000;
  padding: 2px;
  text-align: center;
  background: #e8f0f4;
}

.calendar thead .weekend { /* How a weekend day name shows in header */
  color: #f00;
}

.calendar thead .hilite { /* How do the buttons in header appear when hover */
  border-top: 2px solid #fff;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  border-left: 2px solid #fff;
  padding: 0px;
  background: #d8e0e4;
}

.calendar thead .active { /* Active (pressed) buttons in header */
  padding: 2px 0px 0px 2px;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
  background: #b8c0c4;
}

/* The body part -- contains all the days in month. */

.calendar tbody .day { /* Cells <TD> containing month days dates */
  width: 2em;
  text-align: right;
  padding: 2px 4px 2px 2px;
}

.calendar table .wn {
  padding: 2px 3px 2px 2px;
  border-right: 1px solid #000;
  background: #e8f4f0;
}

.calendar tbody .rowhilite td {
  background: #d8e4e0;
}

.calendar tbody .rowhilite td.wn {
  background: #c8d4d0;
}

.calendar tbody td.hilite { /* Hovered cells <TD> */
  padding: 1px 3px 1px 1px;
  border: 1px solid;
  border-color: #fff #000 #000 #fff;
}

.calendar tbody td.active { /* Active (pressed) cells <TD> */
  padding: 2px 2px 0px 2px;
  border: 1px solid;
  border-color: #000 #fff #fff #000;
}

.calendar tbody td.selected { /* Cell showing selected date */
  font-weight: bold;
  padding: 2px 2px 0px 2px;
  border: 1px solid;
  border-color: #000 #fff #fff #000;
  background: #d8e0e4;
}

.calendar tbody td.weekend { /* Cells showing weekend days */
  color: #f00;
}

.calendar tbody td.today { /* Cell showing today date */
  font-weight: bold;
  color: #00f;
}

.calendar tbody .disabled { color: #999; }

.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
  visibility: hidden;
}

.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
  display: none;
}

/* The footer part -- status bar and "Close" button */

.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  background: #e8f0f4;
  padding: 1px;
  border: 1px solid #000;
  background: #788084;
  color: #fff;
  text-align: center;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
  padding: 1px;
  background: #d8e0e4;
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
  padding: 2px 0px 0px 2px;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
}

/* Combo boxes (menus that display months/years for direct selection) */

.combo {
  position: absolute;
  display: none;
  width: 4em;
  top: 0px;
  left: 0px;
  cursor: default;
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
  background: #d8e0e4;
  font-size: smaller;
  padding: 1px;
}

.combo .label {
  text-align: center;
  padding: 1px;
}

.combo .active {
  background: #c8d0d4;
  padding: 0px;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
}

.combo .hilite {
  background: #048;
  color: #aef;
}

/*	luojiang	*/
.ctl{
	table-layout:fixed;
	background-color: #ffffff;
	border: 1px #A5BEDE solid; 
}
.ctl td{
	text-overflow:ellipsis;
	overflow:hidden;
	white-space: nowrap;
	padding-top:6px;
	padding-top:6px
}

.ctl1{
   table-layout:fixed
}
.ctl1 td{
	text-overflow:ellipsis;
	overflow:hidden;
	white-space: nowrap;
	padding:2px}

.fr{
	table-layout:fixed;
	background-color: #ffffff;
	border: 1px #B2D9FF solid; 
}

#f_links_list {
	width:1152px;
	height:20px;
}
#f_links_list ul {
	margin:0px;
}
#f_links_list li {
	list-style:none;
	float:left;
	margin:0 5px;
	line-height:20px;
}

#posts_list li {
	height:auto;
	line-height:28px;
}

.meimeide_button{
cursor:pointer;
border:solid 1px #cccccc;
height:19px;
background:#999;
color:#666;
padding: 0px;
background:url(images/image.gif) repeat-x left top;
}

.tooltip {
	border:4px;border-color:yellow;position:absolute;z-index:2;left:-300;top:-400;width:300px;height:400px;
}

.forum_aside_div {
	width:200px;
	border:#336699 1px solid;
	height:auto;
}
.forum_aside_caption {
	margin:1px 1px;
	background-color:#A5C8FC;
	height:24px;
}
.forum_aside_caption_font {
	height:24px;
	line-height:24px;
	font-weight:bold;
}
.forum_aside_list {
	width:198px;
	overflow: hidden;
}
.forum_aside_list ul {
	padding:0;
	margin-top:0px;
	margin-left:20px;
	margin-bottom:0px;
	margin-right:0px;
	
}
.forum_aside_list li {
	padding:0;
	margin-left:-15px;
	height:22px;
	line-height:22px;
	list-style:none;
	text-align:left;
	text-overflow:ellipsis;
	white-space: nowrap;
}