/* Normal, standard links. */
.forum_name
{
		 color: #343434;
		 font-size: 0px;
		 font-weight: normal;
		 font-family: verdana;
}
.pm_box
{
		 padding: 2px 5px 2px 5px;
		 color: #CECECE;
		 font-size: 10pt;
		 font-family: verdana;
}

.inputbox{
		 background-color: #63666e;
		 color: #CECECE;
		 border-top: solid 1px #303030;
		 border-bottom: solid 1px #808080;
		 border-left: solid 1px #000000;
		 border-right: solid 1px #a0a0a0;
		 padding: 2px 6px 2px 6px;
		 font-family: verdana;
}
.submitbox{
		 background-color: #686a6e;
		 color: #CECECE;
		 border: solid 1px #909090;
		 font-family: verdana;
		 }

.welcome
{
		 padding-right: 15px;
		 color: #CECECE;
		 font-size: 10pt;
		 font-family: verdana;
}
a:link
{
		  color: #CECECE;
		  text-decoration: none;
}
a:visited
{
		  color: #CECECE;
		  text-decoration: none;
}
a:hover
{
		  color: #9ABEBC;
		  text-decoration: none;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
		  color: #CECECE;
		  text-decoration: none;
}
a.nav:hover
{
		  color: #9ABEBC;
}

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

/* By default (td, body..) use verdana in black. */
body, td
{
		  color: #CECECE;
		  font-size: 11pt;
		  font-family: verdana;
}

/* The main body of the entire forum. */
body
{
		  background-image: url(images/back.gif);
		  margin: 0px;
		  padding: 0px;
}

/* Input boxes - just a bit smaller than normal so they align well. */
textarea , input.text
{
		 background-color: #63666e;
		 color: #CECECE;
		 border-top: solid 1px #303030;
		 border-bottom: solid 1px #808080;
		 border-left: solid 1px #000000;
		 border-right: solid 1px #a0a0a0;
		 padding: 2px 6px 2px 6px;
		 font-family: verdana;
		 font-size: 10pt;
}

button , input , input.submit
{
		 background-color: #686a6e;
		 color: #CECECE;
		 border: solid 1px #909090;
		 font-family: verdana;
}

/* 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-color: #63666e;
		 color: #CECECE;
		 font-family: verdana;
}

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

/* A quote, perhaps from another post. */
.quote
{
		  background-color: #505050;
		  color: #CECECE;
		  border: 1px solid #808080;
		  border-left: 5px solid #a0a0a0;
		  margin: 0px;
		  padding: 5px;
		  font-size: 10pt;
}

/* A code block - maybe even PHP ;). */
.code
{
		  color: #CECECE;
		  background-color: #303038;
		  border: 1px solid #808080;
		  border-left: 5px solid #a0a0a0;
		  margin: 0px;
		  padding: 5px;
		  font-size: 10pt;
		  font-family: verdana;
		  width: 99%;
		  white-space: nowrap;
		  overflow: auto;
}

/* The &quot;Quote:&quot; and &quot;Code:&quot; header parts... */
.quoteheader, .codeheader
{
		  color: #CECECE;
		  text-decoration: none;
		  font-style: normal;
		  font-weight:normal;
		  font-size: 10pt;
}

/* 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: red;
}

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

/* Highlighted text - such as search results ;). */
.highlight
{
		  background-color: blue;
		  font-weight: bold;
		  color: black;
}

/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg
{
		  background-color: #5a5a5a;
}
.windowbg2
{
		  background-color: #666666;
}
.windowbg_m
{
		  background-color: #505050;
}
.windowbg_m2
{
		  background-color: #595959;
}

/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature
{
}

/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
.titlebg, tr.titlebg td, .titlebg a:link, .titlebg a:visited
{
		  color: #CECECE;
		  font-style: normal;
		  background-color: #50535B;
}
.titlebg a:hover
{
		  color: #9ABEBC;
}

/* This is used for categories, page indexes, and several other areas in the forum. */
.catbg, .catbg2, tr.catbg td, .catbg a:link, .catbg a:visited,tr.catbg2 td, .catbg2 a:link, .catbg2 a:visited
{
		  font-size: 12pt;
		  
		  color: #CECECE;
}
.catbg, .catbg2
{
		  background-color: #525252;
}
.catbg_mess, tr.catbg_mess td, .catbg_mess a:link, .catbg_mess a:visited
{
		  font-size: 10pt;
		  color: #CECECE;
}
.catbg_mess a:hover
{
		 color: #9ABEBC;
}
.catbg_mess
{
		  background-color: #808080;
}


.catbg_disp, tr.catbg_disp td, .catbg_disp a:link, .catbg_disp a:visited
{
		  font-size: 10pt;
		  color: #CECECE;
}
.catbg_disp a:hover
{
		 color: #9ABEBC;
}
.catbg_disp
{
		  background-color: #606060;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */

/* This is used on tables that should just have a border around them. */
.tborder
{
		  background-color: #808080;
}
.bordercolor
{
		  background-color: #3c3C3e;
}

/* Default font sizes: small (8pt), normal (10pt), and large (12pt). */
.smalltext
{
		  font-size: 10pt;
		  font-family: verdana;
}
.smalltext-top
{
		  color: #CECECE;
		  font-size: 10pt;
		  font-family: verdana;
		  padding: 0px 5px 2px 5px;
		  text-align: center;
}
.normaltext
{
		  font-size: 10pt;
}
.largetext
{
		  font-size: 10pt;
}



/* This is for the special header boxes on the top (user info, key stats, news box.) */
.headertitles
{
		  background-color: #6B8EAE;
		  border: 1px solid #6B8EAE;
}
.headerbodies
{
		  border: 1px solid #7A7777;
		  background-color: #EFEFEF;
		  background-repeat: repeat-x;
		  background-position: bottom;
}