/* Normal, standard links. */
a:link
{
	color: #404d6c;
	text-decoration: none;
}
a:visited
{
	color: #404d6c;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #2f2f2f;
	text-decoration: none;
}
a.nav:hover
{
	color: #404d6c;
	text-decoration: underline;
}
/* Tables should show empty cells. */
table {
	empty-cells: show;
}

/* By default (td, body..) use verdana in black. */
body, td, th , tr
{
	color: #3a3a3a;
	font-size: small;
	font-family: Verdana;
}

/* The main body of the entire forum. */
body
{
	background-color: #ffffff;
/*	width: 1300px;*/
	margin: 0 auto;
	padding: 0px 20px 4px 20px;
}
/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
	color: #000000;
	font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, 

sans-serif;
}
input, button
{
	font-size: 100%;
}

textarea
{
	font-size: 100%;
	color: #000000;
	font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, 

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: 90%;
	font-weight: normal;
	color: #000000;
	font-family: verdana, sans-serif;
}

/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor
{
	height: 1px;
	border: 0;
	color: #666666;
	background-color: #666666;
}
/* No image should have a border when linked */
a img {
		border: 0;
}

/* A quote, perhaps from another post. */
.quote {
	color: #000000;
	background: #F0F8FF url(images/quote.gif) no-repeat bottom right;
	border-right: 1px dotted #000000;
	border-bottom: 1px dotted #000000;
	border-left: 4px solid #8394B2;
	font-size: 13px;
	line-height: 1.4em;
	padding: 8px;
}
.quote div.quote {
	background: #F0F8FF url(images/blank.gif) no-repeat bottom right;
}/* A code block - maybe even PHP ;). */
.code {
	color: #000000;
	background: #FFF8F5 url(images/code.gif) no-repeat bottom right;
	border-right: 1px dotted #000000;
	border-bottom: 1px dotted #000000;
	border-left: 1px solid #FF6600;
	padding: 1px;
	font-size:  11px;
	line-height: 1.0em;
	font-family: "courier new", helvetica, "times new roman", serif;
	white-space: nowrap;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader {
	background: #E4EAF2;
	border: 1px dotted #000;
	border-bottom: 0;
	border-left: 4px solid #8394B2;
	color: #000;
	font-weight: bold;
	font-size: 10px;
	margin: 8px auto 0 auto;
	padding: 8px;
}
.codeheader {
	background: #FDDBCC;
	border: 1px dotted #000;
	border-bottom: 0;
	border-left: 1px solid #FF6600;
	color: #000;
	font-weight: bold;
	font-size: 10px;
	margin: 8px auto 0 auto;
	padding: 1px;
}
/* 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, #preview_body
{
	color: #000;
	background: url(images/windowbg.gif) #ffffff repeat-x;
}
.windowbg2
{
	color: #000;
	background: url(images/windowbg.gif) #ffffff repeat-x;
}
.windowbg3
{
	color: #000;
	background: url(images/windowbg.gif) #ffffff repeat-x;
}


/* the today container in calendar */
.calendar_today {
	background-color: #ffffff;
}


/* 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: #ffffff;
	font-style: normal;
	background: #2f2f2f;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
}
.titlebg a:link, .titlebg a:visited,.titlebg2 a:link, .titlebg2 a:visited
{
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
	font-style: normal;
}

.titlebg a:hover, .titlebg2 a:hover
{
	color: #404d6c;
}

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

.titlebg, .titlebg2 {
	font-size: 10pt;
	font-family: verdana, sans-serif;
}

.titlebg2 a:hover {
	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
{
	background: url(images/catbg.png) #404d6c repeat-x;
	color: #fff;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg2 , tr.catbg2 td
{
	background: url(images/catbg.png) #404d6c repeat-x;
	color: #fff;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg, .catbg2, .catbg3
{
	border-bottom: solid 0px #375576;
}
.catbg, .catbg2
{
	font-weight: bold;
}
.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
{
	color: #ffffff;
}
.catbgsag
{
background: url(images/catbgsag.png) no-repeat;
}
.catbgsol
{
background: url(images/catbgsol.png) no-repeat;
}/* This is used for tables that have a grid/border background color (such as the 

topic listing.) */
.bordercolor
{
	background-color: #404d6c;
	padding: 0px;
}


/* This is used on tables that should just have a border around them. */
.tborder
{
	padding: 0px;
	border: 1px solid #404d6c;
	background-color: #404d6c;
}.headerborder
{
border-left: 1px solid #404d6c;
border-right: 1px solid #404d6c;
border-bottom: 1px solid #404d6c;
border-top: 1px solid #404d6c;
}
/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
	font-size: x-small;
	font-family: verdana, sans-serif;
}
.middletext
{
	font-size: 90%;
}
.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: red;
}
/* 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
{
	background-position: left bottom;
	color: #000;	
	vertical-align: top;

}
.maintab_back, .maintab_active_back
{
	color: #000;
	text-decoration: none;
	font-size:  11px;
	vertical-align: top;
	text-align:center;
	padding: 2px 6px 6px 6px;
	font-family: tahoma, sans-serif;
	font-weight: bold;
}

.maintab_first
{
	background-color: #fff;
	width: 10px
}
.maintab_back
{	background: #000;
}
.maintab_last
{
	background-color: #000;
	width: 10px
}
.maintab_active_first
{
	background-color: #000;
	width: 10px
}
.maintab_active_back
{
	background-color: #000;
}
.maintab_active_last
{
	background-color: #000;
	width: 8px
}
/* how links behave in main tab. */
.maintab_back a:link, .maintab_back a:visited, .maintab_active_back a:link, 

.maintab_active_back a:visited
{
	color: #ffffff;
	text-decoration: none;
}

.maintab_back a:hover
{
	color: #fff;
	text-decoration: none;
}
.maintab_active_back a:hover
{
	color: #ffffff;
	text-decoration: none;
}/* definitions for the mirror tab */
.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, 

.mirrortab_active_back, .mirrortab_active_last
{
	background-position: left top;
	color: #404d6c;	
	vertical-align: top;

}
.mirrortab_back, .mirrortab_active_back
{
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
	vertical-align: bottom;
	padding: 6px 6px 2px 6px;
	font-family: tahoma, sans-serif;
	font-weight: bold;
}

.mirrortab_first
{
	background-color: #404d6c;
	width: 10px
}
.mirrortab_back
{	background: #2f2f2f;
}
.mirrortab_last
{
	background-color: #404d6c;
	width: 10px
}
.mirrortab_active_first
{	 
	background: #2f2f2f;
	width: 6px
}
.mirrortab_active_back
{	background: #2f2f2f;
}
.mirrortab_active_last
{					 
	background: #2f2f2f;
	width: 8px
}



/* done till here */

/* how links behave in mirror tab. */
.mirrortab_back a:link , .mirrortab_back a:visited, .mirrortab_active_back a:link 

, .mirrortab_active_back a:visited {
	color: white;
	text-decoration: none;
}

.mirrortab_back a:hover, .mirrortab_active_back a:hover {
	color: 153E7E;
	text-decoration: none;
}

#linktree {
	padding: 1ex;
	font-size: x-small;
}

#linktree a {
	text-decoration: none;
}

#toolbar {
	height: 31px;
	background: url(images/toolbar-bg.png) repeat-x;
	border-top: solid 1px #606060;
}

#nav li.active_menu a {
	background: url(images/toolbar-select.png) 0 0 no-repeat;
}

#nav {
	background: url(images/toolbar-div.png) 0 0 no-repeat;
}

#nav li {
	background: url(images/toolbar-div.png) 100% 0 no-repeat;
}

#nav li a {
	color: #fff;
}

#nav a:hover {
	color: #153E7E;
}

#nav {
	margin: 0 0 0 20px;
	padding: 0;
	height: 31px;
}

#nav ul {
	padding: 0;
	margin: 0;
	margin-left: 2px;
}

#nav li {
	margin: 0;
	padding: 0;
	float: left;
	display: block;
}

#nav a {
	text-decoration: none;
	cursor: pointer;
	font-weight: bold;
}

#nav li.on li.on a {
	text-decoration: underline;
}

#nav li a {
	display: block;
	float: left;
	height: 31px;
	line-height: 31px;
	padding: 0 15px;
}

#wrapper {
	margin: auto;
	width: 100%;
	min-width: 1020px;
	border-left: solid 4px #fff;
	border-right: solid 4px #fff;
	border-bottom: solid 4px #fff;
}

#mainarea {
	border-top: solid 1px #A3A9BE;
	background: #ffffff  url(images/back.png) repeat-x;
}

#header {
	position: relative;
	height: 120px;
	overflow: hidden;
	background: #3D71AD;
}

#logo {
	position: absolute;
	top: 30px;
	left: 0;
	display: block;
	width: 350px;
	height: 80px;
	background: url(images/logo.jpg) no-repeat;
	cursor: pointer;
}

#welcome {
	font-size: 1.0em;
	color: #fff;
	font-family: tahoma, sans-serif;
	float: right;
	padding: 25px 20px;
	text-align: right;
}

#welcome a:link, #welcome a:visited {
	color: #153E7E;
}

#welcome a:hover {
	text-decoration: underline;
}

#footer {
	padding: 5px;
	text-align: center;
	font-size: x-small;
}

#footer {
	padding: 8px 40px 10px 40px;
	font-size: x-small;
	color: black;

}

#footer a:link , #footer a:visited {
	color: black;
}

#footer a:hover {
	color: #153E7E;
}

.popuptext {
	color: white;
}

.popuptext a {
	color: #153E7E;
}