/***********************************************/
/* sffd.css                               */
/***********************************************/
/* HTML tag styles                             */
/***********************************************/

/* Global
================================================*/
* {
	margin:0;
	padding:0;
}
body {
	color:#423f39;
	font:normal 10pt/13pt Tahoma, Helvetica, Arial, sans-serif;
	background: #76b91f;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
}
p {
	margin: 1em 0;
}
#container {
	width: 832px;
	margin: 0 auto;
	background: #fff url(../i/side-bg.jpg) repeat-y;
	position:relative;
	margin-top: 10px;
}
#content {
	margin:0 auto;
	text-align:left;
	background-color: #fff;
}	
#signs {
	float:left;
	position: relative;
	width:223px;
	height:452px;
	background: url(../i/signs.jpg) no-repeat;
	text-align: center;
}
#signs input#searchbox  {
	position:absolute;
	left: 30px;
	top: 390px;
	width: 160px;
	padding: 0 3px;
	text-align: left;
	background-color: #F1E1A6;
	font:bold 14px "Trebuchet MS", Tahoma, sans-serif;
	border: 1px inset #D2B66D;
	color: #330;
}
#signs input#searchbox.hl {
	background-color: white;
}
#signs a#loginLink {
	position:absolute;
	display: block;
	top: 330px;
	height: 15px;
	width: 150px;
	left: 35px;
}
#signs #mainlevelUsermenu {
	position: absolute;
	width: 223px;
	height: 51px;
	left:0;
	margin:0; padding:0;
	top: 412px;
	padding-top: 45px;
	background: url(../i/sign96.gif) no-repeat;
}
#signs #mainlevelUsermenu li {
	display: inline;
	padding: 1em;
}
#signs #mainlevelUsermenu a {
	font: bold 14px "Trebuchet MS", Tahoma, sans-serif;
}
#signs table.moduletableModer {
	position: absolute;
	width: 223px;
	left: 0px;
	top: 480px;
	padding:0;
	background: url(../i/sign96.gif) no-repeat;
	vertical-align: top;
}
#signs table.moduletableModer th {
	padding-top: 35px;
}

#main {
	float:right;
	width:583px;
	padding: 30px 12px 10px 3px;
}
#footer {
	clear:both;
	text-align:right;
	font-size:0.85em;
	color: #fff;
	width: 832px;
	margin: 0 auto;
	background: #76b91f url(../i/foot-bg.jpg) no-repeat;
	padding-top: 380px;
}
/* Links
================================================*/
a {
	color:#383F0D;
	/*font-weight:normal;
	text-decoration:none;*/
	padding:2px 2px 0;
}
a:visited {color:#0D3945;}
a:focus {color:#383F0D;}
a:hover {color:#60810B;}
a.imglink:link,
a.imglink:visited {border: none;}
a.imglink:hover {background:transparent;}

a.farm {
	font-size:1.1em;
	color: #76b91f;
	background: #fff url(lib/frame/arrow-bullet.gif) no-repeat;
	padding: 0 2px 10px 15px;
	list-style:outside;
	list-style-type:none;
}

/* Headings
================================================*/
h1,h2,h3,h4,h5,h6 {
	color:#000;
	font-family:Helvetica,Arial,Geneva,sans-serif;
	}
h1, 
.componentheading, 
.contentheading {
	color:#0963A1;
	font: bold 14pt/18pt Verdana, Arial, Helvetica, sans-serif;
	padding-top: 6px;
	}
h2, .contentpagetitle {
	color:#FF2102;
	padding-top: 6px;
	font: bold 11pt TAHOMA, Verdana, Arial, Helvetica, sans-serif;
	}
h3 {
	margin:.25em 0 0;
	padding:0 0 4px;
	font: normal 1.2em/1.4em Georgia, Times New Roman, Times, serif;
	color:#A80303;
}
.home h2 {
	font-weight:normal;
	font-size:1.6em;
	margin:0 0 .625em;
}
h2 a {
	font-weight:normal;
	color:#000;
	border:0;
	padding:0;
	margin:0;
}
	
/* Quotations
================================================*/
blockquote {
	margin:0 .7em 0 0;
	padding:5px 0 0 27px;
	color:#58062a;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	background:url(../images/quote-left.gif) top left no-repeat;
}
		
blockquote p{
	width:400px;
	padding:0 22px 20px 0;
	text-align:center;
	line-height:1.3em;
	background:url(../images/quote-right.gif) top right no-repeat;
}	
/* Lists
================================================*/
dl,
ol,
ul {margin:0 0 1em;}
dl {margin-top:-0.5em;}
dt {
	border-bottom: 1px dotted #383F0D;
	font-weight:bold;
	margin:0.5em 0 0;
	color: #383F0D;
	}
dd {margin:1em 0 0 0em;}
dd p {
}
ul {
	padding:0 0 0 1.5em;
	list-style-type: none;
	}
ol {padding:0 0 0 4em;}
li {margin:0 0 0.5em;}

/* Images
================================================*/
img {
	border:0;
}
.fullwidth {
	padding:4px;
	margin:1em 0;
	border: 1px solid #999;
	}
.flow {
	float:right;
	margin:10px 3px 10px 6px;
	border: 1px solid #000;
	}
.flowtext {
	float:left;
	margin:0 10px 6px 0;
	background-color: #eceddc;
	}
.dec {
	padding:4px;
	border:1px solid #ccc;
	}
.flowbox {
	float:left;
	margin: 0 3px 0 1px;
	}	
	
.left {
	padding: 0 0 4px;
	}		

/* Skip links
================================================*/
#skip {
	position:absolute;
	left:-9999px;
	}
#skip a:focus,
#skip a:active {
	display:block;
	position:absolute;
	top:10px;
	left:10009px;
	z-index:10;
	font-size:1.8em;
	line-height:120%;
	padding:0.5em;
	border:2px solid #91cc14;
	width:15em;
	background:#F1F8E1;
	}
#skip a:hover {
	text-decoration:underline;
	border-color:#580801;
	}

/* Header
================================================*/
#header {
	height:207px;
	background: url(../i/header.jpg) no-repeat;
}
#header h1 {
	margin-left:-9999px;
}

/* Navigation
================================================*/

ul#mainlevel {
	float:right;
	width: 593px;	
	list-style-type:none;
	padding: 0;
}
#mainlevel li {
	display:inline;
	float:left;
	margin:0 7px 0 0;
}
#mainlevel a {
	padding: 0 0 0 25px;
	color:#5ea502;
	display:block;
	background-repeat:no-repeat;
	background-position: left center;
	text-transform: uppercase;
	font-size: 1em;
	line-height: 25px;
	font-weight: bold;
	text-decoration: none;
	font-family: "Arial Narrow", Arial, "Andale Mono", monospace;
}
#mainlevel a:hover,
#mainlevel a:focus {
	background-image:url(../i/rooster.gif);
	color:#0963a2;
}
a#active_menu {
	background-image:url(../i/duck.gif) !important;
	color:#FF1A02;
}
#mainlevel a:active {
	color:#FF1A02;
}
/* Info
================================================*/
#info h1 {
	display:inline;
	margin:0 0.5em 0 0;
	color:#ccc;
	font-size:3em;
	font-family:Tahoma,Verdana,Geneva,Arial,Helvetica,sans-serif;
	}
#info p {
	display:inline;
	font-size:1em;
	margin:0;
	}
#info {
	position:absolute;
	z-index:5;
	top:68px;
	left:400px;
	font-size:0.94em;
	line-height:1.2em;
	color:#ccc;
	padding:1em;
	}
/* Hide from IE/Mac \*/
#info {}
/* */



/* Sidebar
================================================*/
#sidebar h3 {
	font-size:1.1em;
	text-transform:none;
	color:#8B7A63;
	margin-bottom:0.5em;
	}
#sidebar dl {
	margin-top:-0.5em;
	margin-left: 5px;
}
#sidebar dt {
	margin-top:1.5em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	color: #92755a;
	font-weight: normal;
}
#sidebar dd {margin:0;}


#quicklinks dd {display:inline;}

.pagenav {
	padding: 0 .5em;
	color:#666;
	background-color: #eee;
	border: 1px solid #ddd;
	text-decoration: none;
}
a.pagenav {
	color:#000;
	font-weight: bold;
}
/*#mod_loginform {
	display: block;
	border-right: 5px solid #ccc;
	border-bottom: 5px solid #ccc;
	padding: 5px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #F2DDA4;
}
.poll {
	border-right: 5px solid #ccc;
	border-bottom: 5px solid #ccc;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #F2DDA4;
	width: 100%;
}
*/
.sectiontableentry1:hover, 
.sectiontableentry2:hover { 
	background-color:#ff6;
	cursor:hand;
	cursor:pointer;
}	
.sectiontableentry2 {background-color:#e6e6e6;}
table.contentpane tr td table#t1.sortable td img {padding-right:6px;}
