BODY {
	font-size: 13px;
	font-family: Arial;
	color: #000000;
	padding: 0;
	margin: 0;
}
#id_body {
	padding: 0;
	margin: 0;
	text-align: left;
}
BODY * {
	font-size: 1em;
}
HTML, DIV, H1, H2, H3, H4, H5, H6, DL, DT, DD, BLOCKQUOTE, PRE, FORM, FIELDSET, TABLE, TH, TD {
	margin: 0;
	padding: 0;
}
UL, OL {
	margin: 0;
}

TEXTAREA, INPUT, BUTTON {
	font-size: 12px;
	font-family: Tahoma;
}

INPUT, BUTTON {
	padding: 0 5px;
	width: auto;
	overflow: visible;
}
IMG {
	border: none;
}

.clear {
	clear: both;
}

A {
	color: Black;
	text-decoration: underline;
}
A:HOVER {
    color: Red;
}

A.dash {
	color: #005a98;
	text-decoration: none;
	border-bottom: 1px dotted #005a98;
}
A.dash:HOVER {
	color: Red;
	border-bottom: 1px dotted Red;
}
.hidden {
	display: none;
}
.vishidden {
	visibility: hidden;
}

.red {
	color: Red;
}
.red:HOVER  {
	color: Red;
	text-decoration: none;
}
.red A {
	color: Red;
}
.red A:HOVER  {
	color: Red;
	text-decoration: none;
}

.green {
	color: Green;
}
.green:HOVER  {
	color: Green;
	text-decoration: none;
}
.green A {
	color: Green;
}
.green A:HOVER  {
	color: Green;
	text-decoration: none;
}

.gray {
	color: Gray;
}
.gray A {
	color: Gray;
}
.gray A:HOVER  {
	color: Gray;
	text-decoration: none;
}

.silver {
	color: Silver;
}
.silver A {
	color: Silver;
}
.silver A:HOVER {
	color: Silver;
	text-decoration: none;
}
.black {
	color: Black;
}
.black A {
	color: Black;
}
.black A:HOVER {
    color: Red;
}

.small {
	font-size: 11px;
}

.bold {
	font-weight: bold;
}

.commentsCount {
	background-image: url('/templates/img/icons/comment.png');
	background-position: left 1px;
	background-repeat: no-repeat;
	padding-left: 13px;
	font-size: 11px;
	color: Red;
	margin-left: 5px;
}
.blackSpace .commentsCount {
	background-image: url('/templates/img/icons/comment_black.png');
}
.photosCount {
	background-image: url('/templates/img/icons/photos.png');
	background-position: left 2px;
	background-repeat: no-repeat;
	padding-left: 17px;
	font-size: 11px;
	color: #22197B;
	margin-left: 5px;
}
.signersCount {
	background-image: url('/templates/img/icons/signer.gif');
	background-position: left 0px;
	background-repeat: no-repeat;
	padding-left: 12px;
	font-size: 11px;
	color: #197B30;
	margin-left: 5px;
}
.blackSpace .signersCount {
	color: Green;
}

.headFilter {
	overflow: hidden;
	zoom: 1;
	font-size: 11px;
	margin: 0.25em 0 0.5em;
}
.headFilter DIV.item {
	float: left;
	margin: 0 0 0;
	padding: 0 0 6px;
	width: auto;
}
.headFilter DIV.item DIV {
	margin: 0;
	padding: 0.1em 0.75em 0.2em;
	width: auto;
}
.headFilter DIV.spacer {
	margin-right: 3em;
}
.headFilter DIV.current {
	background-image: url("/templates/img/filter_array.gif");
	background-position: center bottom;
	background-repeat: no-repeat;
}
.headFilter DIV.current DIV {
	background-color: #E2E2E2;
}
.blackSpace .headFilter DIV.current {
	color: Black;
}
.blackSpace .headFilter DIV.current A {
	color: #000;
}
.blackSpace .headFilter DIV.current A:HOVER {
	text-decoration: none;
}

.blackSpace {
	color: White;
	background-color: Black;
}
.blackSpace A {
	color: White;
}
.blackSpace A:HOVER {
	color: Red;
}
.blackSpace .silver A {
	color: Silver;
}
.blackSpace .silver A:HOVER {
	color: Red;
}
.blackSpace .gray A {
	color: Gray;
}
.blackSpace .gray A:HOVER {
	color: Red;
}
.blackSpace .red A {
	color: Red;
}
.blackSpace .red A:HOVER {
	color: Red;
	text-decoration: none;
}
.blackSpace A.red {
	color: Red;
}
.blackSpace A.red:HOVER {
	color: Red;
	text-decoration: none;
}

#simplemodal-overlay {
	background-color: Black; /* Тут выбираем цвет затемнения */
	cursor: wait; /* Курсор при наведении на затемненную область */
}

.userAvatara {
	position: relative;
	zoom: 1;
	overflow: hidden;
	z-index: 3;
}
.userAvatara .online {
	position: absolute;
	z-index: 4;
	bottom: 5px;
	right: 5px;
	width: 17px;
	background-image: url('/templates/img/icons/online.gif');
	background-repeat: no-repeat;
	height: 17px;
}

#id_head_message {
	padding-left: 50%;
	position: fixed;
	display: none;
	z-index: 98;
}
#id_head_message .inner {
	top: 30px;
	-moz-border-radius: 3px 3px 3px 3px;
	background: none repeat scroll 0 0 #F6BC5D;
	width: 600px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	position: absolute;
	padding: 5px 0;
	z-index: 99;
	margin-left: -300px;
	color: #222222;
}
