/* CSS Document */

body{
	margin:0px;
	background-image:url(../img/bg.jpg);
	background-repeat:no-repeat;
}

img{
	border:0px;
}

#player_flag{
	border:1px solid #000000;
}

a:link{
	color:#000000;
	text-decoration:underline;
}

a:visited{
	color:#333333;
	text-decoration:underline;
}

a:hover{
	color:#FF0000;
	text-decoration:underline;
}

a:active{
	color:#FF0000;
	text-decoration:underline;
}

div.logo_div{
	position:absolute;
	left:230px;
	top:16px;
}

div.nav_div{
	position:absolute;
	top:10px;
	left:688px;
}

div.wrapper_div{
	margin-top:120px;
	margin-left:80px;
	width:604px;
	height:475px;
}

div.score_box{
	position:absolute;
	left:550px;
	top:14px;
}

div.main_div{
	/*display:block;*/
	overflow:auto;
	width:594px;
	height:475px;
}

div.loading_div{
	display:block;
}

img.loading_img{
	position:relative;
	top:80px;
}

.txt_main{
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
}

div.heading{
	position:absolute;
	left:100px;
	top:90px;
	z-index:10;
}

.txt_head{
	font-size:14px;
	font-weight:bold;
}

div.thumb_gallery{
	width:594px;
	display:block;
	text-align:center;
}

div.gallery_browser{
	display:none;
	position:relative;
	width:594px;
	text-align:center;
}

div.gb_next{
	position:absolute;
	right:80px;
	top:0px;
}

div.gb_prev{
	position:absolute;
	left:80px;
	top:0px;
}

div.gb_close{
	position:absolute;
	right:6px;
	top:0px;
}

div.img_wrapper{
	display:inline;
	padding:4px;
	width:100px;
	height:160px;
}

div.img_float_right{
	float:right;
}

div.login_div{
	position:absolute;
	top:200px;
	/*left:242px;*/
	left:-260px;
	background-color:#FFFFFF;
	border:#FF0000 solid 4px;
	width:200px;
	padding:10px;
	text-align:center;
	/*display:none;*/
	font-weight:bold;
}

/* news box */
#news_wrapper{
	margin-top:20px;
	background:url(../img/news_bg.jpg) no-repeat;
	width:573px;
	height:224px;
}

#news_head{
	height:30px;
	padding-left:40px;
	padding-top:20px;
}

#news_article{
	width:290px;
	height:190px;
	float:left;
	overflow:auto;
	padding-left:10px;
}

#news_txt{
	padding:4px;
	height:160px;
	overflow:auto;
	text-align:justify;
}

#news_list{
	width:255px;
	height:190px;
	float:left;
	overflow:auto;
	padding-top:4px;
	padding-left:10px;
}

/* order now */

#order_now_butt{
	position:absolute;
	left:30px;
	top:27px
}

/* warroom */

table.leaderboard{
	color:#000000;
}

tr.row_red{
	background-color:#FF9F9F;
}

tr.row_blue{
	background-color:#AEAEFF;
}

#faction_scores{
	position:relative;
	width:300px;
	height:180px;
}

#blue_scores_bg{
	position:absolute;
	width:280px;
	height:80px;
	left:10px;
	top:74px;
	background-color:#0000FF;
	border:#FFFFFF 1px solid;
	z-index:5;
}

#red_scores_slider{
	position:absolute;
	height:80px;
	left:10px;
	top:74px;
	background-color:#FF0000;
	border:#FFFFFF 1px solid;
	z-index:10;
	border-right:none;
}

#red_score{
	position:absolute;
	width:140px;
	height:20px;
	left:10px;
	top:107px;
	text-align:left;
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	z-index:15;
	padding-left:2px;
}

#blue_score{
	position:absolute;
	width:140px;
	height:20px;
	left:150px;
	top:107px;
	text-align:right;
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	z-index:20;
}

.border_left{
	border-left:#000000 1px solid;
}

.border_bottom{
	border-bottom:#000000 1px solid;
}

.border_top{
	border-top:#000000 2px solid;
}

#top_secret_butt{
	position:absolute;
	left:722px;
	top:543px;
	z-index:20;
}

#tshirt_butt{
	position:absolute;
	left:374px;
	top:528px;
	z-index:50;
}

#comp_inner{
	background:url(../img/comp_bg.jpg) no-repeat;
}

.red{
	background-color:#FF0000;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	padding-left:2px;
	padding-right:2px;
}

.blue{
	background-color:#0000CC;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	padding-left:2px;
	padding-right:2px;
}
