/* General Styles ***********************************************************************************************/



#mainmenu ul {
float: left;
padding: 0 0 0 0px;
width: 150px;
min-height: 100px;
background: white;
overflow: hidden;
}

#mainmenu ul {
margin: 0 0 20px;
}

#mainmenu li {
border-bottom: 1px dotted #7b7b7b;
colour: #7b7b7b;
padding: 3px;
width: 90px;
margin: 0;
/* list-style-type: square; */
overflow: hidden;
background-image: url('../images/sq-bullet.gif');
background-repeat: no-repeat;
background-position: 2px 0em;
padding-left: 25px;
list-style-type: none;
}

#mainmenu li a {
font-size: 12px;
text-align: left;
font-weight: normal;
padding: 3px 0 0 0;
colour: #7b7b7b;
text-decoration: none;
display: block;
overflow: hidden;
background-position: center top;
}

#mainmenu li a:hover { color: #0000ff;}

#mainmenu li a:active, #mainmenu li a.active:hover { font-weight: bold; color: #0000ff;}



div.menu2-note {
	width: 100px; /*width of div*/
	font-size: 10px;
	color: #666666;
	text-align: center;
	border: 1px solid #666666;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 3px;
	padding-left: 3px;
}

div.menu3-note {
	font-size: 10px;
	color: #666666;
	text-align: center;
	border: 1px solid #666666;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 3px;
	padding-left: 3px;
}

body 
{
	/* The background image (which is a transparent gif
		is needed to stop the IE Scrolling DIV display bug
		on the right hand events box.*/
	background : url('/bg1.gif') fixed no-repeat;
	color:#000000;
	background-color:white;
	margin:0px;
	padding:0px;
	font:12px arial, helvetica, verdana, sans-serif;
	}
.required 
{ background-color:#eeeeee;
	}
.columnalignment
{
	text-align: right;
}


h1 {
	margin:10px 0px 10px 0px;
	padding:0px;
	font-size:18px;
	font-weight:800;
	color:#000000;
	font-family: arial, helvetica, sans-serif;
	line-height: 15px;
	}
h2 {
	font:bold 12px/14px arial, helvetica, verdana, sans-serif;
	margin:0px 0px 5px 0px;
	padding:0px;
	}
	
h3 {
	font:bold 12px/13px arial, helvetica, verdana, sans-serif;
	margin:0px 0px 5px 0px;
	padding:0px;
	}
span.pagetitle 
{
	margin:10px 0px 15px 0px;
	padding:0px;
	font-size:18px;
	font-weight:800;
	color:#000000;
	font-family: arial, helvetica, sans-serif;
}
	
p,td,td p {
	font:12px/15px arial, helvetica, verdana, sans-serif;
	margin:0px 0px 10px 0px;
	padding:0px;
	}
	
p.introtext 
{
	/*Changed text-size to match normal paragraph RD 01/08/2005 - 14px to 12px */
	font:12px/20px arial, helvetica, verdana, sans-serif;
	font-weight: 800; /*RD bolded to distinguish from normal text (400->800)*/
	margin:0px 0px 10px 0px;
	padding:0px;
}

a {
	color:#09c;
	font-family: arial, helvetica, verdana, sans-serif;
	font-weight:550;
	text-decoration:none;
	}
a:link {color:#008000 ;}
a:visited {color:#008000 ;}
a:hover {background-color:#e5e3dc;
}

.errorMSG
{
	color:Red;
}  

#div_main 
{
	height: 100%;
	padding: 4px;
	width: 100%;
	margin-top: 6px;
	margin-right: 6px;
	margin-bottom: 10px;
	margin-left: 6px;
}
.floatimgRight {
float:right;
margin-top:10px;
margin-left:10px;
margin-bottom:10px;
} 
.floatimgLeft {
float:left;
margin-top:10px;
margin-right:10px;
margin-bottom:10px;
} 



.DownloadOptions {
	PADDING-RIGHT: 0.5em; DISPLAY: block; PADDING-LEFT: 0.5em; FLOAT: left; PADDING-BOTTOM: 0.5em; WIDTH: 29%; PADDING-TOP: 0.5em; min-width: 130px
}
.DownloadDetails {
	PADDING-RIGHT: 0.5em; DISPLAY: block; PADDING-LEFT: 0.5em; FLOAT: left; PADDING-BOTTOM: 0.5em; WIDTH: 90%; PADDING-TOP: 0.5em; min-width: 300px
}

.searchsummary
{
	border-bottom:1px solid #666666;
}

.summary-alert
{
	font-weight:600;
}

ul
{
	padding-bottom:9px
}

img { 
	border: 0px none; 
} 
.searchresultcount
{
	font-weight:bold;
}
.searchborder
{
	border: solid 1px;
	border-color: #008000 ;
	padding-left: 5px;
	padding-right: 5px;
}
.bottomborder
{
	border-bottom: solid 1px #666666;
}
.padtop
{
	padding-top: 5px;
	padding-left: 2px;
	padding-right: 2px;
}
hr { color:#008000 ; background: #008000 ; border: 0; Height:1px; }



table.display {
 border: 1px solid #008000 ;
 border-spacing: 1px;
 border-style: outset;
 border-collapse: collapse;
 background-color: white;
}
table.display th {
 border: 1px solid #008000 ;
 padding: 3px 3px 3px 3px;
 background-color: #008000 ;
 color: white;
 -moz-border-radius: 0px 0px 0px 0px;
}
table.display td {
 border: 1px solid #008000 ;
 padding: 3px 3px 3px 3px;
 -moz-border-radius: 0px 0px 0px 0px;
}

