/* -------------------------------------------------------------------- */
/* Base Formatting
/* -------------------------------------------------------------------- */

html { font-size: 62.5%; } /* Reset to 10px as base font */
body { font-size: 100%; }
* { font-family: Tahoma, Geneva, sans-serif; }
html, body, input, select, textarea { font-family: Tahoma, Geneva, sans-serif; }

/* -------------------------------------------------------------------- */
/* Common Elements Formatting
/* -------------------------------------------------------------------- */

h1 {
	margin: 0 0 1.2em 0;
	padding: 0;
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	font-size: 2.6em;
	text-transform: uppercase;
	line-height: 1em;
	color: #63be47;
}

h2 {
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 0.2em;
}

p {
	margin: 0 0 1.4em 0;
	padding: 0;
	font-size: 1.3em;
	line-height: 1.4em;
	color: #333;
}

p strong { color: #444; }

a {
	color: #64bd47;
	text-decoration: underline;
}

a:hover {
	color: #336a21;
}

ul {
	margin: 0 0 2em 18px;
	padding: 0;
}

ul li {
	margin: 0 0 0.4em 0;
	padding: 0 0 0 0;
	font-size: 1.3em;
	line-height: 1.4em;
	color: #333;
	list-style: disc;
}

ul li ul {
	padding-top: 3px;
	margin-left: 22px;
}

ul li ul li {
	font-size: 1em;
	list-style: circle;
}

/* -------------------------------------------------------------------- */
/* Form Layout and Form Elements
/* -------------------------------------------------------------------- */

fieldset {
	background-color: #fafafa;
	border: 1px solid #e2e2e2;
	zoom: 1;
	overflow: hidden;
	padding: 14px 14px 4px 14px;
	margin: 0 0 12px 0;
}

dl.form {
	margin: 0 0 1em 0;
}

dl.form dt {
	padding: 1em 0 0.4em 0;
	border-top: 1px solid #e2e2e2;
}

dl.form dt.notopborder {
	padding-top: 0;
	border-top: none;
}

dl.form dd {
	margin: 0 0 1em 0;
}

dl.form dd input, dl.form dd select, dl.form dd textarea {
	margin-bottom: 0.3em;
}

dl.form dt label {
	font-size: 1.1em;
	font-weight: bold;
	color: #666;
}

dl.form dt label span {
	font-weight: normal;
	color: #aaa;
	margin-left: 2px;
}

dl.form dd.checkboxes label {
	display: block;
	font-size: 1.3em;
	color: #333;
	margin: 3px 0 0 0;
	vertical-align: top;
}

dl.form dd.checkboxes label input {
	position: relative;
	top: 2px;
	margin: 0 4px 0 0;
	padding: 0 0 0 0;
}

dl.form input.formtextfield, dl.form select.formselect, dl.form textarea.formtextarea {
	padding: 2px 3px 3px 3px;
	background: #ffffff url(../images/layout/fe_background.png) top left no-repeat;
	border: 1px solid #71a600;
	font-size: 1.3em;
}

dl.form select.formselect {
	width: auto;
	padding: 1px 2px 1px 2px;
	background-image: none;
}

dl.form dd img.ui-datepicker-trigger {
	position: relative;
	top: 3px;
	margin: 0 0 0 3px;
	cursor: pointer;
	vertical-align: top;
}

p.errormsg, p.successmsg {
	padding: 3px 6px 4px 6px;
	color: #cc0000;
	border: 1px solid #cc0000;
	background-color: #fff5f5;
	font-weight: bold;
}

p.errormsg a, p.successmsg a {
	color: #cc0000;
}

p.successmsg {
	color: #00990b;
	border: 1px solid #00990b;
	background-color: #f5fff6;
	font-weight: normal;
}

/*.form dt { padding: 0 0 0.2em 0; color: #666; }
.form dd { margin: 0 0 1.1em 0; }

.form label, .form input, .form textarea { font-size: 1.3em; }
.form label { font-size: 1.1em; font-weight: bold; color: #444; }

.fe_field {
	width: 280px;
	padding: 2px 3px 2px 3px;
	background: #fff url(../images/layout/fe_background.png) top left;
	border: 1px solid #aaa;
}
.fe_field:focus {
	border: 1px solid #006699;
	background-position: -800px 0px;
}

.fe_button {
	padding: 4px 6px;
	margin-right: 10px;
	background: #165c7e url(../images/layout/fe_buttonbackground.gif) top left no-repeat;
	border: 1px solid #666;
	text-decoration: none;
	font-size: 0.925em;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
}
.fe_button:hover {
	background: #124a65 url(../images/layout/fe_buttonbackground.gif) top no-repeat;
	color: #fff;
	border: 1px solid #333;
}
.fe_button:active {
	background: #0d374c url(../images/layout/fe_buttonbackground.gif) top right no-repeat;
	color: #fff;
	border: 1px solid #000;
}

.form .error { color: #cc0000; }
.form .errormsg {
	display: block;
	padding: 0.2em 0 0 0;
	font-size: 1.1em;
	color: #cc0000;
}*/

.follis {
	display: none;
}

/* -------------------------------------------------------------------- */
/* Alerts
/* -------------------------------------------------------------------- */

.alert_s ul, .alert_w ul, .alert_e ul, .alert_i ul {
	margin-left: 0;
	margin-bottom: 1.2em;
	padding: 0 0 0 21px;
	background: #fff url(../images/spacer.gif) top left no-repeat;
	background-position: 0px 3px;
}

.alert_s ul li, .alert_w ul li, .alert_e ul li, .alert_i ul li {
	margin: 0 0 1px 0;
	padding: 2px 0;
	list-style: none;
	font-weight: bold;
	line-height: 1.4em;
}

.alert_s ul { background-image: url(../images/layout/alert_s.gif); color: #00990b; }
.alert_w ul { background-image: url(../images/layout/alert_w.gif); color: #e5b200; }
.alert_e ul { background-image: url(../images/layout/alert_e.gif); color: #cc0000; }
.alert_i ul { background-image: url(../images/layout/alert_i.gif); color: #006599; }

/* -------------------------------------------------------------------- */
/* Clearfix
/* -------------------------------------------------------------------- */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* -------------------------------------------------------------------- */
/* Random Classes
/* -------------------------------------------------------------------- */

.hide { display: none; }