/* Global Styles */

body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
}
	
a {
	color: #FF6600;
	}
	
a:hover {
	color: #FF0000;
	}

/* ID Styles */


/* Class Styles */
.standardlink {
	color: #000099;
}

.sitemaplink {
	color: #f4ede3;
	text-decoration: none;
}

.bi_line {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #51646E;
	font-size: 12px;
	vertical-align: middle;
}

.bi_line_inverted {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #380001;
	font-size: 12px;
	vertical-align: middle;
}

.help_title {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #380001;
	font-size: 40px;
}
.page_title {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #00749F;
	font-size: 20px;
}

.body_title {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #00749F;
	font-size: 14px;
	font-weight: bold;
}

.body_title_inverted {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FF6600;
	font-size: 14px;
	font-weight: bold;
}

.body_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #51646E;
	font-size: 13px;
	line-height: 150%;
}

.body_text_pricecompare {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #f4ede3;
	font-size: 13px;
	line-height: 100%;
}

ul
  {
  margin-left: 25px;
  padding-left: 0px;
}
	
.body_text_italic {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #f4ede3;
	font-size: 13px;
	line-height: 150%;
	font-style: italic;
}
.body_text_inverted {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #380001;
	font-size: 14px;
}

.history {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #380001;
	font-size: 12px;
}

.text_form {
	background-color: <?php print $field_background_colour ?>;
	border: 1px solid #999999;
}

.text_form_error {
	background-color: <?php print $field_background_colour ?>;
	border: 2px solid #fe0000;
}

.error_text {
	font-family: Arial, Helvetica, sans-serif;
	color: #bf1919;
	font-size: 12px;
	line-height: 100%;
	border-color: #000000;
	background-color: #ffde00;
	border-width:2px;
	border-style:solid;
	margin: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}

/* This is where you can customize the appearance of the tooltip */
div#tipDiv {
  position:absolute; visibility:hidden; left:0; top:0; z-index:10000;
  background-color:#dee7f7; border:1px solid #336; 
  width:250px; padding:4px;
  color:#000; font-size:11px; line-height:1.2;
}
/* These are optional. They demonstrate how you can individually format tooltip content  */
div.tp1 { font-size:12px; color:#336; font-style:italic }
div.tp2 { font-weight:bolder; color:#337; padding-top:4px }