/************************
 * *   Forum specific CSS  *
 * *	from original   *
 * *   	board template	*
 * *			*
 * *************************/

/* Normal, standard links. */
a:link, a:visited
{
	color: #005177;
	background-color: transparent;
	text-decoration: none;
}
a:hover
{
	color: #cc3333;
	background-color: transparent;
	text-decoration: none;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #000000;
	background-color: transparent;
	text-decoration: none;
}
a.nav:hover
{
	font-weight: bold;
	color: #cc3333;
	background-color: transparent;
	text-decoration: underline;
}

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

/* By default (td, body..) use Verdana in black. */
body, td, th
{
	color: #000000;
	font-size: small;
	font-family: verdana, arial, helvetica, sans-serif;
}

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

/* Checkboxes shouldn't have a background color. */
input.check
{
	background-color: transparent;
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #afc6db;
}

/* Standard horizontal rule.. */
hr
{
	color: #6394bd;
	background-color: transparent;
}
/* A more colorful hr.. */
.hrcolor
{
	height: 1px;
	border: 0;
	color: #6394bd;
	background-color: #6394bd;
}

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

/* A code block - maybe even PHP ;). */
.code
{
	color: #000000;
	font-family: Courier New, Courier, monospace;
	background-color: #cccccc;
	border: 1px solid black;
	margin: 1px;
	padding: 1px;
	line-height: 1.3em;

}
.spoiler
{
	color: #000000;
	text-decoration: none;
	font-style: italic;
	font-size: x-small;
	line-height: 1.2em;
}	

.spoiler a span {
  visibility: hidden;
}

.spoiler a:hover span {
  color: #000000;
  visibility: visible;
  cursor: default;
}
/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader, .spoilerheader
{
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: x-small;
	line-height: 1.2em;
}

/* Generally, those [?] icons. */
.help
{
	cursor: help;
	background-color: transparent;
}

/* /me uses this a lot. */
.meaction
{
	color: red;
	background-color: transparent;
}

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

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

/* Alternating backgrounds... */
.windowbg
{
	color: #000000;
	background-color: #f8f8f8
}
.windowbg2
{
	color: #000000;
	background-color: #cceeff;
}

/* Titles - such as table headers. */
.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
{
	font-weight: bold;
	font-style: normal;
	color: #efef2d;
	background-color: #002f54;	/*002f54*/
}
.titlebg a:hover
{
	color: #ffffff;
	text-decoration: underline;
}

/* The category headers, page indexes, and such things. */
.catbg, .catbg3

{
	font-weight: bold;
	background-color: #afc6db;
	background-image: url(images/catbg.gif);
	color: #000000;
}

/* The borders around things. */
.bordercolor
{
	background-color: #000000; /*6394bd*/
}
.tborder
{
	border: 1px solid #000000; /*6394bd*/
}

/* Default font sizes. */
.smalltext
{
	font-size: x-small;
}
.normaltext
{
	font-size: small;
}
.largetext
{
	font-size: large;
}
/* 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;
}
.navbg{background-color: #aaccdd;}/*NEW*/
.logobarbg {background-color: #ffffff;text-align: center;}
.bottomfooter {background-color: #ffffff;}




/********************************
 * *   Imported CSS        	*
 * *  This is CSS imported from the*
 * *  main site css theme.		*
 * *  				*
 * * DO NOT IMPORT LIST2 or table  *
 * * CSS!!	IT will break the board!*
 * ********************************/




body{
	 color: white;
	 background-color: black; 
	 /*background-image: url(blue3.png);*/
 	 background-attachment: fixed;
	 min-width: 780px;
	 margin: 0px;
     }

#container{
	    height: 100%;
	    padding: 0px;
	    margin: 3px;
	    
}

#top{				/*Top Bar*/
	width: auto;
	text-align: center;
	height: 110px;
	/*background-image: url(gradient3.png);*/
	background-color: #002f54;
	border:3px ridge #efef2d;
	overflow: auto;
	margin: 0px;
    }


#main {				 /*Main Section*/
         vertical-align: middle;
	 margin-left: 135px;
	 margin-right: 5px;
	 margin-top: 30px;
	 font-size: 15px;
	}

table {width: 99.5%;}
html>body table {
	width: 100%;
	}



#list1 {				/* Side Bars */
	text-align: center;
	width:103px;
	margin-top: 30px;
	border:3px ridge #efef2d;
	background-color: #002f54; /*#8CB7D1;*/
	padding: 3px;
	line-height: 20px;
	}

#list2 {				/* Side Bars */
	text-align: center;
	width:103px;
	margin-top: 30px;
	border:3px ridge #efef2d;
	background-color: #002f54; /*#8CB7D1;*/
	padding: 3px;
	line-height: 20px;
	}

	
#list1, .floatl {float: left; }

#list2, .floatr { float: right; }

#list1 ul,#list2 ul			/* Side Bar section lists*/
{
   	list-style: none;
	margin-left: 0;
	padding-left: 10px;
	text-indent: -10px;
}


.sidesections
{
  font-family: Arial, Helvetica, sans-serif;	/*General Info*/
  text-align: left;
  font-size: 13px;
  line-height: 145%;
  
}

.heading		/*side section heading*/
{
    font-family: Arial, Helvetica, sans-serif;	/*General Info*/
    text-align: center;
    font-size: 14px; 
}


#counter { font-family: "Times New Roman",serif; font-size: 12px; line-height: 130%; margin-left: auto; margin-right: auto; text-align: center; color:white; background-color: black; width: 90%; border:1px ridge #efef2d;}


/*General CSS */	

select{ width: 15em;}
select,option,input { font-size: 15px;	}


#list1 a:link, #list2 a:link{	color: #efef2d;
	text-decoration: none;}

#list1 a:hover, #list2 a:hover
{text-decoration: underline;}

#list1 a:visited, #list2 a:visited{color: #ffff99; text-decoration: none;}

#list1 a:visited:hover{text-decoration: underline;}

.center {margin-left: auto; margin-right: auto; text-align: center;} 

img {border:none;}

