/*
* Style sheet for the AESP web site.
* Copyright Naiad Consulting Limited 2003
* Sept 24 2003. Added notice class for h3
*/
body
{
	background-color:White;
	font-family:Verdana Arial;
	font-size:10pt;
	font-style:normal;
	font-weight:normal;
}

body.main
{
	/*border:groove 2pt black;*/
	margin-top:1cm;
	margin-bottom:1cm;
	margin-left:1cm;
	width:80%;
	left:2cm;
	bottom:1cm;
	font-style:normal;
	font-family:Verdana Arial;
	font-size: 10pt;
}

body.header
{
	background-image:url(toprow-blue.jpg);
	background-repeat:repeat-x;
}

body.contents
{
	margin-top:1cm;
	background-image:url(leftcolumn-blue.jpg);
	background-repeat:no-repeat;
}

h1
{
	/*border: double;*/
	color:black;
	text-align:left;
	font-size:large;
	font-style:italic;
	text-transform:uppercase;
}

blockquote
{
	color:Black; 
	font-style:normal
	border: double 1pt Gray;
}

p.postal:before
{
	content:"PO Box 123";
}

p.naiad
{
	font-size:smaller;
	position:absolute;
	bottom:1cm;
	color:Gray;
}

p.mainmenu
{
	position:absolute;
	top:2cm;
	height:2cm;
}

p.disclaimer
{
	position:absolute;
	width:400;
	border:single 1pt Gray;
}

p.acroget
{
	position:absolute;
	bottom:1cm;
	width:500;
	border:double 1pt Gray;
}

p.sortmenu
{
	position:absolute;
	left:17cm;
}

a.emph
{
/*	font-size:larger;*/
	font-weight:bold;
}

th.news
{
/*	font-size:medium;*/
	font-weight:bold;
}

th
{
	background:lightgrey;
/*	font-size:larger;*/
	font-weight:bold;
}


td.detail
{
	background:lightgrey;
	font-weight:bold;
	font-size:10pt;
}

td.info
{
	background:#e9e9ff;
	font-size:10pt;
}

blockquote.news
{
	border:double;
	background:#e9e9ff;
}

p.latest
{
	color:Red;
	border:double;
}

p.news
{
	color:Black;
/*	font-size:larger;	*/
	font-weight:bold;
}

h3
{
	color:Black;
}

h3.notice
{
	color:Red;
}

.warn
{
	color:Green;
	font-size:12pt;
}

tr.data0
{
	font-size:10pt;
	background-color:#f8f8f8;
}
tr.data1
{
	font-size:10pt;
	background-color:#f0f0f0;
}
tr.avg
{
	font-size:10pt;
	background-color:#c0c0c0;
}
tr.totals
{
	font-size:11pt;
	font-weight:bold;
	background-color:#c0c0c0;
}

.aesphead {
}

// From http://www.neuroticweb.com/recursos/css-rounded-box/
/* set millions of background images */
.rbroundbox { background: url(nt.gif) repeat; }
.rbtop div { background: url(tl.gif) no-repeat top left; }
.rbtop { background: url(tr.gif) no-repeat top right; }
.rbbot div { background: url(bl.gif) no-repeat bottom left; }
.rbbot { background: url(br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent { margin: 0 7px; }
.rbroundbox { width: 90%; margin: 1em auto; }