﻿#mainPub {
}
#mainPub .date {
	 line-height:80%;
}
#mainPub .links a {
	width:95px;
}
#mainPub .links .add {
	background-image:url('../Images/forums/add_msg.gif');
}

#mainPub.forumInfo {
	clear:both;
	width:450px;
}
#mainPub.forumInfo .links {
	position:static;
	margin-top:15px;
}

#forum {
	clear:both;
	margin:25px;
	border-top:1px solid #EBEBEB;
}
#forum-body {
	margin:25px;
}
.msg {
	position:relative;
	width:100%;
	clear:both;
	background-color:#F6F6F6;
}
.msg .msg {
	background-color:#fff;
}
.msg .cont {
	border-bottom:1px solid #EBEBEB;
}
.msg .cont {
	color:#024176;
}
.msg .details {
	padding:8px 13px;
	border-top:2px solid #fff;
	border-bottom:2px solid #fff;
}
.msg .date {
}
.msg .user {
}
.msg .user,.msg .date {
	font-size:11px;
	color:#4B4B4B;
}
.msg .msg .date {
	background-image:url('../Images/forums/subMsg.gif');
}
.msg .replies {
	color:#999;
	font-size:11px;
}
.msg .subject {
	margin-top:3px;
	clear:both;
}
.msg .subject a {
	color:#024177;
	font-weight:bold;
}
.msg.opened,.msg .msg.opened {
	background-color:#F1F9FC;
}
.msg .body {
	color:#000;
	margin-top:9px;
}
.msg .links {
	margin-top:20px;
	height:20px;
}
.msg .links a {
	font-size:11px;
	display:block;
}
.msg .links .add {
	height:17px;
	padding-top:3px;
	color:#014076;
}
.msg .links .print {
	height:17px;
	padding-top:3px;
	color:#014076;
}
.msg .links .close {
	margin-top:3px;
}
.msg .action {
	font-weight:bold;
}
.msg.inactive .action.active {
	color:#d00;
}


#addMessage {
	position:absolute;
	top:0px;
	z-index:100;
	width:400px;
	height:440px;
	border:1px solid #0073C0;
	background-color:#fff;
}
#addMessage .close {
	position:absolute;
	top:4px;
	width:9px;
	height:9px;
	overflow:hidden;
	cursor:pointer;
}
#addMessage h3 {
	font-size:13px;
	font-weight:bold;
	padding:10px 18px 5px 18px;
	margin:0;
	cursor:move;
}
#addMessage h2 {
	font-size:15px;
	font-weight:bold;
	color:#024077;
	border-top:7px solid #024077;
	background-color:#DBEBF6;
	padding:3px 18px;
	margin:0;
}
#addMessage .form {
	margin:9px 18px;
}
#addMessage .form .inp {
	position:relative;
	margin-bottom:10px;
	width:319px;
}
#addMessage .form .no-user .inp {
	width:137px;
	float:right;
}
#addMessage .form .no-user .username {
	width:120px;
}
#addMessage .form .no-user .email {
	width:132px;
}
#addMessage .form .registered-user label {
	top:0;
}
#addMessage .form label {
	position:absolute;
	top:3px;
}
#addMessage .form .txt {
	width:315px;
}
#addMessage .form textarea {
	height:225px;
	overflow:auto;
}
#addMessage .send {
	padding-top:3px;
	color:#024077;
	cursor:pointer;
	height:19px;
	width:54px;
}
#addMessage .warning {
	clear:both;
	font-size:11px;
}

#closed {
	margin:20px;
}

#paging {
	margin-bottom:20px;
}
#paging .paging {
	position:static;
}

#rules {
	border-top:1px solid #D8D8D8;
	padding:22px 20px;
	line-height:130%;
}
#rules h4 {
	color:#4B4B4B;
	font-size:12px;
	margin-top:0;
	margin-bottom:5px;
}


@media print {
	#paging {
		display:none;
	}
	.msg .body {
		display:block!important;
	}
	.msg .links {
		display:none;
	}
}

