﻿
body
{
	font-family:Arial, Helvetica, verdana, sans-serif;
	font-size:11pt;
	width:85%;
	margin-left:20px;
}

.Heading1,H1     
{
	color:#660099; 
	font-family:Arial,Verdana,Helvetica,Sans-Serif;	
	font-size:125%;	
	margin-bottom:5px;
	
}

.Heading2,H2
{
	color:#003366; 
	font-family:Arial,Verdana,Helvetica,Sans-Serif; 
	font-size:100%; 
}

.Heading3,H3     
{
	color:#959595;
	font-family:Arial,Verdana,Helvetica,Sans-Serif; 
	font-size:90%; 
	font-weight:bold;
}

fieldset
{
	margin:25px 35px;
	padding:15px;
	border:none;
	/*background-color:#f7f2fa;*/
	background-color:#ebdef2;
}

.italic
{
	font-style:italic;
}

.boldPurple
{
	font-weight:bold;
	font-style:italic;
	color:#660099;
}

.boldPurpleLighter
{
	font-weight:bold;
	color:#83569A;
}

.top
{
	vertical-align:top;
}

.width20
{
	width:20%;
}

.width10
{
	width:10%;
}

.outer
{
	width:100%;
	padding:5px 20px;
	border:1px solid #ebdef2;
	background-color:#f5eff9;
	}
	
.outer h1
	{
		padding-top:30px;
		padding-bottom:15px;
		padding-left:25px;
		font-size: 1.4em;
		}	

.inner{width:80%;padding-left:10%;}

#interpretive
{
	font-size:1.1em;
	}
/* 
Amendments to code
Author: Lee Friend
Date: 20/07/07
Details: Add bold and colour (orange) to quantity fields in statementdetails.aspx, domaindetails.aspx, 
outcomedetails.aspx.
*/

.width10quality
{
	width:10%;
	font-weight:bold;
	color:#CD6600
}

.width20quality
{
	width:20%;
	color:#CD6600
}

#adminPanel
{
	width:100%;
	text-align:right;
}

table.tblSearchCriteria tr
{
	border:solid 1px black;
}

table.tblResult
{
	border:solid 1px #660099;
	width:50%;
	background-color:#ffffff;
}

table.tblSearchResult
{
	border:solid 1px #660099;
	width:90%;
	background-color:#ffffff;
}


table.tblResult td.result
{
	
	width:40%;
	color:#003366;
	vertical-align:top;
	background-color:#ffffff;
}

th
{
	color:#fff;
	background-color:#609;
}

legend
{
	font-weight:bold;
}

.topbanner td
{
	width:50%;
}

.topbanner h1
{
	font-size: 1.8em;
}

.topbanner a
{
	font-size:10pt;
	font-weight:bold;
	text-decoration:none;
}

#search 
{
	font-size:9pt;
	font-weight:bold;
	text-align:right;
	float:right;
}

#search a
{
	text-decoration:none;
}

#search a:hover
{
	color:#36f;
	text-decoration:none;
}

ul ul
{
	margin-left:1em;
	}

li li
{
	list-style: none;
}

.outcome
{
	line-height:2em;	
}
	
.desc
{
	font-size:0.9em;
	font-style:italic;	
}	


