/*
+---------------------------------------------------------------+
|	e107 website system
|
|	©William Moffett 2001-2005
|	http://e107.net
|	que@e107.net
|
|	Released under the terms and conditions of the
|	GNU General Public License (http://gnu.org).
+---------------------------------------------------------------+
*/

* { 	
	margin: 0px;
	padding: 0px;
}

/* CORE STYLES */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #fdfbfb;
	background-repeat: repeat-x; background-color:#333333; margin:0px 0px; padding:0px; text-align: center;
}

a { 
	color: #fdfbfb; 
	text-decoration:none;
}

a:hover { 
	color: #fdfbfb; 
	text-decoration: underline;
}

p {}

h1, h2, h3, h4, h5, h6{
	font-size: 10px;
	color: #fdfbfb;
	background-color:#000;
	border: 1px solid #000;
	margin:2px;
	padding:4px;
	background: url(images/menuline.png) top left no-repeat;
	
}

table {
	margin: 0px;
	padding: 0px;
	border: none;
	border-collapse: collapse;
}

td { 
	text-align:left; 
	vertical-align:top; 
	padding-left:2px; 
	padding-right:2px;
	}

blockquote {}

ul, ol {}

form { }

input{
	margin:2px;
}

hr { 
	margin-top:2px;
	height:1px;
	border:none;
	background-color:#3f3f3f;
}

/* MAIN TABLE */

.alientable {
	margin:0px auto;
	padding: 0px;
	width: 700px;
}

/* GFX LAYOUT */

.header_left {
	padding:0px;
	background-image: url(images/header_left.png);
	background-repeat: no-repeat;
	height: 225px;
	width: 45px;
}

.headcenter_left{
	padding:0px;
	height: 225px;
	width:900px;
	background: url(images/header_center_left.png) top center no-repeat;
}



#sitename{
	display:none;
}

#sitetag{
	display:none;
}

#logo span{
	display:none;
}

.header_right {
	padding:0px;
	background-image: url(images/header_right.png);
	background-repeat: no-repeat;
	height: 225px;
	width: 42px;
}

.content_left {
	padding:0px;
	background-image: url(images/left_tile.png);
	width: 45px;
	background-repeat: repeat-y;
	vertical-align: top;
}

.content_center {
	padding:0px;
	background-color: #0B0B0B;
	font-size: 12px;
	color: #fdfbfb;
	vertical-align: top;
}

.content_right {
	padding:0px;
	background-image: url(images/right_tile.png);
	width: 42px;
	background-repeat: repeat-y;
	vertical-align: top;
}

.left_menu {
	padding:0px;
	width: 163px;
	vertical-align:top;
	border-right: 1px solid #1f1f1f;
}

.content {
	padding:0px;
	width: auto;
	vertical-align:top;
}

.right_menu {
	padding:0px;
	width: 163px;
	vertical-align:top;
	border-left: 1px solid #1f1f1f;
}

.footer_left {
	padding:0px;
	background-image: url(images/footer_left.png);
	background-repeat: no-repeat;
	width: 45px;
	height: 79px;
}

.footer_center {
	padding:0px;
	background-image: url(images/footer_tile.png);
	height: 93px;
}

.footer_right {
	padding:0px;
	background-image: url(images/footer_right.png);
	height: 93px;
	width: 42px;
}

.fc_left {
	padding:0px;
	background-image: url(images/footer_center_left.png);
	width: 154px;
	text-align:left;
	padding-top:20px;
}

.fc_center {
	padding:0px;
	background-image: url(images/footer_center_center.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 93px;
	width: auto;
	text-align:center;

}

#fc_center{

	padding-top:30px; 
}

.fc_right {
	padding:0px;
	background-image: url(images/footer_center_right.png);
	width: 156px;
	text-align:right;
}

.fc_right span{
	display:none;

}

/* NAVIGATION */

#navigation{
	height: 21px;
	position: absolute;
	left:auto;
	top: 190px;
	text-align: center;
	
}

#navigation li{
	list-style: none;
	float: left;
	height: 21px;
	list-style-type: none;
}

#navigation a{
	width: 104px; 
	height: 21px;
	font-size: 10px;
	color: #ffffff;
	line-height: 20px;
	text-decoration: none;
	background: url(images/nav_button.gif) no-repeat; 
	background-position: 0px -50px;
	display: block;

}

#navigation a:hover{
	color: #fdfbfb;
	background-position: 0px -25px;
}

#navigation a.onpage {
	color: #ffffff;
	background-position: 0px 0px;
}

#navigation a:hover.onpage {
	color: #ffffff;
	background-position: 0px 0px;
}

/* E107 STYLES */

.bodytable {
	padding: 8px;
	font: 10px verdana, tahoma, arial, helvetica, sans-serif;
	color: #929293;
}

.indent{
	background-color:#1f1f1f;
	border: 1px solid #3f3f3f;
	margin:2px;
	padding:4px; 
}
	.indentchat{
	background-color:#282828;
	border: 1px solid #282828;
	margin:2px;
	padding:4px; 
	display:block;
	text-decoration:none;
	font-weight:bold;
	color: #cbcbcb;
	background: url(images/chatblock.jpg) top left no-repeat;
}

.mediumtext {
	font: 10px verdana, tahoma, arial, sans-serif;
	color: #ffffff;
}

.smalltext {
	font: 10px verdana, tahoma, arial, helvetica, sans-serif;
	color: #b61003;
}

.tbox {
	background-color: #1f1f1f;
	border: #39393b 1px solid;
	color: #ffffff;
	font: 10px verdana, tahoma, arial, helvetica, sans-serif;
	background-image: url(images/chatbg.png);
}

.helpbox {
	background-color: #1f1f1f;
	border: #39393b 1px solid;
	color: #ffffff;
	font: 9px tahoma, verdana, arial, helvetica, sans-serif;
	
}

.small {
	background-color: #0B0B0B;
	border: #0B0B0B 1px solid;
	color: #999999;
	font: 8px tahoma, verdana, arial, helvetica, sans-serif;
}

.button{
	margin:2px 2px;
	background-color: #1f1f1f;
	border: #39393b 1px solid;
	color: #cbcbcb;
	font: 9px verdana, tahoma, arial, helvetica, sans-serif;
	text-align:center;
}

/* FORUM STYLES */

.fcaption {
	padding:0px 4px;
	height:21px;
	line-height:21px;
	background: #282828 url(images/ncbg.png) top left repeat-x;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	color: #ffffff;
	font-weight:bold;
}

.fcaption span.smalltext{
	color: #ffffff;
}

.fcaption span.smalltext a:hover{
	color: #ffffff;
}

.fcaption a {
	color: #ffffff;
	text-decoration: none;
}

.fcaption a:hover {
	color: #ffffff;
}

a.forumlink{
	color: #ffffff;
	text-decoration: none;
}

a.forumlink:hover{
	color: #ffffff;
}

.fborder {
	border: #000 1px solid;
	background-color: transparent;
}

.forumheader{
   background-color: #000;
	padding:0px 4px;
	height:20px;
	line-height:16px;
	font-weight:bold;
	background-image : url(images/ncbg.png);
	color: #d9d9d9;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

.forumheader2{
   background-color: #000;
	color: #cbcbcb;
	padding: 4px;
	border: #000 1px solid;
	background-image: url(images/chatbg.png);
}
 .forumheader3{
   background-color: #000;
	color: #cbcbcb;
	padding: 4px;
	border: #000 1px solid;
	background-image: url(images/chatbg.png);
}
 .forumheader4{
	background-color: #000;
	font: 10px verdana, tahoma, arial, sans-serif;
	color: #ffffff;
	padding: 4px;
	border: #000 1px solid;
	background-image: url(images/chatbg.png);
}

.finfobar{
	color: #cbcbcb;
	padding: 4px;
	border: #252525 1px solid;
	background: #1f1f1f;
}



