/*
	forum.css
*/

#errorAlert{
	visibility: visible;
	position: absolute;
	border: 1px solid #76A9D6;
	/*background-color: #f5f5f5;*/
	padding: 0px;
	margin: 0px;
	width: 205px;
	box-shadow: 2px 2px 5px rgba(30, 30, 30, 0.7);
	-moz-box-shadow: 2px 2px 5px rgba(30, 30, 30, 0.7);
	-webkit-box-shadow: 2px 2px 5px rgba(30, 30, 30, 0.7);
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	z-index: 80;
}

#confirmSecCode{
	visibility: hidden;
	position: absolute;
	border: 1px solid #76A9D6;
	background-color: #F1F6FC;
	padding: 0px;
	margin: 0px;
	width: 215px;
	box-shadow: 2px 2px 5px rgba(30, 30, 30, 0.7);
	-moz-box-shadow: 2px 2px 5px rgba(30, 30, 30, 0.7);
	-webkit-box-shadow: 2px 2px 5px rgba(30, 30, 30, 0.7);
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	z-index: 80;
}

#subscribePop{
	visibility: hidden;
	position: absolute;
	border: 1px solid #76A9D6;
	background-color: #F1F6FC;
	padding: 0px;
	margin: 0px;
	width: 245px;
	box-shadow: 2px 2px 5px rgba(30, 30, 30, 0.7);
	-moz-box-shadow: 2px 2px 5px rgba(30, 30, 30, 0.7);
	-webkit-box-shadow: 2px 2px 5px rgba(30, 30, 30, 0.7);
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	z-index: 80;
}

.mailBlock{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}
.mailBlock input{
	border: 1px solid #ccc;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	padding-left: 4px;
	padding-right: 4px;
	width: 215px;
	height: 20px;
}

.subscribeForm{
	margin: 0px;
	padding: 0px;
}

.confirmCode{
	margin: 0px;
	padding: 0px;
}
.codeBlock{
	margin: 0px;
	padding: 6px 10px 6px 10px;
}
.codeBlock img{
	float: left;
	margin-right: 12px;
	border: 1px solid #ccc;
}
.codeBlock input{
	border: 1px solid #ccc;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	width: 80px;
	height: 26px;
	line-height: 26px;
	background-color: #fcfcfc;
}
.codeText{
	margin: 0px;
	padding: 4px 10px 0px 10px;
}

.codeSubmit{
	margin: 0px;
	padding: 4px 10px 10px 10px;
	text-align: right;
	-moz-border-radius-bottomleft: 3px;
	border-radius-bottomleft: 3px;
	-webkit-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	border-radius-bottomright: 3px;
	-webkit-border-radius-bottomright: 3px;
}
input.submitCode{
	border: 0px none;
	font-size: 13px;
	background-color: transparent;
	text-align: center;
	font-weight: bold;
	height: 22px;
	color: #65A3DC;
	text-transform: uppercase;
}


.attdis{
	position: absolute;
	background-color: red;
}
.fileUpload{
	visibility: hidden;
	position: absolute;
	border: 1px solid #76A9D6;
	background-color: #F1F6FC;
	padding: 0px;
	margin: 0px;
	width: 245px;
	box-shadow: 2px 2px 5px rgba(30, 30, 30, 0.7);
	-moz-box-shadow: 2px 2px 5px rgba(30, 30, 30, 0.7);
	-webkit-box-shadow: 2px 2px 5px rgba(30, 30, 30, 0.7);
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	z-index: 80;
}
.uplTarget{
	visibility: hidden;
	position: absolute;
	width: 0px;
	height: 0px;
	padding: 0px;
	margin: 0px;
}
.flist a{
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 26px;
	line-height: 22px;
	height: 22px;
	display: block;
	width: 145px;
	float: left;
	font-size: 10px;
	margin-right: 5px;
}
.flist a:hover{
	background-color: #90BBE4;
}
#subscF{
	display: block;
	visibility: hidden;
	position: absolute;
	border: 1px solid #ccc;
	background-color: #eee;
	margin: 0px;
	padding: 10px;
}

.formBlock{
	background-color: #F1F6FC;
	margin: 20px 0px 0px 0px;
	padding: 10px;
}
.author{
	height: 24px;
	
}
.author span{
	display: block;
	width: 100px;
	float: left;
	padding-top: 6px;
	font-weight: bold;
}
.author input{
	border: 1px solid #E1E4E9;
	font-size: 12px;
	padding-left: 3px;
	padding-right: 3px;
	width: 470px;
	height: 20px;
	line-height: 20px;
	background-color: #fcfcfc;
}
.author span.user{
	font-size: 14px;
	width: 470px;
	font-weight: bold;
}
.areaBlock{
	margin: 0px;
	padding: 0px;
	width: 100%;
	display: block;
}
.areaBlock textarea{
	width:570px;
	height: 100px;
	border: 1px solid #E1E4E9;
	font-size: 14px;
	padding: 3px;
	background-color: #fcfcfc;
}


.securecodeTitle{
	display: block;
	width: 100px;
	float: left;
	padding-top: 7px;
	font-weight: bold;
}
.secBlock{
	display: block;
	height: 30px;
	margin: 0px;
	padding: 0px;
}
.secBlock img{
	float: left;
	margin-right: 12px;
	border: 1px solid #E1E4E9;
}
.secBlock input{
	border: 1px solid #E1E4E9;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	width: 80px;
	height: 26px;
	line-height: 26px;
	background-color: #fcfcfc;
}
.submitBlock{
	margin-top: 8px;
	text-align: right;
}
.submitBlock input{
	border: 0px none;
	font-size: 13px;
	background-color: transparent;
	text-align: center;
	font-weight: bold;
	height: 22px;
	color: #65A3DC;
	text-transform: uppercase;
}
.addFile{
	text-align: right;
}
.addFile a, .addFile a:link{
	color: #333;
	text-decoration: none;
}
.addFile a:hover{
	text-decoration: underline;
}
.filesContainer{
	margin-bottom: 10px;
}
.commentFormTitle{
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #65A3DC;
	margin-bottom: 10px;
}
.areaBlock textarea:focus, .author input:focus, .secBlock input:focus{
	background-color: #fff;
	border: 1px solid #76A9D6;
}

.closeConfirm{
	text-align: right;
	display: block;
	margin: 0px;
	padding: 3px 3px 0px 0px;
	height: 16px;
	background-color: transparent;
	border-bottom: 0px none;
	
	-moz-border-radius-topleft: 3px;
	border-radius-topleft: 3px;
	-webkit-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-radius-topright: 3px;
	-webkit-border-radius-topright: 3px;
}
.closeConfirm img{
	cursor: pointer;
}
.uplText{
	margin: 0px;
	padding: 4px 10px 0px 10px;
}
.uploadForm{
	margin: 0px;
	padding: 10px 10px 18px 10px;
	-moz-border-radius-bottomleft: 3px;
	border-radius-bottomleft: 3px;
	-webkit-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	border-radius-bottomright: 3px;
	-webkit-border-radius-bottomright: 3px;
}
.attdis{
	font-size: 12px;
	height: 20px;
	border: 1px solid #ccc;
	background-color: #eee;
	/*width: 132px;*/
}
.attInp{
	font-size: 12px;
	height: 24px;
	/*width: 132px;
	border: 1px solid #ccc;*/
}
.closeAlert{
	display: block;
	float: right;
	margin: 0px;
	padding: 3px;
}
.closeAlert img{
}
#errorAlert div.p{
	margin: 0px;
	padding: 10px;
}
.alertError{
	background-color: #ff9999;
}
.alertInfo{
	background-color: #ffffcc;
}
.actionsList{
	padding: 0px;
	margin: 0px;
	float: right;
	/*visibility: hidden;*/
	opacity: 0.6;
	filter: alpha(opacity = 60);
}
.actionsList a{
	display: block;
	float: left;
	padding: 2px;
	margin: 0px 4px 0px 0px;
	background-color: #90BBE4;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
}
a.raportMarked{
	text-decoration: line-through;
	background-color: #ffcc99;
}
.topics_subject{
	color: #65A3DC;
	font-weight: bold;
}
.s_author{
	padding: 0px;
	margin: 4px 1px 1px 1px;
	color: #666;
	font-size: 12px;
}
.s_time{
	padding: 0px;
	margin: 1px;
	color: #666;
	font-size: 10px;
}

.oneComment{
	clear: both;
	border: 1px solid #ccc;
	margin: 0px 0px 6px 0px;
	padding: 4px 10px 10px 10px;
}
.zeroclear{
	clear: both;
	display: block;
	height: 0px;
	overflow: hidden;
}
.intopic{
	border: 1px solid #ccc;
	background-color: #F1F6FC;
	margin: 0px;
	padding: 4px 10px 10px 10px;
}
.incontent{
	background-color: #fff;
	border: 1px solid #eee;
	padding: 6px;
}
.inforum{
	
	background-color:#F1F6FC;
	margin: 0px;
	padding: 6px 10px 10px 10px;
}

.cOver .actionsList{
	/*visibility: visible;*/
	opacity: 1;
	filter: alpha(opacity = 100);
}
.marked_as_bad{
	text-align: center;
	font-style: italic;
	color: #777;
}
.marked_as_spam{
	text-align: center;
	font-style: italic;
	color: #777;
}
.loadingfile{
	background-color: #fff;
	border: 1px solid #eee;
	padding: 2px;
}
.loadingfile img{
	float: left;
	margin: 3px 6px 3px 3px;
}
.loadingfile span{
	padding-top: 3px;
}
.fu_errors{
	margin: 0px;
	padding: 2px;
	text-align: center;
	background-color: #ff9999;
}
.fu_result{
	margin: 0px;
	padding: 2px;
}
.topic{
	border: 1px solid #eee;
	margin: 4px 0px 4px 0px;
	padding: 10px 10px 10px 10px;
	cursor: pointer;
}
.topicinlist, .topicinlist a{
	font-weight: bold;
	text-transform: uppercase;
	color: #65A3DC;
}

.topiclocked{
	padding-right: 30px;
	background-image: url('../../img/encrypted.png');
	background-position: 436px 8px;
	background-repeat: no-repeat;
}
.topiclocked2{
	padding-right: 30px;
	background-image: url('../../img/encrypted.png');
	background-position: 436px 8px;
	background-repeat: no-repeat;
}
.topiclocked3{
	padding-right: 30px;
	background-image: url('../../img/encrypted.png');
	background-position: 428px 8px;
	background-repeat: no-repeat;
}
.infoline{
	color: #999;
}
.ontopic{
	border-color: #ccc;
}
.ontopic .infoline{
	color: #666;
}
#topic_add_form{
	margin-top: 0px;
	display: none;
}
.addtb{
	margin: 12px 0px 0px 0px;
}
.addtb a{
	display: block;
	line-height: 22px;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	color: #65A3DC;
	padding-left: 19px;
	background-image: url("../../img/h_pic.jpg");
	background-position: left;
	background-repeat: no-repeat;
	border-bottom: 1px dotted #8586D9;
}
.addtb a:hover{
	text-decoration: none;
}

.errors{
	background-color: #ff9999;
	margin: 5px 0px 5px 0px;
	padding: 8px;
	border: #ff3333;
}
.infos{
	background-color: #ffffcc;
	margin: 5px 0px 5px 0px;
	padding: 8px;
	border: #cccc99;
}
#rulesBlock{
	padding: 0px;
	margin: 8px 0px 0px 0px;
}
#rulesBlock .rulesBtn{
	padding: 0px;
	margin: 0px 0px 0px 0px;
}
.rulesBtn a{
	color: #333;
	text-decoration: none;
}
#rulesBlock .rules{
	border: 1px solid #eee;
	background-color: #fff;
	padding: 8px;
	margin: 0px;
}
.closerule .rules{
	display: none;
}
.openrule .rules{
	display: block;
}
.listElement{
	border: 1px solid #E0E5EB;
	background-color: #fff;
	padding: 5px;
}
.listElement h5{
	margin: 4px 0px 4px 0px;
	padding: 0px;
}
.infoline{
	padding-left: 16px;
}
.listElement .s_author, .listElement .s_time, .listElement .infoline{
	padding-left: 14px;
}
.topic .s_author, .topic .s_time, .topic .infoline{
	padding-left: 16px;
}

.rootElement{
	padding: 10px;
	margin:0px;
	background-color: #F1F6FC;
	border-bottom: 1px dotted #8586D9;
	
}
.froot_top h4{
	padding-left: 6px;
	
}
.froot_top h4, .froot_top h5, .froot_top a, .froot_top a:link{
	text-transform: uppercase;
	color: #65A3DC;
	text-decoration: none;
	font-weight: bold;
}
.froot_top a:hover{
	 text-decoration: underline;
}
.ft{
	text-transform: uppercase;
	color: #65A3DC;
	font-weight: bold;
}

