@import "quickinfo.css";
@import "text.css";

body{
	background: #000 url("../images/bg.gif");
	padding: 7px 0;
	margin: 0;
}
#topbar{
	background: url("../images/topbar.gif") no-repeat;
	margin-left: auto;
	margin-right: auto;
	height: 176px;
	width: 850px;
}
#chngImg{
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 160px;
	width: 814px;
}
#bodyContainer{
	background: url("../images/cont_body.gif") repeat-y;
	margin-left: auto;
	margin-right: auto;
	width: 510px;
	position: relative;
	padding: 10px 170px;
}
#bodyTop{
	background: url("../images/cont_top.gif") no-repeat;
	height: 13px;
	width: 850px;
	margin: 5px auto 0 auto;
}
#bodyBottom{
	background: url("../images/cont_bottom.gif") no-repeat bottom;
	height: 11px;
	width: 850px;
	margin: 0 auto;
	color: #FFF;
	font: 9px tahoma, sans-serif;
	text-align: center;
}
#bodyBottom a{
	color: #DDD;
}
#bodyBottom a:hover{
	color: #DDD;
	text-decoration: none;
}
#mainMenu{
	background: url("../images/menu_body.gif") repeat-y left 27px;
	width: 140px;
	position: absolute;
	top: 10px;
	left: 10px;
}
.menuTop{
	background: url("../images/menu_top.gif") no-repeat;
}
.menuBottom{
	background: url("../images/menu_bottom.gif") no-repeat;
	height: 26px;
}
#mainMenu .nav, .adminMenu{
	font: 9px/13px verdana, sans-serif;
	list-style: none;
	margin: 0;
	padding: 0 0 0 5px;
}
#mainMenu .nav a{
	font: bold 10px/26px verdana, sans-serif;
	color: #373846;
	text-decoration: none;
	margin: 0 0 1px 0;
}
.adminMenu a{
	font: bold 10px/25px verdana, sans-serif !important;
}
#mainMenu .nav a:hover{
	color: #5a5b6d;
	border-bottom: 1px #000 dashed;
	margin: 0;
}
#cont{
	background: #ccc;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	border: 1px #333 solid;
	padding: 0 0 10px 0;
}
.contTop{
	background: url("../images/cont_top.jpg") no-repeat;
	color: #FFF;
	display: block;
	margin: 0 0 5px 0;
	padding-left: 15px;
	height: 22px;
}
.error{
	border: 1px #600 dashed;
	background: #fc3;
	width: 300px;
	margin: 0 auto;
	padding: 2px;
}
ol.unordered{
	list-style-type: disc;
}
/* START ## GENERAL TABLE SETUP */
table{
	border: 1px #000 solid;
	border-collapse: collapse;
	margin: 0 auto;
	width: 470px;
}
table .even{
	background: #EEE;
}
table .evenOff{
	background: #ffCC66;
}
table .oddOff{
	background: #ff9933;
}
table th{
	background: #EEE;
	border: 1px #000 solid;
	font: bold 10px verdana, sans-serif;
}
table td{
	font: 10px verdana, sans-serif;
	border: 1px #000 solid;
	padding: 1px 1px 1px 2px;
}

/* END ## GENERAL TABLE SETUP */
#clanwarsList .date, #clanwarsList .score, #clanwarsList .server{
	text-align: center;
}
#clanwarsQuick{
	border: 1px #000 solid;
	border-collapse: collapse;
	margin: 4px 4px 10px 4px;
	width: auto;
}
#clanwarsQuick .even{
	background: #EEE;
}
#clanwarsQuick th{
	background: #EEE;
	border: 1px #000 solid;
	font: bold 10px verdana, sans-serif;
}
#clanwarsQuick td{
	font: 10px verdana, sans-serif;
	border: 1px #000 solid;
	padding: 1px 4px;
}
#clanwarsQuick .num{
	font-weight: bold;
	text-align: right;
}
.cwWon{
	color: #070;
	font-weight: bold;
}
.cwLost{
	color: #700;
	font-weight: bold;
}


/*## START LOGIN FORMULAR  ##*/
#quickInfo form{
	margin: 0 0 6px 0;
	padding: 0;
}
#cont #frmLoginlgn{
	background: #999;
	width: 300px;
	margin: 0 auto;
	border: 1px #666 solid;
}
#username, #userpass, #userpass2, #frmSubmit, #usernamelgn, #userpasslgn, #userpass2lgn, #frmSubmitlgn{
	border: 1px #666 solid;
	color: #333;
	font: 9px verdana, sans-serif;
	margin: 6px auto 11px auto;
	clear: both;
	display: block;
	padding: 0;
	width: 120px;
	height: 13px;
}
#usernamelgn, #userpasslgn, #userpass2lgn, #frmSubmitlgn{
	margin: 10px 12px;
	display: inline;
}
#userpasslgn{
	visibility: hidden;
	display: none;
}
#userpass2lgn{
	visibility: visible;
	display: inline;
}
#frmRememberlgn{
	margin: 0 0 0 10px;
	width: auto;
	float: left;
}
#frmLoginlgn label{
	display: block;
	float: left;
	font-weight: bold;
	padding: 0;
	margin: 0 2px 13px 0;
}
#frmRemember{
	display: block;
	margin: 0 0 0 10px;
	width: auto;
	float: left;
}
#frmLogin label, #deleteLogin{
	display: block;
	float: left;
	font: bold 10px verdana, sans-serif;
	padding: 0;
	margin: 0 2px 13px 0;
}
#deleteLogin{
	margin-left: 15px;
	margin-top: 1px;
}
#frmSubmit, #frmSubmitlgn{
	height: 15px;
	margin: 6px auto !important;
}
#frmSubmitlgn{
	display: block;
	margin: 10px auto !important;
}
/*## END LOGIN FORMULAR  ##*/

/*## START NEWS AREA  ##*/
.newsHead{
	border-top: 1px #373846 dashed;
	margin: 0 0 0 4px;
	padding-top: 20px;
}
.newsHead h4{
	margin: 0;
}
.newsDateTime{
	float: right;
	margin: 0 10px 0 0;
	font: 10px tahoma, sans-serif;
}
.newsCont{
	margin: 4px;
}
.newsAuthor{
	margin: 0 10px 10px 0;
	font: bold 11px tahoma, sans-serif;
	text-align: right;
}
.adminMenu li{
	padding-bottom: 1px;
}
.adminMenu a{
	margin: 0;
}
.adminMenu a:hover{
	border: none;
}
#adminList label{
	font: bold 10px verdana, sans-serif;
}
#createItem{
	margin: 0 10px;
}	
#createItem fieldset{
	margin: 15px 0;
}
#createItem legend{
	font: bold 12px arial, sans-serif;
}
#createItem input, #createItem textarea, #createItem select{
	display: block;
	font: 10px verdana, sans-serif;
	width: 300px;
}
#createItem textarea{
	height: 100px;
}
#createItem label{
	font: bold 10px verdana, sans-serif;
	line-height: 20px;
}
#createItem label span{
	font: normal 10px verdana, sans-serif;
}
#createItem .dateTime{
	width: 150px;
}
.shortNum{
	width: 30px;
	text-align: right;
}
#createItem select{
	width: auto;
}
#createItem #submit{
	margin: 10px auto;
	width: 150px;
}
.box, .radio{
	width: auto !important;
	display: inline !important;
}
#createItem .boxDescr{
	display: inline;
}
#createItem #submit, #adminList #submit{
	display: block;
	margin: 10px auto;
	width: 150px;
}
.checkLbl, .radioLbl{
	display: inline !important;
}
.tagTbl{
	margin: 10px auto !important;
	padding: 0 !important;
	width: 400px;
}
.tagTbl td{
	background: #EEEEEE;
}
.tagTbl .tagCont{
	background: #D6D6D6;
}
.tblObject input{
	width: 200px !important;
}
.resImgSmall{
	margin: 0 !important;
}
.resImgSmall:hover{
	background: transparent !important;
	border: 0 !important;
}
.resImgSmall img{
	border: 1px #000 solid;
	margin: 6px 18px;
	height: 60px;
	width: 80px;
}
.resImgSmall:hover img{
	margin: 4px 16px !important;
	border: 3px #000 solid;
}
.resImgLarge{
	margin: 0 auto !important;
}
.resImgLarge:hover{
	background: transparent !important;
	border: 0 !important;
}
.resImgLarge img{
	border: 1px #000 solid;
	margin: 6px 50px;
	height: 300px;
	width: 400px;
}
.resImgLarge:hover img{
	margin: 4px 48px !important;
	border: 3px #000 solid;
}
#faqdiv{
	background: #DDD;
	width: 350px;
	border: 1px solid #666;
	display: none;
	position: absolute;
	z-index: 2;
	cursor: text;
	margin: -1px;
}
#faqdiv table{
	width: 340px;
	color: #333;
	margin: 10px auto;
}
.forumName, .forumDate{
	background: #EEEEEE;
}
.forumContent{
	background: #D6D6D6;
}
.forumDate{
	text-align: right;
	width: 150px;
}

.centered {
	margin: 0 auto;
	text-align: center;
	display: block;
}


/* if the standalone class is set, the content is the only thing to be displayed */
.standalone #topbar,
.standalone #mainMenu,
.standalone #bodyTop,
.standalone #quickInfo {
	display: none;
}
.standalone #bodyContainer {
	padding: 0;
}
.standalone #bodyBottom {
	width: 510px;
}