/*
+---------------------------------------------------------------+
|	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: #000;
	background-repeat: repeat-x; background-color:#fff; margin:0px 0px; padding:0px; text-align: center;
}

a { 
	color: #8F9EAE; 
	text-decoration:none;
}

a:hover { 
	color: #ccc; 
	text-decoration:none;
}

p {}

h1, h2, h3, h4, h5, h6{
	background-color:#000;
	border: 1px solid #3f3f3f;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #fff;
	margin:2px;
	padding:4px;
	background-image: url(images/menubg.jpg);
	text-align:center;
}

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;
	padding: 0px;
	width: 100%;
}

/* GFX LAYOUT */

.header_left {
	padding:0px;
	background-image: url(images/header_left.jpg);
	background-repeat: no-repeat;
	height: 182px;
	width: 44px;
}

.header_center {
	padding:0px;
	background-image: url(images/header_tile.jpg);
	background-repeat: repeat-x;
	height: 182px;
}

.headcenter_left{
	padding:0px;
	height: 182px;
	width:100%;
	background: url(images/header_center_left.jpg) top left no-repeat;
}

.headcenter_right{
	position:relative;
	padding:0px;
	height: 182px;
	width:100%;
	background: url(images/header_center_right.jpg) top right no-repeat;
}

#sitename{
	display:none;
}

#sitetag{
	display:none;
}

#logo{
	position:relative;
	top:54px;
	margin:0px auto;
	width:423px;
	height:84px;
	background: transparent url(images/logo.jpg) top center no-repeat;
}

#logo span{
	display:none;
}

.header_right {
	padding:0px;
	background-image: url(images/header_right.jpg);
	background-repeat: no-repeat;
	height: 182px;
	width: 44px;
}

.content_left {
	padding:0px;
	background-image: url(images/left_tile.jpg);
	width: 44px;
	background-repeat: repeat-y;
	vertical-align: top;
}

.content_center {
	padding:0px;
	background-color: #3E4957;
	font-size: 12px;
	color: #cbcbcb;
	vertical-align: top;
}

.content_right {
	padding:0px;
	background-image: url(images/right_tile.jpg);
	width: 44px;
	background-repeat: repeat-y;
	vertical-align: top;
}

.left_menu {
	padding:0px;
	width: 15%;
	vertical-align:top;
	border-right: 1px solid #323B46;
}

.content {
	padding:0px;
	width: auto;
	vertical-align:top;
}

.right_menu {
	padding:0px;
	width: 15%;
	vertical-align:top;
	border-left: 1px solid #323B46;
}

.footer_left {
	padding:0px;
	background-image: url(images/footer_left.jpg);
	background-repeat: no-repeat;
	width: 44px;
	height: 66px;
}

.footer_center {
	padding:0px;
	background-image: url(images/footer_tile.jpg);
	height: 66px;
}

.footer_right {
	padding:0px;
	background-image: url(images/footer_right.jpg);
	height: 66px;
	width: 44px;
}

.fc_left {
	padding:0px;
	background-image: url(images/footer_center_left.jpg);
	width: 46px;
	text-align:left;
	padding-top:20px;
}

.fc_center {
	padding:0px;
	background-image: url(images/footer_center_center.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 66px;
	width: auto;
	text-align:center;

}

#fc_center{

	padding-top:30px; 
}

.fc_right {
	padding:0px;
	background-image: url(images/footer_center_right.jpg);
	width: 148px;
	text-align:right;
}

.fc_right span{
	display:none;

}

/* THE NAVIGATION - More detailed stuff in NAVIGATION LINKS section */

#navigation{
	font-size: 11px;
	width: 100%;
	height: 21px;
	position: absolute;
	top: 149px;
	left: 0px;
	list-style: none;
	display:block;


}

#navigation ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

#navigation li{
	width: 104px;
	height: 21px;
	background: none;
 	display: block;
	float:left;
	text-align:center;
}

#navigation li a{
	display:block;
	text-decoration:none;
	font-weight:bold;
	color: #cbcbcb;
	width: 104px;
	height: 21px;
	line-height: 20px;
	background: url(images/onpage.jpg) top left no-repeat;

}

#navigation li a.offpage{
	color: #cbcbcb;
}

#navigation li a.onpage{
	color: #fff;
}

#navigation li a.offpage:hover{
	color: #fff;
}

#navigation li a.onpage:hover{
	color: #fff;
	color: #cbcbcb;
}

/* E107 STYLES */

.bodytable {
	padding: 8px;
	font: 10px verdana, tahoma, arial, helvetica, sans-serif;
	color: #ccc;
}

.indent{
	padding: 5px;
	margin: 5px;
	font: 9px verdana, tahoma, arial, sans-serif;
	color: #aaa;
	border: 1px solid;
	background-color: #333333;
	border-bottom: #39393b 1px solid;
	border-left: #151515 1px solid;
	border-right: #39393b 1px solid;
	border-top: #151515 1px solid;
	background: url(images/bgblock.jpg);
}
	.indentchat{
	background-color:#3E4957;
	border: 1px solid #3E4957;
	margin:2px;
	padding:4px; 
	display:block;
	text-decoration:none;
	font-weight:bold;
	color: #cbcbcb;
}
.small {
	background-color: #3E4957;
	border: #3E4957 1px solid;
	color: #ccc;
	font: 8px tahoma, verdana, arial, helvetica, sans-serif;
}

.smalltext {
	font: 10px verdana, tahoma, arial, helvetica, sans-serif;
	color: #fff;
}
.smallbottom {
	font: 10px verdana, tahoma, arial, helvetica, sans-serif;
	color: #000;
	text-align:left;
}

.tbox {
	background-color: #323B46;
	border: #000 1px solid;
	color: #fff;
	font: 10px verdana, tahoma, arial, helvetica, sans-serif;
}

.helpbox {
	background-color: #1f1f1f;
	border: #39393b 1px solid;
	color: #cccccc;
	font: 9px 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: #3E4957 url(images/ncbg.png) top left repeat-x;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	color: #fff;
	font-weight:bold;
}

.fcaption span.smalltext{
	color: #ccc;
}

.fcaption span.smalltext a:hover{
	color: #000;
}

.fcaption a {
	color: #8F9EAE;
	text-decoration: none;
}

.fcaption a:hover {
	color: #ccc;
}

a.forumlink{
	color: #fff;
	text-decoration: none;
}

a.forumlink:hover{
	color: #ccc;
}

.fborder {
	border:0px;
	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: #fff;
	padding: 4px;
	border: #000 1px solid;
	background-image: url(images/chatMainbg.png);
}
.finfobar{
	color: #cbcbcb;
	padding: 4px;
	border: #252525 1px solid;
	background: #1f1f1f;
}



