/* Global */
body, html {
	margin: 0; 
	padding: 0;
	background-color: #dad6d2;
	text-align: center;
	font-family: verdana, arial, georgia;
	font-size: 13px;
}

input, textarea {
	border: 1px solid #CCCCCC;
	width: 97%;
	margin: 0 auto;
}

.checkbox {
	width: auto;
}

a, a:visited {
	text-decoration: none;
	color: #0000EE;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

h2 {
	margin: 0;
	padding: 0;
	padding-bottom: 56px;
	font-weight: bold;
	font-size: 18px;
}

h3 {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 15px;
}

form {
	padding: 0;
	margin: 0;
}

/* layout */
#all {
	width: 927px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	margin: 0 auto;
	text-align: left;
	background-image: url('img/bg.jpg');
	background-repeat: repeat-x;
	background-position: 0 213px;
	background-color: #ffffff;
}

#logo {
	height: 213px;
	background-image: url('img/logo.jpg');
}

#languages {
	text-align: right;
	padding-top: 18px;
	padding-right: 35px;
}

#languages img {
	padding-bottom: 6px;
}

#main {
	
}

#left {
	float: left;
	width: 200px;
}

#center {
	margin-left: 200px;
	margin-right: 280px;
}

#right {
	float: right;
	width: 280px;
}

.clear {
	clear: both;
}

/* blocks */
.block {
	border: 1px solid white;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}

.block-title {
	background-color: #b1a8a0;
	border-bottom: 1px solid white;
	padding: 2px;
	color: #432c18;
	font-weight: bold;
}

.block-body {
	background-color: #c3bcb6;
	padding: 6px;
	background-image: url('img/block-bg.gif');
	background-repeat: repeat-x;
}

.block-info {
	border: 1px solid white;
	margin-bottom: 20px;
}

.block-info-body {
	background-color: #c3bcb6;
	padding: 6px;
	background-image: url('img/block-bg.gif');
	background-repeat: repeat-x;
	position: relative;
}

#block-info-left {
	width: 210px;
	border-right: 1px solid #cccccc;
}

#block-info-right {
	margin-left: 220px;
	width: 210px;
	position: absolute;
	top: 6px;
}

.content {
	text-align: justify;
	padding: 0;
	margin: 0;
}

.message {
	font-weight: bold;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}

.menu a {
	display: block;
	padding: 2px;
	padding-left: 5px;
}

.menu a:hover {
	background-color: #f6f5f3;
	text-decoration: none;
	padding: 1px;
	padding-left: 4px;
	border: 1px solid black;
	color: #432c18;
}

/* Pages */
#pagetitle {
	background-color: #b1a8a0;
	border: 1px solid white;
	padding: 2px;
	color: #432c18;
	font-weight: bold;
	margin-bottom: 6px;
}


/* News */
.news_entry {
	margin-bottom: 16px;
	border-bottom: 1px solid #cccccc;
}

.news_entry img {
	margin: 3px;
	margin-left: 16px;
	border: 1px solid white;
	float: right;
}

.news_title2 a {
	font-size: 18px;
	color: #442e19;
	font-weight: bold;
}

.news_date {
	font-size: 9px;
	color: #442e19;
}

.news_text {
	font-size: 12px;
	padding-top: 6px;
	line-height: 16pt;
}

.news_text li, .news_text lu {
	line-height: auto;
	height: auto;
}

.comments-entry {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-color: #E5E1DE;
	/*background-image: url('img/block-bg.gif');
	background-repeat: repeat-x;*/
	padding: 6px;
}

.comments-info {
	font-size: 9px;
	color: #442e19;
}

.comments-text {
	
}

.comments-date {
	font-size: 11px;
}

/* Misc */

.topics ul, .topics li {
	padding: 0;
	margin: 0;
	list-style-type: none;
	font-size: 11px;
	line-height: 140%;
	padding-left: 0;
}

.blocksubmit {
	width: 30px;
	margin-top: 2px;
}
#loginform {
	font-size: 11px;
}

.blockinput {
	width: 140px;
}
.right {
	text-align: right;
}

.left {
	text-align: left;
}

.left img, .center img {
	float: none;
	margin: 0;
	padding: 0;
}

.center {
	text-align: center;
}

.banner {
	margin-left: 6px;
}

.imgborder {
	border: 1px solid #DBD8D3;
}

.underline {
	text-decoration: underline;
}

.red {
	color: red;
}

.yellow {
	color: yellow;
}

.green {
	color: green;
}

.pink {
	color: #e55e3f;
}

.black {
	color: black;
}

.datatable {
	width: 95%;
	/*background-image: url('img/block-bg.gif');
	background-repeat: repeat-x;
	background-color: #bdb6af;
	border: 1px solid #ffffff;*/
	padding: 0;
	margin: 0 auto;
}

.datatable td {
	border-bottom: 1px dotted #000000;
	padding: 4px;
}

.datatable .td-left {
	/*border-right: 1px solid white;*/
	width: 50%;
	font-weight: bold;
	text-align: left;
}

.datatable .td-right {
	text-align: right;
}

.datatable input {
	border: 1px solid #000000;
	background-color: #E5E1DE;
	text-align: right;
}

.datatable textarea {
	border: 1px solid #000000;
	background-color: #E5E1DE;
}

.banners {
	border: 1px solid white;
	height: 31px;
	width: 88px;
	margin: 0 auto;
	margin-bottom: 3px;
	font-size: 10px;
	background-color: #b1a8a0;
}

#pagelinks {
	text-align: right;
	padding-right: 1px;
	font-weight: bold;
	line-height: 2;
}

#pagelinks a {
	border: 1px solid #999999;
	padding: 2px;
	background-color: #E5E1DE;
}

#pagelinks span {
	border: 1px solid #999999;
	padding: 2px;
	background-color: #ffffff;
}

#search input {
	width: 270px;
}

.votebar {
	border: 1px solid white;
	background-color: #aeaeae;
	font-size: 6px;
	margin-bottom: 4px;
}

.butt {
	margin: 0 auto;
	text-align: center;
}

.butt a, .butt a:visited, .butt a:active  {
	border: 1px solid black;
	background-color: #eeeee6;
	color: black;
	padding: 1px;
	margin: 2px;
	display: block;
	width: 90%;
	text-align: center;
	margin: 0 auto;
}

.butt a:hover {
	text-decoration: none;
	color: brown;
}

#online {
	font-size: 11px;
}

/* Gallery */
.gallery-image {
	background-color: #c3bcb6;
	padding: 12px;
	background-image: url('img/block-bg.gif');
	background-repeat: repeat-x;
	border: 1px solid white;
	margin-bottom: 10px;
	position: relative;
	min-height: 75px;
}

.gallery-image .gallery-image-img {
	width: 112px;
}

.gallery-image .gallery-image-img img {
	border: 1px solid black;
	margin: 0;
}

.gallery-image .gallery-image-text {
	margin-left: 112px;
	position: absolute;
	top: 6px;
	font-size: 12px;
}

.gallery-showimg {
	background-color: #c3bcb6;
	padding: 0;
	background-image: url('img/block-bg.gif');
	background-repeat: repeat-x;
	border: 1px solid white;
	margin-bottom: 10px;
	text-align: left;
	
}

.gallery-showimg #img {
	text-align: center;
}

.gallery-tudisudi {
	padding: 4px;
}

.gallery-back {
	text-align: left;
	width: 100px;
}

.gallery-forward {
	text-align: right;
	width: 430px;
}

.thumb img {
	border: 1px solid black;
	background-color: #ffffff;
	margin: 2px;
	padding: 1px;
}

.avatar {
	border: 1px solid black;
	background-color: #ffffff;
}

.gallery-thumb {
	background-color: #c3bcb6;
	padding: 10px;
	background-image: url('img/block-bg.gif');
	background-repeat: repeat-x;
	border: 1px solid white;
	margin-bottom: 10px;
	text-align: left;
}

.gallery-thumb img {
	float: left;
	margin-right: 10px;
}

.gallery-user {
	background-color: #c3bcb6;
	padding: 4px;
	border: 1px solid white;
	margin-bottom: 4px;
	text-align: left;
}

/* Serverlist */
.server {
	font-size: 9px;
	padding-bottom: 5px;
	padding-left: 6px;
}
.server span {
	display: block;
	font-size: 13px;
}

/* forms */
fieldset.form td {
	border-bottom: 1px dashed #B0A69D;
	padding: 3px;
	width: 50%;
}

fieldset.form legend {
	border: 1px solid #ffffff;
	background-color: #b1a8a0;
	padding: 1px;
	font-weight: bold;
	color: #432c18;
}


/* Files */

#files {
	margin-left: 20px;
	margin-right: 20px;
}

.cat {
	background-color: #c3bcb6;
	padding: 3px;
	background-image: url('img/block-bg.gif');
	background-repeat: repeat-x;
	border: 1px solid white;
	margin-bottom: 3px;
	font-weight: bold;
}

.cat a {
	color: #432c18;
}

.cat_descr {
	font-weight: normal;
	font-size: 11px;
}

.file {
	background-color: #c3bcb6;
	padding: 3px;
	border: 1px solid white;
	margin-bottom: 10px;
	text-align: left;
	font-weight: bold;
}

.file .descr {
	font-weight: normal;
	font-size: 12px;
	padding: 5px;
}

.file .link {
	font-weight: normal;
	font-size: 12px;
	border-top: 1px solid white;
	padding-top: 3px;
}

.file input {
	width: auto;
	border: 1px solid black;
}

.file a, .file a:visited, .file a:active  {
	border: 1px solid black;
	background-color: #eeeee6;
	color: black;
	padding: 1px;
	margin: 2px;
}

.file a:hover {
	text-decoration: none;
	color: brown;
}

/* Monitors */

.monitor {
	background-color: #c3bcb6;
	padding: 3px;
	background-image: url('img/block-bg.gif');
	background-repeat: repeat-x;
	border: 1px solid white;
	padding-bottom: 10px;
}

.monitor .title {
	font-weight: bold;
	font-size: 17px;
	color: #432c18;
	padding: 3px;
	padding-bottom: 0;
}

.monitor .descr {
	font-size: 12px;
	padding-bottom: 8px;
	padding-left: 3px;
}

/* Banu liste */
#bans {
}

#bans div {
	background-color: #c3bcb6;
	margin-bottom: 4px;
	overall: auto;
	border: 1px solid white;
	width: 220px;
}

/* CW */
.datatable2 {
	width: 95%;
	background-color: #bdb6af;
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
	padding: 0;
	margin: 0 auto;
}

.datatable2 td {
	border-bottom: 1px dotted #999999;
	border-right: 1px solid #999999;
	padding: 4px;
	font-size: 11px;
}

.datatable2 .style1 {
	background-color: #ECECEC;
	color: #999999;
}

.datatable2 .style2 {
	background-color: #90b891;
}

.datatable2 .style3 {
	background-color: #cae2ff;
}

#infobox {
	margin: 30px;
	border: 1px solid white;
	background-color: #d5d0cc;
	text-align: center;
	font-weight: bold;
}

#infobox .subtext {
	font-size: 11px;
	font-weight: normal;
	padding-bottom: 10px;
}

#infobox table {
	margin: 10px;
}

#infobox td {
	font-weight: normal;
	font-size: 11px;
	text-align: left;
	background-color: #efeeec;
	border: 2px solid #d5d0cc;
}

#submenu {
	text-align: right;
}

#submenu a {
	border: 1px solid #cdc8c2;
	padding: 1px;
	padding-left: 4px;
	padding-right: 4px;
	background-color: #9e9288;
	text-decoration: none;
	color: #432c18;
	font-weight: bold;
	font-size: 11px;
}

#submenu a:hover {
	color: black;
}

/* totalizators */

.tot_table {
	border: 2px solid #F6F6F6;
	font-family: verdana, arial;
	background-color: #d2cdc9;
	margin-bottom: 10px;
	font-size: 11px;
}

.tot_table td {
	border-bottom: 1px dashed #F6F6F6;
}

.tot_table input {
	border: 1px solid #999999;
}

.tot_title {
	background-color: #F6F6F6;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #999999;
}
