/* =============================================================
CSS Simple Forum Version 1.4
Default Formatting CSS
============================================================= */

@import url('../../sf-framework.css');

/* =============================================================
#sforum: Main Outer Container for everything
============================================================= */
ul, ol {font-size: 140%;}
li {color: #025179;}

.topic_title
{
	font-size: 120%
}
#sforum {
	font-family: Tahoma, Geneva, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 90%;
}

#sforum a:hover {
	color: #0071AB;
}

/* =============================================================
#sfloginstrip: User Login/Registration Strip
============================================================= */

#sforum .sfloginstrip {
	border: 1px solid #DDDDDD;
	background-color: #FFFFFF;
	padding: 2px;
	margin: 4px 0 4px 0;
	font-weight: bold;
	font-size: 85%;
}

#sforum .sfloginstrip .sfusercell {
	text-align: left;
	font-weight: normal;
	font-size: 90%
}

#sforum .sfloginstrip .sflogincell {
	text-align: right;
	font-size: 90%
}

#sforum #sfhelpbox {
	border: 1px solid #718BA6; 
	background-color: #FFFFFF; 
	padding: 8px;
}

/* =============================================================
#sfmessagestrip: Breadcrumb and Message Strip
============================================================= */

#sforum .sfmessagestrip {
	border: 1px solid #DDDDDD;
	background: #F5F6F6;
	padding: 2px;
	margin: 8px 0 8px 0;
	font-weight: bold;
	font-size: 85%;	
}

/* =============================================================
#sfblock: A complete forum block container (forum, topic, post)
============================================================= */

#sforum .sfblock {
	/*border: 1px solid #DDDDDD;*/
	margin: 15px 0 0 0;
}

#sforum .sfblock img {
	margin-bottom: -4px;
	margin-left: 2px;
}

/* =============================================================
.sfheading: Group/Forum/Topic Name (Main Heading)
============================================================= */

#sforum .sfheading {
	background: #fff url( fade-heading.png ) repeat-x 0px -2px;
	height: 28px;
}

#sforum .sfheading p {
	font-size: 120%;
	font-weight: bold;
	color: #DA2641;
	margin: 0;
	padding: 3px 0 3px 5px;
	font-variant: small-caps;
}

#sforum .sfheading .sficoncell img {
	margin-top: 5px;
}
.sfheading_add {border-top: 3px solid #025179;}
/* =============================================================
.sfforumtable: Forum/Topic tables
============================================================= */

#sforum .sfforumtable {
	border: 1px solid #025179;
	border-spacing: 2px;
}

#sforum .sfforumtable th {
	background: #0383DD;
	border: 1px solid #025179;
	text-align: center;
}

#sforum .sfforumtable td {
	background: #fff url( fade-entry.png ) repeat-x 0px -2px;
	padding: 0 5px 0 5px;
}

#sforum .sfforumtable td a {
	font-weight: bold;
	vertical-align: top;
}
#sforum .sfforumtable th {
 color: #fff; font-size: 100%; 
}
/* описание форума */
#sforum .sfforumtable td small {
	font-size: 100%;
}

#sforum .sfforumtable .sfcounts {
	width: 6%;
	text-align: center;
}

#sforum .sfforumtable .sfmanageicons {
	text-align: center;
}

#sforum .sfforumtable .sfnewpostforum {
	background: #0383DD;
}
/*дата - тема начата...*/
#sforum .sfforumtable .sfuserdetails {
	width: 17%;
	text-align: center;
	font-weight: normal;
	font-size: 75%;
	line-height: 1.1em;
	padding: 2px 0 2px 0;
	margin: 0;
}

/* =============================================================
.sffooter & .sfpagelinks: Forum Page links in sffooter
============================================================= */

#sforum .sffooter {
	background:#E5F1FC;
	height: 28px;
}

#sforum .sfpagelinks {
	text-align: left;
	font-weight: bold;
	font-size: 90%;
}

#sforum .sfpagelinks a {
	border: 1px solid silver;
	padding: 1px 8px 3px 8px;
	color: #000000;
}

#sforum .sfpagelinks a.current {
	background-color: #91C1EC; padding: 0 5px
}

#sforum .sfpagelinks a:hover {
	background-color: #fff;
}

/* =============================================================
.sfposttable: The Posts Page
============================================================= */
#sforum .sfposttable {
	border: 1px solid #025179;
	border-spacing: 2px;
}

#sforum .sfposttable th {
	background: #0383DD;
	border: 1px solid #025179;
	text-align: center;
	color: #fff
}

#sforum .sfposttable td {
	border-bottom: 1px solid black;
	background: #FFFFFF;
}

#sforum .sfposttable .sfmanageicons {
	text-align: center;
	vertical-align: top;
}

#sforum .sfposttable .sfmanageicons img {
	padding-bottom: 5px;
}

#sforum .sfposttable .sfuserinfoside {
	background-color: #DEDEED;
	width: 115px;
}

#sforum .sfposttable .sfuserinfoside p {
	text-align:center;
	font-size: 10px;
	padding: 0;
	margin: 4px 2px;
	line-height: 1.1em;
}

#sforum .sfposttable .sfuserinfoabove {
	background-color: #E5E5E5;
}

#sforum .sfposttable .sfuserinfoabove p {
	text-align:left;
	font-size: 100%;
	padding: 0 0 0 10px;
	margin: 4px 2px 10px 2px;
	line-height: 1.1em;
}

#sforum .sfposttable .sfposticon {
	float: left;
}

#sforum .sfposticonstrip {
	border: 1px solid #DDDDDD;
	background: #fff url( fade-heading.png ) repeat-x 0px -2px;
	padding: 0;
	margin: 0;
	font-weight: bold;
	font-size: 100%;	
}

#sforum .sfposttable .sfpostcontent .sfposticonstrip a:link {
	text-decoration: none;
}

/* =============================================================
.sfpostcontent: The Post Content
============================================================= */

#sforum .sfposttable .sfpostcontent p {
	font-size: 100%;
	padding: 3px 15px 3px 24px;
	margin: 4px 0px 0px 0px;
}

#sforum .sfposttable .sfmoderate {
	background-color: #DDD;
}

#sforum .sfposttable .sfpostcontent blockquote {
	margin: 5px 10px 5px 22px;
	border: 1px dotted #DAE705;
	background-color: #F8FDD4;
}

#sforum .sfposttable .sfpostcontent img {
	margin-left: 3px;
	margin-top: 5px;
}

#sforum .sfposttable .sfpostcontent a {
	text-decoration: underline;
}

#sforum .sfposttable .sfpostcontent cite {
	background-color: yellow;
	border: 1px dotted gray;
	}

/* =============================================================
.sfadditemcell: New Topic/New Post Icons
============================================================= */

#sforum .sfheading .sfadditemcell,
#sforum .sffooter .sfadditemcell {
	text-align: right;
	font-size: 11px;
	text-align: right;
	cursor: pointer;
	font-weight: bold;
	color: #5364AE;
	margin: 0;
	padding: 3px 3px 0px 0px;
}

/* =============================================================
Some General Classes
============================================================= */

#sforum .sficon a {
	font-weight: bold;
	text-decoration: underline;
	border: none;
}

#sforum .sficon img {
	margin-bottom: -4px;
	border: none;
	padding: 0 5px 0 5px;
}

#sfmessage {
	border: 1px solid #025179;
	background-color: #E5F1FC;
	padding: 2px;
	margin: 1em 0 1em 0;
	font-weight: bold;
	font-size: 80%;
	color: #025179;
}

#sforum #sfversion {
	/*border: 1px solid #DDDDDD;*/
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	font-size: 85%;
	text-align: center;
}


.sfavatar {
	padding: 2px 8px 5px 8px;
}

.sfclear {
	clear: both;
	height: 1px;
	overflow: hidden;
	}

/* =============================================================
.sfsearchform/.sfentryform: Form Fieldset Styling & Controls
============================================================= */

#sforum #sfentryform {
	width: 100%;
}

#sforum #sfentryform fieldset,
#sforum #sfsearchform fieldset,
#sfsearchform fieldset,
.sfgroup fieldset  {
	font-size: 90%;
	font-weight: normal;
	color: #025179;
	border: 1px solid #025179;
	margin: 12px 0 0 0;
	padding: 5px 15px
}
#sfentryform p, .sfgroup p, #sfsearchform p {
 font-size: 85%;
 padding: 10px 0 0 0
}
#sfentryform p a, .sfgroup p a, #sfsearchform p a  {
 text-decoration: underline;
}

/* =============================================================
.Forms, Controls and QuickTag styling
============================================================= */

.sfcontainer {
	width: 80%;
}

.sftextcontrol {
	width: 70%;
}
	
.quicktags {
	margin: 2px 2px 0px 2px;
	font-size: 12px;
}

.quicktags textarea {
	width: 90%;
	font-size: 85%;
}

.sfeditpost textarea {
	width: 100%;
	font-size: 85%;
	margin: 6px 0 2px 0;
	padding: 0;
}
	
.sfcontrol,.sfacontrol{font-family: Verdana, SanSerif;padding: 3px;margin-right: 2px;
font-size: 85%
}
.qtbutton {
	border: 1px solid #5364AE;
	background: #fff url( fade-butt.png ) repeat-x 0px -2px;
	font-family: Verdana, SanSerif;
	padding: 3px;
	margin-right: 2px;
}
.sfcontrol a {
	text-decoration: none;
}

.qttext {
	border: 1px solid #5364AE;
	font-family: Verdana, SanSerif;
	padding: 3px;
}	

.quicktags #ed_strong {
	font-weight: bold;
}

.quicktags #ed_link {
	color: blue;
	text-decoration: underline;
}

.quicktags #ed_del {
	text-decoration: line-through;
}

.quicktags #ed_em {
	font-style: italic;
}

.quicktags #ed_code {
	font-family: "Courier New", Courier, mono;
	margin-bottom: 2px;
}
