/* HVERF website, site-wide CSS. 2007 Andrew Quicke, Clearsite P/L */

* {box-sizing: border-box; -moz-box-sizing: border-box} /*border-box OR content-box (?)*/

a:link    {
	text-decoration: underline;
	color: #00415F;
}
a:visited    {
	text-decoration: underline;
	color: #646464;
}
a:hover     {
	color: #5F9632;
	text-decoration: underline;
}
body {
	color: #000000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 13px;
	margin: 0;
	padding: 0;
}
address  {
	color: #8c8c8c;
	font-size: 9px;
	font-style: normal;
	line-height: 11px;
	margin: 0;
	padding: 0;
	bottom: 0;
	border-bottom: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
p {
	color: #646464;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: 14px;
	text-decoration: none;
	padding: 0;
	margin: 0px 0px 14px 0px;
}
td      {
	color: #646464;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 14px;s
}
h1   {
	color: 646464;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	line-height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 8px;
	margin-top: 0px;
}
h2   {
	color: #646464;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	line-height: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin: 0px 0px 3px 0px;
	padding: 3px 5px 3px 5px;
	border-top-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: 1px;
	border-left-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-color: #FFFFFF;
	border-right-color: #FFFFFF;
}
h3   {
	font-weight: bold;
	color: #646464;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	margin: 0px 0px 3px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding: 0px 0px 3px 0px;
}

h4   {
	font-weight: bold;
	color: #646464;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	margin: 0px 0px 0px 0px;
}
h5   {
	color: #646464;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	line-height: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom-color: #969696;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	text-transform: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	margin: 2px 0px 2px 0px;
	padding: 1px 0px 3px 0px;
}
h6   {
	color: #646464;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	line-height: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
}
li  {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-width: 0;
	outline-width: 0;
}
ul     {
	text-indent: 0;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 12px 16px;
	border-width: 0;
	outline-width: 0;
	list-style-position: outside;
	list-style-image: url(../HVERF_shared_images/elements_bullets/blt_std-dot_TG100_6x6.gif);
}
ol   {
	text-indent: 0px;
	list-style-type: decimal;
	list-style-position: outside;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 4px 30px;
	border-width: 0 0 0 0;
	outline-width: 0;
}
form {
	color: #8C8C8C;
	margin: 0px;
	border: 0;
}
input {
	color: #646464;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	line-height: 14px;
	background-color: #DCDCDC;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-width: 1px;
	border-style: solid;
	border-color: #646464;
	height: 14px;
	margin-bottom: 1px;
	margin-top: 1px;
}
.input_spacer {
/*this is used to create am invisible vertical space equal to the height of a input control, for controlling the vertical position of the first line of text within a cell. e.g. a table with 2 columns might make a form layout where the left column contains rows of text labels and the right containing corresponding "input" fields. In such a case the text labels will be equally spaced with the fields. However if one row is to contain a multiline input field (a "text area") then the label corresponding to this will not be spaced equally from the top of the control. To do this a ".input_spacer" is applied to a space before the start of the text label, to control the vertical starting position of the first line of the text.*/
	color: #5C80B4;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	line-height: 14px;
	background-color: #F8F6EC;
	width: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-width: 1px;
	border-style: solid;
	border-color: #5C80B4;
	height: 14px;
	margin-bottom: 1px;
	margin-top: 1px;
	visibility: hidden;
}
select {
	color: #646464;
	font-size: 10px;
	font-weight: normal;
	line-height: 11px;
	background-color: #DCDCDC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-color: #646464;
	border-style: solid;
	border-width: 1px;
	width: 100%;
	height: 18px;
	margin-top: 1px;
	margin-bottom: 1px;
}
textarea {
	color: #646464;
	font-size: 10px;
	font-weight: normal;
	line-height: 11px;
	background-color: #DCDCDC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-color: #646464;
	border-style: solid;
	border-width: 1px;
	overflow: auto;
	width: 100%;
	margin-bottom: 1px;
	margin-top: 1px;
	padding-bottom: 1px;
}
label {
	color: #646464;
	font-size: 9px;
	font-style: normal;
	line-height: 11px;
	text-decoration: none;
	border: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 1px;
	margin-bottom: 1px;
}
sup {
	/* not satisified with this stuff - best I could do to get reasonable results in IE7 and Firefox 2, although still problems and differences */
	line-height: 0px; /* line-height 0 (zero) ensures the superscript does not interfer with the normal line spacing of the pararaph (mozilla) */
	vertical-align: text-top;
}

.form_chkBox {
	/* class style to be applied to individual checkboxes, to over-ride background colour settings from parent tags/classes/whatever they're called */
	color: #596e86;
	background-color: transparent;
	margin: 0;
	padding: 0;
	width: 15px;
	height: 15px;
	vertical-align: middle;
	border: 0 #b2d5ff;
	outline-style: none;
	outline-width: 0;
}

.form_btn {
	color: #FFFFFF;
	font-size: 9px;
	font-weight: bold;
	line-height: 9px;
	background-color: #000000;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 22px;
	border-width: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	max-width: 100%;
	border-bottom-color: #323232;
	border-top-color: #FFFFFF;
	border-left-color: #646464;
	border-right-color: #646464;
	vertical-align: middle;
}
.txt_noAfter {
	margin: 0;
	padding: 0;
}
.txt_bold {
	font-weight: bold;
}
.txt_bold-italic {
	font-weight: bold;
	font-style: italic;
}
.txt_italic {
	font-style: italic;
}
.txt_underline {
	text-decoration: underline;
}
.txt_sml {
	font-size: 9px;
	line-height: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 12px;
}
.txt_sml_noAfter {
	font-size: 9px;
	line-height: 12px;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.txt_nav {
	font-size: 10px;
	line-height: 10px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 1px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #00415F;
	text-decoration: none;
	font-style: normal;
}
.txt_nav_selected {
	font-size: 10px;
	line-height: 10px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 1px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #5F9632;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}
.txt_nav a:link {
	text-decoration: none;
	font-weight: normal;
	color: #00415F;
}
.txt_nav a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #646464;
}
.txt_nav a:hover {
	text-decoration: underline;
	color: #5F9632;
	font-weight: normal;
}
.txt_nav_inv {
	font-size: 10px;
	line-height: 10px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 1px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-style: normal;
}
.txt_nav_inv_selected {
	font-size: 10px;
	line-height: 10px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 1px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #D2FFA0;
	text-decoration: none;
	font-style: normal;
}
.txt_nav_inv a:link {
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
}
.txt_nav_inv a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
}
.txt_nav_inv a:hover {
	text-decoration: underline;
	color: #D2FFA0;
	font-weight: normal;
}
.txt_footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 11px;
	color: #646464;
	padding: 0px 0px 1px 0px;
	margin: 0px 0px 0px 0px;
}
.txt_footer a:link {
	
}
.txt_footer a:visited{
}
.txt_footer a:hover{
}
.txt_wt {
	color: #FFFFFF;
}
body,html {
	scrollbar-face-color:#7DC341;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-track-color:#C8C8C8;
	scrollbar-shadow-color:#646464;
	scrollbar-highlight-color:#646464;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-darkshadow-color:#FFFFFF;
	border-color: #FFFFFF;
	border-style: none;
	border-width: 0px;
}
