/* Defaults */
body{
	font-size:14px;
	font-family:Trebuchet MS,Verdana,Tahoma,Arial;
	background-color:#000000;
	color:#ffffff;
	background-position:0px 0px;
	padding:0px;
	margin:0px;
}
a{
	color:#3380cc;
	text-decoration:underline;
}
a:hover{
	color:#409fff;
	text-decoration:none;
}
img{
  border:0px;
}
h1{
	padding:0px;
	margin:0px;
	text-align:left;
	display:block;
	background-color:#3380cc;
}
h1,h1 a{
	font-size:16px;
	color:#ffffff;
}
form{
	padding:0px;
	margin:0px;
}
div{
	position:relative;
}



/* Header */
#quick_links{
	width:1000px;
	text-align:right;
	margin:5px auto;
}
#quick_links a{
	color:#ffffff;
	font-weight:bold;
}
#quick_links a:hover{
	color:#3380cc;
}
#header{
	width:1000px;
	height:170px;
	position:relative;
	z-index:1;
}
#header div{
	position:absolute;
}
#header .overlay1{
	top:0px;
	left:0px;
	width:100%;
	height:160px;
	background-color:#333333;
}
#header .overlay2{
	top:0px;
	left:0px;
	width:100%;
	height:130px;
	background-color:#ffffff;
}
#header .logo{
	top:20px;
	left:15px;
}
#header .ad{
	top:20px;
	right:30px;
}
#header td{
	padding:8px;
	text-align:center;
}
#header .links{
	bottom:16px;
	left:175px;
}
#header .links a{
	font-family:Verdana;
	font-size:12px;
	color:#ffffff;
	text-decoration:underline;
}
#header .links a:hover{
	color:#3380cc;
	text-decoration:none;
}
#header .search{
	bottom:15px;
	right:5px;
}
#header .search input[type="text"]{
	width:170px;
}
#header .search input{
	font-size:10px;
}



/* Main Page */
#page{
	width:1000px;
	margin:0px auto;
	z-index:1;
}
#left_col{
	float:left;
	width:160px;
	margin-top:-40px;
	z-index:2;
	position:relative;
}
#left_col div.box{
	width:154px;
	border-width:3px;
	border-style:solid;
	border-color:#191919;
	background-color:#333333;
	padding:5px 0px;
	margin-top:10px;
	text-align:center;
}
#middle_col{
	float:left;
	width:700px;
	margin-left:10px;
}
#middle_col div.box.f,#middle_col div.box.h{
	border-width:3px;
	border-style:solid;
	border-color:#191919;
	background-color:#333333;
	padding:0px;
	margin-bottom:10px;
}
#middle_col div.box.f{
	width:694px;
}
#middle_col div.box.h{
	width:339px;
}
#middle_col h1{
	padding:5px;
	font-size:14px;
}
#middle_col div.box.h h1{
	width:329px;
}
#middle_col div.box h1 a.rlink{
	position:absolute;
	top:3px;
	right:5px;
}
#right_col{
	float:left;
	width:120px;
	margin-left:10px;
	padding:0px;
}
#right_col div.box{
	width:114px;
	border-width:3px;
	border-style:solid;
	border-color:#191919;
	background-color:#333333;
	padding:0px;
	margin-bottom:10px;
}
#right_col div.box h1{
	width:104px;
	padding:5px;
	font-size:12px;
	text-align:center;
}
#right_col div.box a{
	font-size:10px;
	margin:1px 0px;
	display:block;
	text-align:center;
	color:#fff;
}
#footer{
	width:994px;
	border-width:3px;
	border-style:solid;
	border-color:#191919;
	background-color:#333333;
	color:#ffffff;
	font-weight:bold;
	margin:0px auto;
	margin-bottom:10px;
	padding:5px 0px;
	text-align:center;
}


/* Game Thumbnails Lists */
table.g_thumbs{
	width:100%;
}
table.g_thumbs td{
	text-align:center;
	vertical-align:top;
}
table.g_thumbs a img{
	border-width:1px;
	border-style:solid;
	border-color:#ffffff;
}
table.g_thumbs a:hover img{
	border-width:1px;
	border-style:solid;
	border-color:#409fff;
}
table.g_thumbs a{
	color:#ffffff;
	text-decoration:none;
	font-size:10px;
}
table.g_thumbs a:hover{
	color:#409fff;
}



/* Misc */
*.fl{
	float:left;
}
*.fr{
	float:right;
}
*.sw,*.sw{
	width:344px;
}
*.clear{
	width:100%;
	clear:both;
}
*.stxt{
	font-size:80%;
}
*.red{
	color:#ff0000;
}
*.newm{
	background-color:#00ff00;
	color:#000000;
}
.newm a{
	color:#0000ff;
}
.imgf{
	opacity:0.3;
	filter:alpha(opacity=30);
}
.editinfo{
	width:400px;
	margin:10px auto;
}
.editinfo b{
	display:block;
	margin-top:14px;
}
.editinfo input[type="text"],.editinfo input[type="password"],.editinfo select{
	display:block;
	width:400px;
	margin-top:3px;
	border:1px solid #505050;
	color:#aaaaaa;
}
.editinfo input[type="submit"]{
	cursor:pointer;
	margin-top:10px;
}
.editinfo input.on,.editinfo select.on{
	color:#000000;
}


/* From Old CSS */
.s_image {
  width:70px;
  height:60px;
  margin:0px 5px;
  float:left;
}


/* Firefox Extras */
div.box{
	-moz-border-radius:6px;
}
div.box h1{
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
}


/* Exchange Page */
table.exchange{
	width:100%;
}
table.exchange td.r{
	width:400px;
}
table.exchange td.r input{
	width:400px;
}
table.exchangelinks{
	width:100%;
	border-color:#00ff00;
	border-width:3px;
	border-style:outset;
	margin-bottom:10px;
}