/* =============================================================
CSS Simple:Press Forum Version 3.1
Survey Gizmo Skin - Formatting CSS
by Jase (http://www.SurveyGizmo.com)
============================================================= */

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

/* =============================================================
#sforum: Main Outer Container for everything
============================================================= */
#sforum {
	clear:both;
	width: auto !important;
	margin:2em 0 0 0;
	padding:0;
	border:0px solid #b7bcc4;
	background-color: transparent;
	position:relative;
	}
#sforum a,
#sforum a:link,
#sforum a:active,
#sforum a:visited {
	color:#056ccf;
	}
#sforum a:hover {
	color:#f60;
	}
#sforum table {
	border-collapse:collapse;
	}

/* =============================================================
#sfbanner: Optional page banner image
============================================================= */
#sfbanner {
	text-align:center;
	margin: auto;
	}

/* =============================================================
.sfloginstrip: User Login/Registration Strip
============================================================= */
#sforum #sfadminstrip {
	border: 1px solid #DDDDDD;
	background: #FFFFBB;
	margin: 0 0 1em 0;
	padding: 1px 10px 2px 10px;
	font-size: 85%;
	line-height: 1.5em;
	text-align: left;
	vertical-align: middle;
	height: 20px;
	}
#sforum #sfadminpostlist {
	margin: 0;
	padding: 0 10px 10px 10px;
	border: 1px solid #DDDDDD;
	background: #FFFFBB;
	display: none;
	}
#sforum .sfloginstrip {
	border:2px solid #e3e6ef;
	border-bottom:0;
	padding:1em 1em 0 1em;
	margin:0;
	background:#f3f6ff;
	height:1%;
	}
#sforum .sfloginstrip td {
	padding:0 .5em .5em .5em;
	}
#sforum .sfloginstrip .sfusercell {
	font-weight: normal;
	}
#sforum .sfloginstrip .sflogincell {
	text-align: right;
	vertical-align: bottom;
	}
#sforum .sfloginstrip .sfbuttoncell {
	float: right;
	text-align: right;
	vertical-align: bottom;
	}
#sforum #sfadminstrip .sfquickadmin {
	vertical-align: middle;
	margin-top: 0px;
	}
#sforum #sfloginform {
	position:absolute;
	top:0px;
	left:560px;
	border:2px solid #5ca329;
	background:#fff;
	padding:1em;
	width:200px;
	height:auto;
	}
#sforum #sfloginform label {
	display:block;
	text-align:left;
	clear:left;
	margin:0 0 .5em 0;
	}
#sforum #sfloginform p {
	text-align: right;
	margin:0 0 1em 0;
	}

/* =============================================================
#sfmessagestrip: Breadcrumb, Message Strip, Search Strip etc
============================================================= */
#sforum .sfmessagestrip {
	border:2px solid #e3e6ef;
	border-top:0;
	padding:0 1em 1em 1em;
	margin:0 0 1em 0;
	background:#f3f6ff;
	vertical-align: middle;
	height: auto;
	font-size:90%;
	}
#sforum .sfmessagestrip optgroup.sflist {
	color: black;
	font-style: normal;
	font-weight: bold;
	}
#sforum .sfmessagestrip select.sfquicklinks {
	float: right;
	font-size: 110%;
	font-weight: normal;
	color: #000000;
	}
#sforum .sfmessagestrip select.sfquicklinks option {
	padding-bottom: 2px;
	color: #000000;
	}
#sforum .sfmessagestrip select.sfquicklinks option.sfnew {
	color: #FF0000;
	}
#sforum .sfmessagestrip select.sfquicklinks option.sfmod {
	color: #000099;
	}
#sforum .sfmessagestrip.sfpmalert p {
	color: red;
	}
#sforum #sfpmwaiting {
	padding:0 .5em !important;
	}	
#sfinboxcount {
	float: right;
	}

/* =============================================================
#sfblock: A complete forum block container (forum, topic, post)
============================================================= */
#sforum .sfblock {
	border:2px solid #b7bcc4;
	border-spacing:0;
	margin:0 0 1em 0;
	padding:1em;
	background:#fff;
	}
	
/* =============================================================
.sfheading: Group/Forum/Topic Name (Main Heading)
============================================================= */
#sforum .sfheading {
	height: auto;
	margin-bottom:1em;
	}
#sforum .sfheading td {
	vertical-align:middle;
	}
#sforum .sfheading .sficoncell {
	width: 2em;
	}
#sforum .sfheading .sficoncell img {
	margin: .5em;
	padding:.5em;
	border:2px solid #b7bcc4;
	background:#fff;
	}
#sforum .sfheading p {
	margin: 0;
	padding: 0 0 0 .5em;
	font-size: 1.5em;
	font-weight: bold;
	}
#sforum .sfheading small {
	color:#515559;
	padding: 0;
	font-weight: normal;
	line-height: 1em;
	font-size: .8em;
	}
	
/* =============================================================
.sfadditemcell: New Topic/New Post Icons
============================================================= */
#sforum .sfheading .sfadditemcell,
#sforum .sfheading .sfadditemcell a,
#sforum .sffooter .sfadditemcell,
#sforum .sffooter .sfadditemcell a {
	margin: 0 0 0 1em;
	padding: 0;
	text-align: right;
	vertical-align: middle;
	font-size: 1.1em;
	font-weight: bold;
	}

/* =============================================================
.sfforumtable: Forum/Topic tables
============================================================= */
#sforum .sfforumtable {
	margin:1em 0;
	border-collapse:collapse;
	}
#sforum .sfforumtable th {
	border: 0;
	border-bottom:2px solid #b7bcc4;
	text-align: left;
	font-size: 1.5em;
	padding:0 .5em .5em .5em;
	}
#sforum .sfforumtable td {
	font-size: 1em;
	margin:0;
	border:none;
	padding:.5em;
	vertical-align: middle;
	}
#sforum .sfforumtable td.alt {
	background:#D9E6F3;
	background:#e0e9f6;
	}
#sforum .sfforumtable .sficoncell {
	width: 2em;
	}
#sforum .sfforumtable .sficoncell img {
	margin: .5em;
	padding:.5em;
	border:2px solid #b7bcc4;
	background:#fff;
	}
#sforum .sfforumtable .sfnewposticoncell {
	background: #fff url( fade-heading.png ) repeat-x 0px 0px;
	width: 2em;
	}
#sforum .sfforumtable .sfnewposticoncell img {
	margin: .3em .3em 0 .3em;
	}
#sforum .sfforumtable td a {
	font-weight: bold;	
	}
#sforum .sfforumtable td p {
	margin:0;
	padding:0;
	}
#sforum .sfforumtable td p small {
	padding: 0;
	margin: 0;
	font-size:.9em;
	line-height: 1.3;
	color:#515559;
	}
#sforum .sfforumtable td p small:first-child {
	float:right;
	margin-top:-.9em;
	}
#sforum .sfforumtable .sfcounts {
	width: 5%;
	text-align: center;
	color:#515559;
	}
#sforum .sfforumtable .sfstatusicon {
	float: right;
	vertical-align: top;
	padding: 2px 4px 2px 4px;
	}
	
/* =============================================================
.sfforumtable: New Post tables
============================================================= */
#sforum .sfforumtable .sfnewpostforum {
	background: #fff url( fade-heading.png ) repeat-x 0px 0px;
	}
#sforum .sfforumtable .sfuserdetails {
	border: inherit;
	width: 17%;
	margin: 0;
	}
#sforum .sfforumtable .sfuserdetails p {
	font-weight: normal;
	font-size: 90%;
	text-align: left;
	line-height: 1.5;
	color:#515559;
	}
	
/* =============================================================
.sficonkey: Forum View - icon legend
============================================================= */
#sforum .sficonkey {
	vertical-align: middle;
	padding:0;
	text-align: right;
	font-size:11px;
	}
#sforum .sficonkey small {
	vertical-align: middle;
	}
#sforum .sficonkey small img {
	vertical-align: middle;
	clear:left;
	}
	
/* =============================================================
.sfpagelinks: Forum Page links
============================================================= */
#sforum .sffooter {
	height: auto;
	padding:0 1em;
	margin:0;
	}
#sforum .sffooter td {
	vertical-align:middle;
	}
#sforum .sfpagelinks {
	padding:.5em 0;
	font-weight: bold;
	vertical-align: middle;
	overflow: hidden;
	}
#sforum .sfpagelinks a,
#sforum .sfpagelinks a:link,
#sforum .sfpagelinks a:active,
#sforum .sfpagelinks a:visited,
#sforum .sfpagelinks a:hover {
	border: 1px solid silver;
	color: inherit;
	margin: 0;
	padding:.2em .5em;
	}
#sforum .sfpagelinks img {
	vertical-align: middle;
	}
#sforum .sfpagelinks a.sfpointer {
	border: none !important;
	}
#sforum .sfpagelinks a.current {
	background-color: #C2D7E7;
	color: #000000;
	}
#sforum .sfpagelinks a:hover {
	background-color: #BBBBBB;
	}
	
/* =============================================================
.sfposttable: The Posts Page
============================================================= */
#sforum .sfposttable {
	margin:1em 0;
	border-collapse:collapse;
	}
#sforum .sfposttable th {
	display:none;
	}
#sforum .sfposttable td {
	background: #fff;
	/*
	border-bottom:1px solid #b7bcc4;
	border-color:#fff;
	*/
	padding:0;
	}
#sforum .sfposttable td.alt {
	}

/* =============================================================
.sfuserinfoside: User Details - Left and Above
============================================================= */
#sforum .sfposttable td.sfuserinfoside {
	width: 150px;
	vertical-align: top;
	padding: 0 0 1em 0;
	}
#sforum .sfposttable td.sfuserinfoside.alt {
	}
#sforum .sfposttable td.sfuserinfoside p {
	color:#717570;
	font-size:11px;
	margin: 0;
	text-align:center;
	vertical-align: middle;
	}
#sforum .sfposttable td.sfuserinfoside .sfposticonstrip p {
	color:#515559;
	}

/* =============================================================
.sfinnerusertable: User Details
============================================================= */
#sforum .sfposttable .sfinnerusertable td {
	border:0;
	padding:0;
	margin:0;
	}
#sforum .sfposttable .sfinnerusertable td.alt {
	}
#sforum .sfposttable .sfinnerusertable .sfuseravatar {
	text-align: center;
	}
#sforum .sfposttable .sfinnerusertable .sfavatar {
	margin:0;
	padding:.5em;
	border:2px solid #b7bcc4;
	background:#fff;
	}
#sforum .sfposttable .sfuserinfoabove {
	background-color: #D7E5FD !important;
	border: inherit;
	vertical-align: top;
	padding: 6px 0;
	}
#sforum .sfposttable .sfuserinfoabove p {
	margin: 0;
	padding: 0;
	text-align:left;
	line-height: 1.2em;
	vertical-align: middle;
	}
#sforum .sfposttable .sfuserinfoabove .sfavatar {
	float: left;
	padding: .5em 10px .5em 12px;
	}	
#sforum .sfposttable td.sfposticonstrip {
	height:40px;
	font-size:11px;
	margin:0;
	border:0;
	padding:1em;
	vertical-align: top;
	background:#e0e9f6;
	line-height: 1;
	}
#sforum .sfposttable td.sfposticonstrip .alt {
	}
#sforum .sfposttable .sfinnerusertable br {
	display:none; /* this puts the post time on the same line as the post date, and other undesired places in the user info box */
	}
#sforum .sfposttable td.sfposticonstrip .sfposticoncontainer {
	margin: 0;
	padding: 0;
	width:auto;
	}
#sforum .sfposttable td.sfposticonstrip .sfposticoncontainer form.sfposticon {
	vertical-align: top;
	}
#sforum .sfposttable td.sfposticonstrip .sfposticoncontainer .sfposticon {
	float: left;
	margin:0 .5em 0 0;
	}
#sforum .sfposttable td.sfposticonstrip .sfposticoncontainer .sfposticon,
#sforum .sfposttable td.sfposticonstrip .sfposticoncontainer .sfposticon img {
	padding: 0 0 0 0;
	margin: 0px !important;
	}
#sforum .sfposttable td.sfposticonstrip a {
	text-decoration: none;
	cursor: pointer;
	margin:0 1em 0 0;
	}
#sforum .sfposttable td.sfposticonstrip p {
	}
.sficon .sfonlinestatus {
	}
.sfpostNumberOnPage { 
	float:right !important; 
	color:#919599 !important;
	}

/* =============================================================
.sfinnerposttable: Post Details
============================================================= */
#sforum .sfinnerposttable {
	border:0;
	}
#sforum .sfinnerposttable td {
	border:0;
	}
	
/* =============================================================
.sfsignature and .sfsignaturestrip
============================================================= */
#sforum .sfposttable td.sfsignature {
	height: auto;
	padding-top: 25px;
	}
#sforum .sfposttable .sfsignaturestrip {
	width: auto;
	height: auto;
	margin: 0 0 0 30px;
	margin-bottom: 10px;
	border: 1px dotted #c1c5c9;
	background:#eee;
	}
#sforum .sfposttable .sfsignaturestrip table {
	width: auto;
	text-align: center;
	margin: auto;
	}
#sforum .sfposttable .sfsignaturestrip p {
	font-family: Georgia, serif;
	font-style:italic;
	vertical-align: middle;
	text-align: left;
	padding:.5em;
	}
#sforum .sfposttable .sfsignaturestrip small {
	color:#919599;
	font-size:1em;
	}
	
/* =============================================================
.sfpostcontent: The Post Content
============================================================= */
#sforum .sfposttable td.sfpostcontent {
	overflow: hidden !important;
	padding:0 0 2em 0;
	margin:0;
	}
#sforum .sfposttable td p {
	overflow: hidden;
	/*.sfpostcontent
	margin: 0px 0px 0px 0px !important;
	padding: 2px 15px 2px 24px !important;
	*/
	margin:.5em 0;
	font-size: 1.3em;
	color:#231f20;
	}
#sforum .sfposttable .sfmoderate {
	overflow: hidden !important;
	background-color: #DDDDDD;
	color: #000000;
	}
#sforum .sfposttable td.sfpostcontent blockquote {
	overflow: hidden !important;
	background-color: #D5CBFB;
	color: #000000;
	border: 1px dotted gray;
	margin: 5px 10px 5px 22px;
	}
#sforum .sfposttable td.sfpostcontent .replyquote {
	overflow: hidden !important;
	background-color: #FFC19A;
	color: #000000;
	border: 1px dotted gray;
	margin: 5px 10px 5px 22px;
	}
#sforum .sfposttable td.sfpostcontent img {
	overflow: hidden !important;
	margin-left: 3px;
	margin-top: 5px;
	}
#sforum .sfposttable td.sfpostcontent a {
	overflow: hidden !important;
	text-decoration: underline;
	}
#sforum .sfposttable td.sfpostcontent cite {
	overflow: hidden !important;
	background-color: #FFFF00;
	border: 1px dotted #DDDDDD;
	}
#sforum .sfposttable td.sfpostcontent .sfpinned {
	background-color: #FFFF99;
	}
#sforum .sfposttable td.sfpostcontent small {
	color: #003399;
	margin: 0;
	padding: 0;
	}
#sforum .sfposttable td.sfpostcontent ul,
#sforum .sfposttable td.sfpostcontent ol {
	overflow: hidden !important;
	font-size: 90%;
	}
#sforum .sfposttable td.sfpostcontent ul li,
#sforum .sfposttable td.sfpostcontent ol li {
	font-size: 110%;
	}
#sforum .sfposttable td.sfpostcontent span.sfcode,
#sforum .sfposttable td.sfpostcontent div.sfcode {
	overflow: hidden !important;
	background: #FAFAFA;
	color: maroon !important;
	border: 1px dotted #D7D7D7;
	font-family: monospace, Courier !important;
	font-size: 12px;
	}
#sforum .sfposttable td.sfpostcontent span.sfcode {
	overflow: hidden !important;
	display: block;
	margin: 0px 8px 0px 0px;
	padding: 3px 5px 3px 20px;
	}
#sforum .sfposttable td.sfpostcontent div.sfcode {
	margin: 8px 8px 8px 22px;
	padding: 3px 5px 3px 0px;
	}
#sforum .sfposttable td.sfpostcontent .sfcode p {
	overflow: hidden !important;
	color: maroon !important;
	padding: 0 0 3px 20px;
	margin: 0;
	}
	
/* =============================================================
.sfbloglink - Link text for blog post/topic links
============================================================= */
#sforum .sfbloglink {
	font-weight: normal;
	font-size: 90%;
	border: 1px solid #CCCCCC;
	padding: 2px;
	margin: 2px 0px;
	}
	
/* =============================================================
.sfmanageicons - Topic and Post Views
============================================================= */
#sforum .sfinnertoolstable .sfmanageicons {
	width:30px;
	}
#sforum .sfforumtable .sfmanageicons form,
#sforum .sfposttable .sfmanageicons,
#sforum .sfposttable .sfmanageicons form {
	display:block;
	margin: 0;
	border: none;
	padding: 0 0 0 1px;
	text-align: center;
	vertical-align: top;
	}
	
/* =============================================================
#sfstatstrip - forum statistics table
============================================================= */
#sforum #sfstatstrip {
	background: #fff url( fade-stats.png ) repeat-x 0px 0px;
	}
#sforum #sfstatstrip th,
#sforum #sfstatstrip td {
	color: #999999;
	border: 1px solid #FFFFFF;
	font-weight: normal;
	font-size: 90%;
	vertical-align: top;
	}
#sforum #sfstatstrip p {
	color: #666666;
	padding-left: .8em;
	font-weight: normal;
	font-size: 90%;
	vertical-align: top;
	line-height: 1.1em;
	}
	
/* =============================================================
.sfforumtable: PM Inbox Table
============================================================= */
#sforum .sfforumtable a.sfpmentry {
	font-weight: bold !important;
	cursor: pointer;
	}
#sforum .sfforumtable a.sfpmentry.sfread {
	font-weight: normal !important;
	color: #555555;
	cursor: pointer;
	}
#sforum .sfforumtable tr.sfpmunread td {
	background-color: #FFFFBB !important;
	font-weight: bold !important;
	}
#sforum .sfforumtable tr.sfpmread td {
	background-color: #FFFFFF !important;
	font-weight: normal !important;
	}
.sfpmcontent {
	overflow: hidden !important;
	}
	
/* =============================================================
#sftimestamp: 
============================================================= */
#sforum div#sftimestamp{
	margin-top: 5px;
	background: #f3f3f3;
	padding:2px 5px;
	text-align:right;
	}
#sforum div#sftimestamp input,
#sforum div#sftimestamp select {
	font-size:11px;
	font-family: Tahoma,Arial;
	background: #f9f9f9;
	border: 1px solid #dfdfdf;
	padding:2px;
	}
#sforum div#sftimestamp select{
	padding:2px 0 2px 2px;
	}
#sforum div#sftimestamp input:hover,
#sforum div#sftimestamp select:hover,
#sforum div#sftimestamp input:focus,
#sforum div#sftimestamp select:focus {
	background: white;
	}
#sforum #sfpostform #sfeditormsg {
	background-color: #CCDEFF;
	border: 1px solid #f9f9f9;
	padding: 15px;
	}
	
/* =============================================================
.sfmessage: Success/Failure Messaging
============================================================= */
.sfmessage, .sfmessagefail {
	display: none;
	border: 1px solid #000000 !important;
	margin: 1em 0 1em 0 !important;
	font-weight: bold;
	font-size: 90%;
	vertical-align: middle !important;
	padding: 2px 100px 2px 5px !important;
	height: 32px !important;
	width: auto !important;
	position: fixed;
	top: 0px;
	}
.sfmessage img, .sfmessagefail img {
	vertical-align: middle !important;
	padding: 2px 10px 2px 5px !important;
	}
.sfmessage {
	background: url( mess-succ.png ) repeat-x 0px 0px;
	color: #000000;
	}
.sfmessagefail {
	background: url( mess-fail.png ) repeat-x 0px 0px;
	color: #000000;
	}
.sfregmessage {
	background-color: #5364AE;
	color: #FFFFFF;
	border: 1px solid #DDDDDD;
	padding: 2px;
	margin: 1em 0 1em 0;
	font-weight: bold;
	font-size: 90%;
	}
	
/* =============================================================
Some General Classes
============================================================= */
#sforum .sficon,
#sforum .sficon a,
#sforum .sficon p,
#sforum .sficon img {
	text-decoration: none;
	vertical-align: middle;
	}
#sforum .sficon img {
	border: none;
	padding:0 .5em;
	}
#sforum .sficon .sfrednumber,
#sforum .sficon .sfbluenumber,
#sforum .sficon .sfrednumberzero,
#sforum .sficon .sfbluenumberzero,
#sforum .sficon #sfunread, 
#sforum .sficon #sfmod {
float:right;
	text-align: center;
	padding:.5em;
	color: #FFFFFF !important;
	font-size:1em;
	line-height:1.5;
	}
#sforum .sfrednumber {
	background:#ffa7a7;
	}
#sforum .sfbluenumber {
	background:#a7a7ff;
	}
#sforum .sfrednumberzero {
	background:#ffa7a7;
	}
#sforum .sfbluenumberzero {
	background:#a7a7ff;
	}
#sforum .sfhiddenform {
	margin: 0;
	padding: 0;
	vertical-align: middle;
	}
#sforum .sfhiddenform .sficon {
	margin: 0;
	padding: 0;
	vertical-align: middle;
	}
#sforum .sfhiddeninput {
	width: 1px;
	height: 1px;
	margin: 0;
	padding:0;
	}
.sfalignright {
	float: right;
	}
.sfalignleft {
	float: left;
	}
.sfclear {
	clear: both;
	height: 1px;
	overflow: hidden;
	}
.inline_edit {
	display:none;
	}
	
/* =============================================================
Hidden Acknowledgement Boxe
============================================================= */
#sforum #sfversion {
	color: #515559;
	border: 0;
	height: auto;
	font-weight: normal;
	font-size: 1em;
	text-align: center;
	vertical-align: middle;
	border:2px solid #e3e6ef;
	border-top:0;
	padding:1em;
	margin:0 0 1em 0;
	background-color: #f3f6ff;
	}
#sforum #sfversion a {
	color: #515559;
	}
#sfacknowledge, #sfvalid {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 11px;
	line-height: 1.1em;
	}
input#sfclosevalid {
	float: right;
	margin-top: 20px;
	}
	
/* =============================================================
Show User Profile Popup
============================================================= */
.sfshowprofile td {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 100%;
	line-height: 1.2em;
	padding: 0 15px;
	}
	
/* =============================================================
All Forms: Form, Fieldset & Control styling
============================================================= */
	/* Form Controls */
		.sfformcontainer {
			max-width: 100%;
			}
		#sforum #sfpostform form,
		#sforum #sfstandardform form, 
		#sforum #sfsearchform form {
			color: #5364AE;
			font-size: 100%;
			font-weight: normal;
			text-align: left;
			}
		#sforum #sfpostform form #sfhide {
			display: none;
			}
		#sforum #sfstandardform {
			border:2px solid #b7bcc4;
			background-color:#fff;
			padding:0 1em;
			margin:1em 0;
			}
		#sforum #sfpostform {
			margin:0 0 1em 0;
			}

	/* Fieldset Controls */
		#sforum #sfpostform fieldset,
		#sforum #sfstandardform fieldset, 
		#sforum #sfsearchform fieldset {
			color: #313539;
			padding: 0;
			text-align: left;
			font-size: 1.2em;
			}
		#sforum #sfpostform fieldset legend,
		#sforum #sfstandardform fieldset legend, 
		#sforum #sfsearchform fieldset legend {
			padding:0 0 1em 0;
			margin:0;
			font-size:1.5em;
			}
		#sforum #sfpostform fieldset {
			border: 2px solid #b7bcc4;
			padding: 1em;
			}
		#sforum #sfpostform fieldset legend {
			padding:0 1em;
			font-size:1em;
			}

	/* text labels etc */
		#sforum #sfpostform p,
		#sforum #sfstandardform p, 
		#sforum #sfsearchform p {
			/* color: #5364AE; */
			font-size: .9em;
			margin:.5em 0;
			}
		#sforum #sfpostform .sfcheckoptions {
			margin: 15px 0 0 0;
			vertical-align: middle;
			width: auto;
			}
	
/* =============================================================
.Forms Controls
============================================================= */
	/* base control styling */
		/*
		.sfcontrol {
			border: 1px solid #5364AE !important;
			background: #fff url( fade-butt.png ) repeat-x 0px 0px !important;
			color: #000000 !important;
			font-family: Verdana, sans-serif !important;
			font-size: 100% !important;
			padding: 2px;
			margin: 4px 2px 0px 0px !important;
			}
		.sfcontrol:hover {
			background: #fff url( fade-butt.png ) repeat-x 0px 0px !important;
			border: 1px solid #000000 !important;
			color: #5364AE !important;
			}
		.sfcontrol:focus {
			background: #ffffff !important;
			}
		*/

	/* base textarea styling */
		textarea.sftextarea {
			border: 1px solid #5364AE !important;
			background-color: #E1EBF6;
			color: #000000 !important;
			font-family: Verdana, sans-serif !important;
			font-size: 100% !important;
			padding: 2px;
			margin-right: 2px !important;
			width: 90%;
			}
		textarea.sftextarea:hover {
			border: 1px solid #000000 !important;
			}
		textarea.sftextarea:focus {
			background-color: #FFFFFF !important;
			}
	
	/* entry field on post forms */
		.sfpostcontrol {
			width: 70%;
			}
	
	/* list controls on PM entry form */
		.sflistcontrol,
		.sflistcontrol:hover,
		.sflistcontrol:focus {
			width: 90%;
			border: 1px solid #C0C0C0;
			background: #FFFFBB;
			color: #000000;
			font-size: 100%;
			}
	
	/* Radio Buttons and Check Boxes */
		.sfcontrol .sfradio {
			}
		.sfcontrol .sfcheckbox {
			}

/* =============================================================
.Quicktag Controls
============================================================= */
.quicktags {
	margin: 2px 2px 0px 2px;
	font-size: 100%;
	}
.qtbutton {
	border: 1px solid #5364AE;
	background: #fff url( fade-butt.png ) repeat-x 0px 0px;
	color: #000000;
	font-size: 100%;
	padding: 3px;
	margin-right: 2px;
	}
.qtbutton:hover {
	background: #fff url( fade-butt.png ) repeat-x 0px 0px;
	border: 1px solid #000000 !important;
	color: #5364AE !important;
	}
.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;
	}
