img {
	behavior: url("png.htc");
}

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

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

.table .subheader {
	text-align: center;
	font-weight: bold;
}

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

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

.table .id {
	text-align: right;
}

.table .date {
	text-align: center;
}

.table .num {
	text-align: right;
}
.table .count {
	color: #808080;
	font-size: 7pt;
}

/* Список форумов */
.forumlist {
	
}

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

.forumlist .group {
	text-align: center;
	font-weight: bold;
	background-color: #B8A697;
}

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

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

.forumlist .msgs {
	text-align: right;
	width: 70px;
	padding-right: 10px;
}

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

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

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

.topiclist .group {
	padding-left: 20px;
	background-color: #B8A697;
}

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

.topiclist .forumname {
	width: 200px;
}

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

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

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

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

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

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

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

.topiclist .pmdate {
	text-align: center;
	width: 110px;
}

.topiclist .pmtopic {
	width: 200px;
}

.topiclist .tools {
	float: right;
}

/* Сообщения */
.msglist {
	
}

.msglist .left {
	font-size: 8pt;
	width: 180px;
	vertical-align: top;
}

.msglist .right {
	vertical-align: top;
}

.msglist .date {
	font-size: 7pt;
	color: #000000;
}

.msglist .username {
	font-size: 10pt;
}

.msglist .topic {
	font-size: 10pt;
	font-weight: bold;
	padding: 0 0 5 5;
}

.msglist .tools {
	float: right;
	padding: 0 0 6 6;
	margin: 0 0 6 6;
	border-width: 0 0 1px 1px;
	border-style: dashed;
	border-color: #333333;
}

.msglist .answer {
	text-align: left;
}

.msglist .answercount {
	text-align: right;
	font-weight: bold;
}

.msglist .answertext {
	position: relative;
	z-index: 10;
}

.msglist .answermeter {
	position: absolute;
	background-repeat: repeat-x;
	background-position: left center;
	z-index: 1;
}

.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;
}

.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;
}

.tablemsg {
	width: 100%;
}

.tablemsg td {
	border: 1px solid #333333;
}

.tablemsg .id {
	font-size: 8pt;
	text-align: right;
}

.tablemsg .username {
	color: black;
	font-weight: bold;
}

.tablemsg .date {
	font-size: 8pt;
}

.tablemsg .location {
	font-size: 8pt;
}

.tablemsg .left {
	width: 100px;
	vertical-align: top;
}

.tablemsg .msg {
	vertical-align: top;
}

.tablemsg .tools {
	float: right;
	font-size: 8pt;
	margin-left: 4px;
	padding-left: 2px;
	border-left: 1px dotted #333333;
	border-bottom: 1px dotted #333333;
}

.numtext {
	position: absolute;
	color: white;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 22pt;
	text-align: center;
	padding-top: 10;
	width: 98;
}

.numtext2 {
	position: absolute;
	color: #A00000;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 22pt;
	text-align: center;
	padding-top: 10;
	width: 98;
}

.tools {
	float: right;
}
