/*****************************************************
ASP.NET Forums default theme
Modify this stylesheet to change the colours
and appearance of the ASP.NET Forums
*****************************************************/

/*****************************************************
标准页设置
*****************************************************/
body /*The scroll bar colours are only visible in IE5.5+ */
{
	margin: 0px;
    font-size: 12px;
    COLOR: #000000;
    FONT-FAMILY: 宋体,Arial,Verdana,  Helvetica, sans-serif;
    background-color: #FFF; 
	height: 100%;
}

pre.source
{
	font-size: 12px;
	margin-left: 20px;
	color: black;
	font-family: Lucida Console, Courier New, Courier;
	background-color: gainsboro;
}
body.admin /* Admin page style */
{
    background-color: #DDEEFF;
}

image	/* used to align text to images, centered */
{
	vertical-align: middle;
}

/*****************************************************
Forum Name Title
*****************************************************/
/* em: unit of measurement for the height of the element's font, which is resolution independent */
.forumName /* text style for the main forum name */
{
    font-family: Trebuchet MS, Arial, Helvetica;
    font-size: 14pt;
    font-weight: bold;
    
}
a.forumName:visited, a.forumName:link
{
	font-family: Trebuchet MS, Arial, Helvetica;
    font-size: 14pt;
    font-weight: bold;
   
}
a.forumName:hover /* text style for when mouse hovers over main forum name */
{
    color: #FF3300;
    text-decoration: none;
}

.SiteName /* text style for the main forum name */
{
    font-family: Trebuchet MS, Arial, Helvetica;
    font-size: 14pt;
    font-weight: bold;
    color: White;
}
a.SiteName:visited, a.forumName:link
{
	font-family: Trebuchet MS, Arial, Helvetica;
    font-size: 14pt;
    font-weight: bold;
	color: White;
}
a.SiteName:hover /* text style for when mouse hovers over main forum name */
{
    color: #FF3300;
    text-decoration: none;
}

.forumThread /* description of Forums on main page (underneath Forum Name) */
{
    font-family: Trebuchet MS, Arial, Helvetica;
    font-size: 12px;

}
/*****************************************************
General Text
*****************************************************/
.txt1 { font-size : 12px; } 
.txt2 { font-size : 12px; }
.txt3 { font-size : 12px; }
.txt4 { font-size : 12px; word-break:break-all;}
.txt5 { font-size : 12px; }

.txt1Bold { font-size : 12px; font-weight:bold; }
.txt2Bold { font-size : 12px; font-weight:bold; }
.txt3Bold { font-size : 12px; font-weight:bold; }
.txt4Bold { font-size : 12px; font-weight:bold; }
.txt5Bold { font-size : 12px; font-weight:bold; }

.txt3red { font-size : 12px; color: Red; }

.printDetails{ font-size : 12px; color: darkgray; }
.noTopics { font-size: 12px; font-weight:bold; }
.dateText { font-size: 12px; color: black; }
.StatusIconText{ font-size: 12px; font-weight:bold; }

/* IRC Style Text */
.txtIrcMe { color:Fuchsia ; }

/*****************************************************
Tables
*****************************************************/
.tableBorder /* This is the outline round the main forum tables */
{
   
    /*border: 1px outset; solid*/
    border: 1px solid #cccccc;
    background-color: #FFFFFF;
}

.moderationTable /* Moderation table */
{
    border: 1px #FFFFFF solid; 
    background-color: #F1F1F1;
}

.adminTable /* Admin table */
{
    border: 1px #1C84D0 solid;
    background-color: #FFFFFF;
}

.quoteTable { /* This is the quote table, where quotes from previous posts are shown */
    border:1px inset;
    background-color: #EEF7FF;
}

.editTable { /* This is the edit notes table, shown when someone has edited a post, and this feature is enabled */
    border: 1px inset; 
    color: Red;
    background-color: #EEF7FF;
    font-size: 12px;
}

/*****************************************************
Table Header and cell definitions
*****************************************************/
td.column /* td.column is the main heading row of the table, shows either the table title, or the column headings, such as 'Posts', 'Last Post' etc. Top row of all tables. */
{
    font-weight: bold; 
    font-size: 12px; 
    background-image: url(../images/blue_bg.gif); 
    background-repeat: repeat-x; 
    COLOR: black;
    border-bottom: 1px solid #cccccc;
}

td.h1a /* td.h1a is the subheading row of the table, shows the names of Forum Groups on main page, or 'Announcements', 'Topics' on ShowForum page */
{
    color: #4455aa;
    font-size: 12px;
    font-weight:bold;
    text-decoration: none; 
    background-image: url(../images/forumHeaderBackgroundAlternate.gif);
    background-color: #E7E3E7;
    background-repeat: repeat-x; 
}

td.h1 /* td.h1 was the old subheading row of the table. This should probably be deleted as I don't think it is used anymore. */
{
    color: white;
    font-size: 12px;
    font-weight:bold;
    background-image: url(../images/forumHeaderBackground.gif);
    background-color: #4455aa
}

td.f /* Forums column cells on main page; last post, replies, view cells on ShowForums page (shaded cells?) */
{
    font-size: 12px; 
}
td.fCell
{
	border-top: #cccccc 1px solid;
	font-size: 12px;
	background-color: #f0f8ff;
}
td.fCell2
{
	border-top: #cccccc 1px solid;
	font-size: 12px;
}
td.ff /* Forums column cells on main page; last post, replies, view cells on ShowForums page (shaded cells?) */
{
    font-size: 12px; 
    height:22px;
    border-left: 1px solid #cccccc;
}
td.f1 /*增加的,作为图标背景类*/
{
    font-size: 12px; 
    background-color: #FFFFFF;
	border-top: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
}
td.f2
{
    font-size: 12px;
    background-color: #DDEEFF;
}
td.f3 /*增加的,作为图标背景类*/
{
    font-size: 12px; 
    background-color: #FFFFFF;
	border-top: 1px solid #dddddd;
}
td.fh /* forumRowHighlight - such as forumOptions, forumStatistics, WhoIsOnline boxes etc.*/
{
    font-size: 12px; 
    background-color: #FFFFFF; 
    /*background-image: url(../images/fhBg.gif); */
    /*
    background-image: url(../images/fhBg.gif);
    background-repeat: repeat-x;
	*/
}
td.fh1 /*新增用于主要行显示(论坛组那一栏)*/
{
    font-size: 12px; 
    background-color: #FFFFFF; 
    /*background-image: url(../images/fhBg.gif); */
    background-image: url(../images/hdr_bg.gif);
    background-repeat: repeat-x;
}

TD.fh2 /* used in Forums Statistics box to control size of text*/
{
	font-size: 12px; 
}

TD.fh3b /* TD.fh3 is Threads, Posts cells on main table, Thread cells on ShowForum page (not shaded?) */ 

{
	font-size: 12px; 
	background-color: #FFFFFF; 
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}

TD.fh3 /* TD.fh3 is Threads, Posts cells on main table, Thread cells on ShowForum page (not shaded?) */ 
{
	font-size: 12px; 
	background-color: #FFFFFF; 
	border-top: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
}
TD.fh3d /* TD.fh3 is Threads, Posts cells on main table, Thread cells on ShowForum page (not shaded?) */ 
{
	border-top: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}
TD.fh3c /* TD.fh3 is Threads, Posts cells on main table, Thread cells on ShowForum page (not shaded?) */ 
{
	font-size: 12px; 
	background-color: #FFFFFF; 
	border-top: 1px solid #dddddd;
}

TD.fh3a /* TD.fh3a is Alternating table for Post Body in the PostView */ 
{
	font-size: 12px; 
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}

TD.fh4 /* TD.fh4 is Last Post cells on main table (not shaded?) */
{
	font-size: 12px; 
	background-color: #FFFFFF; 
	border-top: 1px solid #DDEEFF;
	border-left: 1px solid #DDEEFF;
}

/*****************************************************
Background color and text used in threaded view
*****************************************************/
td.threadTitle
{
    background-color: #D4D9EC;
}

.threadDetailTextSmall
{
    color: #0055E7;
    font-size: 12px;
}

.threadDetailTextSmallBold
{
    color: #0055E7;
    font-size: 12px;
    font-weight: bold;
}
TD /* 新增 200/03/28 用于未使用CSS中的文字字体大小 */
{
	font-size: 12px; 
}
/*****************************************************
标准链接 
*****************************************************/
a, a:visited, a:link /* General page anchors */
{
    color: #000000;
    text-decoration: none;
}

a:Hover /* General page anchors */
{
	color: #FF3300;
    text-decoration: underline;
}

a.linkSmallBold, a.linkMenuSink 
{
    font-weight: bold;
}

a.linkSmall, a.LinkSmallBold, a.linkMenuSink
{
    color: navy;
    font-size: 12px;
}

a.linkSmallBold:visited, a.linkMenuSink:visited
{
    color: #013DA4;
}

a.linkSmallBold:Hover, a.linkMenuSink:Hover
{
/*	color: #DD6900;	*/
    color: #FF3300;
}

a.lnk3, a.lnk3:visited, a.lnk3:link /* Active/Unanswered, name of forum underneath table */
{
	font-size: 12px; 
    font-weight: bold;
    color: #000000;
}

a.lnk3:Hover
{
    color: #FF3300;
    text-decoration: underline;
}

/*****************************************************
Text and links used in ForumGroupRepeater and ForumRepeater
*****************************************************/
columnText, a.columnText, a.columnText:visited, a.columnText:link 
{ 	
	font-size: 12px; 
	color: white; 
	font-weight:bold;
}

a.columnText:hover
{
	color: #FF3300;	
}

a.column:visited, a.column:link, a.column:hover
{
    color: white;
    font-weight:bold;
}

.flnk3
{
    font-weight: bold;
    color: #013DA4;
}

a.flnk3:visited, a.flnk3:link
{
    font-weight: bold;
    color: #013DA4;
}

a.flnk3:hover
{
    color: #FF3300;
}

.inlineLink /* Username in ShowPost, next to online status */
{
  cursor:pointer;
  color: #555555;
}

.inline 
{
  font-size: 12px;
  color: #555555;
}

/*****************************************************
Text and Anchor to display when a user is online
*****************************************************/
/* 会员在线 */
.userOnlineLink, a.userOnlineLink, a.userOnlineLink:Visited, a.userOnlineLink:Link
/* text style to show when a user is online */
{
    font-weight: normal;
    color: #013DA4;
}

a.userOnlineLinkBold:Hover
{
	color: #FF3300;
}
/* 版主在线 */
.moderatorOnlineLinkBold, a.moderatorOnlineLinkBold, a.moderatorOnlineLinkBold:Visited, a.moderatorOnlineLinkBold:Link
/* text style to show when a moderator is online */
{
    font-weight: bold;
    color: 044AC4;
}

a.moderatorOnlineLinkBold:Hover
{
	color: #FF3300;
}
/* 大版主在线 */
.supermoderatorOnlineLinkBold, a.supermoderatorOnlineLinkBold, a.supermoderatorOnlineLinkBold:Visited, a.supermoderatorOnlineLinkBold:Link
/* text style to show when a moderator is online */
{
    font-weight: bold;
    color: 0352DC;
}

a.supermoderatorOnlineLinkBold:Hover
{
	color: #FF3300;
}
/* 管理员在线 */
.adminOnlineLinkBold, a.adminOnlineLinkBold, a.adminOnlineLinkBold:Visited, a.adminOnlineLinkBold:Link
/* text style to show when an administrator is online */
{
    font-weight: bold;
    color: 035FFF;
}

a.adminOnlineLinkBold:Hover
{
	color: #FF3300;
}

/*****************************************************
Navigation: Text and anchors used in the navigation menu
*****************************************************/
.menuText /* Font used for navigation menu */
{
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
}

a.menuLink:visited, a.menuLink:link /* Font used for links in the navigation menu */
{
	font-size: 12px;
	font-weight: normal;
    text-decoration: none; 
    color: black;
}

a.menuLink:Hover /* Font used for hovering over a link in the navigation menu */
{
    color: #FF3300;
}


.menuLink
{
    font-size: 12px;
    font-weight: normal;
    color: #000000;
}
td.menuBg /*我的版面下拉列表左侧背景*/
{
	    background-color: #DDEEFF;
}

/*****************************************************
Default separator style for PostList
*****************************************************/
td.flatViewSpacing /* Separates Users from Guests in WhoIsOnline page */
{
	height: 1px; 
	background-color: #cccccc; 
} 
td.threadSeparator /* Separates posts in ShowPost page */
{
	height: 4px; 
	 background-image: url(../images/blue_bg.gif); 
    background-repeat: repeat-x; 
    border-bottom: 1px solid #cccccc;
} 
td.adminSeparator /* Separates 'groups of options' in Admin Nav Bar */
{
	height: 4px; 
	background-color: #FFFFFF; 
} 
td.moderateSeparator /* Separator in ModerateForum page */
{
	height: 12px; 
	background-color: #FFFFFF; 
} 

/*****************************************************
Validation Text
*****************************************************/
.validationWarning 
{
	color: Red; 
}

/*****************************************************
Page control selected page
*****************************************************/
.currentPage 
{
	font-size : 12pt; 
	font-weight:bold; 
}

/*****************************************************
Form Elements
*****************************************************/
select /* drop down lists in forms */
{
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

textarea /* large multi-line text boxes in forms */
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

input /* input elements in forms, e.g radio buttons, text boxes, etc. */
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

/*****************************************************
Control Panel
*****************************************************/
td.ControlPanelTabActive
{
    font-weight: bold; 
    font-size: 12px; 
    background-color: #CEF0FB; 
    padding:3px;
}

td.ControlPanelTabInactive
{
    color: #4455aa;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    background-color: #99CCFF;
    background-repeat: repeat-x;
}

td.ControlPanelTabLine
{
	background-color: #CEF0FB;
}

td.border_left { 
	background-image: url(../images/border_left.gif); 
	width: 10px; 
}
td.border_right { 
	background-image: url(../images/border_right.gif); 
	width: 10px;
}
td.logo_bg { 
	background-image: url(../images/logo_bg.gif); 
	background-repeat: repeat-x; 
}
td.logo_right { 
	background-image: url(../images/logo_right.gif); 
	background-repeat: repeat-x; 
}
#content { 
	text-align: left; 
 	width: 100%;
	margin: 5px;
	width: auto;
}

.QuickPostText
{
	color: red;
    font-size: 12px;
}
/*已读贴子了CSS风格 2005/03/28*/
a.lnk4, a.lnk4:visited, a.lnk4:link 
{ 
	font-size: 12px; 
    font-weight: bold;
    color: #013DA4;
}
a.lnk4:Hover 
{ 
	color: #FF3300;
    text-decoration: underline;
}
/*首页最新贴,未读贴,标记已读等风格 by venjiang 2005/03/28*/
a.lnk5, a.lnk5:visited, a.lnk5:link 
{ 
	font-size: 12px;
	color: #F67340;
	font-weight: bold; 
}
a.lnk5:Hover 
{ 
	color: #F64D0B; 
	text-decoration: underline;
}
code.hlcode
{
	font-size:12px;
	line-height:14px;
	display:block;
	padding:2px;
	border:1px double #ddd;
	background-color:#fff;
}
.ForumGroup
{
	PADDING-LEFT: 8px;
	FONT-WEIGHT: bold; 
	COLOR: white;
	PADDING-TOP: 5px; 
	HEIGHT: 23px;
    background-image: url(../images/blue_bg.gif); 
    background-repeat: repeat-x; 
}
.ForumGroup_Blue
{
	PADDING-LEFT: 8px;
	FONT-WEIGHT: bold; 
	COLOR: white;
	PADDING-TOP: 5px; 
	HEIGHT: 23px;
    background-image: url(../images/blue.jpg); 
    background-repeat: repeat-y; 
}
.ForumGroup_Red
{
	PADDING-LEFT: 8px;
	FONT-WEIGHT: bold; 
	COLOR: white;
	PADDING-TOP: 5px; 
	HEIGHT: 23px;
    background-image: url(../images/red.jpg); 
    background-repeat: repeat-y; 
}
.ForumGroup_Orange
{
	PADDING-LEFT: 8px;
	FONT-WEIGHT: bold; 
	COLOR: white;
	PADDING-TOP: 5px; 
	HEIGHT: 23px;
    background-image: url(../images/orange.jpg); 
    background-repeat: repeat-y; 
}
.ForumGroup_Zi
{
	PADDING-LEFT: 8px;
	FONT-WEIGHT: bold; 
	COLOR: white;
	PADDING-TOP: 5px; 
	HEIGHT: 23px;
    background-image: url(../images/zi.jpg); 
    background-repeat: repeat-y; 
}
.ForumGroup_Green
{
	PADDING-LEFT: 8px;
	FONT-WEIGHT: bold; 
	COLOR: white;
	PADDING-TOP: 5px; 
	HEIGHT: 23px;
    background-image: url(../images/green.jpg); 
    background-repeat: repeat-y; 
}
.ForumTitle
{
	FONT-WEIGHT: bold; 
	color:#000000;
}
a.ForumGroupLink:visited,a.ForumGroupLink:link,a.ForumGroupLink
{
	color:#FFFFFF;
}
.PortalUserBG
{
    background-image: url(../images/PortalUserBG.gif); 
    background-repeat:no-repeat; 
    width:199px;
    height:196px;
    padding-top:26px;
    padding-left:4px;
    padding-right:2px;
}
/* -------------------------------------- */

.DataTable2
{
	background-color: white;
	border-right: #cccccc 1px solid;
	border-top: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
	border-collapse: collapse;
}
.DataTableHeader
{
	font-weight: bold;
	border-bottom: #cccccc 1px solid;
	background-image: url(../images/blue_bg.gif); 
}
.DataTableTD
{
    border-bottom: #cccccc 1px dotted;
}