
/*-----GLOBAL BODY SETTINGS - MARGINS PADDING ETC-----*/
body { 
	background: #E2EDF5;
	margin-left : 60px;
	margin-right : 0px;
	margin-top: 60px;

 }

 /*-----GLOBAL FONT SETTINGS-------*/
body, table {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #5D5D5D;
	font-size: 11px;
	line-height: 16px;

}

/*      page titles      */
h1 {
	color:#8DC641;
	font-weight: bold;
	font-size: 18px;
}

/*      sub titles, category headings etc       */
h2 {
	color:#8DC641;
	font-weight: bold;
	font-size: 11px;
	padding: 1px
}

/*       third level titles  */
h3 {
	color:#8DC641;
	font-size: 10px;
	font-weight: bold;
}

/*  text attributes */
.bold{
	font-weight : bold;
}
.italics{
	 font-style: italic;
}
.text22{
	font-size: 22px;
}
.text18{
	font-size: 18px;
}
.text16{
	font-size: 16px;
}
.text14{
	font-size: 14px;
}
.text13{
	font-size: 13px;
}
.text12{
	font-size: 12px;
}
.text11{
	font-size: 11px;
}
.text10{
	font-size: 10px;
}
.text9{
	font-size: 9px;
}

.textwhite{
	color: White;
}
.textblue{
	color: #B4D2FE;
}
.textgreen{
	color: #8DC641;
}

/*links*/
A {
	text-decoration : none;
	background-color : transparent;
	font-weight : bold;
	color : #8DC641;
}
A:HOVER {
	text-decoration : underline;
	background-color : transparent;
}
A.menu{
	text-decoration : none;
	background-color : transparent;
	font-weight : normal;
	color : #5D5D5D;
}
A.menu:HOVER {
	text-decoration : underline;
	background-color : transparent;
	color : #8DC641;
}

A.whitelink {
	text-decoration : none;
	background-color : transparent;
	color: White;
	font-size: 12px;
	font-weight : bold;
}
A.whitelink:HOVER {
	text-decoration : underline;
	color: White;
}
A.greylink {
	text-decoration : none;
	background-color : transparent;
	color: #5D5D5D;
	font-size: 11px;
	font-weight : normal;
}
A.greylink:HOVER {
	text-decoration : underline;
	color: #5D5D5D;
}
/* skiplink */
.skiplink {display:none}

/* menu style */
#navlist
{
padding-left: 0;
margin-left: 0;
border-bottom: 1px solid #8DC641;
width: 200px;
}

#navlist li
{
list-style: none;
margin: 0;
padding: 0.25em;
border-top: 1px solid #8DC641;
}

#navlist li a { text-decoration: none; }

#navlist li a.selected { 
    color: #8DC641;
}


/* Colours*/
.yellow{
	background: #FDB813;
}
.green{
	background: #8DC641;
}
.ltgreen{
	background: #e7f7d4;
}
.blue{
	background: #B4D2FE;
}
.ltblue{
	background: #E2EDF5;
}
.white{
	background: White;
}

/*styles for bg*/



/* Spacing*/
.spacing{
	padding:6px;
}
.spacing2{
	padding:8px;
}
.outline{
    padding:8px;
    border:1px solid #E2E3E4;
}


/* Forms*/
formfield{
	border : 0.1em solid #DDDDDD;
	margin : 0.3em 0.5em 0em 0em; 
	padding : 0.2em;
	background-color :White;
}

input{
	border : 0.1em solid #7F9DB9;
	margin : 0.3em 0.5em 0em 0em;
	padding : 0.1em 0.3em;
	background-color :White;
	/*width : 120px;*/
	/*height:22px;*/
}

select 
{
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
	border : 0.1em solid #E2E3E4;
	margin : 0.3em 0.5em 0em 0em;
	padding : 0.2em;
	background-color :White;
    font-size: 11px;
}
textarea 
{
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
	border : 0.1em solid #7F9DB9;
	margin : 0.3em 0.5em 0em 0em; 
	padding : 0.2em;
	background-color :White;
}
.checkbox{
	border : 0em;
	margin : 0em;
	padding : 0em;
	background-color : transparent;
	width : 20px;
}

.submit {
background-color :White;
color: #8DC641;
font-size: 11px;
font-weight : bold;
}

UL {
	list-style : disc;
	list-style-position : outside;
}
.accordionHeader
{
    color:#8DC641;
	font-weight: bold;
	font-size: 14px;
    border: 1px solid #8DC641;
    background-color: white;
	font-family: Arial, Sans-Serif;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionHeaderSelected
{
    border: 1px solid #8DC641;
    color: #8DC641;
	font-family: Arial, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeaderSelected a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
    
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

.valsummary ul 
{
    display: none;
    visibility: hidden;
}

