/*--- WebMaster Express | Base Style Sheet ---
---------------------------------------------- */

/* Global Whitespace Reset */
* { margin: 0; padding: 0}

/* Re-apply consistent spacing */
h1, h2, h3, h4, h5, h6, ul, ol, p { margin: 0 0 20px 0; }
ul, ol { margin-left: 30px; }

body {
    font-family: verdana, sans-serif;
    font-size: 12px;
    text-align: center;
    /* overflow-y: scroll; */
}

/* Base heading sizes - overridden as needed */
h1 { font-size: 1.6em; }
h2 { font-size: 1.4em; }
h3 { font-size: 1.1em; }
h4 { font-size: 1em; }
h5 { font-size: 1.4em; }
h6 { font-size: 1.1em; }

a img { border: none; }

/*--- Page Elements
-----------------------------------------------*/

#frame {
    width: 716px; /* 770 - (2 x border width [27]) */
    margin: 0 auto;
    text-align: left;
}

#header {
    width: 716px;
    text-indent: -9900px;
}

#header h1 { margin: 0; padding: 0; }

#sub-header {
    width: 716px;
    text-indent: -9900px;
}

#sub-header h2 { margin: 0; padding: 0; }

#content {
    line-height: 1.5em;
    padding: 10px;
}

#UserInterface_ContactDetails {
    float: right; 
    width: 220px; 
    margin: 8px 20px 0 4px;
}

/* Contact form submit buttom */
#UserInterface_WMSubmitButton {
    float: right;
    margin-right: 4px;
}

/*--- Navigation
-----------------------------------------------*/
#nav {
    font-size: 11px; /* Can be overridden */
    overflow: hidden;
    text-align: center;
}

#nav ul {
    margin: 0;
}

#nav ul li {	
	display: block;
	float: left;
    list-style-type: none;
	text-align: center;
}

#nav a {
	padding: 7px 20px;
	font-weight: bold;
	text-decoration: none;
	display: block;
}

/*--- Footer
-----------------------------------------------*/

#footer {
    clear: both;
    font-size: 90%;
    margin-top: 10px;
    text-align: center;
}

#footer a {
    font-weight: bold;
}

/* --- Added Classes ---*/


table.displayAgents {
    font-family:Arial;
    font-size:11px;
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #000;
	border-collapse: collapse;
	background-color: white;
}
table.displayAgents th 
{
    background-color: #2596cf;
	color: #FFF;
    font-family:Arial;
    font-size:11px;
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: solid;
	border-color: black;	
	-moz-border-radius: 0px 0px 0px 0px;
}
table.displayAgents td {
    font-family:Arial;
    font-size:11px;
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: solid;
	border-color: black;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}


table.displayAgentsNT th {
    background-color: #D06C10;
}

table.displayAgentsWA th {
    background-color: #FF1010;
}

table.displayAgentsSA th {
    background-color: #A09C68;
}

table.displayAgentsNSW th {
    background-color: #A0D0D0;
}

table.displayAgentsVIC th {
    background-color: #00BB00;
}

table.displayAgentsTAS th {
    background-color: #386800;
}

.contactusLabel 
{
    width: 300px;
}

.contactusTextArea 
{
    width: 400px;
}

.contactusValidate 
{
    font-style:italic;
    color: Red;
}

/*--- General Classes
-----------------------------------------------*/

.pageImageLinksDiv {
	padding-left: 10px;
	padding-right: 4px;
	width: 180px;
	float: right;
	text-align: right;
}

.contactFormTable td {
    padding: 2px;
}

.footnote a {
    font-weight: normal !important;
}
