/**
 * Select Australasia ESS CSS
 */

html, body
{
	margin:0;
	padding:0;
	background:#FFF;
	color:#000;
}

body, div, p, td, th, input, textarea
{
	font-family:arial;
	font-size:12px;
}

a, a:link
{
	color:#000;
	font-weight:bold;
	text-decoration:none;
}

a.graylink
{ 
	font-weight: normal;
	text-decoration: none; 
	color: #808080;
}

a.graylink:hover,active
{ 
	font-weight: normal;
	text-decoration: none; 
	color: #B40000;
}

a.commandLink
{ 
	font-weight: normal;
	text-decoration: none; 
	color: #808080;
}

a.commandLink:hover,active
{ 
	font-weight: normal;
	text-decoration: none; 
	color: #B40000;
}

a.menuItem:hover
{
	text-decoration:none;
	color: #B40000;
}

a:visited
{
	color:#333;
}

h1
{
	font-size:18px;
	margin:8px 0px 0px 0px;
	padding:0px;
}

h2
{
	font-size:16px;
	padding:0px;
}

h3
{
	font-size:16px;
	margin:8px 0px 0px 0px;
	padding:0px;
}

h4
{
	font-size:14px;
	margin:8px 0px 0px 0px;
	padding:0px;
}

dt
{
	font-weight:bold;
	margin-top:0.5em;
}

ul
{
	margin-left:1.0em;
	padding-left:1.0em;
}

.breaker
{
	clear:left;
	line-height:0;
	height:0;
}

.clear
{
	clear:both;
}

.centre
{
	text-align:center;
}

.note
{
	border:1px solid #000;
	background:white;
	padding:0.5em;
	margin-top:0.5em;
}

.note p
{
	margin-top:0.2em;
	margin-bottom:0.2em;
}

.highlight
{
	font-size:1.25em;
	font-weight:bold;

	color:#900;
}

.highlight a:link
{
	color:#900;
}

.fineprint
{
	font-size:0.9em;
	color:#555;
}

.indent
{
	left-margin:2.0em;
}

.footer
{
	font-family:Arial;
	font-size:11px;
	margin:0px 0px 0px 0px;
	padding:0px;
	color:#808080;
}

.detailTable
{
	background:#FFFFFF;
	border-bottom:1px solid black;
}

.messageTable
{
	background:#FFFFFF;
	border:0;
	border-bottom:1px solid #FFFFFF;
}

.tableTitleBar
{
	height:20px;
	padding:0px 5px 0px 5px;
	background:#B40000;
	background-image:url("images/red_corner_left.gif");
	background-repeat:no-repeat;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
}

.tableTitleBar2
{
	height:20px;
	padding:0px 5px 0px 5px;
	background:#666666;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
}

.tableColumnTitle
{
	background:#FFFFFF;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#000000;
}

.tableContent
{
	background:#FFFFFF;
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	color:#000000;
}

.textBox {
	font-family: Arial;
	font-size: 12px;
	border: 1 ridge #C0C0C0
}

.button {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	border-style: outset;
	border-width: 1
}

.messageContent
{
	background:#CECFCE;
	font-family:Arial;
	font-size:11px;
	font-weight:normal;
	color:#000000;
}

#pagewidth
{
	width:100%;
	min-width:600px;
}

#header
{
	height:60px;
	background-image:url("images/grey_row.gif");
	background-repeat:repeat-x;
	background-position:bottom;
}

#header h1
{
	width:190px;
	height:60px;
	margin:0px;
	padding:0px;
	text-align:center;
	background:#FFF;
}

#header h1 img
{
	padding:0px 0px 0px 0px;
	margin:14px 0px 0px 0px;
	border:none;
}

ul#nav
{
	list-style:none;

	position:absolute;
	left:190px;
	top:38px;

	width:620px;
	height:22px;
	margin:0px;
	padding:0px;

/*	background-color:#B40000; */
}

ul#nav li
{
	float:left;
	display:inline;
	font-size:11px;
}

ul#nav a
{
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
}

pad
{
	height:22px;
	padding:0px 8px 0px 8px;

/*	background-image:url("images/grey_corner.gif"); */
	background-image:url("images/red_corner_right.gif");
	background-repeat:no-repeat;
}

#loginbutton
{
	position:absolute;
	top:9px; left:686px;
}

#loginbutton img
{
	border:0;
}

hr.divider
{
	display:none;
	margin:0px;
	padding:0px;
}

#content
{
	margin:0px 8px 0px 195px;
	padding:0px;
}

.main
{
	margin:0px 0px 0px 1px;
	background:#EEE;
	border-top:0px solid black;
	border-bottom:1px solid black;
	padding-bottom:0px;
	height:100%;
	width:100%;
	vertical-align:middle;
}
