body {
	background-color: #242422;
	font-family: Tahoma;
	margin: 0px 0px 0px 0px;
	font-size: 13px;
	color: #5c5b5b;
}

a {
	color: #733717;
}

div.body {
	width: 100%;
	padding: 1px 30px 20px 30px;
}

td {
	font-family: Tahoma;
	font-size: 13px;
	color: #5c5b5b;
}

td.menu_item {
	padding: 0px 23px 0px 23px;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 11px;
}

.hidden {
	visibility: hidden;
}


.input {
	border: 1px solid #b5b5b5;
	font-size: 8pt;
	height: 21px;
	padding-top: 3px;
	padding-left: 2px;
}

form.disable .input {
	border: 1px solid #b5b5b5;
	font-size: 8pt;
	height: 21px;
	padding-top: 3px;
	padding-left: 2px;
disabled: on;
}

.Title_zag {
	font-family: Georgia;
	font-size: 15pt;
	color: #733717;
}
a.Title_zag:link {
	font-family: Georgia;
	font-size: 15pt;
	color: #733717;
}

.text1 {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
}
.text2 {
	font-family: Verdana;
	font-size: 11px;
	color: #4b3f2f;
}

.usermenu {
	font-family : Verdana;
	font-size : 11px;
	color : #6d2323;
	line-height: 17px;
}
.usermenu A:link {
	FONT-SIZE: 11px; COLOR: #6d2323;  FONT-FAMILY: Verdana; TEXT-DECORATION: underline
}
.usermenu A:visited {
	FONT-SIZE: 11px; COLOR: #6d2323;  FONT-FAMILY: Verdana; TEXT-DECORATION: underline
}
.usermenu A:active {
	FONT-SIZE: 11px; COLOR: #6d2323;  FONT-FAMILY: Verdana; TEXT-DECORATION: underline
}
.usermenu A:hover {
	FONT-SIZE: 11px; COLOR: #990000; FONT-FAMILY: Verdana; TEXT-DECORATION: none
}	

.langSelect {
	position: absolute;
	top: 10px;
	left: 0;
}

.langSelect ul li {
	list-style: none;
	display: inline;	
}

.langSelect ul li a {
	font-size: 9px;
	color: #247EAD;
	padding: 2px 0.5em;
	text-decoration: none;
	float: left;
}

.langSelect ul li a:hover {
	color: white;
}

.history td {
	color: #858585;
	background: #F6F1DE;
	font-size: 8pt;
	height: 21px;
	padding: 3px;
}

.history th {
	color: #a5a5a5;
	background: #F6F1DE;
	font-size: 8pt;
	height: 21px;
	padding: 3px;
}

.history {
	border: 1px solid #b5b5b5;
	width: 100%;
}

.pbutton {
	text-decoration: none;
	background: #F1F0EE;
	padding: 4px 16px;
	border: 1px solid #E2D7AA;
}

.angel_msg {
	color: #225588;
}

.user_msg {
	color: #666666;
}

.topicParams {
	background: #F1F0EE;
	margin: 6px 0;
	padding: 6px;
	border: 1px solid #fff;
	font-size: 10px;
}

.topicParams td {
	font-size: 10px;
}

.media_upload_container {
	display:block;
	margin-top:5px;
}

.media_upload_container .error {
	color: #cc0000;
	font-weight : bold;
}

.clear {
	clear:both;
}
.clear:after {
	content:"";
	display : table;
}

.media_upload_container .comment {
	font-size: 10px;
}

.FormContainer {
	display:block;
	width: 700px;
	margin:0 auto;
	position : relative;
}

.FormContainer table {
	position : relative;
	left : -92px;
}

.EditBit label {
	margin-right: 20px;
}

.gallery { display : block; margin-top:10px; margin-bottom:10px;}
.gallery .img { display: block; float:left; width: 150px; position : relative; }
.gallery .img a { display : block; width: 150px; }
.gallery .img a.delete { position: absolute; right : 0; top : 81; width: 20px; cursor : pointer; }