html, body
{
	background: url(../img/pagebg.jpg) left top repeat-x !important;
    background-color: #003e5f !important;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    color: #333;
    font-family: Verdana, Arial;
    position: relative;
}

.page-container
{
    min-height: 100%;
    _height: 100%;
}

.page
{
	width: 100%;
    padding-bottom: 91px;
    overflow: hidden;
}

img
{
    border: 0;
}

input, textarea, select
{
	border:1px solid #999;
    outline-style: none;
    resize: none;
}

a
{
    color: #003e5f;
    font-family: Verdana;
    text-decoration: underline;
}

a:hover
{
    text-decoration: none;
}

.float-left
{
    float: left;
}
.float-right
{
    float: right;
}
.clear
{
    clear: both;
}
.hidden
{
    display: none;
}
.floatcontainer
{
	overflow: hidden;
	zoom: 1;
}

/****************************************
Content
****************************************/

.contentbody
{
	background: url(../img/contentbg.gif) right top repeat-y;
    width: 969px;
    height: auto;
    margin: 20px auto 0 auto;
	overflow: hidden;
	zoom: 1;
}

.contentleftcol
{
	float: left;
	width: 347px;
}

.pagetitle
{
	background: url(../img/pagetitle.png) left top no-repeat;
	height: 90px;
	width: 347px;
	position: absolute;
	margin: -20px 0 0 -2px;
	z-index: 5;
}

* html .pagetitle
{
	background: url(../img/pagetitle.gif) left top no-repeat;
	height: 83px;
	width: 299px;
	position: absolute;
	margin: -20px 0 0 20px;
}

.pagetitle table td
{
	color: #fff;
	height: 70px;
	width: 347px;
		padding: 0 10px;
	vertical-align: middle;
	text-align: center;
}

.pagetitle table td a
{
	color: #fff;
	font-size: 12pt;
	text-decoration: none;
}

.pagetitle table td div
{
	font-size: 8pt;
}

.pagetitle table td div a
{
	font-size: 8pt;
}

.logo
{
	background: url(../img/lbg.jpg) left top repeat-x;
		height: 340px;
	width: 338px;
	padding: 0 0 0 9px;
}

.logoborder
{
	background: url(../img/logobg.png) left top no-repeat; 
		height: 340px;
	width: 338px;
	position: absolute;
}

* html .logoborder
{
	background: url(../img/logobg.gif) left top no-repeat; 
}

.logopic
{
		padding: 62px 0 0 0;
}

.mainmenu ul
{
	list-style-type: none;
	margin: 0;
		padding: 0 0 0 0;
}

.mainmenu ul li a
{
	background: url(../img/mitem.jpg) left top no-repeat;
	color: #fff;
	display: block;
	font-size: 11pt;
	height: 23px;
	width: 297px;
	padding: 5px 0 0 50px;
	text-decoration: none;
}

.mainmenu ul li.active a,
.mainmenu ul li a:hover
{
	background: url(../img/mitema.jpg) left top no-repeat;
	color: #f7f972;
}

.contentrightcol
{
	background: url(../img/contenttopbg.jpg) right top no-repeat;
	float: left;
	width: 582px;
	min-height: 100px;
	padding: 30px 20px 0 20px;
}

.contentrightcol h1,
.contentrightcol h2
{
	font-family: georgia;
	font-size: 18pt;
	margin: 0 0 30px 0;
	padding: 0;
}

.contentrightcol p
{
	color: #333;
	font-size: 11pt;
	line-height: 20px;
	margin: 0 0 20px 0;
	padding: 0;
}

.news
{
	background: url(../img/leftnewsbg.jpg) left top repeat-x;
	width: 300px;
	margin: 0 0 0 10px;
	padding: 20px 0 0 20px;
}

.contentrightcol .news
{
	background: 0;
	width: auto;
	padding: 0;
}

ul.news,
.news ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.newsheader,
ul.news li.title
{
	color: #003e5f;
	font-family: georgia;
	font-size: 18pt;
	padding: 0 0 15px 0;
}

ul.news li.date,
.newsdate
{
	color: #333;
	font-family: verdana;
	font-size: 9pt;
}

ul.news li.title a,
.newstitle a
{
	font-size: 11pt;
}

ul.news li,
.newstext
{
	color: #333;
	font-size: 9pt;
	line-height: 18px;
	padding: 10px 0 20px 0;
}

ul.news li.title
{
	padding: 0 0 5px;
}

ul.news li.date
{
	padding: 0;
}

.contentfooter
{
	background: url(../img/contentfooter.jpg) right top no-repeat;
	height: 15px;
	width: 969px;
	margin: 0 auto;
}

.contentblagoslovenie
{
	position: absolute;
	top: 0;
	width: 600px;
	padding: 2px 0 0 347px;
	margin: 0;
	background: none;
	font-size:11px;
	color:#fff;
	text-align: right;
}
/****************************************
Footer
****************************************/

.footer
{
	background: #003e5f;
	color: #fff;
	font-size: 9pt;
    width: 100%;
    clear: both;
    height: 90px;
    margin-top: -91px;
    position: relative;
}

.footer a
{
	color: #f7f972;
}

.footer div
{
	width: 1000px;
	margin: 0 auto;
	padding: 40px 0 0 0;
	text-align: center;
}

/*
	pagination
*/
.pagination
{
	padding: 0 0 30px 0;
	text-align: center;
}

.pagination a
{
	font-size: 10pt;
	margin: 0 5px;
}

.pagination a.active
{
	font-size: 14pt;
	text-decoration: none;
}

/*
	category
*/
p.categorylist
{
	color: #001345;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
}

ul.categorylist
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.categorylist li
{
	line-height: 18px;
	margin: 0 0 15px 0;
}

ul.categorylist li a
{
	color:#001345;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

ul.categorylist li a:hover
{
	text-decoration: underline;
}

/*
	Gallery
*/

ul.gallery
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.gallery li 
{
	display: inline-block;
	*display: inline;
	_overflow: hidden;
	zoom: 1;
	vertical-align: top;
	width: 235px;
	margin: 0 15px 15px 0;
}

ul.gallery li img
{
	border: 1px solid #ccc;
	padding: 1px;
}

ul.gallery li  a
{
	font-size: 15pt;
}

ul.gallery li div
{
	padding: 0 0 0 5px;
}

ul.gallery li .gallerypic
{
/*	background: url(http://prihod.ru/img/picborder.jpg) left top no-repeat;*/
	height: 175px;
	width: 235px;
	margin: 0 0 10px 0;
	padding: 5px 0 0 10px !important;
}

a.backtoalbums
{
	font-size: 9pt;
	margin: 0 0 0 20px;
}

ul.gallerycomments
{
	list-style-type: none;
	margin: 20px 0 20px 0;
	padding: 0;
}

ul.gallerycomments li
{
	margin: 0 0 30px 0;
}

ul.gallerycomments li .sender
{
	font-size: 12pt;
}

ul.gallerycomments li .creationdate
{
	font-size: 9pt;
}

ul.gallerycomments li .comment
{
	font-size: 10pt;
	padding: 10px 0 0 0;
}

/*
	Auth form
*/
.authredcolor
{
	color:#f01b1b !important;
}

.authform
{
	padding: 0 0 30px 0;
}

.authform h2
{
	color: #003E5F;
	font-family: georgia;
	font-weight: normal;
	font-size: 18pt;
}

.authform a
{
	font-size: 9pt;
}

.authformtitle
{
	font-size: 11pt;
	font-weight: bold;
	padding: 10px 0;
}

.authtitle
{
	font-size: 10pt;
	padding: 0 0 3px 0;
}

.authinput
{
	padding: 0 0 10px 0;
}

.authsubmit
{
	padding: 20px 0 0 0;
}

.authsubmit a
{
	margin: 0 0 0 25px;
}

.authinput.long input
{
	width: 300px;
}

.authinput.long textarea
{
	height: 200px;
	width: 300px;
}

.authinput.verylong textarea
{
	height: 200px;
	width: 98%;
}

.autherror
{
	color: #b00;
	font-size: 10pt;
	margin: 0 0 0 20px;
}

.autherror.nomargin
{
	margin: 0;
}

/*
	Forum
*/
.forumstats
{
	font-size: 10pt;
	line-height: 20px;
}

table.ft
{
	border-collapse: collapse;
	width: 100%;
}

table.ft tr.header td
{
	font-weight: bold;
}

table.ft td
{
	border: 1px solid #333;
	font-size: 10pt;
	line-height: 17px;
	padding: 10px;
	vertical-align: top;
}

table.ft.guestusers td
{
	padding: 3px 10px;
	vertical-align: middle;
}

table.ft span.ftlogin
{
	font-size: 11pt;
	font-weight: bold;
}

table.ft span.ftlogininfo
{
	font-size: 8pt;
}

table.ft span.ftmessagedate
{
	font-size: 8pt;
}

.linkred
{
	color: #c01b1b !important;
}

.linkgreen
{
	color: #3b900f !important;
}

.hidden
{
	display: none;
}

.editbox 
{
	border: 1px dashed #ccc;
	margin: 10px 10px 0 0;
	padding: 10px;
}

.editbox textarea
{
	height: 100px;
	width: 90%;
}

div.ajax
{
	z-index: 2000;
	display: none;
	position: absolute;
	width: 16px;
	height: 16px;
}

/*
	Marks
*/
#link-show-mark
{
	width: 300px;
	left: 50%;
	margin: -25px 0 0 -150px;
	text-align: center;
}