/* ******************** */
/* BODY                 */
/* ******************** */

html {
	background-image: url(./images/general/bg.gif);
}

html, body {
	color: #ffffff;
	margin: 0;
	height: 100%;
}

body,td,th {
	font-family: "Trebuchet MS", trebuchet, Verdana, Tahoma, Arial, sans-serif;
	font-size: 11px;
}

/* ******************** */
/* GENERAL ELEMENTS     */
/* ******************** */

a				{ text-decoration: none; }
a:link			{ color: #e60000; }
a:visited		{ color: #e60000; }
a:hover			{ color: #777777; }
a:active		{ color: #cccccc; }

a.grey:link		{ color: #666666; }
a.grey:visited	{ color: #666666; }
a.grey:hover	{ color: #e60000; }
a.grey:active	{ color: #cccccc; }

a.black:link	{ color: #000000; }
a.black:visited	{ color: #000000; }
a.black:hover	{ color: #666666; }
a.black:active	{ color: #828282; }

a.white:link	{ color: #ffffff; }
a.white:visited	{ color: #ffffff; }
a.white:hover	{ color: #000000; }
a.white:active	{ color: #660000; }

h1, h2, h3, h4 {
	font-weight: bold;
}

h1 {
	font-size: 19px;
	color: #ffffff;
	margin: 2px 0 0 4px;
	line-height: 20px;
}

h2 {
	font-size: 18px;
	color: #000000;
	margin: 0;
	line-height: 20px;
}

h2.bg {
	background-color: #c0c0c0;
	padding: 1px;
}

h3 {
	font-size: 19px;
	color: #ffffff;
	margin: 2px 0 0 4px;
}

h4 {
	font-size: 11px;
	color: #e60000;
	margin: 0;
}

label, p {
	margin: 0;
}

img {
	border: 0px;
}

div.spacer {
	clear: both;
}

sup.logo {
	font-weight: bold;
	font-family: Verdana, Tahoma, sans-serif;
}

/* ******************** */
/* GENERAL TEXT         */
/* ******************** */

p.wtop {
	font-weight: bold;
	color: #777777;
}

p.wsub {
	color: #777777;
}

div.normaltext {
	color: #000000;
}

div.bigtext {
	text-align: justify;
	color: #000000;
}

div.normaltext hr,
div.bigtext hr
{
	border: none 0;
	border-top: 1px solid #c0c0c0;
	height: 1px;
	margin: 18px 0 18px 0;
}

p.formtext {
	color: #000000;
}

/* ******************** */
/* SETUP PAGE LAYOUT    */
/*   No need to edit    */
/*   beyond this point  */
/* ******************** */

table {
	border-collapse: collapse;
}

td {
	padding: 0;
}

/* Inside container */
#content {
	background-color: #111111;
	width: 985px;
	height: 100%;
	margin: 0 auto; 
}

#content td.inconmain {
	width: 100%;
	border-left: solid #666666 5px;
	border-right: solid #666666 5px;
}

/* ******************** */
/* RED COLUMN HEAD      */
/* ******************** */

#content .columnhead {
	width: 100%;
	height: 30px;
}

#content .columnhead td.header {
	background-color: #cc0000;
	height: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
	padding-left: 4px;
}

#content .columnhead td.icon {
	height: 30px;
	width: 55px;
}

#content .columnhead td.links {
	height: 10px;
	font-size: 10px;
	font-weight: bold;
	text-transform: lowercase;
	word-spacing: 5px;
	color: #666666;
	padding-left: 4px;
}

#content .columnhead a			{ word-spacing: 0px; text-decoration: none; }
#content .columnhead a:link		{ color: #666666; }
#content .columnhead a:visited	{ color: #666666; }
#content .columnhead a:hover	{ color: #ffffff; }
#content .columnhead a:active	{ color: #e60000; }

#content .columnhead span.subhead {
	font-weight: normal;
	text-transform: none;
	color: #ffffff;
}

/* ******************** */
/* COLUMNS              */
/* ******************** */

.body {
	width: 980px;
}

.column {
	margin: 0 1px 1px 1px;
}

.onecolumn {
	width: 196px;
}

.twocolumn {
	width: 389px;
}

.threecolumn {
	width: 582px;
}

.fourcolumn {
	width: 780px;
}

.allcolumn {
	width: 100%;
}

acronym {
	cursor: help;
}

/* ******************** */
/* HEADER               */
/* ******************** */

#header {
	width: 100%;
}

#header p.head {
	font-size: 10px;
	font-weight: bold;
	color: #666666;
}

#header p.head a		{ color: #666666; }
#header p.head a:hover	{ color: #999999; }

#header td.lite {
	text-align: center;
	width: 100%;
	background-image: url(./images/general/logo_big_bg.gif);
	background-repeat: repeat-x;
}

#header td.top {
	height: 14px;
	width: 100%;
	text-align: right;
	padding: 2px 5px 0 0;
}

#header td.logo {
	height: 50px;
	width: 100%;
	background-image: url(./images/general/barbg.gif);
	background-repeat: repeat-y;
	background-position: center right;
	background-color: #cc0000;
}

#header td.loginbanner {
	width: 100%;
}

#logo {
	position: absolute;
	width: 300px;
	height: 76px;
}

/* Login table & banner */

#loginbanner {
	width: 100%;
}

#loginbanner td.logininfo {
	width: 100%;
	padding: 5px 0px 5px 5px;
}

#loginbanner td.banner {
	padding: 5px 4px 5px 3px;
	text-align: right;
}

/* Login table */

#login {
	width: 100%;
}

#login a.location {
	font-weight: normal;
}

#login td.left {
	width: 58px;
	padding: 0 0 1px 0;
	text-transform: capitalize;
	color: #999999;
}

#login td.right {
	padding: 0 0 1px 0;
	color: #999999;
}

#login td.right sup {
	color: #555555;
}

#login td.right a.member, #login td.right acronym {
	font-weight: bold;
	color: #666666;
}

#login input.boxlogin {
	background-color: #6e6e6e;
	color: #ffffff;
	font-size: 11px;
	width: 75px;
	margin: 1px 0 0 0;
	font-weight: normal;
}

#login input.btnlogin {
	background-color: #6e6e6e;
	border: 0;
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 1px 0 1px 2px;
}

/* ******************** */
/* TABS: MENU / PROFILE */
/* ******************** */

#tabprofile {
	float: left;
	margin-left: 6px;
}

#tabmenu {
	height: 50px;
	float: right;
	margin-right: 2px;
}

#tabprofile td {
	width: 106px;
	margin: 0 3px 0 0;
	padding: 0 3px 0 0;
}

#tabmenu td {
	vertical-align: bottom;
	width: 76px;
	margin: 0 3px 0 0;
	padding: 0 3px 0 0;
}

#tabmenu a,
#tabprofile a {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 3px 3px 0 6px;
	text-align: center;
	text-decoration: none;
	display: block;
}

#tabprofile a,
#tabmenu a				{ color: #ffffff; background-image: url(./images/general/nav_off.gif); }
#tabprofile a:visited,
#tabmenu a:visited		{ color: #ffffff; }
#tabprofile a:hover,
#tabmenu a:hover		{ color: #ffffff; background-image: url(./images/general/nav_off_hover.gif); }
#tabprofile a:active,
#tabmenu a:active		{ color: #000000; background-image: url(./images/general/nav_off_hover.gif); }

#tabprofile a.diff		{ background-image: url(./images/general/nav_off_diff.gif); }
#tabprofile a.on		{ background-image: url(./images/general/nav_on_profile.gif); }
#tabmenu a.on			{ background-image: url(./images/general/nav_on.gif); }
#tabprofile a.on:link,
#tabmenu a.on:link		{ color: #ffffff; }
#tabprofile a.on:visited,
#tabmenu a.on:visited	{ color: #ffffff; }
#tabprofile a.on:hover	{ color: #ffffff; background-image: url(./images/general/nav_on_profile.gif); }
#tabmenu a.on:hover		{ color: #ffffff; background-image: url(./images/general/nav_on.gif); }
#tabprofile a.on:active,
#tabmenu a.on:active	{ color: #A00000; }

#tabprofile a.nocontent	{ text-decoration: line-through; }

/* ******************** */
/* MENU                 */
/* ******************** */

#menu {
	width: 100%;
}

#menu ul {
	margin: 0;
	padding-left: 20px;
}

#menu li {
	list-style-image: url(./images/general/li.gif);
	list-style-type: disc;
	color: #ffffff;
	margin: 0;
	padding: 0;
	line-height: 15px;
	font-size: 12px;
}

#menu td {
	background-repeat: no-repeat;
	background-position: center right;
	background-color: #111111;
	height: 79px;
	padding: 5px 0 0 3px;
	border-style: solid;
	border-color: #505050;
	border-width: 1px 0 0 0;
}

#menu td.iamnew {
	padding: 0;
	border-width: 0 0 1px 0;
	height: 69px;
}

#menu td.browse {
	background-image: url(./images/general/around_browse_off.gif);
	border-width: 0;
	padding: 0 0 0 3px;
}

#menu td.browsehover {
	background-image: url(./images/general/around_browse.gif);
	border-width: 0;
	padding: 0 0 0 3px;
}

#menu td.info {
	background-image: url(./images/general/around_info_off.gif);
	border-width: 1px 0 1px 0;
}

#menu td.infohover {
	background-image: url(./images/general/around_info.gif);
	border-width: 1px 0 1px 0;
}

#menu td.dev {
	background-image: url(./images/general/around_dev_off.gif);
}

#menu td.devhover {
	background-image: url(./images/general/around_dev.gif);
}

#menu td.discuss {
	background-image: url(./images/general/around_discuss_off.gif);
}

#menu td.discusshover {
	background-image: url(./images/general/around_discuss.gif);
}

#menu td.general {
	background-image: url(./images/general/around_general_off.gif);
	height: 86px;
}

#menu td.generalhover {
	background-image: url(./images/general/around_general.gif);
	height: 86px;
}

#menu a			{ text-decoration: none; }
#menu a:link	{ color: #ffffff; }
#menu a:visited	{ color: #ffffff; }
#menu a:hover	{ color: #e60000; }
#menu a:active	{ color: #828282; }

/* ******************** */
/* FOOTER               */
/* ******************** */

#footer {
	background-color: #cc0000;
	color: #660000;
	width: 100%;
	height: 20px;
	margin: 0 0 7px 0;
}

#footer td.left {
	width: 50%;
	color: #660000;
	padding-left: 5px;
}

#footer td.left a			{ text-decoration: none; }
#footer td.left a:link		{ color: #660000; }
#footer td.left a:visited	{ color: #660000; }
#footer td.left a:hover		{ color: #ffffff; }
#footer td.left a:active	{ color: #000000; }

#footer td.right {
	width: 50%;
	text-align: right;
	font-weight: bold;
	color: #ffffff;
	padding-right: 10px;
}

#footer td.logo {
	padding: 0 6px 0 0;
}

#footer td.right a {
	margin-left: 10px;
}

/* ******************** */
/* EASY / MED / HARD    */
/* ******************** */

.highlight {
	background-color: #66ff14; color: #66ad14; font-weight: bold;
}

.hard {
	color: #FF0000;
}

.medium {
	color: #6699CC;
}

.easy {
	color: #339900;
}

.CODEHEADING		{ font-size: 11px; }
.QUOTE				{ background: #cccccc; border: 1px #333333 solid; font-size: 11px; padding: 4px; }
.BIGQUOTE			{ font-size: 34px; margin: 12px; font-style: italic; text-align: center; }
.CODE				{ font-family: 'Courier New', Courier, sans-serif; background: #cccccc; border: 1px #333333 solid; font-size: 11px; }
.CAPTION			{ background-color: #000000; color: #ffffff; border: 2px solid #000000; margin-top: 20px; font-style: italic; }
.CAPTION P			{ padding: 4px 2px 2px 2px; }

/* ******************** */
/* ALTERNATING ROWS     */
/* ******************** */

#content div.rowaltdark {
	color: #ffffff;
	font-size: 12px;
	margin-bottom: 10px;
}

#content div.rowaltdark .stats {
	border: 1px solid #111111;
	color: #cccccc;
	font-size: 11px;
}

#content div.rowaltdark .rowsearch {
	background-color: #111111;
	width: 186px;
	padding: 0 0 3px 6px;
}

#content div.rowaltdark select.search {
	width: 119px;
}

#content div.rowaltdark input.btnsearch {
	font-size: 10px;
	letter-spacing: 0px;
	height: 19px;
	width: 60px;
	border: 0;
}

#content div.rowaltdark .rowmenu {
	background-color: #111111;
	width: 186px;
	margin: 0 0 0 6px;
}

#content div.rowaltdark a:link		{ color: #ffffff; }
#content div.rowaltdark a:visited	{ color: #ffffff; }
#content div.rowaltdark a:hover		{ color: #e60000; }
#content div.rowaltdark a:active	{ color: #828282; }

/* Light Rows */

#content div.rowaltlight {
	color: #000000;
}

#content div.rowaltlight span.left, #content div.rowaltdark span.left {
	float: left;
	text-align: left;
	font-weight: bold;
	margin-right: 3px;
}

#content div.rowaltlight span.right, #content div.rowaltdark span.right {
	float: right;
	text-align: right;
	font-weight: normal;
}

#content div.rowaltlight .rowa {
	border: 1px solid #e0e0e0;
	background-color: #e0e0e0;
	margin: 0 0 2px 0;
	width: 100%;
}

#content div.rowaltlight .rowb {
	border: 1px solid #c9c9c9;
	background-color: #c9c9c9;
	margin: 0 0 2px 0;
	width: 100%;
}

#content div.rowaltlight p {
	color: #666666;
}

#content div.rowaltlight a {
	font-weight: normal;
}

#content div.rowaltlight hr
{
	border: none 0;
	border-top: 1px solid #c0c0c0;
	height: 1px;
	padding-bottom: 2px;
}

/* ******************** */
/* RELATED LINKS        */
/* ******************** */

#content ul.relatedlinks {
	margin: 0;
	padding: 0 0 10px 20px;
}

#content ul.relatedlinks li {
	list-style-image: url(./images/general/li.gif);
	list-style-type: disc;
	color: #ffffff;
	margin: 0;
	padding: 0;
	line-height: 18px;
	font-size: 12px;
}

#content ul.relatedlinks a			{ text-decoration: none; }
#content ul.relatedlinks a:link		{ color: #ffffff; }
#content ul.relatedlinks a:visited	{ color: #ffffff; }
#content ul.relatedlinks a:hover	{ color: #e60000; }
#content ul.relatedlinks a:active	{ color: #828282; }

/* ******************** */
/* SORTABLE TABLE       */
/* ******************** */

#content .sortable
{
	width: 100%;
}

#content .sortable th
{
	border-bottom: 1px solid #888888;
	padding: 2px;
	font-size: 11px;
	color: #e60000;
	vertical-align: bottom;
}

#content .sortable th a:hover	{ color: #333333; }

#content .sortable th.desc a
{
	padding-right: 11px;
	background-image: url(./images/general/table_desc.gif);
	background-repeat: no-repeat;
	background-position: 100% 50%;
}

#content .sortable th.asc a
{
	padding-right: 11px;
	background-image: url(./images/general/table_asc.gif);
	background-repeat: no-repeat;
	background-position: 100% 50%;
}

#content .sortable tr.rowa
{
	background-color: #c9c9c9;
}

#content .sortable tr.rowhead td
{
	border-bottom: 1px solid #cccccc;
	padding-top: 4px;
}

#content .sortable td
{
	padding: 1px 2px 1px 5px;
	color: #555555;
}

#content .sortable tr.rowa td,
#content .sortable tr.rowb td
{
	color: #555555;
	font-size: 11px;
}

#content .sortable tr.rowa td .pagination a,
#content .sortable tr.rowb td .pagination a
{
	color: #555555;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	padding: 0 4px 0 4px;
}

#content .sortable hr
{
	border: none 0;
	border-top: 1px solid #c0c0c0;
	height: 1px;
	padding-bottom: 2px;
}


#content .sortable tr.rowa a,
#content .sortable tr.rowb a			{ color: #555555; font-weight: bold; }
#content .sortable tr.rowa a.normal,
#content .sortable tr.rowb a.normal	{ font-weight: normal; }
#content .sortable tr.rowa a:hover,
#content .sortable tr.rowb a:hover		{ color: #333333; }
#content .sortable tr.rowa a:active,
#content .sortable tr.rowb a:active	{ color: #333333; }
#content .sortable tr.rowhead .heading	{ font-size: 18px; color: #000; margin: 0; font-weight: bold; }

#content .sortable .left
{
	text-align: left;
}

#content .sortable .right
{
	text-align: right;
	padding-right: 8px;
}

#content .sortable .center
{
	text-align: center;
}

/* ******************** */
/* PROFILE STATUS COLOR */
/* ******************** */

#profilenormal {
	margin-bottom: 10px;
}

#profilenormal h1 {
	font-size: 20px;
}

#profilenormal .dark p {
	color: #999999;
	margin: 0 0 0 4px;
}

/* ******************** */
/* DARK & LIGHT TABLES  */
/* DARK:  Profile top   */
/* LIGHT: Default white */
/* ******************** */

#content .dark {
	background-color: #111111;
	width: 100%;
}

#content .dark p {
	color: #999999;
}

#content .dark h1 a			{ color: #999999; }
#content .dark h1 a:hover	{ color: #666666; }
#content .dark p a			{ color: #999999; }
#content .dark p a:hover	{ color: #666666; }

#content .dark td.content {
	padding: 0 0 12px 0;
}

#content .dark td.top {
	padding: 0 3px 0px 3px;
}

#content .dark td.topstats {
	padding: 0 3px 2px 3px;
	vertical-align: top;
}

#content .dark td.icon {
	width: 32px;
}

#content .dark td.main {
}

#content .dark td.admin {
	width: 74px;
}

/* Light table */

#content .light {
	background-color: #e0e0e0;
	width: 100%;
	margin: 0 0 5px 0;
}

#content .light td.top {
	background-image: url(./images/general/whitebar_top.gif);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #e0e0e0;
	width: 100%;
	height: 7px;
}

#content .light td.content {
	padding: 6px;
}

#content .light hr.small
{
	border: none 0;
	border-top: 1px solid #c0c0c0;
	height: 1px;
	margin: 4px 0 4px 0;
}

#content .light td.bottom {
	background-image: url(./images/general/whitebar_bottom.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	background-color: #e0e0e0;
	width: 100%;
	height: 7px;
}

/* ******************** */
/* FORM TABLE           */
/* ******************** */

#content .form {
	width: 100%;
}

#content .form tr.rowa {
	background-color: #c9c9c9;
}

#content .form tr.error {
	color: #ff0000;
	border-left: solid 6px #e60000;
}

#content .form tr.error div.info,
#content .form tr.error label,
#content .form tr.error td.data,
#content .form tr.error td.title {
	color: #ff0000;
}

#content .form th {
	text-align: left;
	padding: 2px;
	font-size: 12px;
	color: #e60000;
	vertical-align: top;
}

#content .form td {
	padding: 2px 0 2px 0;
	vertical-align: top;
	font-size: 12px;
}

#content .form td.data {
	color: #666666;
	font-weight: normal;
	font-size: 11px;
}

#content .form td.title {
	padding-left: 12px;
	color: #666666;
	font-weight: bold;
}

#content .form td.titlesml {
	width: 130px;
}

#content .form td.titlenorml {
	width: 260px;
}

#content .form span.required {
	color: #e60000;
}

#content .form div.info {
	padding-left: 12px;
	color: #666666;
	font-weight: normal;
	font-size: 11px;
}

#content .form label {
	padding-left: 2px;
	color: #000000;
}

#content .form label.on {
	font-weight: bold;
}

#content .form input.btn {
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #6e6e6e;
	border-color: #6e6e6e;
	padding: 1px 0 1px 2px;
	width: 74%;
}

#content .form input.btnreset {
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #444444;
	border-color: #444444;
	padding: 1px 0 1px 2px;
	width: 24%;
}

#content .form hr {
	border: none 0;
	border-top: 1px solid #c0c0c0;
	height: 1px;
}

/* ******************** */
/* BLACK FORM TABLE     */
/* ******************** */

#content .formblack {
	margin: 0 3px 6px 3px;
	width: 100%;
}

#content .formblack td {
	vertical-align: top;
}

#content .formblack td.title {
	font-size: 12px;
	vertical-align: top;
	width: 120px;
	padding: 2px;
	color: #999999;
}

#content .formblack td.data {
	padding: 2px;
	color: #999999;
}

#content .formblack span.required {
	color: #e60000;
}

#content .formblack div.info {
	padding-left: 12px;
	color: #666666;
	font-weight: normal;
	font-size: 11px;
}

#content .formblack label {
	color: #ffffff;
}

#content .formblack label.on {
	font-weight: bold;
}

#content .formblack input.btn {
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #6e6e6e;
	border-color: #6e6e6e;
	padding: 1px 0 1px 2px;
	width: 75%;
}

#content .formblack input.btnreset {
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #444444;
	border-color: #444444;
	padding: 1px 0 1px 2px;
	width: 24%;
}

#error {
	color: #ff0000;
	border: solid 1px #ff0000;
	background-color: #ffdcdc;
	background-image: url(./images/general/icon_error.gif);
	background-position: left;
	background-repeat: no-repeat;
	min-height: 48px;
	margin: 2px 4px 20px 4px;
}

#error p, #correct p {
	padding: 6px 2px 2px 50px;
	font-size: 12px;
	font-weight: bold;
}

#correct {
	color: #339900;
	border: solid 1px #339900;
	background-color: #ccff99;
	background-image: url(./images/general/icon_correct.gif);
	background-position: left;
	background-repeat: no-repeat;
	min-height: 48px;
	margin: 2px 4px 20px 4px;
}

/* ******************** */
/* PAGINATION           */
/* ******************** */

.pagination
{
	padding: 0 2px 2px 2px;
	font-size: 11px;
	color: #444444;
}

.pagination a			{ color: #777777; display: inline; padding: 0 6px 0 6px; }
.pagination a.on		{ text-decoration: underline; font-weight: bold; }
.pagination a:hover		{ color: #333333; font-weight: bold; }
.pagination a:active	{ color: #333333; }

/* ******************** */
/* FORMS                */
/* ******************** */

form {
	margin: 0;
}

input, textarea {
	font-family: "Trebuchet MS", trebuchet, Verdana, Tahoma, Arial, sans-serif;
}

.adminbutton {
	margin: 1px;
	width: 73px;
	height: 17px;
}

.error {
	font-weight: bold;
	color: #FF0000;
}

.box {
	color: #000000;
	font-size: 11px;
	border: solid 1px #969696;
}

.boxdark {
	background-color: #6e6e6e;
	color: #ffffff;
}

.boxgo {
	color: #333333;
	width: 34px;
	height: 14px;
	padding: 1px;
}

.selectonecolumn {
	width: 182px; /* Cater for the non-padding */
}

.selectonehalfcolumn {
	width: 222px; /* Cater for the non-padding */
}

.boxonecolumn {
	width: 180px;
	padding: 1px;
}

.boxhalfcolumn {
	width: 90px;
	padding: 1px;
}

.boxonehalfcolumn {
	width: 220px;
	padding: 1px;
}

.boxtwocolumn {
	width: 346px;
	padding: 1px;
}

.boxnormal {
	color: #000000;
	font-size: 11px;
}

.btnnormal {
	font-size: 11px;
}

.btn {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 4px;
	width: 100%;
	padding: 1px 0 1px 0;
}

.btnlight {
	color: #ffffff;
	background-color: #730000;
	border-color: #730000;
}

.btndark {
	color: #ffffff;
	background-color: #6e6e6e;
	border-color: #6e6e6e;
}

.btndarkest {
	color: #ffffff;
	background-color: #444444;
	border-color: #444444;
}

.btngo {
	font-size: 10px;
	letter-spacing: 0px;
	height: 17px;
	width: 26px;
	border: 0;
}

.textarea {
	color: #000000;
	font-size: 11px;
	border-width: 1px;
	border-color: #969696;
	border-style: solid;
	padding: 1px;
}

.textareaallcolumn {
	width: 98%;
}

.checkbox {
	padding: 0px;
	margin: 0px;
	width: 100%;
}

.checkbox label {
	padding: 0px;
	margin: 0px;
	display: inline;
	float: left;
	width: 90px;
	height: 20px;
}

.checkbox input {
	float: left;
}

/* ******************** */
/* PAGE SPECIFIC CSS    */
/* ******************** */
#content .features {
	width: 100%;
}

#content .features h2 {
	font-size: 13px;
}

#content .features td {
	width: 192px
}

#content .features p {
	text-transform: capitalize;
	color: #999999;
	margin: 0 0 0 2px;
}

#content .features a			{ text-decoration: none; }
#content .features a:link		{ color: #ffffff; }
#content .features a:visited	{ color: #ffffff; }
#content .features a:hover		{ color: #e60000; }
#content .features a:active		{ color: #828282; }

/* ******************** */
/* POLL                 */
/* ******************** */

p.pollquery {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin: 0 0 5px 0;
}

p.pollstats {
	font-size: 11px;
	color: #666666;
	text-align: center;
	margin-top: 14px;
}

.poll {
	width: 100%;
}

.poll td {
	padding: 1px 1px 1px 2px;
}

.poll td.poll_left {
	background-color: #909090;
}

.poll td.poll_right {
	background-color: #c0c0c0;
}

.poll td.poll_text {
	background-color: #e0e0e0;
}

.poll td.poll_text p.votes {
	color: #999999;
}

/* ******************** */
/* BLACK CP TABLE       */
/* ******************** */

#content .controlpanel {
	background-color: #000000;
	width: 100%;
}

#content .controlpanel td {
	border-style: solid;
	border-color: #333333;
	border-width: 0 1px 0 0;
	vertical-align: top;
	text-align: left;
	width: 20%;
	padding: 0 4px 5px 6px;
}

#content .controlpanel td.last {
	border-width: 0;
}

#content .controlpanel p.head {
	color: #cccccc;
	font-weight: bold;
	font-size: 12px;
}

#content .controlpanel p.info {
	padding-left: 4px;
	color: #999999;
	font-size: 12px;
}

#content .controlpanel a		{ color: #999999; }
#content .controlpanel a:hover	{ color: #e60000; }

/* ******************** */
/* PROFILE GALLERY      */
/* ******************** */

#profilegallery {
	width: 100%;
}

#profilegallery td {
	width: 33%;
	padding: 2px 2px 0 2px;
	text-align: center;
}

#profilegallery a {
	font-size: 11px;
}

/* ******************** */
/* MOD / GAME SCORE     */
/* ******************** */

#score {
	text-align: center;
	color: #e60000;
}

#score span.big {
	line-height:60px;
	font-size: 74px;
	font-weight: bold;
}

#score span.small {
	font-size: 20px;
	font-weight: bold;
}