/* CSS Document */

* {
    margin:0;
    padding:0;
}

html {
    font-size:14px;
    font-family:"Arial", sans-serif;
	color: #FFFFFF;
}
a {
    text-decoration:none;
	color: #EFEDDB;
}

body {
background: #191919;
text-align: center;
}

body, html {
	height: 100%;
}

#header { 
	width: 100%;
	height: 136px;
	background-image: url(../images/bg.gif);
	clear: right;
}

#header2 {
	margin: 0 auto;
	width: 920px;
	height: 136px;
}

div#header2 h1 {
	display: block;
	width: 180px;
	height: 97px;
	float: left;
}

div#header2 h1 a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -5000px;
	float: left;
	background-image: url(../images/logo.gif);
}

#navfield ul {
	list-style-type: none;
	margin:0;padding:0;
}

#navfield ul li {
	float: left;
	margin-left: 61px;
	margin-top: 45px;
}
#navfield ul li a {
	font-weight: bold;
}

#navfield {
	float: left;
	width: 732px;
	display: inline;
}

#topbar {
	display: block;
	clear: left;
	text-align: right;
	font-size: 11px;
	margin-top: 5px;
	font-weight: bold;
}

#container {
	margin: 0 auto;
	display: block;
	clear: both;
	width: 900px;
}

#leftmenu {
	width: 166px;
	text-align: left;
	float: left;
}
#rightmenu {
	width: 166px;
	text-align: left;
	float: left;
	margin-left: 20px;
}
#menutop {
	width: 166px;
	height: 17px;
	background-image: url(../images/bar_top.gif);
	clear: both;
}
#menumiddle {
	width: 166px;
	background-image: url(../images/bar_middle.gif);
	clear: both;
}
#menubottom {
	width: 166px;
	height: 17px;
	background-image: url(../images/bar_bottom.gif);
	clear: both;
}

#menumiddle ul {
	list-style-type: none;
	margin-left: 15px;
}

#menumiddle ul p {
	font-size: 12px;
	margin-bottom: 15px;
	margin-top: 5px;
	width: 134px;
}

#menumiddle ul li {
	clear: left;
	margin-bottom: 6px;
}
#menumiddle ul li.title {
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #565656;
	width: 134px;

}
#menumiddle ul li.title2 {
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #565656;
	width: 134px;
	padding-top: 10px;
}
#menumiddle ul li a {

}

#content {
	width: 692px;
	text-align: left;
	float: left;
	margin-left: 24px;
}
#content-home {
	width: 515px;
	text-align: left;
	float: left;
	margin-left: 24px;
	background-image: url(../images/game_bg.gif);
	background-repeat: no-repeat;
}
#content-home p {
	margin-bottom: 20px;
}
#content h2 { font-size: 31px; font-weight: normal; }

#linebreak {
	width: 692px;
	height: 1px;
	border-bottom: 1px solid #494949;
}

#sitebar {
	width: 692px;
	height: 26px;
	border-bottom: 1px solid #494949;
	border-top: 1px solid #494949;
}

#sitebar ul {
	list-style-type: none;
}
#sitebar ul li {
	float: left;
	height: 21px;
	padding-top: 5px;
	padding-left: 11px;
	padding-right: 11px;
	font-size: 12px;
}
#sitebar ul li.selected {
	background-color: #454545;
}

.normalinput {
	background-color: #343434 !important;
	color: #FFFFFF;
	border: 1px solid #505050;
}

.normalinput2 {
	background-color: #444444;
	color: #FFFFFF;
	border: 1px solid #6E6E6E;
}
.pushdown {
	margin-top: 10px;
	display: block;
}

#comment-title {
	display: block;
	width: 692px;
	height: 25px;
	border-bottom: 1px solid #4f4f4f;
	margin-top: 150px;
	clear: left;
	margin-bottom: 20px;
}

#comment-title p {
	display: block;
	padding-bottom: 4px;
}

#postbox {
	display: block;
	width: 692px;
	height: 114px;
	background-color: #0E0E0E;
	border: 1px solid #4f4f4f;
}

.textbg2 {
	background-color: #2b4e89;
	border: 1px solid #4f4f4f;
	color: #efeddb;
	padding: 5px;
	font-family: arial;
}
.darktext {
	color: #efeddb;
}
.user a {
	color: #efeddb;
	font-weight: bold;
	margin-top: 10px;
}

#contentpost {
	display: block;
	width: 692px;
	border-bottom: 1px dashed #4f4f4f;
	color: #efeddb;
	margin-top: -7px;
	margin-bottom: 10px;
}
#contentpost p {
	margin-bottom: 8px;
}
.linebottom {
	border-bottom: 1px solid #4f4f4f;
}

.formbgs {
	background-color: #071e45;
	border: 1px solid #4f4f4f;
}

.darktext {
	color: #858585;
}

#content-home h2 {
	display: block;
	width: 467px;
	height: 52px;
	background-image: url(../images/do_something.gif);
	text-indent: -5000px;
}

#rightmenu ul {
	list-style-type: none;
}
#rightmenu ul li {
	width: 146px;
	display: block;
	font-size: 11px;
	border-bottom: 1px dashed #FFFFFF;
	padding: 10px 0 10px 0;
}


.tc_input { 
	border: 1px solid #646464;
	height: 18px;
	padding-left: 3px;
	padding-top: 4px;
	background: #2b2b2b url(../images/inputbg.gif) repeat-x top left;
	background-color: #2b2b2b !important;
	color: #CCFF00;
}

.tc_input2 { 
	border: 1px solid #646464;

	padding-left: 3px;
	padding-top: 4px;
	background: #2b2b2b url(../images/inputbg.gif) repeat-x top left;
	background-color: #2b2b2b !important;
	color: #CCFF00;
}

#consume { 
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 1;
	background-color: #303030;
	filter: alpha(opacity=97%);
	-moz-opacity:0.97;
	opacity: 0.97;
	height: 20000px;
}

#consume_window {
	z-index: 1;
	margin-left: auto;
	margin-right: auto;
	width: 511px;
	height: 458px;
	background-color: #000000;

	border: solid 14px #191919;
	margin-top: 159px;
	padding: 14px;
	}

