body, p, td, tr, ol, ul
{
	font: 9pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}

/* Small Sized Text */
.smallfont, dfn, fieldset, fieldset td, .copyright
{
	font: 9pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}

/* Table Title Bars */
.tcat, .thead, .tfoot, .optiontitle, .navbody, .navbody td, legend, .darkbg, .tfoot td, .logincontrols td
{
	font: 9pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}

/* Override current font weight and become normal */
.normal
{
	font-weight: normal;
}

/* Display <dfn> tags as block-level elements */
dfn
{
	display: block;
}

/* For those times when you need a monospace font */
.code, .code-g, .code-i, code-c
{
	font: 8pt 'courier new', courier, monospace;
}

/* ############################################################################# */
/* FORM ELEMENTS */

input, select, textarea, option, optgroup
{
	font: 9pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
optgroup
{
	font-size: 9pt;
	font-style: italic;
	font-weight: bold;
}

/* Most form elements appear using this definition */
textarea, .bginput, input.col-c, input.col-i, input.col-g
{
	font: 9pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	background-color: #FFFFFF;
	color: #51485F;
	scrollbar-base-color: #7D899D;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-highlight-color: #98A0AD;
}

/* Submit / Important button elements */
.button, .tfoot input, .logincontrols input
{
	font-weight: bold;
}
.button
{
	background:#40364D;
	color: #F5D300;
}

/* ############################################################################# */
/* BODY AND TABLE STYLES */

/* set colored scrollbars */
html
{
	scrollbar-base-color: #7D899D;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-highlight-color: #98A0AD;
}

/* Background color and font for the main window */
body
{
	color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #98A0AD;
}

/* Border around tables */
.tborder
{
	border: solid 1px #BBBBBB;
}

/* Top-level table title rows */
.tcat
{
	color: #FFFFFF;
	background: #C10017;
}

/* Links within top-level table title rows */
.tcat a:link, .tcat a:visited, .tcat a:active
{
	color: #F5D300;
}

/* Second-level table titles (often used for column headings) */
td.thead, .thead td
{
	font-weight: bold;
	color: #F5F3E4;
	background: #8B8592;
	border: solid 1px #80768D;
	padding: 2px 4px 2px 4px;
}

/* Links within second-level table titles */
.thead a:link, .thead a:visited, .thead a:active
{
	color: #F5F3E4;
}

/* The area within which the submit button usually resides at the bottom of tables */
.tfoot
{
	color: #F5D300;
	background: #51485F;
}

/* First alternating background color */
.alt1
{
	color: #3F3849;
	background: #D0D0D0;
}

/* Second alternating background color */
.alt2
{
	color: #3F3849;
	background: #C5C5C5;
}

/* class used for the login form */
.logincontrols
{
	color: #000000;
	background: buttonface;
	border: outset 1px;
}

.commcontrols
{
	color: #000000;
	background: #FFFFFF;
}

/* Page title banner */
.pagetitle
{
	font-size: 11pt;
	font-weight: bold;
	text-align: right;
	color: #F5D300;
	background: #40364D;
	padding: 2px 26px 2px 20px;
}

/* ############################################################################# */
/* CUSTOMIZED, INHERITED, GLOBAL / STANDARD COLORS */

/* Global/ Standard elements */
.col-g, input.col-g, textarea.col-g, .code-g, .col-g a:link, .col-g a:visited, .col-g a:active, .code
{
	color: #3F3849;
}

/* Inherited elements */
.col-i, input.col-i, textarea.col-i, .code-i, .col-i a:link, .col-i a:visited, .col-i a:active
{
	color: #BB5500;
}

/* Customized elements */
.col-c, input.col-c, textarea.col-c, .code-c, .col-c a:link, .col-c a:visited, .col-c a:active
{
	color: #990000;
}


/* ############################################################################# */
/* LINKS */

/* Normal, visited and active links */
a:link, a:visited, a:active, a:hover
{
	color: #000000;
	text-decoration: none;
	/* background: transparent; */
}

/* Mouse-over (hover) links */
a:hover, .tcat a:hover, .thead a:hover, .tfoot a:hover
{
	color: #000000;
	text-decoration: none;
	/* background: #40364D; */
}

.cp a:link, .cp a:visited, .cp a:active, .cp a:hover
{
	color: #525A67;
	text-decoration: none;
	filter: glow(color=#FFFFFF,strength=3); height:12px; padding:2px
	/* background: transparent; */
}

.top a:link, .top a:visited, .top a:active, .top a:hover, .top
{
	color: #394351;
	text-decoration: none;
	/* background: transparent; */
}

/* ############################################################################# */
/* TEMPLATE EDITOR AND COLOR KEYS */

/* The row style for each STYLE bar on template.php */
.stylerow
{
	color: #F5F3E4;
	background: #8B8592;
	margin-bottom: 1px;
}

.stylerow a:link, .stylerow a:visited, .stylerow a:active
{
	font-weight: bold;
	text-decoration: none;
	color: #F5F3E4;
}

/* Used for the <select> based template editor and color key legends */
.darkbg
{
	font-size: 11px;
	color: #3F3849;
	background: #BBBBBB;
}
.darkbg td a:link, .darkbg td a:visited, .darkbg td a:active
{
	color: #3F3849;
}
.darkbg td a:hover
{
	color: #F5D300;
}

/* Color for template group text */
.templategroup
{
	color: #000000;
}

/* In the <select> based template editor, set a background color for template groups */
option.templategroup
{
	background: #AAAAAA;
}

/* Color preview buttons on the CSS editor */
.colorpreview
{
	font-weight: normal;
	background: none;
	border: inset 1px;
	width: 40px;
	height: 21px;
}

/* ############################################################################# */
/* ACCESS MASK EDITOR */

/* Access is granted to forum */
.am-grant
{
	color: #008000;
	
}

/* Access is denied to forum */
.am-deny
{
	color: #DC143C;
}

/* ############################################################################# */
/* MODERATOR LISTING */

/* Moderator was last online today */
.modtoday
{
	color: #3F3849;
}

/* Moderator was last online yesterday */
.modyesterday
{
	color: #008000;
}

/* Moderator was last online within the last 10 days */
.modlasttendays
{
	color: #0000CD;
}

/* Moderator has not been on in the last 10 days */
.modsincetendays
{
	color: #FF5500;
}

/* Moderator has not been on in last 30 days */
.modsincethirtydays
{
	color: #DC143C;
}

/* ############################################################################# */
/* LIST ELEMENT TYPES */

/* list elements with a square bullet */
.lsq
{
	list-style-type: square;
}
/* list elements with a hollow circle bullet */
.lci
{
	list-style-type: circle;
}
/* list elements with a solid circle bullet */
.ldi
{
	list-style-type: disc;
}
/* list elements with NO bullet */
.lno
{
	list-style-type: none;
}

/* ############################################################################# */
/* MISC */

/* The row style for individual option titles in the vBulletin settings/options editor */
.optiontitle
{
	font-weight: bold;
	color: #F5F3E4;
	background: #8B8592;
}

.optiontitle a:link, .optiontitle a:visited, .optiontitle a:visited
{
	color: #F5F3E4;
}

/* Style for all (Help) links */
.helplink
{
	font-size: 10px;
	text-decoration: none;
	cursor: help;
}

/* Titles for <fieldset> elements */
legend
{
	font-weight: none;
	color: #000000;
}

/* Border for <fieldset> elements */
fieldset
{
	border: double 1px #CCCCCC;
	padding: 0px;
}

/* vBulletin copyright text shown at the bottom of most control panel pages */
a.copyright:link, a.copyright:visited, a.copyright:active
{
	text-decoration: none;
	color: #777777;
	border-top: dashed 1px #777777;
	padding: 1px;
}

/* Usergroup entry for lists in permission editors */
.usergroups li
{
	font: 11px tahoma;
	list-style-type: disc;
}

/* ############################################################################# */
/* NAV PANEL ELEMENTS */

/* Background color for nav panels and the template editor */
.navbody, .stylebg
{
	font-size: 9pt;
	color: #000000;
	background: #FFFFFF;
	scrollbar-base-color: #40364D;
	scrollbar-arrow-color: #F5D300;
	scrollbar-highlight-color: #90869E;
}

.navbody td
{
	font-size: 9pt;
}

/* Text decoration for all links in nav panel */
.navbody a:link, .navbody a:visited, .navbody a:active
{
	text-decoration: none;
	color: #9A91AA;
}

.navbody a:hover
{
	text-decoration: none;
	color: #F5D300;
	background: #40364D;
}

/* Expandable nav group titles */
.navtitle
{
	font-weight: bold;
	color: #BCB6CD;
	background: #40364D;
	border: solid 2px #40364D;
	padding: 3px;
	margin-top: 3px;
	cursor: default;
}

/* Container for individual nav links */
.navgroup
{
	border: solid 2px #40364D;
	border-width: 0px 2px 1px 2px;
	margin-bottom: 8px;
}

/* Individual nav links */
.navlink-normal, .navlink-hover
{
	border-bottom: solid 1px #40364D;
	padding: 2px 4px 2px 4px;
	margin-bottom: 1px;
	cursor: hand;
}

/* Normal nav link <div> */
.navlink-normal
{
	background: none;
}

/* Mouse-over nav link <div> */
.navlink-hover
{
	background: #40364D;
}

#copyright1 {
	font-family: tahoma;
	font-size: 9pt;
	color: #FFFFFF;
	writing-mode: tb-rl;
	filter:flipH() flipV();
}

#copyright {
	font-family: tahoma;
	font-size: 9pt;
	color: #FFFFFF;
}

#en {
	font-family: tahoma;
	font-size: 8pt;
	color: #666666;
}

#cn {
	font-family: "ËÎÌå";
	font-size: 9pt;
	color: #666666;
}

#info {
	font-family: tahoma;
	font-size: 9pt;
	color: infotext;
	background-color: infobackground;
	border-left: inactiveborder 1px solid;
	border-top: inactiveborder 1px solid;
	border-right: inactiveborder 1px solid;
	border-bottom: inactiveborder 1px solid;
}
#logintitle {
	font-family: tahoma;
	font-size: 9pt;
	color: #FFFFFF;
	border-left: #335EA8 2px solid;
	border-top: #335EA8 2px solid;
	border-right: #335EA8 2px solid;
	/* border-bottom: buttonhighlight 1px solid; */
}
#loginmain {
	font-family: tahoma;
	font-size: 9pt;
	color: captiontext;
	border-left: #335EA8 2px solid;
	/* border-top: buttonhighlight 1px solid; */
	border-right: #335EA8 2px solid;
	border-bottom: #335EA8 2px solid;
	background: #ECE9D8;
}
#topmain {
	font-family: tahoma;
	font-size: 9pt;
	color: captiontext;
	background: #ECE9D8;
}
#headcolor
{
	background-color: background;
	color: window;
}
.captionDiv
{
	background-color: #ECE9D8;
	border-right: #ACA899 1px solid;
	border-top: #FFFFFF 1px solid;
	border-left: #FFFFFF 1px solid;
	border-bottom: #ACA899 1px solid;
	padding: 3px;
	margin: 0px;
	font: bolder 9pt Tahoma;
	vertical-align: 2;
}
.subcaptionDiv
{
	background-color: #ECE9D8;
	border-right: #ACA899 1px solid;
	border-top: #FFFFFF 1px solid;
	border-left: #FFFFFF 1px solid;
	border-bottom: #ACA899 1px solid;
	padding: 3px;
	margin: 0px;
	font: none 9pt Tahoma;
}
#logonuser {
	background-image: url("icon/username.gif");
	padding-left: 16px;
	font-size:8pt;
	border-left: #ACA899 2px solid;
	border-top: #ACA899 2px solid;
	border-right: #FFFFFF 2px solid;
	border-bottom: #FFFFFF 2px solid;
}
#logonpass {
	padding-left: 3px;
	font-size:8pt;
	border-left: #ACA899 2px solid;
	border-top: #ACA899 2px solid;
	border-right: #FFFFFF 2px solid;
	border-bottom: #FFFFFF 2px solid;
}
.btn_submit {
	font-size:9pt;
	border-left: #FFFFFF 1px solid;
	border-top: #FFFFFF 1px solid;
	border-right: #ACA899 1px solid;
	border-bottom: #ACA899 1px solid;
	background: #ECE9D8;
}
#btn_submit {
	font-size:9pt;
	border-left: #FFFFFF 1px solid;
	border-top: #FFFFFF 1px solid;
	border-right: #ACA899 1px solid;
	border-bottom: #ACA899 1px solid;
	background: #ECE9D8;
}
.bg_tbl1 {
	background-color: #345678;
}
.bg_tbl2 {
	background-color: #56789A;
}
.stylerow a:hover {
	font-family: "??";
	color: #FFFFFF;
	text-decoration: none;
}
.jtzy {
	font-family: "Wingdings 3";
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #000000;
}
