* {
	margin:0;
	padding:0
	}

body {
	padding:0 0 0 18px;
	font: .8em Verdana, Arial, Helvetica, sans-serif;
	color: #fce38d;/*e3cc7e*/
	background: #8d784b url(../img/bgr_page.jpg) 0 0;
	/*text-align:center;*/
	line-height: 130%;
	font-weight:bold;
	font-style:italic;
	}
	
img {
	border:none
	}

.clear {
	clear:both; 
	height:1px; 
	overflow:hidden
	}

a:link, a:visited { color:#fdcc15; }/*ffdb53*/
a:active, a:hover { text-decoration: none; }			

fieldset {
	border:solid 0 transparent;
	}
.text-center {
	text-align:center;
	}	
.text-news {
	text-align:left;
	padding-bottom:1em; 
	}	
.text-right {
	text-align:right;
	}	

/* Error messages
----------------------------------------------- */
.error-message {
	color: #ecebba;
}

/* Body DIV with no decor
----------------------------------------------- */
.body_div_with_no_decor {
	padding:20px;
}
	
/* Wrap
----------------------------------------------- */	
#wrap {
	/*margin: 0 auto;*/
	width: 1035px; /* orig 995 */
	/*text-align: left;*/
	}
	
.sword-decor-hor-anim {float:left; background:url(../img/sword_hor_anim.gif) 100px 90px no-repeat; width:1035px;} /* orig width  NONE */
.sword-decor-ver-anim {min-height:775px; float:left; background:url(../img/sword_ver_anim.gif) 190px 20px no-repeat; width:1035px;} /* orig width  NONE */
* html .sword-decor-ver-anim {height:775px;}

.sword-decor-hor {float:left; background:url(../img/sword_hor.gif) 100px 90px no-repeat; width:1035px;} /* orig width  NONE */
.sword-decor-ver {min-height:775px; float:left; background:url(../img/sword_ver.gif) 190px 20px no-repeat; width:1035px;} /* orig width  NONE */
* html .sword-decor-ver {height:775px;}

/* main-container
----------------------------------------------- */
#main-container {
	float:right;
	width:745px; /* orig 745 */
	}

/* siderbar
----------------------------------------------- */
#sidebar {
	float:left;
	width:250px;
	}

/* header
----------------------------------------------- */	
#header {
	margin: 0 0 5px 0;
	}

/* logo
----------------------------------------------- */
#logo {
	float:left;
	padding:15px 0 0 30px;	
	}
#site-name {
	float:right;
	padding:40px 0 0 0;
	width:700px;
	text-align:center;
	}
	
/* language
----------------------------------------------- */
#language {
	float:right;
	margin:0 10px 5px 0;
	}

/* main-nav
----------------------------------------------- */
#main-nav {
	float:right;
	}
#main-nav ul {
	list-style:none;
	}
#main-nav li {
	float:left;
	width:180px;
	height:37px;
	margin:0 10px 0 0;
	padding:17px 0 0 7px;
	background: url(../img/btn_bgr.gif) 0 0 no-repeat ;
	/*border:2px solid #F2DA8D;*/
	text-align:center;
	}
#main-nav li a {
	text-decoration: none;
	font-size:.95em;	
	}	
#main-nav li.end {
	margin:0;
	}	
/* content
----------------------------------------------- */
#content h1 {
	margin:25px 0 25px 0;
	font-size:1.7em;
	}
#content h2 {
	margin:25px 0 15px 0;
	font-size:1.3em;
	}
#content h1.decor {
	/*margin:0 0 18px 0;*/
	margin:25px auto;
	width:252px;
	font-size:1.3em;
	color:#000;
	padding:8px 0;
	background: #FFD27A url(../img/header_bgr.jpg) 0 0 no-repeat;
	text-align:center;
	}
#content div.decor-resize {
	margin:25px auto;
}
#content span.decor-resize {
	font-size:1.3em;
	color:#000;
	padding:4px 4px;
	background: #FFD27A url(../img/span_bgr.jpg) 0 0 repeat;
	text-align:center;
	}
/* table
----------------------------------------------- */	
.table-decor-center {
	margin:0 auto;
	width:100%;
	border-collapse: collapse;
	background: #e7ba71 url(../img/table_bgr.gif) 0 0 repeat-x;
	}
.table-decor-center th {
	font-size:1.2em;
	}
.table-decor-center th,
.table-decor-center td {
	padding:.5em 2em;
	color:#000;
	}
.table-decor-center a {
	color:#000;
	}

/* footer
----------------------------------------------- */
#footer {
	position:relative;
	margin:0 0 20px 290px;
	padding:55px 0 0 0;
	width:700px;
	text-align:center;
	background: url(../img/footer_decor.gif) 50% 50% no-repeat;		
	}
#footer ul {
	list-style:none;
	}	
#footer li {
	display: inline;
	margin:0 10px;
	}
#footer li a {
	font-size:.85em;
	}

/* sidebar
----------------------------------------------- */
#sidebar {
	margin:50px 0 0 0;
	}

#sidebar h2 {
	margin:0 0 18px 0;
	font-size:1.3em;
	color:#000;
	padding:8px 0;
	background: #FFD27A url(../img/header_bgr.jpg) 0 0 no-repeat;
	text-align:center;
	}
#registration-container {
	margin:10px 0 50px 0;
	text-align:center;
	}
	
.form fieldset label {
	float:left;
	width:90px;
	margin-right:5px;
	text-align:left;
	}
	.form.user fieldset label {
		width:120px;
		}
.form fieldset .row {
	margin:0 0 5px 0;
	}
.form fieldset input,
.form fieldset select {	
	background:#BCB294;
	border:2px solid #F2DA8D;
	}	
.form fieldset .btn {
	margin:15px 0 30px 0;
	}
.form fieldset .btn input {
	padding:2px 10px;
	color: #e3cc7e;	
	background:#967128;
	border:2px solid #F2DA8D;
	font-weight:bold;
	}
	
/* form : login
----------------------------------------------- */
.form.login input {
	width: 130px;
}	
	
/* form : profile
----------------------------------------------- */
.form.profile fieldset .row {
	margin:0 0 25px 0;
	}
.form.profile fieldset label {
	margin-right:20px;
	width:240px;
	}
.form.profile fieldset input,
.form.profile fieldset select {
	float:left;
	width:250px
	}
.form.profile fieldset select {
	width:255px
	}

/* Captcha
----------------------------------------------- */

.verification {
	margin:5px 0;
	font-size:2em;
	width:100px; 
	height:50px; 
	}	
	
.verification[class] {
	background:url(/chess/captchaGenerator.do) no-repeat;
}

.verification-no-img {
	margin:5px 0;
	font-size:2em;
	width:100px; 
	height:50px; 
	}	
	
/* Invisible
----------------------------------------------- */
.invisible {
	display: none;
}
	
/* warning
----------------------------------------------- */	
.warning {
	margin:0 0 25px 0;
	padding:15px 0 15px 90px;
	text-align: left;
	background:url(../img/i_warning.gif) 0 0 no-repeat;
	}	

	
/* btn-decor
----------------------------------------------- */
.btn-decor {
	width:187px;
	height:37px;
	padding:17px 0 0 0;
	background:url(../img/btn_bgr.gif) 0 0 no-repeat;
	}
.btn-decor a {
	text-decoration:none;
	}

/* alpha list
----------------------------------------------- */
.alpha {
	margin:0 0 0 120px;
	list-style:none;
	}
.alpha li {
	float:left;
	margin:0 3px;
	padding:8px 0;
	}
.alpha li.current {
	font-size:2em;
	}
	
	
/* chat
----------------------------------------------- */
#chat {
	margin:0 0 20px 0; 
	height:330px;
	padding:10px;
	background:#e7ba71 url(../img/chat_bgr.gif) 0 0 repeat-x;
	text-align:left;
	}
#chat .message {
	color:#000;
	}

/* main-table
----------------------------------------------- */
.main-table {
	margin:0 0 20px 0;
	border-collapse: collapse;
	background: #e7ba71 url(../img/table_bgr.gif) 0 0 repeat-x;
	}
.main-table th {
	height:35px;
	background: url(../img/tbl_th_bgr.gif) 0 100% repeat-x;
	}
.main-table th,
.main-table td {
	color:#000;
	padding:3px 4px;
	}
.main-table a:link {
	color:#000;
	}
.main-table a:visited {
	color:#000;
	}
	
/* Pagging
----------------------------------------------- */
.pagging {
	margin:0 0 20px 200px;
	}
.pagging img {
	float:left;
	}
/* user-info
----------------------------------------------- */	
.user-info span {
	float:left;
	width:220px;
	}

/* help
----------------------------------------------- */
.help H1,
.help H2,
.help div {
	padding:0 0 1em;
}

.help div.img-text {
	text-align:center;
	font-style:italic;
}

.help img.centered {
	display: block; 
	margin-left: auto; 
	margin-right: auto;
}

/* messages
----------------------------------------------- */
.message-read {
	font-style:normal;
	font-weight:normal;
}

/* ajax
----------------------------------------------- */
.link-ajax-processed {
	background: url(../img/ajax/loader.gif) no-repeat center;
}
