html, body {height: 100%;}
.cont {font-family: Arial, Helvetica, sans-serif; font-size: 14px}
.lnk {color: #4f6c8e;}
.toplnk {color: #ffffff;}
.lnk-menu {
	font-family: Arial;
	font-size: 18px;
	color: #4f6c8e;
	padding: 5px;
}
.lnk-menu:hover {
	font-family: Arial;
	font-size: 18px;
	color: #ffffff;
	background: #4f6c8e;
	padding: 5px;
	border-radius: 3px;
	text-decoration: none;
}
.mnst {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #4f6c8e;
	font-weight: bold;
}
.mnst:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #ffffff;
	background: #4f6c8e;
	font-weight: bold;
}

.srch_str{
	width: 100%;
	font-size: 32px;
	border: 0px;
	background: #dee7f0;
	margin-top: 1px;
}
.btnbbcode {
	color: #000000;
	font-weight: normal;
	font-size: 16px;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	background-color: #EFEFEF;
	border: 1px solid #666666;
}
.field{
  font-family: Arial,sans-serif;
  color: #7e93a6;
  font-size: 16px;
  font-weight: bolder;
}
.field-desc{
  font-family: Arial,sans-serif;
  color: #878546;
  font-size: 12px;
}
.post-title{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
	color: #336699;
}
.post-txt{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	quotes: "\00ab" "\00bb";
}
.post-info{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #b2ab7c;
}
.com-txt{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}
.com-info{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #b2ab7c;
}
.user-info{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}
.user-info-small{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #b2ab7c;
}
.reply-text {
	width: 100%;
	height: 90px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #f2f0b5;
	border-left: 1px #edebae solid;
	border-top: 1px #edebae solid;
	border-right: 1px #e3e1ac solid;
	border-bottom: 1px #e3e1ac solid;
	font-size: 12px;
	color: #484846;
}
.reply-btn {
	margin-top: 7px;
	background: #92b2ce;
	border-left: 1px #84a5c3 solid;
	border-top: 1px #84a5c3 solid;
	border-right: 1px #7e93a6 solid;
	border-bottom: 1px #7e93a6 solid;
	font-size: 16px;
	color: #484846;
}
.page {
	font-famaly: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #4f6c8e;
	padding: 5px;
}
.selected-page {
	font-famaly: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #ffffff;
	background: #4f6c8e;
	padding: 7px;
}
.vote-win {
	position: absolute;
	left: 15px;
	width: 150px;
	height: 30px;
	margin-left: 10px;
	padding: 3px;
	border: 1px dotted #666666;
	background-color: #eeeeee;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 0 10px #999999;
	-webkit-box-shadow: 0 0 10px #999999;
	box-shadow: 0 0 10px #999999;
	z-index: 5;
}

.close-btn {
	border: 0px;
}

#vote {
	cursor: pointer;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0);
    z-index: 4;
}
.reply-comment {
	position: absolute;
	left: 15px;
	width: 150px;
	height: 50px;
	margin-left: 10px;
	padding: 3px;
	border: 1px dotted #666666;
	background-color: #eeeeee;
}
.dig{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	color: #4a4a4a;
	position: absolute;
	width: 210px;
	padding: 2px;
	border: 1px solid #666666;
	background-image: url('/i/bg/1.gif');
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 0 10px #999999;
	-webkit-box-shadow: 0 0 10px #999999;
	box-shadow: 0 0 10px #999999;
	overflow: auto;
}

.edit-button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #009933;
	margin-left: 5px;
	text-decoration: none;
	border: 1px solid #009933;
	padding: 0px 3px 0px 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.fav-button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #a20721;
	margin-left: 5px;
	text-decoration: none;
	border: 1px solid #a20721;
	padding: 0px 3px 0px 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.mcomment{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}
.uploadifyQueueItem {
	background-color: #F5F5F5;
	border: 2px solid #E5E5E5;
	font: 11px Verdana, Geneva, sans-serif;
	margin-top: 5px;
	padding: 10px;
	width: 92%;
}
.uploadifyError {
	background-color: #FDE5DD !important;
	border: 2px solid #FBCBBC !important;
}
.uploadifyQueueItem .cancel {
	float: right;
}
.uploadifyQueue .completed {
	background-color: #E5E5E5;
}
.uploadifyProgress {
	background-color: #E5E5E5;
	margin-top: 10px;
	width: 100%;
}
.uploadifyProgressBar {
	background-color: #0099FF;
	height: 3px;
	width: 1px;
}
.scrollup{
	width: 100%;
	height: 99%;
	background-image: url('/i/scrollup.png');
	background-repeat: no-repeat;
	background-position: 100px 100px;
	display: none;
	cursor: pointer;
}
.modalContainer {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(10, 0, 0, 0.3);
	overflow: auto;
	z-index: 4;
}
.modalWindow{
	padding: 4px;
	border: 1px solid #999999;
	background-color: #ffffff;
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	margin-top: 20%;
	font-family: Arial;
	font-size: 12px;
}
.modalWindow a{
	color: #2870c4;
}
.preventOverlay{
	background-image: url('/i/loader.gif');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	position: fixed;
	top: 0px;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(10, 0, 0, 0);
	overflow: auto;
	z-index: 999999999;
}
.hint{
	padding: 4px;
	border: 1px solid #999999;
	background-color: #ffffff;
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	font-family: Arial;
	border-radius: 3px;
	font-size: 12px;
}