/* CSS Document */

img
{
   border: 0
}

.soon
{
   font-family: Arial, Verdana;
   font-size: 11px;
   font-weight: bold;
}

.warn
{
   color: red;
   font-family: Arial, Verdana;
   font-size: 10px;
}

.cmsContent, input, textarea, select, .cmsContent TD { 
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif; 
	font-size: 12px;
	color: #333333; 
}

.footer, .footer TD { 
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif; 
	font-size: 11px;
	color: #898989; 
}

H1 {
	color: #023f88; 
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
} 

H2 {
	color: #00b2cd; 
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
} 
 
H3 {
	color: #023f88; 
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
} 

H4 {
	color: #00b2cd; 
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
} 

h5
{
	color: #00b2cd; 
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
}


A { 
	color: #023f88; 
	font-weight: normal;
	text-decoration: none;
} 
 
A:hover { 
	text-decoration: underline; 
} 

A.aquatext, .aquatext, A:visited.aquatext { 
	color: #00b2cd; 
	font-weight: normal;
	text-decoration: none;
} 
 
A:hover.aquatext { 
	text-decoration: underline; 
} 

HR { 
	color: #023f88; 
	border-style: solid; 
	height: 2px; 
} 
 
OL {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	color: #423c30; 	
} 
 
UL {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	color: #423c30; 
	list-style: square;
} 

.DialogHeader
{
	background-color: #055997; 
	color: White; 
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif; 
	font-size: 12px;
}

.DialogContent
{
	background-color:White;
}

.SideBoxTitle
{
	color: #023f88; 
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
}	

.SideBoxDottedLine
{
	background-image:url(http://www.shortlead.com.au/bwWebsite/images/dotted-line.jpg); 
	background-repeat:no-repeat; 
	background-position:top;
	height:2px;
}

.SideBoxRow
{
	padding: 6px 0 0 10px;
	height: 23px;
	background-image: url(http://www.shortlead.com.au/bwWebsite/images/dotted-line.jpg);
	background-repeat:no-repeat;
	background-position:top;
	color: #023f88;
}

.SideBoxRow:Hover, .SideBoxRowActive
{
	padding: 6px 0 0 10px;
	height: 23px;
	background-image:url(http://www.shortlead.com.au/bwWebsite/images/side-box-hover-bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	color: White;
	cursor:pointer;
}

.cmsContent td.FormName, table.contact td.FormName
{
	color: #023f88;
	font-weight: bold;
}

table.contact td.FormName
{
   text-align: left;
}

TD.FormName
{
	color: #023f88;
	font-weight: bold;
	text-align: right;
}

.maxLimit, .selfRated
{
   font-size: 9px;
}

/* Search */
div.searchContainer
{
   height: 80px;
}

div.searchContainer h5
{
   margin: 0;
}

div.searchText
{
   width: 400px;
   float: left;
}

div.searchImage
{
   float: right;
   width: 50px;
   height: 50px;
}

div.searchImage img
{
   border: 0;
}

div.tooltip
{
   border: 1px solid #023f88;
   background: #CBE4F6;
   padding: 5px;
   font-family: Arial, Verdana, Geneva, Helvetica, sans-serif; 
   font-size: 11px;
   color: #333333; 
}

A.regionLinks
{
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif; 
	font-size: 11px;
	color: #898989;
}