/**
 * Master CSS Wrapper
 * eNerds Main Website
 * Created By dean (eNerds Web Services)
 * (c) 2008 eNerds IT
**/

/* TOP DEFINITIONS */

	* {
			margin: 0;
			padding: 0;
		}

		body {
			font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
			text-align: center;
			font-size: 11px;
			color: #444;
			width:845px;
			margin:0px auto;
			cursor:default;
			font-weight: normal;
		}
		
		a img {
			border: 0;
		}

		a {
			color:#666600;
		}

		a:hover {
			color:#000000;
		}
		
		.small {
				font-size: 10px;
		}
		
/* HOME PAGE CONSTRUCTION */
 
		#content #topimage h1
		{
			font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
			padding-left: 15px;
			padding-top: 15px;
			text-align: left;
			font-size: 21px;
		}
		
		#content #topimage h2
		{
			padding-left: 15px;
			padding-top: 5px;
			padding-bottom: 5px;
			text-align: left;
			font-size: 10px;
		}
		
		#content #profiles .text
		{
			font-weight: normal;
			padding-left: 15px;
			padding-top: 10px;
			padding-bottom: 5px;
			padding-right: 25px;
			text-align: left;
			font-size: 10px;
			
		}
		
		#content #profiles .image
		{
			text-align: left;
		}
		
		#content .adboxes {
			border: 1px #b8b8b8	solid;
		}
		
		#content .cframe
		{
			text-align: left;
		}
		
/* PAGE REGIONS */

		#titlebar {
			width: 845px;
			margin-left: 20px;
			background-color: White;
			color: Black;
			text-align: left;
			vertical-align: middle;
		}
		
		#menubar {
			padding-top: 7px;
			width: 845px;
			text-align: left;
			margin-left: 15px;
		
		}
		
		#headingbar {
			width: 835px;
			margin-top: 7px;
			margin-left: 26px;
			border: 1px #b7b8b9 solid;

		}
		
		#content {
			width:835px;
			margin-top: 7px;
			margin-left: 25px;
		}
		
		
		#footer {
				margin-top: 7px;
			padding-top: 7px;
			width:845px;
			margin-left: 20px;
			text-align: center;
			background-color: #000000;  /** #2F2F2F **/
			padding: 2px 0px 2px 0px;
			height: 15px;
			color: #C4CB53;
			border-top-color: #2F2F2F;
			border-top-style: solid;
			border-top-width: 1px;
			font-size: 9px;
			border-left: 1px solid #2F2F2F;
			border-right: 1px solid #2F2F2F;
		}
		
		#footer a:link, #footer a:visited {
			color: #C4CB53;
			text-decoration: none;
		}
		
		#debugregion {
			visibility: hidden;
			font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
			vertical-align: middle;
			text-align: center;
			width: 750px;
				margin-left: 20px;
			border: 1px solid #2F2F2F;
			background-color: #e57c7c;
			padding: 5px 5px 5px 5px;
		}

		#debugregion #debuginfo {
			border: 1px solid #2F2F2F;
			background-color: #fce5e5;
		}
		
		
		

/***
Table Base Layout Definition
***/

div.listingTable thead td {
	height: 20px;
	padding: 2px 2px 2px 2px;
	border-bottom: 2px solid #666666;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	background-color: #c7c7c7;

}

div.listingTable tr.evenrows td {
	padding: 2px 2px 2px 2px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #fefefc;
	cursor: arrow;
}

div.listingTable tr.oddrows td  {
	padding: 2px 2px 2px 2px;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 10px;
		background-color: #f8f9ed;
		cursor: arrow;
}

div.listingTable tr.endrow td  {
		padding: 2px 2px 2px 2px;
		border-top: 2px solid #666666;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 10px;
		background-color:  #e5e8d0;
}

div.listingTable tr.section td  {
		padding: 2px 2px 2px 2px;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 10.5px;
		font-weight: lighter;
		text-align: left;
		text-transform: uppercase;
		background-color: #e5e8d0;
		border-bottom: 1px solid #666666;
		cursor: arrow;
}

div.listingTable tr.oddrows td a,  div.listingTable tr.evenrows td a {
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: black;
		text-decoration: none;
		cursor: arrow;
}

div.listingTable tr.oddrows td a:hover,  div.listingTable tr.evenrows td a:hover {
		font-weight: bold;
}


#newsregion h1 {
	font-size: 15px;
	color: #000;
}

#redbox
{
	padding-left: 5px;
	background: #FFA6A6;
	border: thin dashed #FF8080;
}

#greenbox
{
	padding-left: 5px;
	background: #CFC;
	border: thin dashed #80FF00;
}

