/* From skin CSS */

body { padding: 0; margin: 0;}
form { margin: 0; }
input.search { width: 199px; border: none; background: #FFF url(../images/input.gif); padding: 4px; color: #808080; }
input.submit { height: 24px; font-weight: bold; width: 53px; border: none; background: #D96855 url(../images/button.gif); padding: 3px; color: #FFF; }

.sf_left {
	float: left;
	width: 203px;
	height: 78px;
	background: #5BB2D1 url(../images/logobg.gif) repeat-x; 
	color: #FFF;
	border-top: 1px solid #137DA2;
	border-bottom: 1px solid #000;
	padding: 10px 0px 0px 7px;
}

.sf_right {
	width: 537px;
	float: right;
}

.sf_search {
	clear: both;
	background: #CA090D url(../images/searchbg.gif) repeat-x bottom left; 
	color: #FFE4E0;
	border-top: 1px solid #AA1717;
	border-bottom: 1px solid #000;
	padding: 18px 0 17px 15px;
	margin-top: -2px;
	width: 522px;
}
	
.subheader {
	background: #f0f0f0;
	color: #808080;
}

/* left side
   --------- */

.left {
	float: left;
	width: 595px;
	margin: 0 0 10px 0;
}

.box_top {
	background: #F0F0F0 url(../images/leftbox_top.gif) no-repeat;
	color: #808080;
	height: 40px;
	width: 159px;
    clear: both;
}

.box_top_no_title {
	background: #F0F0F0 url(../images/leftbox_top.gif) no-repeat;
	color: #808080;
	height: 4px;
	width: 159px;
}
	
.box_top h2 {
	color: #808080;
	background: inherit;
	padding: 7px 0 0 5px;
	margin: 0;
}

.box {
	border-left: 2px solid #F0F0F0;
	border-right: 2px solid #F0F0F0;
	padding: 0 4px 0 7px;
	margin: 0;
	width: 144px;
	color: #595959;
	background: #FFF;
}

/* Prevent user-agent styles from messing with box styling (noticed on admin pages) */
.box > dl:first-child,
.box > dl:last-child,
.box > ul:first-child,
.box > ul:last-child {
	margin: 0;
}

.box_footer {
	padding-top: 0.7em;
}
	
.box_bottom {
	background: #FFF url(../images/leftbox_bottom.gif) no-repeat;
	color: #000;
	height: 13px;
	width: 160px;
	margin: 0 0 7px 0;
}

/* left and central column */
.left_side { float: left; width: 159px; padding: 0px 5px 8px 8px; }
.right_side { float: right; width: 410px; margin: 0 5px 0 0; text-align: justify; }

.grey_top { clear: both; width: 382px; background: #EDEDED url(../images/grey_top.gif) no-repeat; color: #000; height: 5px; padding: 0; margin: 0px 0 0 6px; }
.grey { width: 362px; margin: 0 0 0 6px; padding: 10px; background: #EDEDED url(../images/grey_bottom.gif) no-repeat bottom left; color: #808080;	}
	
.grey a {
	color: #C83C3C;
	background: inherit;
	font-weight: bold;
}

.grey a:hover {
	color: #000;
	background: #EDEDED;
}

.highlight {
	padding: 5px 3px 5px 3px;
	margin: 0 0 3px 0;
	border-bottom: 1px solid #ccc;
}

.footer { 
	clear: both; 
	text-align: center;
	color: #808080;
	background: #f0f0f0;
	padding: 10px 0 5px 0;
	border-top: 1px solid #eee;
}
.footer p {	line-height: 2em; }
.footer a {	color: #4F4F4F; background: #f0f0f0; border-bottom: 1px dotted #808080; text-decoration: none; } 
