HTML, BODY {
	padding: 0;
	margin: 0;
	background-color: #686868;
}

BODY, TD, INPUT, TEXTAREA, SELECT {
	font-size: 9pt;
	color: #262626;
}
FORM {
	margin: 0;
	padding: 0;
}

INPUT.button {
	border-top: solid 1px #E5E5E5;
	border-right: solid 1px #777777;
	border-bottom: solid 1px #777777;
	border-left: solid 1px #E5E5E5;
	font-size: 8pt;
}
TEXTAREA.textarea {
	margin: 0;
	padding: 3px;
	border-top: solid 1px #777777;
	border-right: solid 1px #E5E5E5;
	border-bottom: solid 1px #E5E5E5;
	border-left: solid 1px #777777;
}
INPUT.text {
	border-top: solid 1px #777777;
	border-right: solid 1px #E5E5E5;
	border-bottom: solid 1px #E5E5E5;
	border-left: solid 1px #777777;
}


* {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}


TABLE.wrapper {
	height: 100%;
	width: 100%;
	/*width: 800px;*/
	border: 0;
	background-color: white;
}
TABLE.wrapper TD {
	vertical-align: top;
}
TABLE.wrapper TR.bottom {
	vertical-align: bottom;
	height: 1px;
}




TABLE.header {
	width: 100%;
	border: 0;
	background-color: #B9161B;
}
TABLE.header TD.logo {
	height: 100px;
	padding: 5px 10px 5px 25px;
	vertical-align: middle;
}
TABLE.header TD.banner {
	padding: 5px;
	vertical-align: middle;
}
TABLE.header TD.form {
	padding: 5px 15px 5px 10px;
	vertical-align: middle;
	color: white;
	font-size: 8pt;
}
TABLE.header TD.form TD {
	color: white;
	font-size: 8pt;
}
TABLE.header TD.form A {
	color: white;
	text-decoration: underine;
}


FORM.fantomas {
	margin-top: 5px;
	white-space: nowrap;
}
FORM.fantomas * {
	font-size: 8pt;
}





TABLE.header FORM.login DIV.input {
	margin-bottom: 3px;
}
TABLE.header FORM.login INPUT.text {
	border-top: solid 1px #444;
	border-left: solid 1px #444;
	border-right: solid 1px #D2696C;
	border-bottom: solid 1px #D2696C;
	width: 100px;
	font-size: 8pt;
}



TD.poloska {
	height: 1px;
	font-size: 1px;
	border-top: 1px solid #D7797C;
	border-bottom: 1px solid #4E090B;
	padding: 0;
}



/*
TABLE.menu-wrapper {
	width: 100%;
	border: 0;
}
TABLE.menu-wrapper TD.icons {
	width: 210px;
	vertical-align: bottom;
	text-align: center;
}
TABLE.menu-wrapper TD.icons IMG {
	width: 13px;
	height: 12px;
	border: 0;
	vertical-align: middle;
}

TABLE.menu {
	height: 27px;
	border: 0;
}
TABLE.menu TD.items {
	background-color: #6D5658;
	background-image: url(/i/menu-bg.gif);
	background-repeat: repeat-x;
	vertical-align: middle;
	padding-left: 10px;
}
TABLE.menu TD.items IMG {
	height: 19px;
	border: 0;
	margin-right: 15px;
}
*/



TABLE.navigator {
	width: 100%;
}
TABLE.navigator TD.icon {
	vertical-align: middle;
	padding: 2px 5px 0 0;
	width: 1px;
}
TABLE.navigator TD.nav {
	vertical-align: middle;
	font-size: 8pt;
}





TABLE.content {
	width: 100%;
	border: 0;
	height: 100%;
}
TABLE.content TR {
	vertical-align: top;
}
TABLE.content TD.center {
	padding: 5px 5px 5px 5px;
	line-height: 130%;
	background-color: #F4F3F3;
}

TABLE.content TD.center A, TABLE.content TD.center * A {
	color: #B9161B;
}

TABLE.content TD.left {
	padding: 5px 10px 5px 10px;
	width: 200px;
	background-color: #E3E3DE;
	background-image: url(/i/bg-tracks.gif);
}
TABLE.content TD.right {
	padding: 5px 10px 5px 10px;
	width: 200px;
	background-color: #E3E3DE;
	background-image: url(/i/bg-tracks.gif);
}
TABLE.content TD.left-s {
	width: 10px;
	background-color: #F4F3F3;
	background-image: url(/i/bg-left-grad.gif);
	background-repeat: repeat-y;
}
TABLE.content TD.right-s {
	width: 10px;
	background-color: #F4F3F3;
	background-image: url(/i/bg-right-grad.gif);
	background-repeat: repeat-y;
}


DIV.nav-icons {
	padding: 5px 0 0 0;
	text-align: center;
	avertical-align: top;
}
DIV.nav-icons * {
	border: 0;
	avertical-align: top;
}





TABLE.footer {
	width: 100%;
	border: 0;
	background-color: #B9161B;
}
TABLE.footer TD.left {
	padding: 5px 10px 5px 10px;
	vertical-align: middle;
}
TABLE.footer TD.right {
	text-align: right;
	padding: 3px 10px 3px 10px;
	vertical-align: middle;
}
TABLE.footer TD.left, TABLE.footer TD.right {
	height: 30px;
	font-size: 8pt;
	color: white;
}
TABLE.footer A {
	color: white;
	text-decoration: underline;
}








TABLE.side-block {
	width: 100%;
	border: 0;
	margin-bottom: 10px;
	background-color: white;
}
TABLE.side-block TD.header {
	background-color: #746365;
	border-top: solid 1px #AEA4A6;
	border-right: solid 1px #483E3F;
	border-bottom: solid 1px #2F2829;
	border-left: solid 1px #918385;
	font-weight: bold;
	color: white;
	padding: 3px 5px 3px 5px;
	font-size: 8pt;
	background-image: url(/i/bg-side.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
TABLE.side-block TD.content {
	padding: 5px 5px 5px 5px;
	border: 1px solid #746365;
	border-top: 0;
	font-size: 8pt;
}
TABLE.side-block TD.content TD {
	font-size: 8pt;
}

DIV.side-block {
	padding: 5px 5px 5px 5px;
	border: 1px solid #746365;
	font-size: 8pt;
	margin-bottom: 10px;
}
.side-block P {
	padding: 0;
	margin: 0 0 5px 0;
}











TABLE.avatar {
	background-color: white;
	border: solid 1px #888;
	width: 112px;
	height: 112px;
}
TABLE.avatar TD {
	text-align: center;
	vertical-align: middle;
	padding: 5px;
}

TABLE.avatar-small {
	background-color: white;
	border: solid 0 #888;
	width: 60px;
	height: 60px;
}
TABLE.avatar-small TD {
	text-align: center;
	vertical-align: middle;
	padding: 5px;
}






H1 {
	font-size: 9pt;
	padding: 0;
	margin: 0 0 0 0;
}
H2 {
	font-size: 10pt;
	padding: 0;
	margin: 15px 0 10px 0;
}
P {
	padding: 0;
	margin: 0 0 10px 0;
}

.s, .s * {
	font-size: 8pt;
}
.sg, .sg * {
	font-size: 8pt;
	color: gray;
}


A {
	color: #262626;
	text-decoration: underline;
}
A.nodec {
	text-decoration: none;
}

A.roll {
	text-decoration: none;
}
A.roll:hover {
	text-decoration: underline;
}

A.bri {
	color: #B9161B;
	text-decoration: underline;
}

A.bri-roll {
	color: #B9161B;
	text-decoration: none;
}
A.bri-roll:hover {
	color: #B9161B;
	text-decoration: underline;
}

A.newmess222 {
	color: #B9161B;
	text-decoration: none;
	font-weight: bold;
	/*padding-left: 16px;
	background-image: url(/i/icon-newmess.gif); background-repeat: no-repeat; background-position: 0 2px;*/
}
A.newmess222:hover {
	color: #B9161B;
	text-decoration: underline;
}


DIV.text-block {
	padding: 5px 5px 5px 5px;
	background-color: #FAF6ED;
	border: solid 1px #EEE4C8;
}




UL, LI {
	list-style-type: square;
}
UL, OL {
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 10px;
	padding-bottom: 0;
	
	padding-left: 30px;
	margin-left: 0;
}
UL.s, OL.s {
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 5px;
	padding-bottom: 0;
}
P.s {
	margin-bottom: 5px;
}




IMG.arr {
	margin-left: 4px;
	border: 0;
}
IMG.arr-small {
	margin-left: 4px;
	border: 0;
	margin-bottom: 1px;
}
IMG.newmess {
	margin-right: 5px;
}




TABLE.decored-block {
	border: 0;
}
TABLE.decored-block TD.header {
	padding: 4px 30px 4px 10px;
	font-weight: bold;
	vertical-align: top;
	background-color: #E6DECA;
	background-image: url(/i/corner-bended.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
TABLE.decored-block TD.header-pre {
	padding: 4px 10px 4px 10px;
	font-weight: bold;
	vertical-align: top;
	background-color: #E6DECA;
}
TABLE.decored-block TD.content {
	vertical-align: top;
	222background-color: #FCFCFC;
	background-color: white;
	padding: 7px 10px 7px 10px;
	border-right: solid 1px #E6DECA;
	border-bottom: solid 1px #E6DECA;
	border-left: solid 1px #E6DECA;
}





/* формы */

TABLE.form {
	border: 0;
	border-bottom: solid 1px #EEE4C8;
}
TABLE.form TD.label {
	vertical-align: top;
	padding: 5px 10px 5px 10px;
	background-color: #FCFCFC;
	border-top: solid 1px #EEE4C8;
	border-left: solid 1px #EEE4C8;
}
TABLE.form TD.value, TABLE.form TD.value-cornered {
	vertical-align: top;
	padding: 5px 10px 5px 10px;
	background-color: #EEE4C8;
}
TABLE.form TD.value-cornered {
	background-image: url(/i/corner-bended.gif);
	background-repeat: no-repeat;
	background-position: top right;
}


.formlabel {
	padding: 5px 10px 0 5px;
}
.formfield {
	background-color: #EFEFEF;
	padding: 5px 5px 0 5px;
}
.formfield-last {
	background-color: #EFEFEF;
	padding: 5px 5px 5px 5px;
}



SPAN.aster {
	color: red;
	margin-left: 5px;
}
.warning {
	color: red;
}
.message {
	color: green;
	font-weight: bold;
}




DIV.pages-navigation {
	padding: 5px 10px 5px 10px;
}
DIV.pages-navigation SPAN.current {
	font-weight: bold;
}
DIV.pages-navigation A {
	color: #B9161B;
	text-decoration: none;
}
DIV.pages-navigation A:hover {
	text-decoration: underline;
}






/* news lent */

DIV.news-lent .item {
	margin-bottom: 10px;
}
DIV.news-lent .title {
	font-weight: bold;
}
DIV.news-lent .title A {
	color: #B9161B;
	text-decoration: none;
}
DIV.news-lent .title A:hover {
	color: #B9161B;
	text-decoration: underline;
}
DIV.news-lent .date {
	font-weight: bold;
	font-size: 8pt;
}






DIV.forum-topics TD {
	font-size: 8pt;
}


