/* General settings */
	*{ margin:0; padding:0; }
	body { font-family:Verdana, Arial, Tahoma; font-size:12px; color:#2a2a2a; margin:0; padding:0; 
	text-align:center; /*For IE6 Shenanigans*/ 
	background-color:#ddd; background:url(../images/bg.gif) repeat right top;}
	p { font-size:12px; margin:15px; text-align:justify; line-height:15px}
	img { border:0 }
	a {color:#2f2f2f; text-decoration:none}
	a:hover {color:#000; text-decoration:underline}
	h1, h2, h3, h4, h5, h6  {
		font-weight: normal;
		margin: 5px 0;
		color: #595959;
		}

	h1  {font-size: 30pt}
	h2  {font-size: 24pt}
	h3  {font-size: 20pt}
	h4  {font-size: 18pt}
	h5  {font-size: 14pt}
	h6  {font-size: 12pt}

	table {border-collapse:collapse}	
	td {padding:0}
	
/* Main Tablez border:1px solid red;*/
	#main { margin: 0 auto; border:0; width:1082px; height:100%; text-align:justify; }
	
	td#topleft {background:url(../images/topl.gif) no-repeat bottom right; width:54px; height:159px}
	td#topright {background:url(../images/topr.gif) no-repeat top left; width:776px; vertical-align:top}
		div#toppanel { float:left; margin:129px 30px 0 200px;}
		
		div#userpanel { width:200px; float:right; margin:55px 30px 0 0; text-align:center }
		div#userpanel .inputbox {width:175px; font-family:Georgia; padding:2px; margin:2px 0; border:1px solid #ccc; text-align:center}
		div#userpanel .button {width:90px; font-family:Georgia; padding:2px; margin:2px 0; border:1px solid #fff; cursor:pointer}
		
	td#contop {background:url(../images/contop.gif) no-repeat top left; width:1082px; height:198px; vertical-align:top}
	
	td#concen {background:url(../images/concen.gif) repeat-y top left; width:1082px; height:15px; vertical-align:top}
		div#menucolumn {width:200px; margin-left:55px; float:left}
		div#condiv {width: 670px; margin-right:55px; float:right}
		
	td#conbot {background:url(../images/conbot.gif) no-repeat top left; width:1082px; height:283px; vertical-align:top}
		div#ldivbot {width: 200px; margin-left:55px; float:left}
		div#rdivbot {width: 670px; margin-right:55px; float:right}
			#rdivbot h3 {font-size:20px; font-weight:bold}
			#bot1 {width:50%; float:left}	
			#bot2 {width:50%; float:right}
			
	td#botr {background:url(../images/botr.gif) no-repeat top right; height:136px; vertical-align:top}
		div#botpanel { width:200px; float:right; margin:15px 30px 0 0; text-align:center }
		#botpanel_banner { width:710px; float:left; margin:0 0 0 50px }
		
			#ldivtop { }
				#ldivtop h3 {font-size:20px; font-weight:bold}
				#ldivtop ul {margin-left:20px; list-style:none}
				#ldivtop li {padding:5px 0}
	
	.button {width:90px; font-family:Georgia; padding:2px; margin:2px 0; border:1px solid #fff; cursor:pointer}
	
	.bt1-on :hover { background:url(../images/bt/bt_1-on.gif) top; }
	.bt2-on :hover { background:url(../images/bt/bt_2-on.gif) top; }
	.bt3-on :hover { background:url(../images/bt/bt_3-on.gif) top; }
	.bt4-on :hover { background:url(../images/bt/bt_4-on.gif) top; }
	.bt5-on :hover { background:url(../images/bt/bt_5-on.gif) top; }
	.bt6-on :hover { background:url(../images/bt/bt_6-on.gif) top; }
	/* Navigation
-----------------------------------------------------------------------------*/
.navigation {
	color:#666; 
	border:0px;
}

.navigation a:link,
.navigation a:visited,
.navigation a:hover,
.navigation a:active {
	text-decoration:none;
	color: #636363;
	background:#F9F9F9;
	border:1px solid #E6E6E6;
	padding:3px 6px;
	font-size:11px
}

.navigation a:hover {
	background:#CDCDCD;
	color:#FFFFFF;
	border-color:#E6E6E6;
}

.navigation span {
	text-decoration:none;
	background:#fff;
	padding:3px 6px;
	border:1px solid #E6E6E6;
	color:#ccc;
	font-size:11px;
}

#easyTooltip{
		padding:5px 10px;
		border:1px solid #195fa4;
		background:#195fa4;
		color:#fff;
		-moz-border-radius: 5px 5px 5px 5px ; -webkit-border-radius: 5px 5px 5px 5px ;
	}
	
.bbcodes_poll_post { border:1px solid #2f2f2f; background:#fff; padding:2px 10px; font-weight:bold; border-radius:3px }
.bbcodes_poll_post:hover { cursor:pointer; color:#DD9E3F }
