body {
	background-color: #E0E0FF;
	font-family: verdana;
	font-size: 12px;
	color: #000080;
	margin: 0;
	min-width: 1000px;
}
table {
	border-collapse: collapse;
	background-color: #E0E0FF;
	font-family: verdana;
	font-size: 12px;
	color: #000080;
}
td {
	border: 1px solid #000080;
	padding: 2px;
}
form {
	margin: 0;
}
img {
	margin: 0;
	vertical-align: middle;
	border: 0;
}
select, input, textarea {
	background-color: #FFFFFF;
	font-family: sans-serif;
	font-size: 11px;
	color: #000080;
	border: 1px solid silver;
	padding: 0;
	vertical-align: middle;
}
input:focus, select:focus, textarea:focus {
	border: 1px solid gray;
}
input.btn {
	background-color: #000080;
	color: #E0E0FF;
	font-weight: bold;
	border: 1px solid #8080FF;
	cursor: pointer;
	height: 20px;
	padding: 0 0 0 16;
}
input.btn#btnsubmit {
	background-image: url(../img/save16.png);
	background-repeat: no-repeat;
	background-position: 1 1;
}
input.btn#btndel {
	background-image: url(../img/del16.png);
	background-repeat: no-repeat;
	background-position: 1 1;
}
input.btn#btnpay {
	background-image: url(../img/pay16.png);
	background-repeat: no-repeat;
	background-position: 1 1;
}
input.btn#btnsend {
	background-image: url(../img/pm16.png);
	background-repeat: no-repeat;
	background-position: 1 1;
}
input.btn#btnfind {
	background-image: url(../img/find16.png);
	background-repeat: no-repeat;
	background-position: 1 1;
}
input.btn#btncheck {
	background-image: url(../img/ok16.png);
	background-repeat: no-repeat;
	background-position: 1 1;
}
input.btn:hover {
	color: #FF0000;
	text-decoration: underline;
}
a {
	color: #000080;
	text-decoration: none;
	border-bottom: 1px dotted #000080;
	cursor: pointer;
}
a:hover {
	color: #FF0000;
	border-bottom: 1px solid #FF0000;
}
.link2 a {
	font-size: 10px;
	color: #8080FF;
}
.link2 a:hover {
	color: #FF0000;
}
}
.hand {
	cursor: pointer;
}
img.hand {
	cursor: pointer;
	height: 16px;
	width: 16px;
}
img.busy {
	position: absolute;
	display: none;
	z-index: 99;
}
img.imgblank {
	position: absolute;
	width: 0;
	height: 0;
	z-index: 1;
}
img.imgcancel {
	float: right;
	cursor: pointer;
	height: 16px;
	width: 16px;
}
.wdigit {
	width: 44px;
	text-align: right;
}
.wselect {
	width: 300px;
}
.wname {
	width: 300px;
}
.wdate {
	width: 76px;
}
.wtime {
	width: 44px;
	text-align: right;
}
.w800 {
	width: 800px;
}
.wwide {
	width: 100%;
}
td.main {
	padding: 6px;
}
table.mainpage td {
	width: 100%;
}
table.mainpage td {
	border: 0;
	padding: 0;
	vertical-align: top;
}
table.mainpage td#right {
	min-width: 198px;
	padding-left: 6px;
}
table.form {
	max-width: 800px;
}
table.form td {
	background-color: #D8D8FF;
	border: 1px solid #8080FF;
}
table.form td.header {
	text-align: center;
	background-color: #000080;
	color: #DCFFF2;
	font-weight: bold;
}
table.form td.footer {
	text-align: right;
}
table.form td.formtext {
	text-align: right;
	vertical-align: top;
}
.tools {
	display: none;
	position: absolute;
	border: 1px dashed #000080;
	text-align: right;
	background-color: #E0E0FF;
	padding: 4px;
	margin: 0;
	opacity: 0.8;
	white-space: nowrap;
	filter: alpha(opacity=80);
}
.tools img {
	padding: 0;
	margin: 0;
	cursor: pointer;
}
.il {
	background-color: #DADAF8;
}
a.login {
	color: #000000;
	font-weight: bold;
}
a.login:hover {
	color: #FF0000;
}
a.login#admin {
	color: #D316D7;
	font-weight: bold;
}
a.login#admin:hover {
	color: #FF0000;
}
table.t_photos {
	width: 100%;
}
table.t_photos td {
	text-align: center;
	border: 1px solid #8080FF;
	vertical-align: top;
	padding: 2px;
}
table.t_photos td.header {
	text-align: left;
}
table.t_photos td#cGroups {
	text-align: left;
	white-space: nowrap;
	width: 200px;
	background-image: url(../img/bg0.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}
table.t_photos div.group {
	padding-bottom: 6px;
}
table.t_photos div.group a {
	font-weight: bold;
}
table.t_photos div.subgroup {
	font-size: 11px;
	padding-left: 20px;
}
table.t_files {
	width: 100%;
}
table.t_files td {
	border: 1px solid #8080FF;
	vertical-align: top;
	padding: 2px;
}
table.t_files td#cGroups {
	text-align: left;
	white-space: nowrap;
	width: 200px;
	background-image: url(../img/bg0.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}
table.t_files div.group {
	padding-bottom: 6px;
}
table.t_files div.group a {
	font-weight: bold;
}
table.t_files div.subgroup {
	font-size: 11px;
	padding-left: 20px;
}
table.t_videos {
	width: 100%;
}
table.t_videos td {
	border: 1px solid #8080FF;
	vertical-align: top;
	padding: 2px;
}
table.t_topics {
	width: 100%;
}
table.t_topics td {
	border: 1px solid #8080FF;
	vertical-align: top;
	padding: 2px;
}
table.t_topics td div.obj {
	float: left;
}
table.t_topics div.topic {
	padding-left: 10px;
	padding-bottom: 6px;
}
table.t_topics div.topic a {
	font-weight: bold;
}
table.t_topics div.topic .info {
	padding-left: 80px;
	font-size: 9px;
}
div.dialog {
	position: absolute;
	display: none;
	visibility: hidden;
	background-color: #D8D8FF;
	border: 1px solid #000080;
	z-index: 3;
}
div.dialogshadow {
	position: absolute;
	display: none;
	visibility: hidden;
	background-color: #000080;
	border: 1px solid #8080FF;
	opacity: 0.5;
	z-index: 2;
}
td.header {
	background-color: #000080;
	color: #DCFFF2;
	font-size: 14px;
	font-weight: bold;
}
td.header a {
	text-decoration: none;
	border-bottom: 1px dotted #DCFFF2;
	color: #DCFFF2;
}
td.header#center {
	text-align: center;
	padding-left: 2px;
	font-size: 12px;
}
table.t_photolist {
	width: 100%;
}
table.t_photolist td {
	width: 200px;
	text-align: center;
	vertical-align: top;
	border: 1px solid #8080FF;
	padding: 2px;
}
table.t_photolist td.header {
	text-align: left;
}
table.t_photolist div.photo {
	width: 100%;
	text-align: center;
	height: 144px;
}
table.t_photolist div.photo img {
	cursor: pointer;
}
table.t_photolist div.info {
	color: #8080FF;
	text-align: right;
	font-size: 9px;
	padding: 0 4 0 4;
}
table.t_photolist div.info {
	color: #8080FF;
	text-align: right;
	font-size: 9px;
	padding: 0 4 0 4;
}
table.t_photolist div.rate {
	float: left;
	text-align: left;
}
table.t_filelist {
	width: 100%;
}
table.t_filelist td {
	width: 300px;
	text-align: left;
	vertical-align: top;
	border: 1px solid #8080FF;
	padding: 2px;
}
table.t_filelist div.name {
	font-weight: bold;
}
table.t_filelist div.desc img {
	float: left;
	margin: 1 3 3 0;
}
table.t_filelist div.info {
	color: #8080FF;
	text-align: right;
	font-size: 9px;
	padding: 0 4 0 4;
}
table.t_filelist span.size {
	float: left;
}
div.pages {
	padding: 2px;
}
div.pages .current {
	font-weight: bold;
	font-size: 14px;
}
table.t_gbook {
	width: 100%;
	margin-top: 6px;
}
table.t_gbook td {
	padding: 4px 6px 4px 6px;
	border: 1px solid #8080FF;
}
table.t_gbook div.info {
	width: 100px;
	float: right;
	text-align: center;
	padding: 2px;
	margin: -3 -5 3 3;
	border: 1px solid #8080FF;
	background-color: #D5D5F3;
}
table.t_gbook td.topic {
/* 	font-size: 14px; */
	padding: 2px;
	font-weight: bold;
	background-color: #000080;
	color: #DCFFF2;
}
table.t_gbook td.topic a {
	text-decoration: none;
	border-bottom: 1px dotted #DCFFF2;
	color: #DCFFF2;
}
table.t_gbook span.date {
	float: right;
	font-size: 10px;
	color: #8080FF;
}
table.t_gbook div.text br {
	clear: none;
}
table.t_gbook div.text img#imgleft {
	float: left;
	padding-right: 4px;
}
table.t_gbook div.text img#imgright {
	float: right;
	padding-left: 4px;
}
table.t_gbook div.text a {
	color: #0000FF;
}
table.t_gbook div.comments {
	border: 1px dotted #8080FF;
	margin: 4px 0 4px 40px;
	padding: 6px;
	background-color: #D5D5F3;
}
table.t_gbook div.comment {
	padding-left: 40px;
	text-indent: -40px;
}
table.t_gbook .commentdate {
	font-size: 10px;
	color: #8080FF;
}
table.t_gbook div.comments a {
	color: #0000FF;
}
table.t_gbook div.comments a:hover {
	color: #FF0000;
}
table.t_gbook div.comments img {
	vertical-align: bottom;
	padding: 1 3 1 3;
}
/* Комментарии к фото */
table.t_comments {
	width: 100%;
	margin-top: 6px;
}
table.t_comments div.photo {
	float: left;
	margin: 0 4px 4px 0;
	width: 192px;
	text-align: center;
}
table.t_comments div.photo img {
	cursor: pointer;
}
table.t_comments td {
	padding: 4px 6px 4px 6px;
	border: 1px solid #8080FF;
}
table.t_comments div.comment {
	padding-bottom: 6px;
}
table.t_comments .commentdate {
	font-size: 10px;
	color: #8080FF;
}
table.t_comments div.comments a {
	color: #0000FF;
}
table.t_comments div.comments a:hover {
	color: #FF0000;
}
table.t_comments div.comments img {
	vertical-align: bottom;
	padding: 1 3 1 3;
}
table.t_comments td.name {
/* 	font-size: 14px; */
	padding: 2px;
	font-weight: bold;
	background-color: #000080;
	color: #DCFFF2;
}
table.t_comments td.name a {
	text-decoration: none;
	border-bottom: 1px dotted #DCFFF2;
	color: #DCFFF2;
}
/* ЛС */
table.t_pm {
	width: 100%;
}
table.t_pm td {
	border: 1px solid #8080FF;
}
table.t_pm td.date {
	font-size: 9px;
	text-align: center;
}
table.t_pm td.user {
	text-align: center;
}
table.t_pm tr.header td {
	font-weight: bold;
	text-align: center;
	width: 100%;
	background-color: #000080;
	color: #DCFFF2;
}
div.quote {
	font-style: italic;
	border: 1px dashed #8080FF;
	padding: 3px 3px 3px 10px;
	margin: 2px 2px 2px 10px;
	color: #3030FF;
	background-image: url(../img/quotetag3.png);
	background-repeat: no-repeat;
	background-position: 1 1;
	text-indent: 0;
	background-color: #CECEEB;
}
div.imageinfo {
	position: absolute;
	display: none;
	margin: 5px;
	padding: 3px;
	white-space: nowrap;
	opacity: 0.7;
	filter: alpha(opacity=70);
	background-color: #E0E0FF;
	border: 1px dashed #000080;
}
div.fav {
	background-image: url(../img/fav16.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	height: 16px;
	position: absolute;
/*	opacity: 0.4;
	filter: alpha(opacity=40);*/
}
div.fav2 {
	opacity: 0.4;
	filter: alpha(opacity=40);
	width: 80px;
}
div.die {
	border: 1px solid #FF0000;
	background-color: #FFFF00;
	color: #FF0000;
	font-weight: bold;
	padding: 50px;
	width: 500px;
	margin: 10px;
}
div.infobox {
	border: 1px solid #000080;
	font-weight: bold;
	padding: 20px;
	margin: 10px;
	width: 500px;
	text-align: center;
}
div.footer {
	padding: 4px;
}
br.clear {
	clear: both;
	line-height: 0;
}
table.t_findresult {
	width: 100%;
}
table.t_findresult td {
	border: 1px solid #8080FF;
}
table.t_findresult div.topic {
	font-weight: bold;
}
table.t_query {
	width: 100%;
}
table.t_query td {
	font-size: 10px;
	vertical-align: bottom;
}
table.t_query div.bar {
	position: absolute;
	opacity: 0.3;
	filter: alpha(opacity=30);
	height: 7px;
	margin-top: 3px;
}
table.chat_table {
	width: 96%;
	height: 100%;
}
table.chat_table td {
	vertical-align: top;
}
span.chat_name {
	cursor: pointer;
}
span.chat_name_sel {
	font-weight: bold;
}
span.chat_name_new {
	color: red;
	cursor: pointer;
}
td.chat_tabs {
	padding: 4 0 4 0;
	height: 20px;
}
.chat_tabs span {
	padding: 2 6 2 6;
	border: 1px solid #000080;
}
td.chat_users {
	width: 150px;
}
td.chat_users div {
	width: 150px;
	height: 100%;
	overflow: auto;
	white-space: nowrap;
}
.chat_log td {
	border: 0;
}
td.chat_login {
	border-right: 1px dotted #000080;
	text-align: right;
}
td.chat_date {
	color: gray;
}
td.chat_date_to {
	color: red;
}
td.msg_to {
	color: red;
}
tr.chat_sys td {
	color: gray;
}
