body {
	background-color: #fafafc;
}

.content {
	padding: 6px;
}
.container {
	border: 1px solid #131;
	background: #fff;
}
span.error {
	color: #f03020;
}


.fe_huge {
	width: 98%;
	margin: 0px 5px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 0.9em;
}
.fe_large {
	width: 90%;
}
.fe_thin {
	width: 25%;
}
.fl_left {
	text-align: right;
	font-size: 0.85em;
	white-space: nowrap;
	vertical-align: top;
	padding-top: 8px;
}
.fl_right {
	text-align: left;
	font-size: 0.85em;
	white-space: nowrap;
	vertical-align: top;
	padding-top: 8px;
}
.fl_error {
	color: #f03020;
	font-weight: bold;
}
.fe_left {
	text-align: right;
}
.f_hr div {
	margin: 2px 20%;
	height: 1px;
	min-height: 1px;
	max-height: 1px;
	background-color: #131;
}
.f_associateAbove {
	padding-top: 0px;
}


.emailCheck {
	display: none;
	overflow: hidden;
	float: right;
	padding: 4px 25px 0px 0px;
}


.catWidget {
    margin: 0px auto;
}
.catWidget_list {
    text-align: left;
}


.icon {
	vertical-align: top;
}


.qpl_debug {
	overflow: scroll;
	padding: 5px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	border-top: 1px solid #B05060;
	background: #FCFCFC;
}


div.error div {
	background: #ffeeee;
}
div.warning div {
	background: #f8f8ee;
}
div.notice div {
	background: #E8FCEA;
}
div.error {
	border-color: #ccc0c0;
}
div.warning {
	border-color: #dadac0;
}
div.notice {
	border-color: #c0ffc0;
}
div.message {
	margin: 10px 25% 8px 8%;
	background: #fff;
	border-style: solid;
	border-width: 1px 0px;
	padding: 2px;
}
div.message ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
div.message li {
	margin: 0px;
	padding: 6px 18px;
	list-style: none;
}



.form_large {
	background: #FFFAEA;
	border: 0px solid #131;
	border-width: 1px 0px;
	margin: auto;
}
.form_large td {
	padding: 5px;
}

.f_newSection {
	border-top: 1px dotted #131;
	margin-top: 12px;
	padding: 8px;
	text-align: center;
}
.smallText {
	font-size: 0.85em;
	text-align: justify;
}

.f_outside {
	padding: 10px;
	text-align: center;
}

th {
	background: #FFFAEA;
	border-bottom: 1px solid #131;
	text-align: left;
	padding-left: 10px;
}

td.num, th.num {
	text-align: right;
}

.listButton {
	text-align: center;
	padding: 5px;
}

.lister {
	border: 0px solid #131;
	border-width: 1px 0px;
	margin: 0px 10px;
}
.lister tr:hover {
	background: #F8F8FA;
}


.wizard {
	min-width: 530px;
	width: 80%;
}

.wizard .page {
	font-family: sans-serif;
	font-size: 0.9em;
	min-width: 100px;
	padding-right: 10px;
	text-align: center;
	white-space: nowrap;
}
.wizard .active {
	background: #E9FAEA;
	color: #131;
}
.wizard .inactive {
	background: #F8F8F8;
	color: #556655;
}
.wizard .current {
	font-weight: bold;
}
.wizard .active a {
	color: #131;
}
.wizard .image {
	padding: 0px 15px;
	width: 16px;
}
.wizard img.arrow {
	border: 0px;
	height: 25px;
	width: 25px;
}


.preview a, .previewHeader {
	display: block;
	background-color: #FDF8E6;
	padding: 5px 10px;
	background-repeat: no-repeat;
	background-position: 99% 7px;
	text-decoration: none;
	min-height: 10px;
	border-top: 1px solid #676;
}
.preview a:hover {
	text-decoration: underline;
}
* html .preview a { /*make hover effect work in IE6*/
	width: 100%;
}
.previewHeader {
	background-color: #FDF8E6;
	border-bottom: 1px solid #898;
}
.previewHeader .note {
	float: right;
}
.preview a.maximised {
	background-color: #FDF8E6;
	border-bottom: 1px solid #898;
	background-image: url( '../images/icons/down_12.png' );
}
.preview a.maximised:hover {
	background-image: url( '../images/icons/left_12_hi.png' );
}
.preview a.maximised {
	color: #131;
}
.preview a.minimised {
	border-bottom: none;
	background-color: #FDF8E6;
	background-image: url( '../images/icons/left_12.png' );
}
.preview a.minimised:hover {
	background-image: url( '../images/icons/down_12_hi.png' );
}
.preview a.minimised {
	color: #262;
}
.preview .frameHolder {
	margin: 4px;
}
.preview iframe {
	border: 1px solid #ABA;
	height: 400px;
	margin: 5px 10px 15px 0px;
	overflow: scroll;
	padding: 0px;
}
.preview_foot {
	height: 1px;
	background: #676;
}

.noteIcon {
	float: left;
	padding: 12px;
}

#header {
	height: 60px;
	background: #446622 url( '../images/header_bg.png' ) repeat-x top;
	color: #FFFAEA;
	border-bottom: 1px solid #131;
}

#header .gfx {
	height: 60px;
	background-image: url( '../images/header_trees.png' );
	background-repeat: no-repeat;
	background-position: top right;
}
#header .visitor_blurb {
	color: #FFFAEA;
	padding: 2px 0px 0px 10px;
	font-size: 0.85em;
}
#header a {
	color: #FFEEDD;
}
#header a:hover {
	color: #FFF;
}
#header img {
	padding: 6px 0px 0px 10px;
}

.topLinks {
	text-align: right;
	padding: 3px 15px 8px;
}
.topLinks img {
	vertical-align: bottom;
	padding: 0px 0px 2px 2px;
}
.topLinks a {
	color: #11C;
	text-decoration: none;
}
.topLinks a:hover {
	color: #33F;
	text-decoration: none;
}

.significant {
	font-weight: bold;
	text-align: center;
}

h5 {
	text-align: center;
	margin: 20px auto 5px;
	font-weight: bold !important;
}
