/* Main Style */

/*
Background		161616
Background		323232
	Alt			4B4B4B
	
Containter		F3F3F3

Nav Bar
	Fade		C9C9C9
	Color		E3E3E3
	
Possible Nav Bar
	Fade		A3A3A3
	Color		C8C8C8

*/
html {
    overflow-y: scroll;
}
body
{
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size:11px;
	background-color:#161616;
	color:#000;
}

img
{  
	border-style: none;
}

a
{
	color:#000;
}
a:hover
{
	color:#058;
}

input, select
{
	border:1px solid #000;
	font-family:"Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	margin-top:.2em;
	margin-bottom:.2em;
	height:1.4em;
}
select
{
	height:auto;
}

#content
{
	margin-left:auto;
	margin-right:auto;
	min-width:1080px;
	max-width:1080px;
	width:1080px;
}

.c_top
{
	background-color:transparent;
	min-height:12px;
}

.c_top #t_left
{
	background-image:url(../images/content/Top_left.png);
	background-repeat:no-repeat;
	width:11px;
	height:12px;
	margin-left:0px;
}

.c_top #t_mid
{
	background-image:url(../images/content/Top_Mid.png);
	background-repeat:repeat-x;
	background-position:0px 0px;
	height:12px;
	margin-left:11px;
	margin-top:-12px;
	margin-right:12px;
}

.c_top #t_right
{
	background-image:url(../images/content/Top_Right.png);
	background-repeat:no-repeat;
	background-position:100% 0px;
	height:12px;
	margin-top:-12px;
	margin-right:1px;
	margin-left:0px;
}

.c_mid
{
	background-color:transparent;
}

.c_mid #m_left
{
	background-image:url(../images/content/Left_Mid.png);
	background-repeat:repeat-y;
	background-position:0% 100%;
	padding-left:15px;
	margin-right:1px;
}

.c_mid #m_right
{
	background-image:url(../images/content/Right_Mid.png);
	background-position:100% 0%;
	background-repeat:repeat-y;
	margin-right: 0px;
	padding-right:15px;
}

.c_mid #m_mid
{
	background-image:url(../images/content/Background.png);
	background-repeat:repeat;
	margin-left:-5px;
	margin-right:-5px;
	width:auto;
}

.c_bot
{
	background-color:transparent;
	min-height:12px;
}

.c_bot #b_left
{
	background-image:url(../images/content/Bottom_Left.png);
	background-repeat:no-repeat;
	width:11px;
	height:12px;
	margin-left:0px;
}

.c_bot #b_mid
{
	background-image:url(../images/content/Bottom_Mid.png);
	background-repeat:repeat-x;
	background-position:0px 0px;
	margin-left:11px;
	margin-top:-12px;
	margin-right:11px;
	height:12px;
}

.c_bot #b_right
{
	background-image:url(../images/content/Bottom_Right.png);
	background-repeat:no-repeat;
	background-position:100% 0px;
	height:12px;
	margin-top:-12px;
	margin-right:1px;
	margin-left:0px;
}

.header
{
	width:980px;
	height:100px;
	margin-left:auto;
	margin-right:auto;
	padding-top:0px;
}

.header #logo_wrapper
{

	width:436px;
	height:75px;
}

.navWrapper
{
	padding-top:.5em;
	padding-bottom:2.5em;
}
/* Edit */
.edittable
{
	border-top: 1px solid #a5a5a5;
	margin-left:auto;
	margin-right:auto;
	padding-top:1em;
	padding-bottom:1em;
	width:500px;
	min-width:500px;
	color:#000;
}

.edittable td
{
	padding-top:.5em;
	padding-bottom:.5em;
}

.edittable #row1,#row4
{
	background-color:#e5e5e5;
	text-align:center;
	text-indent:3px;
	font-size:10px;
	border-bottom:1px solid #a5a5a5;
}
.edittable #row4
{
	background-color:#E0E0E0;
	height: 10px;
}

.edittable #row2
{
	background-color:#E5E5E5;
	text-indent:3px;
	min-height:2em;
	text-align:center;
}
.edittable #row3
{
	background-color:#DADADA;
	text-indent:3px;
	text-align:center;
	min-height:2em;
	color:#000;
}

.edittable #col1,col2
{	padding-top:.4em; padding-bottom:.4em; }
.edittable #border_left,#border_right,#border_left_alt,#border_right_alt
{ background-repeat:repeat-y; width:11px; max-width:11px; min-width:11px; }
.edittable #border_left
{ background-image:url(../images/content/Left_Mid_Nav.png); }
.edittable #border_right
{ background-image:url(../images/content/Right_Mid_Nav.png); }
.edittable #border_left_alt
{ background-image:url(../images/content/Left_Mid_Nav_Alt.png); }
.edittable #border_right_alt
{ background-image:url(../images/content/Right_Mid_Nav_Alt.png); }

/* Lightbox */
#lightbox
{
	background-color:#0C0C0C;
	padding: .5em;
	border-bottom: 2px solid #111;
	border-right: 2px solid #111;
	color:#aaa;
}
#lightboxDetails
{
	font-size: 0.8em;
	padding-top: 0.4em;
}	
#lightboxCaption
{
	float: left;
}
#keyboardMsg
{
	float: right;
}
#closeButton
{
	top: 5px; right: 5px;
}
#lightbox img
{
	border: none; clear: both;
} 
#overlay img
{
	border: none;
}

#overlay
{
	background-image:url(../images/lightbox/overlay.png);
}

* html #overlay
{
	background-color: #333;
	background-color: transparent;
	background-image: url(../images/lightbox/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/lightbox/overlay.png", sizingMethod="scale");
}
/* Listings */

.listings #nav1 a	{ color:#000000; }
.listings #nav2 a	{ color:#000000; }
.listings #nav3 a	{ color:#FFFFFF; }

.listings
{
	margin-left:auto;
	margin-right:auto;
	width:1040px;
	min-width:900px;
	border-collapse:collapse;
	border-top: 1px solid #a5a5a5;
}

.listings td
{ padding-top:.5em; padding-bottom:.5em; }

.listings a
{color:#aa9;}

.listings a:hoover
{color:#fa9;}

.listings #row1 a
{
	color:#000;
}


.listings #row1,#row4
{
	background-color:#e5e5e5;
	text-align:center;
	text-indent:3px;
	font-size:10px;
	border-bottom:1px solid #a5a5a5;
}

.listings #row1
{	font-size:11px; }

.listings #row2
{
	background-color:#2a2a2a;
	text-indent:3px;
	min-height:2em;
	text-align:center;
}
.listings #row3
{
	background-color:#222222;
	text-indent:3px;
	text-align:center;
	min-height:2em;
}

.listings #row2,#row3
{ color:#DDD; }

.listings #row4
{ background-color:#E0E0E0; height: 10px; }

.listings #nav1,#nav2,#nav3
{
	background-color:#e5e5e5;
	text-align:center;
	text-indent:3px;
	font-size:12px;
	border-bottom:1px solid #a5a5a5;
}

.listings #nav2,#nav3
{
	background-color:#d9d9d9;
	text-indent:3px;
	min-height:2em;
	text-align:center;
}





/*
.listings #stats
{	background-color:#2a2a2a; }
.listings #stats_alt
{	background-color:#222; }
*/
.listings #views
{	font-size:9px;	}

.listings #col1,#col2
{	padding-top:.4em; padding-bottom:.4em; }

/*Weapons stats colors*/
.listings #damage			{ background-color:#292121; }
.listings #damage_alt		{ background-color:#291f1f; }

.listings #firerate			{ background-color:#212921; }
.listings #firerate_alt		{ background-color:#1f291f; }

.listings #accuracy			{ background-color:#212129; }
.listings #accuracy_alt		{ background-color:#1f1f29; }

/*Item class colors*/
.listings #grenade_mod,#grenade_mod_alt	{ background-color:#392121; }
.listings #shield ,#shield_alt			{ background-color:#213921; }
.listings #class_mod,#class_mod_alt 	{ background-color:#212139; }
.listings #artifact,#artifact_alt 		{ background-color:#213939; }
.listings #other,#other_alt 			{ background-color:#392139; }

.listings #border_left,#border_right,#border_left_alt,#border_right_alt
{ background-repeat:repeat-y; width:11px; max-width:11px; min-width:11px; }

.listings #border_left
{ background-image:url(../images/content/Left_Mid_Nav.png); }
.listings #border_right
{ background-image:url(../images/content/Right_Mid_Nav.png); }
.listings #border_left_alt
{ background-image:url(../images/content/Left_Mid_Nav_Alt.png); }
.listings #border_right_alt
{ background-image:url(../images/content/Right_Mid_Nav_Alt.png); }

.listings #listing_left
{ background-image:url(../images/content/listing_left.png); }
.listings #listing_right
{ background-image:url(../images/content/listing_right.png); }
.listings #listing_left_alt
{ background-image:url(../images/content/listing_left_alt.png); }
.listings #listing_right_alt
{ background-image:url(../images/content/listing_right_alt.png); }


#page
{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	padding-top:1.4em;
	padding-bottom:1.4em;
}

.areaTitle
{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	padding-bottom:1em;
}
