/* Таблица */
.table {
	border: 1px solid #333333;
}

.table .header {
	text-align: center;
	font-weight: bold;
	font-size: 10pt;
	background-color: #B8A697;
}

.table .footer {
	background-color: #B8A697;
}

.table .small {
	font-size: 8pt;
}

/* Список галерей */
.albumlist {
	
}

.albumlist .img {
	text-align: center;
	vertical-align: middle;
	width: 32px;
}

.albumlist .name {
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}

.albumlist .moderator {
	font-size: 8pt;
}

.albumlist .photos {
	text-align: right;
	width: 70px;
	padding-right: 10px;
}

.albumlist .last {
	font-size: 8pt;
	width: 250px;
}

.albumlist .topicname {
	color: #000000;
	font-weight: bold;
}

.albumlist .topics {
	padding-left: 20px;
}

/* Список тем */
.topiclist {
	
}

.topiclist .img {
	width: 20px;
	text-align: center;
	vertical-align: middle;
}

.topiclist .albumname {
	width: 200px;
}

.topiclist .albumname a {
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}

.topiclist .albumname a {
	color: #000000;
}

.topiclist .pages {
	text-align: left;
	font-size: 8pt;
}

.topiclist .username {
	text-align: center;
	width: 150px;
	font-weight: bold;
}

.topiclist .photos {
	text-align: right;
	width: 50px;
}

.topiclist .last {
	font-size: 8pt;
	width: 150px;
}

.topiclist .date {
	text-align: center;
	width: 200px;
}

.topiclist .tools {
	float: right;
}

/* Фотографии */
.photoslist {
	
}

.photoslist td {
	border: 0;
}

.photoslist .photo {
	height: 194px;
	width: 194px;
	text-align: center;
	vertical-align: middle;
}

.photoslist .desc {
	font-weight: bold;
	overflow: auto;
}

.photoslist .info {
	font-size: 7pt;
}

.photoslist .tools {
	position: absolute;
	float: right;
	padding: 2;
	margin: 0;
	width: 190px;
	text-align: right;
	/*	border-width: 1px 0 1px 1px;
	border-style: dashed;
	border-color: #333333;*/
}

/* Форма (табличная) */
.form {
	border: 1px solid #333333;
}

.form td {
	border: 0;
}

.form .text {
	text-align: right;
	vertical-align: top;
	padding-right: 5;
	border-right: 1px solid #333333;
}

.form .header {
	text-align: center;
	font-weight: bold;
	border-bottom: 1px solid #333333;
	border-top: 1px solid #333333;
	background-color: #B8A697;
}

.form .footer {
	text-align: right;
	padding-right: 5;
	border-top: 1px solid #333333;
	background-color: #B8A697;
}

/* Кнопки */
.btn {
	color: #000000;
	font-weight: bold;
	cursor: pointer;
	background-color: #FFE9D9;
}

.btn:hover {
	color: green;
	text-decoration: none;
}

.btnlink {
	font-weight: bold;
}

/* Страницы */
.pages {
	text-align: right;
}

.pages a {
	text-decoration: none;
}

.pages .current {
	font-weight: bold;
	font-size: 11pt;
}

/* Окна */
.status {
	position: absolute;
	z-index: 23;
	margin: -8;
	filter: progid : DXImageTransform.Microsoft.Alpha ( opacity = 70 );
	opacity: 0.7;
	text-align: center;
	font-weight: bold;
	background: white;
	color: black;
	display: none;
	width: 300;
	padding: 40 0 40 0;
	border: 1px solid gray;
}

.window {
	background-color: #EAD4C1;
	border: 1px solid #333333;
	color: black;
	text-align: center;
	vertical-align: middle;
	width: 400;
	margin: 50;
	padding: 30;
}

.die {
	background-color: #EAD4C1;
	color: red;
	border: 1px solid red;
	text-align: center;
	vertical-align: middle;
	width: 400;
	margin: 50;
	padding: 30;
	font-weight: bold;
}

.msgtools {
	position: fixed;
	float: right;
	top: 0px;
	padding: 6px;
	margin: 2px;
	filter: progid : DXImageTransform.Microsoft.Alpha ( opacity = 70 );
	opacity: 0.7;
	background: white;
	color: black;
	right: 0px;
	width: 400px;
	border: 1px solid gray;
	font-size: 8pt;
}

.msgtools a {
	color: red;
	text-decoration: none;
}

.msgtools a:hover {
	color: red;
}

.w0 {
	width: 60px;
}

.w1 {
	width: 200px;
}

.w2 {
	width: 500px;
}

.w100 {
	width: 100%;
}

.noborder {
	border: 0;
}

.noborder td {
	border: 0;
}

.quote {
	padding: 2;
	margin: 6 0 6 40;
	border: 1px solid silver;
	background: #E0C1AC;
	font-size: 8pt;
}

.quote .from {
	font-weight: bold;
	border-bottom: 1px dotted #333333;
}

.quote .from img {
	float: left;
	padding-right: 4px;
}

.pmunread {
	color: #FF0000;
}

.rate {
	
}

.rate .good {
	color: #006000;
}

.rate .bad {
	color: #800000;
}

.phototools {
	position: fixed;
	float: right;
	top: 0px;
	padding: 6px;
	margin: 2px;
	filter: progid : DXImageTransform.Microsoft.Alpha ( opacity = 70 );
	opacity: 0.7;
	background: white;
	color: black;
	right: 0px;
	width: 400px;
	border: 1px solid gray;
	font-size: 8pt;
}
