/* this file combines several css stylesheets in one
html.css
categories_autocomplete.css
dx_dropdown.css
jqModal.css
*/


	
/*BEGIN html.css*/
span.static_page_title {
  color: #000000;
  font-family: Arial;
  font-size: 16px;
  font-variant: small-caps;
  font-weight: bold;
}

table.static_page {
  color: #505050;
  font-family: Verdana;
  font-size: 11px;
  margin-left: 0px;
  margin-right: 0px;
  padding: 2px;
}

table.static_page H7{
  font-size: 10px;
  margin-bottom: 6px;
  margin-top: 5px;
}

table.static_page H6{
  font-family: Arial;
  font-size: 12px;
  margin-bottom: 6px;
  margin-top: 5px;
}

table.static_page H5{
  font-family: Arial;
  font-size: 13px;
  margin-bottom: 6px;
  margin-top: 5px;
}

table.static_page H4{
  font-family: Arial;
  font-size: 14px;
  margin-bottom: 7px;
  margin-top: 6px;
}

table.static_page H3{
  font-family: Arial;
  font-size: 17px;
  margin-bottom: 7px;
  margin-top: 6px;
}

table.static_page H2{
  font-family: Arial;
  font-size: 19px;
  margin-bottom: 8px;
  margin-top: 7px;
}

table.static_page H1{
  font-family: Arial;
  font-size: 20px;
  margin-bottom: 11px;
  margin-top: 9px;
}

table.static_page a:link, table.static_page a:visited{
  color: #C90000;
}

table.static_page p{
  font-family: Tahoma, Helvetica, Arial, Sans Serif;
  font-size: 12px;
  text-align: justify;
  text-indent: 0px;
}

ul.feat_list {
  afont-size: 14px;
  margin-left: 9px;
  aline-height: 28px;
}

ul.feat_list li {
  list-style-image: url(/img/bullet.gif);
  padding-left: 2px;
  margin-bottom: 4px;
}

ul.feat_list li.no_check {
  list-style-image: url(/img/bullet_no.gif);
  padding-left: 2px;
  margin-bottom: 4px;
}


ul#whylist {
  font-size: 14px;
  amargin-left: 0px;
  aline-height: 28px;
}



ul#whylist li{
  list-style-image: url(../img/arrow_right.gif);
  padding-left: 4px;
  margin-bottom: 5px;
}

h4.heading_red {
  font-size: 13px;
  font-weight: bold;
  margin: 9px 5px 7px 5px;
  color: #ff0000;
}

h1.heading_red, h2.heading_red, h3.heading_red, h4.heading_red, h5.heading_red  {
  color: #ff0000;
}

h1.heading_red span, h2.heading_red span, h3.heading_red span, h4.heading_red span, h5.heading_red span  {
  color: #000000;
}

h1.heading_grey, h2.heading_grey, h3.heading_grey, h4.heading_grey  {
  color: #808080;
}

h1.heading_grey span, h2.heading_grey span, h3.heading_grey span, h4.heading_grey span  {
  color: #000000;
}


div.red_more {
  text-align: right;
}

div.red_more a:link, div.red_more a:visited {
  color: #ff0000;
  font-size: 9px;
}


.newsindex, .newsindex p{
  FONT-SIZE: 11px;
  text-align: justify;
  text-indent: 0px;
  COLOR: #666666;
  LINE-HEIGHT: 16px;
  FONT-FAMILY: Tahoma, Verdana, Arial, sans-serif;
}

div.page_path {
  color: #a0a0a0;
  text-align: left;
  margin-left: 35px;
  margin-top: 9px;
}

div.page_path span {
	color: #000000;
}

div.alert_box {
	background-color: #FF0000;
	color: #FFFFFF;
	text-align: left;
	padding-left: 70px;
	padding-top: 5px;
	padding-bottom: 5px;
}

div.alert_box a:link, div.alert_box a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

a.ablock {
	display: block;
}

.formInquirySize {
	width: 280px;
}

.formInquirySizeSelect {
	width: 285px;
	font-size: 10px;
}
/*END html.css*/

/*BEGIN categorise_autocomplete.css*/
#div_ajax_autocomplete_container {
	height: 120px;
	width: 400px;
	overflow: auto;
	position: absolute;
  opacity: 0.8;
	filter: alpha(opacity = 80);
	-moz-opacity:.80;

	background-color: black;
}
#div_ajax_autocomplete {
	width: 380px;

}

#div_ajax_autocomplete ul li.autocomplete_item_text
{
	list-style: url(../img/categories_autocomplete/image-906.png);
}

#div_ajax_autocomplete ul li.autocomplete_item_summary
{
	list-style: url(../img/categories_autocomplete/image-909.png);
}

#div_ajax_autocomplete ul li.autocomplete_item_tags
{
	list-style: url(../img/categories_autocomplete/image-883.png);
}
#div_ajax_autocomplete ul li.autocomplete_item_second_categories
{
	list-style: url(../img/categories_autocomplete/image-883.png);
}
#div_ajax_autocomplete ul
{
	margin: 0px 0px 0px 30px;
	padding: 0px;
}

#div_ajax_autocomplete li{
	color: gray;
	padding-top:0px;
	padding-bottom:2px;
	border-bottom: 1px dashed #606060;
}

#div_ajax_autocomplete li:hover
{
	color: white;
	cursor: pointer;
}
/*END categorise_autocomplete.css*/

/*BEGIN dx_dropdown.css*/
@CHARSET "UTF-8";

.dx_dropdown_item {
	margin: 0px;
	padding: 0px;
	position: absolute;
	background-color: #B93D01;
	border-top: 1px solid #A93502;
	border-left: 1px solid #A93502;
	border-right: 1px solid #A93502;
	border-bottom: 1px solid #A93502;

	aopacity: 0.8;
	afilter: alpha(opacity = 80);
	a-moz-opacity:.80;
}

.dx_dropdown_item:hover {
	opacity: 1.0;
	filter: alpha(opacity = 100);
	-moz-opacity:1.0;
}

.dx_dropdown_item ul{
  margin: 0px;
  padding: 0px;
}

.dx_dropdown_item ul li{
  margin: 0px 1px 0px 1px;
  list-style: none;
	text-align: left;
	line-height: 14px;
	font-size: 10px;
	white-space: nowrap;
}

.dx_dropdown_selected {
	color: #FFF;
	background:#003366;
	padding:2px 5px;
}

.dx_dropdown_item ul li a:link, .dx_dropdown_item ul li a:visited {
	color: #FFF;
	display: block;
	text-decoration: none;
	padding: 2px 7px 3px 8px;
	display: block;
	background: url(../img/tabs_backgr_inactive_l.gif) repeat-x;
	abackground:#003366;
}

.dx_dropdown_item ul li a:hover{
	color: #ffffff;
	atext-decoration: underline;
	abackground:#A93502;
	background: url(../img/tabs_backgr_inactive_h.jpg) repeat-x;
}

.dx_dropdown_item ul li a.visitedlink { 
	color: #ffffff;
	atext-decoration: underline;
	background: url(../img/tabs_backgr_inactive_sel.jpg) repeat-x;
}

/*END dx_dropdown.css*/

/*BEGIN jqModal.css*/
/* jqModal base Styling courtesy of; Brice Burgess <bhb@iceburg.net> */
/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
    the Window's z-index value will be set to 3000 by default (via jqModal.js). */
.jqmWindow {
    display: none;
    position: fixed;
    top: 32%;
    left: 62%;
    margin-left: -300px;
    width: 260px;
    background-color: #ffffff;
    color: #333;
    border: 3px solid #8C2400;
    padding-top: 10px;
    padding-bottom: 10px;
    color:#606060;
    font-family: Arial,Helvetica,sans-serif;
    font-size:11px;
    font-weight: bold;
}

.modalreg {
	height:600px;
	width:560px;
	top:1%;
	left:50%;
	padding:0px;
	overflow:auto;
	}

.jqmWindow a:link,  .jqmWindow a:visited {
    font-family: Arial,Helvetica,sans-serif;
    font-size:11px;
    color: #666666;
}

a.login_link {
    text-decoration: underline;
}

.jqmWindow input {
    font-size: 12px;
}

.jqmWindow ainput[type=text2] {
    width: 270px;
}

.jqmWindow ainput[type=text] {
    width: 124px;
}

.jqmWindow ainput[type=password] {
    width: 124px;
}

.jqmWindow div.line {
    margin-bottom: 8px;
    width: 95%;
}

.jqmWindow div.link {
    width: 95%;
}

.jqmOverlay { background-color: #000; }

#jqmClose {
    text-decoration: none;
}

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
    width: expression(this.parentNode.offsetWidth+'px');
    height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

* html .jqmWindow2 {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

* html .jqmWindow3 {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

/* Second window */
.jqmWindow2 {
    display: none;
    position: fixed;
    top: 110px;
    left: 53%;
    margin-left: -300px;
    background-color: #ffffff;
    color: #333;
    border: 3px solid #8C2400;
    color:#606060;
    font-family: Arial,Helvetica,sans-serif;
    font-size:11px;
    font-weight: bold;
}

.jqmWindow2 a:link,  .jqmWindow2 a:visited {
    font-family: Arial,Helvetica,sans-serif;
    font-size:11px;
    color: #666666;
}

a.login_link {
    text-decoration: underline;
}

.jqmWindow2 input {
    font-size: 10px;
}

.jqmWindow2 input[type=text] {
    width: 124px;
}

.jqmWindow2 div.line {
    amargin-bottom: 8px;
    width: 95%;
}

.jqmWindow2 div.link {
    width: 95%;
}

/* Third window */
.jqmWindow3 {
    display: none;
    position: fixed;
    top: 110px;
    left: 53%;
    margin-left: -300px;
    background-color: #ffffff;
    color: #333;
    border: 3px solid #8C2400;
    color:#606060;
    font-family: Arial,Helvetica,sans-serif;
    font-size:11px;
    font-weight: bold;
}

.jqmWindow3 a:link,  .jqmWindow3 a:visited {
    font-family: Arial,Helvetica,sans-serif;
    font-size:11px;
    color: #666666;
}

.jqmWindow3 input {
    font-size: 10px;
}

.jqmWindow3 input[type=text] {
    width: 124px;
}

.jqmWindow3 div.line {
    amargin-bottom: 8px;
    width: 95%;
}

.jqmWindow3 div.link {
    width: 95%;
}
/*END jqModal.css*/




