* {
	padding: 0;
	margin: 0;
}

body {
	background-color: #181818;
	/*background: #333 url(../images/page_bg.gif) repeat;*/
	color: #fff;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	margin-bottom: 10px;
}

a {
	color: #C0B184;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4 {
	color: #C0B184;
}

h1 {
	font-family: Impact;
	font-size: 22px;
	font-weight: lighter;
	margin-bottom: 5px;
}
h2 {
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 5px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 3px;
}
h4 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 3px;
}

.title{
	font-family: Impact;
	font-size: 22px;
	font-weight: lighter;
	margin-bottom: 5px;
	text-align:center;
}
.subtitle{
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 5px;	
	text-align:center;
}

hr {
	color: #6F6F6F;
	background-color: #aaa;
}

form {
	display: inline;
}

input, textarea, select {
	border: 1px solid #6F6F6F;
	background-color: #2B2B2B;
	color: #FFF;
	font-family: verdana, arial, sans-serif;
	font-size: 9px;
}

div#page {
	text-align: left;
	width: 990px;
	margin: 0 auto;
}

div#header {
	background: url(../images/header_bg.png) no-repeat;
	width: 100%;
	height: 159px;
	text-align: left;
}

div#topbox {
	width: 478px;
	position: relative;
	left: 335px;
	top: 0px;
}

div#topbox_top {
	background: url(../images/topbox_top.gif) no-repeat;
	width: 496px;
	height: 15px;
}

div#topbox_content {
	width: 468px;
	height: 70px;
	background-color: #464646;
	text-align: left;
	padding: 5px;
	border: 1px #6F6F6F solid;
	/*border-top: none;*/
	overflow: hidden;
}

div#system_menu {
	text-align: left;
	background: url(../images/system_menu_bg.jpg) no-repeat;
	width: 827px;
	height: 37px;
	line-height: 30px;
	color: #fff;
}

div#system_menu_left {
	float: left;
	text-align: left;
	padding-left: 20px;
}

div#system_menu_right {
	float: right;
	text-align: right;
	padding-right: 20px;
	color: #ffcc66;
}

#system_menu a {
	color: #fff;
	text-decoration: none;
}

#system_menu a:hover {
	color: #C0B184;
	text-decoration: underline;
}

div#content {
	text-align: left;
	width: 827px;
	min-height: 950px;
	background-color: #000;
}

div#content_left {
	float: left;
	width: 148px;
	border-left: 10px #000 solid;
	background-color: #000;
	overflow: hidden;
}

div#content_middle {
	float: left;
	width: 502px;
	border: 4px #000 solid;
	border-top: none;
	border-bottom: none;
	background-color: #464646;
	overflow: hidden;
}

div#content_right {
	float: left;
	width: 148px;
	border-right: 10px #000 solid;
	background-color: #000;
	overflow: hidden;
}

div#footer_middle {
	width: 100%;
	height: 30px;
	background-color: #000;
}

#tutorialquest-arrow {
	position: absolute;
	top: 720px;
	left: -40px;
}

.content_style {
	border: 1px #666 solid;
	border-top: none;
}

.actionstext {
	font-size: 9px;
	color: #9B9B9B;
}

.action_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border: none;
	display: block;
}

.action_menu li { 
	margin: 0;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 100%;
	display: block;
	float: left;
	cursor: pointer;
	text-align: left;
}

.statusbox {
	padding: 5px;
	background-color: #2B2B2B;
	border: 1px solid #6F6F6F;
	margin-bottom: 10px;
	padding: 5px;
}

.statusbox_ok {
	padding: 5px;
	background-color: #2B2B2B;
	border: 1px solid #6F6F6F;
}
.statusbox_ok td {
	color: #c0b184;
	font-size: 11px;
	font-weight: bold;
}

.statusbox_error {
	padding: 5px;
	background-color: #2B2B2B;
	border: 1px solid #6F6F6F;
}

.statusbox_error a {
	color: #CE5353;
}

.statusbox_error td {
	color: #CE5353;
	font-size: 11px;
	font-weight: bold;
}

.statusbox_ok_text {
	color: #c0b184;
	font-size: 11px;
	font-weight: bold;
}

.statusbox_error_text {
	color: #CE5353;
	font-size: 11px;
	font-weight: bold;
}

.black_table {
	background-color: #2B2B2B;
	border:1px solid #6F6F6F;
}

.black_table td {
	 padding:4px;
	 border-bottom:1px solid #404040;
}

.black_table_top td {
	cursor:default;
	padding:5px;
	border-bottom:1px solid #6F6F6F;
	color: #c0b184;
	font-size: 10px;
	font-weight: bold;
}

.tab_selected td { font-size: 10px; color: #c0b184; }
.tab_unselected td { background-color: #383838; font-size: 10px; color: #c0b184; }

/* Newspaper */
.newspaper {
	background-color: #F2F2F2;
	padding: 10px;
	border: 2px solid #d3dbd9;
}
.newspapertopic {
	font-size: 15px;
	color: #2B2B2B;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
}
.newspaper_headline1 {
	font-size: 25px;
	color: #2B2B2B;
	font-weight: bold;
}
.newspaper_headline1 a {
	color: #2B2B2B;
}
.newspaper_headline1 a:hover {
	text-decoration: underline;
}
.newspapertext {
	font-size: 9px;
	color: #2B2B2B;
	font-weight: normal;
	text-align: justify;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
}
.newspapercolumntopic {
	font-size: 12px;
	color: #2B2B2B;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
}
/*
.newspapertext a {
	color: #2B2B2B;
}
*/

.newspaperlink {
	color: #6c603d;
	text-decoration: underline;
}
.newspaperimageborder {
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #9B9B9B;
}
.newspaperday {
	font-size: 10px;
	color: #888888;
	font-weight: normal;
}
.newspapercolumn {
	papping: 10px;
	border: 2px solid #d3dbd9;	
}

.menuyellowtext {
	color: #C0B184;
	font-weight: bold;
}
.nicktext {
	color: #C0B184;
	font-weight: bold;
	font-size: 10px;
}
.credits_top_box {
	background-color: #2B2B2B;
	border: 1px solid #6F6F6F;
}
.credits_bottom_box {
	border-right: 1px solid #6F6F6F;
	border-bottom: 1px solid #6F6F6F;
	border-left: 1px solid #6F6F6F;
}
.imageborder {
	border: 2px solid #333333;
	margin-right: 10px;
}
.highlight {
	background-color: #666666;
	cursor: default;
}
.credit_character {
	padding: 2px;
	margin: 1px;
	background-color: #2B2B2B;
	font-weight: bold;
}
.smstext, .smstext2 {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 2px;
}
.smstext {
	background: #2B2B2B;
}

div#banner_bottom {
	text-align: center;
	padding-top: 10px;
	border: 0px;
}

div#banner_left {
	text-align: center;
	padding-top: 10px;
	border: 0px;
}

div#banner_right {
	text-align: center;
	padding-top: 10px;
	border: 0px;
}

div#fc_message, div#fc_old_messages {
	font-weight: bold;
	padding: 2px;
	background-color: #2B2B2B;
	border: 1px solid #6F6F6F;
	display: block;
}

div#fc_message {
	font-size: 10px;
	color: red;
	border-bottom: none;
}

div#fc_old_messages {
	font-size: 9px;
	color: #CE5353;
	border-top: none;
}

/* AdBrite links */
.adHeadline {font: bold 10px Verdana; text-decoration: none; color: #C0B184; line-height: 11px; }
.adText {font: normal 9px Verdana; text-decoration: none; color: #C0B184; line-height: 10px; }

.button { 
	border: 2px double #2e2e2e;
	border-top-color: #ffffff;
	border-left-color: #ffffff;
	padding: 2px 0px;
	background:#d2d2d2 url(../images/button.gif) repeat-x;
	font-weight: bold;
	font-size:12px;
	text-align:center;
	color:#000000;
}

.button:hover {	color: #FFFFFF; text-decoration:none;	}

.button:active {
	border: 2px double #ffffff;
	border-top-color: #2e2e2e;
	border-left-color: #2e2e2e;
	padding:3px 1px 1px 3px;
}

/* character counter */

.minitext {
  font: normal 1em Arial, sans-serif;
  color: #ffffff;
}

.disable {
  background-color: #193f63;
  color: #fff;
  font-weight: bold;
  padding: 5px;
}

.credits-submit-button {
	font-size: 11px;
	padding: 1px;
	background:#006600 url(../images/credits-button-bg.jpg) repeat-x;
	border-color: #003300;
}