@import url('refinery/formatting.css');
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}
#header h1 a {
    text-decoration: none;
}
a, a:visited {
    color: #55bb00;
}
h1 {
    font-size: 24px;
}

#body_content h1 {
	margin: 0px;
	color: #66CC00;
}
h2 {
	font-size: 20px;
	color: #66CC00;
}
h3 {
	font-size: 16px;
	color: #66CC00;
}
#menu a {
    text-decoration: none;
}
p, ol li {
	line-height: 150%;
}

table {
	
}

table caption {
	background: #eee;
	text-align: left;
	font-weight: bold;
	padding: 3px;
	color: #55bb00;
	font-size: 16px;
}
table td {
	padding: 3px;
	vertical-align: top;
}





/* Default error colouring */

div.fieldWithErrors {
	display: inline;
}

#errorExplanation {
	border-top: 3px solid #F27F7F;
	background: #FFBEBE;
	padding: 10px;
}

#errorExplanation, #errorExplanation *, .fieldWithErrors, .fieldWithErrors * {
	color: #9C2626;
}

/* Browser Hacks */

/* remove borders from images */

a img {
	border: 0px none;
}

/*
Firefox Dotted Line Fix
	- http://sonspring.com/journal/removing-dotted-links
*/
a:focus {
	outline: none;
}

/*
Clearfix docs
 - Main docs: http://positioniseverything.net/easyclearing.html
 - IE7 change: http://www.456bereastreet.com/archive/200603/new_clearing_method_needed_for_ie7/
*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}

/* Hide from IE Mac \*/
.clearfix {
	display:block;
}
/* End hide from IE Mac */