/* Normal, standard links. */
/* HYPERLINKS / COLORS */

/* NAVIGATION */

/*
ul.nav{
	float: right;
	margin: 60px 10px 0 0;
	height:35px;
}

ul.nav li{
display:inline;
font-size:12px;
font-weight:bold;
padding-left:12px;
padding-right:12px;
text-transform:uppercase;
font-family: Segoe UI, Lucida Sans, "Ludica Grande", Arial, sans-serif;
height:35px;
}

ul.nav li a:link,
ul.nav li a:visited{
	text-decoration: none;
}

.blognav{background: url(images/blogbg2.gif) no-repeat 0 5px; padding: 10px 10px 15px 10px; overflow:visible; }
ul li a.blognav2{background: url(images/blogbg2.gif) no-repeat 0 5px; padding: 10px 10px 15px 10px; overflow:visible; color: #069fe4;}

*/


input.signup{
	color: #00638d;
	background: #ffffff;
	border: 1px solid #781351;
	width: 15em;
	}
	
input.nl_signup{
	color: #00638d;
	background: #ffffff;
	border: 1px solid #781351;
	width: 15em;
	font-size: 12px;
	}
	
.signupBTN
	{
	color: white;
	background: #00b0d8;
	border: 2px outset #00638d;
	font-size: 12px;
	} 
	
.signin{
	float:right;
	top:20px;
	position:relative;
	right:20px;
	}
	
input.signinbox{
	color: #00638d;
	background: #ffffff;
	border: 1px solid #781351;
	width: 12em;
	font-size: 1em;
	}

a:link,
a:hover,
a:visited{color: #2489db; text-decoration:none;}
#content .normal ul.newsList li p a.more{color: #069fe4;}
#footer .footerList li{color: #808080;}
#footer .footerList li:hover{color: #069fe4;}
#footer .copyright{color: #808080;}
.blue{color: #069fe4;}

ul.nav li a{color: #333333;}
ul.nav li a.active, ul.nav li a:hover{color: #069fe4;}


#content .normal h3, #content .wide h3{color: #069fe4;}	
#content ul.newsList h3{color: #069fe4;}
#index #container #leaderboard .intro h2{color: #069fe4;}

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

/* By default (td, body..) use Tahoma in black. */

body
{
font-size: 12px;
	font-family: Lucida Sans, Arial, sans-serif;
	color: #333333;
	background: #ffffff url(images/gridbg.gif) repeat;
}

td, th
{
	color: #000000;
	font-size: small;
	font-family: tahoma, sans-serif;
}

/* The main body of the entire forum. */
body
{
	background-color: white;
	margin: 0px;
	padding: 0px;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
	font-size: 9pt;
	color: #000000;
	font-family: tahoma, sans-serif;
}

/* 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
{
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	font-family: tahoma, sans-serif;
}

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

/* A quote, perhaps from another post. */
.quote
{
	color: #000000;
	background-color: #C3B8D0;
	border: 1px solid #000000;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
	line-height: 1.4em;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #000000;
	background-color: #cccccc;
	font-family: "courier new", "times new roman", monospace;
	font-size: x-small;
	line-height: 1.3em;
	/* Put a nice border around it. */
	border: 1px solid #000000;
	margin: 1px auto 1px auto;
	padding: 1px;
	width: 99%;
	/* 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: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: x-small;
	line-height: 1.2em;
}

/* 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: yellow;
	font-weight: bold;
	color: black;
}

/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg
{
	color: #000000;
	background-color: #E1E1E1;
}
.windowbg2
{
	color: #000000;
	background-color: #F8F8F8;
}

/* 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, .titlebg a:link, .titlebg a:visited, .titlebg2, tr.titlebg2 th, tr.titlebg2 td, .titlebg2 a:link, .titlebg2 a:visited
{
	color: white;
	font-style: normal;
	background-color: #006188;
}
.titlebg a:hover, .titlebg2 a:hover
{
	color: #dfdfdf;
}

/* This is used for categories, page indexes, and several other areas in the forum. */
.catbg, .catbg3, .catbg2
{

background:transparent url(images/bgOFF.gif) repeat-x top left;
	
}


.catbg, .catbg2, .catbg3
{
	font-weight: bold;
	background-color: silver;
	color: #000000;
}

.catbg a
{
text-decoration:none;
color:#000000;
}

/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
	background-color: #828181;
}

/* This is used on tables that should just have a border around them. */
.tborder
{
	border: 1px solid #828181;
	background-color: #FFFFFF;
	padding: 0px;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
	font-size: x-small;
	font-family: tahoma, sans-serif;
}
.normaltext
{
	font-size: small;
}
.largetext
{
	font-size: large;
}

/* This is the white header area where the title, menu bars, and header boxes are. */
#headerarea
{
	background-color: white;
	border: 1px solid gray;

}
/* This is the main area of the forum, the part that's gray. */
#bodyarea
{
	background-color: #FFFFFF;
border: 1px solid gray;
padding-bottom:20px;
}
#forummain
{
margin-bottom:20px;
}
/* And this is the bottom, where the copyright is, etc. */
#footerarea
{
	color: black;
	background-color: white;
	border-top: 1px solid gray;
        margin-top: 100px;
}

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

/* 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;
}
/* No image should have a border when linked */
a img{
	border: 0;
}

/* The AJAX notifier */
#ajax_in_progress
{
	background: #32CD32;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
	padding: 3px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}

/* CONTAINER */

#index #container{
	width: 942px;
	margin: 0 auto;
}

	
	
/* HEADER */

#container #header{
	height: 90px;
}

#container #header .logo{
	float: left;
	width: 256px;
	height: 66px;
	margin-left: 0px;
	margin-top: 21px;
}




#control-wrapper{background:black none repeat scroll 0 0; font-size:1em; height:22px; line-height:22px; margin:0; opacity:0.8; padding:3px 5px 0 5px; position:relative; top:-33px; color: #fff; width: 368px; overflow:hidden;}




/* FOOTER */

#footer{
	background: transparent;
	height: 50px;
	margin-top: 24px;
	margin-left: 0px;
	font-family: "Lucida Sans";
	width:100%;
	align:center;
	font-size:0.9em;
	line-height:18px;
}

#footer .footerList{
	float: left;
	margin-left: 5px; 
	width: 958px;
	height: 40px;
	line-height: 18px;
}

#footer .bold{color: #069fe4 !important; font-weight: bold;}

#footer .footerWrap{
	width: 942px;
	margin: 0 auto;
}

#footer .footerList li{
	margin-top: 5px;
	margin-bottom: 5px;
	padding-right: 20px;
	float: left;
	
}

#footer a{
text-decoration:none;
}

#footer ul li{
list-style-type:none;
}

#footer .copyright{
	float: right !important;
	margin-left: 51px;
}