/*======================================================================*\
|| #################################################################### ||
|| # vBulletin 3.8.4 Patch Level 2
|| # ---------------------------------------------------------------- # ||
|| # All code in this file is ©2000-2010 Jelsoft Enterprises Ltd.     # ||
|| # This file may not be redistributed in whole or significant part. # ||
|| # ---------------- VBULLETIN IS NOT FREE SOFTWARE ---------------- # ||
|| # http://www.vbulletin.com | http://www.vbulletin.com/license.html # ||
|| #################################################################### ||
\*======================================================================*/

/**
* vBulletin 2 Default Control Panel CSS
*/

/* ############################################################################# */
/* TEXT ELEMENTS */

/* Normal Sized Text */
body, p, td, tr, ol, ul
{
	font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}

/* Small Sized Text */
.smallfont, dfn, fieldset, fieldset td, .copyright
{
	font: 11px 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: 11px 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: 10pt consolas, 'courier new', courier, monospace;
}


/* ############################################################################# */
/* FORM ELEMENTS */

input, select, textarea, option, optgroup
{
	font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
optgroup
{
	font-size: 11px;
	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: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	background-color: #FFFFFF;
	color: #51485F;
	scrollbar-base-color: #40364D;
	scrollbar-arrow-color: #F5D300;
	scrollbar-highlight-color: #90869E;
}

/* 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: #40364D;
	scrollbar-arrow-color: #F5D300;
	scrollbar-highlight-color: #90869E;
}

/* Background color and font for the main window */
body
{
	color: #3F3849;
	background: #BBBBBB;
}

/* Border around tables */
.tborder
{
	border: solid 1px #51485F;
}

/* Top-level table title rows */
.tcat
{
	color: #F5D300;
	background: #40364D;
}

/* 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: #3F3849;
	background: #D0D0D0;
	border: outset 1px;
}

/* 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
{
	color: #3F3849;
	background: transparent;
}

/* Mouse-over (hover) links */
a:hover, .tcat a:hover, .thead a:hover, .tfoot a:hover
{
	color: #F5D300;
	background: #40364D;
}

/* ############################################################################# */
/* 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;
}

/* ############################################################################# */
/* TEMPLATE DIFF VIEWER */
.diff-unchanged
{
	background-color: #dddddd;
	color: #000000;
}

.diff-notext
{
	background-color: #c0c0c0;
	color: #000000;
}

.diff-changed
{
	background-color: #f0f060;
	color: #000000;
}

.diff-added, .diff-inline-added
{
	background-color: #90f090;
	color: #000000;
	border: 0 solid #51485F;
}

.diff-inline-added-start
{
	border-top-width: 1px;
}

.diff-inline-added-end
{
	border-bottom-width: 1px;
}

.diff-deleted, .diff-inline-deleted
{
	background-color: #F0B0B0;
	color: #000000;
	border: 0 solid #51485F;
}

.diff-inline-deleted-start
{
	border-top-width: 1px
}

.diff-inline-deleted-end
{
	border-bottom-width: 1px;
}

.diff-inline-break
{
	border: solid #80768D;
	border-width:1px 0;
}

.diff-linenumber
{
	color: #F5F3E4;
	background-color: #8B8592;
	border-bottom: 1px solid #51485F;
	border-right: 1px solid #80768D;
	vertical-align: top;
	text-align: center;
}

/* ############################################################################# */
/* 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: bold;
	color: #000000;
}

/* Border for <fieldset> elements */
fieldset
{
	border: solid 1px #777777;
	padding: 4px;
}

/* 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: 10px;
	color: #9A91AA;
	background: #51485F;
	scrollbar-base-color: #40364D;
	scrollbar-arrow-color: #F5D300;
	scrollbar-highlight-color: #90869E;
}

.navbody td
{
	font-size: 10px;
}

/* 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: pointer;
}

/* Normal nav link <div> */
.navlink-normal
{
	background: none;
}

/* Mouse-over nav link <div> */
.navlink-hover
{
	background: #40364D;
}

/* Progress dots for XML import */
.progress_dots
{
	color: yellow;
	font-weight:bold;
}

/*======================================================================*\
|| ####################################################################
|| # Downloaded: 13:49, Sun Feb 7th 2010
|| # CVS: $RCSfile$ - $Revision: 28138 $
|| ####################################################################
\*======================================================================*/