@charset "utf-8";
/* CSS Document */

body {
	height:	100%;
	margin:	0px;
}
#create_simple{
	float: left;
	width: 400px;
}

#create_advanced{
	float: left;
	width: 600px;
}

#btn_create_game{
	background: transparent;
	border: none;
}
#btn_join_game{
	background: transparent;
	border: none;
}

/************* Module styles *************/

/* Left side small column. */
#game_stats{
	float: left;
	width: 260px;
	/*border: solid 1px #008BCE;*/
	
	padding: 10px;
	
	background-image: URL('../site_images/new_feature.jpg');
	background-repeat: repeat-x;
}

/*hr{
	width: 100%;
	height: 1px;
	
	border: 0px;
	
	background-color: #0099FF;
	color: #0099FF;
}*/

/* Wide column which complements a thin one. */
#game_roster{
	float: left;
	width: 695px;
	/*border: solid 1px #008BCE;*/
	border-left: solid 1px #0099FF;
	
	padding: 10px;
	
	background-image: URL('../site_images/new_feature.jpg');
	background-repeat: repeat-x;
}

/* Left side thin column. */
#mod_control{
	float: left;
	width: 260px;
	
	padding: 10px;
}

#game_content{
	float: left;
	width: 980px;
	/*border: solid 1px #008BCE;*/
	
	padding: 10px;
	
	background-image: URL('../site_images/new_feature.jpg');
	background-repeat: repeat-x;
}

/************* Forum styles *************/

#forums_table tr td{
	padding: 1px;
	/*background-color: #edf1fc;*/
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

table td tr{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	height: 100%;
	margin: 0px;
	
	background-color: #BAD7FF;
	background-image:URL('../site_images/top_repeat.gif');
	background-repeat: repeat-x;
}
.mod_post{
	background-color: #FFFF99;
}
/* Comment box */
#comment{
	background-color: #F4F7FD;
	border: 1px solid #7E9CEB;
	padding: 2px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#comment:focus{
	background-color:#FFFFFF;
}
#forumpost{
	border-bottom: 1px solid #7E9CEB;
}

/************* Site styles *************/

#container{
	height: 100%;
	margin-left:	auto;
	margin-right:	auto;
	
	text-align:		left;
	overflow:		auto;
}
#site_center {
	height: 100%;
	overflow:		auto;
	width: 1000px;
	
	border-bottom: 1px solid #84b8ff;
}
#banner{
	background-image: URL("../site_images/banner.gif");
/*	background-repeat: no-repeat;*/
}
#header_announce{
	width: 		100%;
	color:		#FFFFFF;
	background-color: #CC0000;
	padding: 	5px;
	display:	none;
}

#leftBorder {
	height: 100%;
	width: 54px;
	
	vertical-align: top;
	
	background-image: URL('../site_images/bottom_left.jpg');
	background-repeat: repeat-y;
}
#rightBorder {
	height: 100%;
	width: 54px;
	
	vertical-align: top;
	
	background-image: URL('../site_images/bottom_right.gif');
	background-repeat: repeat-y;
}

a {
	color: #0077FF;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #FF8000;
}

#nav{
	/*background-image: URL("../site_images/button.jpg");
	background-repeat: repeat-x;*/
	
	/*border-top-color: #0099FF;
	border-top-style: solid;
	border-top-width: thin;*/
	
	/*width: 100%;
	height: 33px;*/
}
.nav_btn{
	width: 267px;
	height: 33px;
	
	text-align: center;
	vertical-align: middle;
}

.nav_btn a {
	width: 200px;
	/*background-color: #FFFFFF;*/
	text-decoration: none;
	/*color: #3a1e1a;*/
	
	padding: 9px 0px 9px;
}
.nav_btn a:hover {
	/*background-color: #866859;*/
	text-decoration: none;
	color: #3a1e1a;
}
.desc_text {
	color: #0077FF;
	font-weight: bold;
}
