@import url('refinery/formatting.css');
/*	
	Override default refinery formatting below. 
	Formatting applies to backend WYSIWYG editors and all frontend. 
*/
/* basic formatting styles */
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
	color: #6b6a6a;
	line-height: 24px;
	background: white;
}
#header h1 a {
    text-decoration: none;
}
a, a:visited {
    color: #018aff;
}
h1 {
    font-size: 18px;
	font-weight: normal;
}
h2 {
    font-size: 14px;
	color: #ff6701;
	font-weight: bold;
}
#menu a {
    text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
	color: #6b6a6a;
	display: block;
}
#menu li {
	list-style-image: url('/images/menu_list_item_bullet.gif');
	list-style-position: outside;
}
#menu li.with_children.selected, #menu li.with_children:hover {
	list-style-image: url('/images/menu_list_item_bullet_selected.gif');
}
#menu li.first {
	list-style-image: none;
}
#menu li.selected a, #menu a.on, #menu a:hover {
	color: #ff6701;
}
#menu li ul {
	position: absolute;
	left: -9999px;
	margin: 0px;
	padding: 0px;
	z-index: 10000;
}
#menu li ul li {
	list-style: none;
	margin: 0px;
	float: none;
}
#menu li:hover ul {
	left: auto;
}
#menu li ul li a {
	text-transform: none;
}
#menu li ul li.selected a, #menu li ul li a.on, #menu li ul li a:hover {
	color: #6b6a6a;
}
.inquiries .message_field label {
	vertical-align: top;
}

h1 span.ancestors, h1 span.page_title {
	color: #b3b3b3;
}
#footer {
	color: white;
}

table {
	width: 100%;
	margin-bottom: 12px;
}

table caption {
    font-size: 14px;
	margin: 12px 0px;
	color: #ff6701;
	font-weight: bold;
	background: transparent;
	text-align: left;
}
table tr td {
	background: #f5f5f5;
}
table tr.odd td {
	background: #ededed;
}
table td {
	padding: 10px 21px;
}
table td.last_column {
	width: 102px;
}
table td.last_column .font-size-small {
	font-size: 11px;
	line-height: 12px;
}

small {
	font-family: Arial;
	font-size: 10px;
	color: #a0a0a0;
}
/* 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 */