/* Set your forum width here, can be either pixels of percentage */
#wrapper{ width:900px;  min-width:720px;  margin:0 auto;  padding:}

/* Normal, standard links.133A62 */
a:link{ color:#FCF394;  text-decoration:none}
a:visited{ color:#FCF394;  text-decoration:none}
a:hover{ color:#FF0000;  text-decoration:underline}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited{ color:#999;  text-indent:10px;  text-decoration:none}
a.nav:hover{ color:#133A62;  text-decoration:underline}

/* Tables should show empty cells. */
table{ empty-cells:show}

/* By default (td, body..) use verdana in black. */
body, td, th, tr{ line-height:150%;  font-family:verdana,sans-serif serif;  color:#999;  font-size:13px}

/* The main body of the entire forum. */
body{	 background:#000 url(images/background.gif);  color:#999;  padding:10px 0 3px 0;  margin:0}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button, fieldset{	font-family:verdana,sans-serif;	 padding:3px;	 background:#000;	 color:#eee;	 border-width:1px}
input, button{	background:#1c1c1c;	 border-top:1px solid #133A62;	 border-left:1px solid #133A62;	 border-bottom:1px solid #133A62;	 border-right:1px solid #133A62;	 color:#8f8f8f;	 font-weight:bold;	 margin:5px;	 padding:2px;	 border-width:1px;	 font-family:verdana,sans-serif;	 font-size:90%}
textarea{	background:#1d1d1d url(images/input_bg.gif) repeat-x;  border:1px solid #000;  border-top:#1a1a1a;  border-left:#1a1a1a;  color:#133A62;  font-weight:bold;  margin:5px;  padding:2px;  border-width:1px;  font-family:verdana,sans-serif;  font-size:100%}

/* All input elements that are checkboxes or radio buttons. */
input.check{}

/* Selects are a bit smaller, because it makes them look even better 8). */
select{ background:#1c1c1c;  border:1px solid #000;  color:#133A62;  font-family:verdana,sans-serif;	font-size:90%;  margin:5px;  padding:2px}

/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor{ height:1px;  border:0;  color:#1c1c1c;  background-color:#000}
a img{ border:0}

/* A quote, perhaps from another post. */
.quote, .code{ border-top:1px solid #000;  border-right:1px solid #3a3a3a;  border-bottom:1px solid #3a3a3a;  border-left:1px solid #000;  color:#e3e3e3;  padding:8px;  margin:0 15px 8px 15px;  background-color:#1a1a1a}
.quote{ font-size:x-small;  line-height:1.4em}

/* A code block - maybe even PHP; ). */
.code{ font-family:Arial,"courier new","times new roman",monospace;  line-height:1.3em; /* Don't wrap its contents,and show scrollbars. */ white-space:nowrap;  overflow:auto; /* Stop after about 24 lines,and just show a scrollbar. */ max-height:24em}

/* The "Quote:"and "Code:"header parts... */
.quoteheader, .codeheader{ color:#fff;  text-decoration:none;  font-weight:normal;  font-size:11px;  line-height:25px;  height:25px;  padding:1px;  margin-left:15px;  vertical-align:middle}

/* Generally, those [?] icons.  This makes your cursor a help icon. */
.help{ cursor:help}
/* /me uses this a lot. (emote, try typing /me in a post.) */
.meaction{ color:#F00}

/* The main post box - this makes it as wide as possible. */
.editor{ width:96%}

/* Highlighted text - such as search results. */
.highlight{ background-color:#FFF000;  font-weight:bold;  color:#000}

/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg{ background:#0A0A0A;  color:#9c9c9c;  border-left:1px solid #000;  border-top:1px solid #000}
.windowbg2{ background:#0E0E0E;  color:#9c9c9c;  border-left:1px solid #000;  border-top:1px solid #000}
.windowbg3{ background:#0C0C0C;  color:#8d8d8d;  font-size:12px;  border-left:1px solid #333}

/* the today container in calendar */
.calendar_today{ color:#F00;  border:1px dotted #666;  text-align:center;  font-weight:700;  font-style:italic}

/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg2, tr.titlebg2 th, tr.titlebg2 td{	 color:#FFF;	  font-weight:700;	  background:#000 url(./images/titlebg2.gif) repeat-x;  border-bottom:solid 1px #212121;  border-top:solid 1px #0e0e0e;  padding-left:10px;  padding-right:10px;  line-height:18px}
.titlebg, .titlebg a:link, .titlebg a:visited{ font-weight:bold;  color:#FFF;  font-style:normal;  font-size:13px}
.titlebg a:hover{ color:#133A62}

/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited{ color:#FFF;  font-style:normal;  text-decoration:underline}
.titlebg2 a:hover{ color:#133A62;  text-decoration:underline}

/* This is used for categories, page indexes, and several other areas in the forum.
.catbg and .catbg2 is for boardindex, while .catbg3 is for messageindex and display headers*/
.catbg, tr.catbg td, .catbg3, tr.catbg3 td{	 color:#FFF;	  padding-left:10px;	  padding-right:10px;	  background:#000 url(images/catbg.gif) repeat-x;	 line-height:50px}
.catbg2, tr.catbg2 td{	 color:#FFF;	  padding-left:10px;	  padding-right:10px;	  background:#000 url(images/catbg.gif) repeat-x;  line-height:50px}
.catbg, .catbg2, .catbg3{}
.catbg, .catbg2{ font-weight:bold;  font-size:12px}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited{ font-size:95%;  color:#FFF;  text-decoration:none}
.catbg a:link, .catbg a:visited, .catbg2 a:link, .catbg2 a:visited{ color:#FFF;  text-decoration:none}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover{ text-decoration:underline}

/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor{ padding:0px}
/* This is used on tables that should just have a border around them. */
.tborder{ background:#0e0e0e;  border:1px solid #0a0a0a}

/* Default font sizes:small (8pt), normal (10pt), and large (14pt). */
.smalltext{ font-size:95%;  font-family:Georgia,"Times New Roman",Times,serif}
.middletext{ line-height:18px;  text-indent:10px}
.normaltext{ font-size:small}
.largetext{ font-size:large}

/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage{ width:100%;  overflow:auto;  line-height:1.3em}

/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here; ). */
.signature{ width:100%;  overflow:auto;  padding-bottom:3px;  line-height:1.3em}

/* Sometimes there will be an error when you post */
.error{ color:#F00}

/* definitions for the main tab, active means the tab reflects which page is displayed */
.maintab_first, .maintab_back, .maintab_last, .maintab_active_first, .maintab_active_back, .maintab_active_last{	vertical-align:top}
.maintab_back, .maintab_active_back{	text-decoration:none;	 font-size: 9px;	 vertical-align:top;	 padding:2px 6px 6px 6px;	 font-family:tahoma,sans-serif}
.maintab_first{}
.maintab_back{	background:url(images/img/menubg.gif) repeat-x #f0f0f0}
.maintab_last{}
.maintab_active_first{}
.maintab_active_back{	font-weight:bold;	 background:url(images/img/menubg.gif) repeat-x #f0f0f0;  color:orange}
.maintab_active_last{}

/* how links behave in main tab. */
.maintab_back a:link, .maintab_back a:visited, .maintab_active_back a:link, .maintab_active_back a:visited{ text-decoration:none;  color:white}
.maintab_active_back a:link, .maintab_active_back a:visited{ color:#133A62}
.maintab_back a:hover, .maintab_active_back a:hover{ text-decoration:underline}

/* definitions for the mirror tab */
.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last{	vertical-align:top}
.mirrortab_back, .mirrortab_active_back{	text-decoration:none;	 font-size:9px;	 vertical-align:bottom;	 padding:6px;	 font-family:tahoma,sans-serif}
.mirrortab_first{}
.mirrortab_back{	background:url(images/img/menubg.gif) repeat-x #f0f0f0}
.mirrortab_last{}
.mirrortab_active_first{}
.mirrortab_active_back{	font-weight:bold;	 background:url(images/img/menubg.gif) repeat-x #f0f0f0}
.mirrortab_active_last{}

/* how links behave in mirror tab. */
.mirrortab_back a:link, .mirrortab_back a:visited, .mirrortab_active_back a:link, .mirrortab_active_back a:visited{	text-decoration:none;	 color:white}
.mirrortab_back a:hover, .mirrortab_active_back a:hover{	text-decoration:underline}

#footer{	 height:95px;	  background:#000 url(./images/img/footer.jpg) 100% repeat-x}
#footer{	 border-top:0px solid #333;	  text-align:center;	  font-family:arial,verdana,sans-serif;	  color:#fff;	  font-size:10px}
#footer a:link, #footer a:visited{	 color:#fff}
#footer a:hover{	 color:#133A62;	  text-decoration:none;	  border-bottom:1px dotted orange}

#header{	 position:relative;	  height:245px;	  overflow:hidden;	  background:#1c1c1c url(./images/img/header.jpg) repeat-x}
#head-r{	 height:245px;	  background:100% 0 no-repeat}
#head-l{	 background:0 0 no-repeat}

#logo{	 position:absolute;	  top:50px;	  left:20px;	  display:block;	  width:257px;	  height:52px;	  cursor:pointer;	  background:url(./images/dllogo.gif) no-repeat}

#userarea{	 height:73px;	  float:right;	  padding:20px 25px 0 0;	  text-align:right;	  font-size:1.5 0em;	  color:#ddd;	  font-family:georgia,serif;	  line-height:22px}
#userarea a:link, #userarea a:visited{	 color:#FEFEFE;	  text-decoration:underline}
#userarea a:hover{	 color:#133A62;	  text-decoration:none}
#searcharea{	 height:25px;	  float:right;	  padding:50px 25px 0 0;	  margin:0;	  clear:both}

#toolbar{	 margin:0;	  padding:0;	  height:20px;	  background:url(./images/img/mid.gif) repeat-x}

/* template menu */
#menu{	height:20px;	 background:url(./images/img/mid.gif) repeat-x;	 margin:0;	 border:0}
#menu{	margin:0;	 top:0}
#menu ul{	margin:0;	 padding:0;	 list-style:none;	 float:left}
#menu li{	 display:inline;	 float:left;	 margin:0;	 padding:0}
#menu a{	background:#000 no-repeat right top;	 margin:0;	 padding:0;	 text-decoration:none;	 border:0;	 display:block;	 float:left}
#menu a span{	display:block;	 background:no-repeat left top;	 padding:0 15px 0 35px;	 font-family:Arial,Helvetica,sans-serif;	 font-size:11;	 color:#C2C2C2;	 font-weight:bold;	 line-height:20px}
#menu a:hover, #menu li#chosen a{	background-position:right bottom;	 border-color:#FF9300}
#menu a:hover span, #menu li#chosen a span{	background-position:left bottom;	 color:#133A62;	 font-weight:bold;	 font-style:normal;	 text-decoration:none}

#bodyarea{	 padding:10px;	  margin:0;	  background:#300000; url	  

(./images/img/body-bg.png) 0 0 repeat-x}
	 
#ajax_in_progress{	background:#000 url(images/ajaxloading.gif) no-repeat 10%;  color:#FFF;  text-align:left;  font-size:18px;  font-family:"Trebuchet MS",sans-serif;  padding:10px;  padding-left:65px;  position:absolute;  left:-105px;  width:20px;  border:1px solid #666}
#ajax_center{ top:45%;  width:105px;  position:absolute;  left:50%}