/* Start */
body {
	background: #11110e url(images/theme/background.gif) repeat;
	color: #A9B1B8;
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin: 0px;
	line-height: 150%;
}
a:link {
   color: #c7740e;
   text-decoration: none;
}
a:visited {
   color: #c7740e;
   text-decoration: none;
}
a:hover {
   color: #783a0c;
}
img {
	border: none;
	margin: 0;
	padding: 0;
}
ul, ol{
	margin-top: 0;
	margin-bottom: 0;
}
h3 {
	margin-top: 0;
	font-size: 12px;
}
h4 {
	font-size: 12px;
	border-bottom: #A9B1B8 1px solid;
	padding-bottom: 2px;
	margin: 0px 0px 3px 0px;
}

/* alignment classes */
.float-left				{float: left;}
.float-right			{float: right;}
.align-left				{text-align: left;}
.align-center			{text-align: center;}
.align-right			{text-align: right;}
.center					{margin: 0 auto;}
.bold					{font-weight: bold;}
.underline				{text-decoration: underline;}
.italic					{font-style:italic;}
.clearfix				{clear: both;}

/* Head */
#container{
	background: #1a1a1a;
	width: 1000px;
	margin: 0 auto;
	padding: 0px;
	border-left: 1px #252525 solid;
	border-right: 1px #252525 solid;
}
#header2 {
	background: transparent;
	width: 1000px;
	height: 120px;
	border-bottom: 1px #252525 solid;
}
#header-back {
	position:	absolute;
	z-index: 2;
}
#header-ani {
	position:	relative;
	margin-left: 378px;
	z-index: 1;
}
#toolbar {
	background: #1a1a1a url(images/theme/headerbar.png) repeat-x;
	color: #cdcdcd;
	font-size: 10px;
	height: 28px;
	padding: 0px 10px 0 10px;
	border-bottom: 1px #252525 solid;
}
#toolbar p {
	font-size: 11px;
	padding-top: 6px;
}
#toolbar span {
	font-size: 11px;
	height: 15px;
	padding: 3px 0 0 0;
	margin: 0;
}

/* Navigation  */
#nav-left {
	float: left;
	background: #272727;
	width: 150px;
	margin: 10px;
	border: 1px #272727 solid;
}
#nav-right{
	float: right;
	background: #272727;
	width: 150px;
	margin: 10px;
	border: 1px #252525 solid;
}
.nav-box {
	border-left: 1px #1a1a1a solid;
	border-right: 1px #1a1a1a solid;
	border-bottom: 1px #1a1a1a solid;
}
.nav-title {
	background: #272727 url(images/theme/titlebar.png) repeat-x;
	color: #cdcdcd;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	padding: 4px 0 5px 0;
	margin: 0px;
	width: 148px;
	border-top: 1px #1a1a1a solid;
	border-bottom: 1px #1a1a1a solid;
}
.nav-content {
	padding: 5px; 
	text-align: left;
}
/* Content  */
div#contentBox {
	float: left;
	background: #1a1a1a;
	margin-top: 10px;
	width: 655px; 
}
/* footer */
div#footer {
	background: 		#1d1d1d url(images/theme/footerbar.png) repeat-x top;
	font-family: 		Tahoma, Verdana;
	clear: 				both;
	height: 			115px;
	width: 				990px;
	margin: 			0;
	padding-left: 		5px;
	padding-right: 		5px;
	border-top: 		1px #252525 solid;
	border-bottom: 		1px #252525 solid;
}

div#footer a {
	text-decoration: 	none;
	color: 				#c7740e;
}
div#footer a:hover {
	text-decoration: 	underline;
	color: 				#783a0c;
}
div#footer a {
	text-decoration: 	none;
	color: 				#c7740e;
}
div.footerBox {
	width: 				200px;
}
div.footerBox ul {
	padding-left: 		10px;
}
div.footerBox li {
	padding: 			1px 0;
}
p.footerBoxTitle {
	font-family: 		Tahoma, Verdana;
	font-size: 			12px;
	font-weight: 		bold;
	text-transform:		uppercase;
	height: 			15px;
	color: 				#FFFFFF;
	padding: 			5px 0 5px 0;
	margin:				0;
}

p.footerBoxText{
	font-size: 			9px;
	padding:			5px 0 0 0;
	margin:				0;
}

/* news element */
.news 		{ background: #272727; width: 655px; border: 1px #272727 solid; }
.news_box 	{ background: #272727; border-left: 1px #1a1a1a solid; border-right: 1px #1a1a1a solid; 
				border-bottom: 1px #1a1a1a solid; }
.news_head 	{ background: #272727 url(images/theme/titlebar.png) repeat-x; height: 40px; 
				border-top: 1px #1a1a1a solid; border-bottom: 1px #1a1a1a solid; }
.news_icon   { float: left; width: 55px; height: 40px; padding: 0; margin:0; }

.news_title 	{ float: left; text-align: left; vertical-align: top; padding-top: 3px; }
.news_title p 	{ color: #c7740e; font-size: 15px; font-weight: bold; text-align: left; }
.news_title span	{ font-size: x-small; font-weight: bold; text-align: left; }
.news_text 	{ float: left; width: 640px; padding: 3px 5px; font-size: 11px; color: #A9B1B8; 
				font-family: verdana, sans-serif; vertical-align:top; }

.news_foot 	{ clear: both; background: #2e2e2e url(images/theme/titlebar.png) repeat-x; 
				height: 20px; border-top: 1px #1a1a1a solid; }
.news_info	{ width: 640px; padding: 2px 0px 0 5px; text-align: right; }

.newsPic_Box 		{ width: 650px;}
.newsPic_Box p 		{ text-align: center; padding: 10px 0; }
.newsPic_Box a img 	{ border: 1px solid #1a1a1a; padding: 2px; margin: 10px 20px 10px 0; }

/* content element */
.content		{ background: #272727; width: 655px; border: 1px #272727 solid; }
.content_box 	{ background: #272727; border-left: 1px #1a1a1a solid; border-right: 1px #1a1a1a solid; 
					border-bottom: 1px #1a1a1a solid; }
.content_head 	{ background: #272727 url(images/theme/titlebar.png) repeat-x;
					border-top: 1px #1a1a1a solid; border-bottom: 1px #1a1a1a solid; }

.content_title 	{  vertical-align: top; padding: 5px 0px; }
.content_title p 	{ color: #c7740e; font-size: 15px; font-weight: bold; text-align: center; }

.content_text 	{ clear: both;  padding: 3px 5px; font-size: 11px; color: #A9B1B8; 
					font-family: verdana, sans-serif; vertical-align:top; }

.content_gallery 		{ width: 650px; }
.content_gallery p 		{ text-align: center; padding: 10px 0; }
.content_gallery a img 	{ width: 120px; height: 90px; border: 1px solid #1a1a1a; padding: 2px; margin: 10px 20px 10px 0; }

.content_foot 	{ clear: both; background: #2e2e2e url(images/theme/titlebar.png) repeat-x; 
				height: 20px; border-top: 1px #1a1a1a solid; }

/* ContentBox element */	
.ContentBox {
	background: #1a1a1a;
	width: 625px;
	border: 1px solid #1a1a1a; 
	padding: 5px; 
	margin: 10px auto; 
}
.ContentBox h4 {
	font-size: 14px;
	border-bottom: #A9B1B8 1px solid;
	padding: 3px 0 3px 0;
}
				
/* modBox element */				
.modBox {
	background: #1a1a1a;
	width: 625px;
	border: 1px solid #1a1a1a; 
	padding: 5px; 
	margin: 10px auto; 
}
.modBox h4 {
	font-size: 14px;
	border-bottom: #A9B1B8 1px solid;
	padding: 3px 0 3px 0;
}
.modBox_gallery 			{ width: 600px; }
.modBox_gallery p		{ text-align: center; padding: 10px 0; }
.modBox_gallery a img 	{ border: 1px solid #272727; padding: 2px; margin: 0 0 0 20px; }

/* Comments */
.comment_box {
	width: 95%;
	margin: 0 auto;
}
.comment_user {
	background: #272727 url(images/theme/titlebar.png) repeat-x;
	width: 100%;
	height: 14px;
	font-size: 10px;
	border-bottom: 1px #252525 solid;
}
.comment_text {
	padding: 3px 0;
}

/* Other importent Stuff */
input.tbox {
	background: #1d1d1d;
	color: #A9B1B8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #1a1a1a;
}

input.toolbar-search {
	background: #323232 url(images/search.png) left no-repeat;
	color: #A9B1B8;
	font-family: Tahoma;
	font-size: 11px;
	font-style: italic;
	padding: 2px 2px 2px 18px;
	border: 1px #1a1a1a solid;
	margin: 0 0 0 0;
}
				
/* Other things */								

.fcaption a {
	color: #ffffcc;
	text-decoration: underline;
}
.fcaption a:hover {
	color: #cccc99;
	text-decoration: underline;
}
.smalltext {
	font: 10px Arial, Helvetica, sans-serif;
	color:#5d6e75;
}
.smallblacktext {
	font: normal 11px tahoma, verdana, arial, helvetica, sans-serif;
	color:#000;
}
.indent{
	font: 			italic 11px Arial, Helvetica, sans-serif;
	background: 	#1a1a1a;
	color: 			#A9B1B8;
	padding: 		12px;
	margin: 		0 10px;
	border: 1px solid #1a1a1a;
}

.defaulttext {
  background: none;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #A9B1B8;
}


td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #A9B1B8;
	text-align: left;
}

blockquote {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color:#BAC6DA;
}
.mediumtext {
    background: none;
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	color:#A9B1B8;
}
.captiontext {
    background: none;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 14px;
	color:#000;
}

.nextprev{
	color: #CACACA;
	font-family: Tahoma;
	font-size: 9px;
	text-align:center;
	padding-top: 3px;
	padding-bottom: 4px;
	padding-right: 4px;
	padding-left: 5px;
	border: 0px none;
	margin-top: 5px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.button{
	color: #CACACA;
	font-family: Tahoma;
	font-size: 10px;
	text-align:	center;
	background: url(images/theme/button.gif);
	padding: 3px;
	border: 1px #1a1a1a solid;
	margin: 3px 3px 3px 0px;
}
.np{
	background-color: #eaeef2;
	border-bottom: #000 1px solid;
	border-left: #000 1px solid;
	border-right: #000 1px solid;
	border-top: #000 1px solid;
	color: #000000;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 9px;
	text-align:center;
	padding-bottom : 2px;
	padding-left : 2px;
	padding-right : 2px;
	padding-top : 2px;
}
form {
	margin: 2px 0px 0px 0px;
}
.spacer{
	padding-bottom : 2px;
	padding-left : 0px;
	padding-right : 0px;
	padding-top : 2px;
}
hr {
	border-top: 1px solid #363D43;
	height: 1px;
	width: 90%;
	text-align:center;
}
.border {
	border-bottom: #000 1px solid;
	border-left: #000 1px solid;
	border-right: #000 1px solid;
	border-top: #000 1px solid;
	background-color: transparent;
}
.border2 {
	border-bottom: #D5D5D5 1px solid;
	border-left: #D5D5D5 1px solid;
	border-right: #D5D5D5 1px solid;
	border-top: #D5D5D5 1px solid;
	background-color: transparent;
}

.border3 {
	border-bottom: #000 1px solid;
	border-left: #000 1px solid;
	border-right: #000 1px solid;
	border-top: #000 1px solid;
	background-color: transparent;
}
.helpbox {
	border: transparent;
	background-color: transparent;
	color:#A9B1B8;
	font: 9px tahoma, verdana, arial, helvetica, sans-serif;
}
.caption {
	padding-bottom: 0px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 0px;
	border-bottom: #363A44 1px solid;
	border-left: #8A96B3 1px solid;
	border-right: #363A44 1px solid;
	border-top: #8A96B3 1px solid;
	background-color: #E1DFDF;
	color: #000;
	font-family: tahoma, arial, verdana, helvetica, sans-serif;
	font-size: 13px;
}
.caption2 {
	padding-bottom: 0px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 0px;
	background-color: transparent;
	color: #243B3B;
	font-family: tahoma, arial, verdana, helvetica, sans-serif;
	font-size: 15px;
	text-align:center;
}
.caption3 {
	padding-bottom: 0px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 0px;
	border-bottom: #C7C3C3 1px solid;
	border-left: #fff 1px solid;
	border-right: transparent;
	border-top: #fff 1px solid;
	background-color: #D5D5D5;
	color: #000;
	font-family: tahoma, arial, verdana, helvetica, sans-serif;
	font-size: 13px;
}
.bodytable {
	background-color: transparent;
	padding-bottom: 8px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000;
}
.bodytable2 {
	background-color: transparent;
	border-bottom: #D5D5D5 1px solid;
	border-left: #D5D5D5 1px solid;
	border-right: #D5D5D5 1px solid;
	border-top: #D5D5D5 1px solid;
	padding-bottom: 8px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #404040;
}
.bodytable3 {
	background-color: transparent;
	padding-bottom: 8px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000;
}
p {
	margin: 0em;
}

a.forumlink{
	color: #000;
	text-decoration: underline;
}

.topborder {
	border-bottom: #000 1px solid;
}

.bottomborder {
	border-top: #000 1px solid;
	border-bottom: #000 1px solid;
}
.alttd{
	background-color: #BBCFE8;
	font: 10px verdana, tahoma, arial, helvetica, sans-serif;
	color: #000;
	background-position: center;
}
.code{
font-family: Courier, Courier New, Verdana, Arial;
font-size: 11px;
padding-top: 5px;
padding-right: 5px;
padding-bottom: 5px;
padding-left: 5px;
width: 75%;
color: #8B9097;
background-color: #141721;
border: 1px solid #31383C;
}
