/* ------ Text items -------- */


p
{
	font-family: Verdana, Arial, Helvetica, Tahoma;
	color: #333;
	padding: 0.5em 0px 0.5em 0px;
	margin: 0px 0px 0px 0px;
}

li
{
	list-style-image: url(/images/bullet-circle.gif);	
	padding: 0.25em 0em 0.25em 0em;
}

h1
{
	color: #124475;		
	text-align: left;	
	vertical-align: top;
	font-weight: normal;
	font-size: 1.6em;
	margin-bottom: 0.5em;	
	padding: 0;
	EditMenuName: Heading 1;
}

h1.pageheading
{
	color: #124475;		
	text-align: left;	
	vertical-align: top;
	font-weight: normal;
	font-size: 2em;
	margin-bottom: 0.5em;
	margin-top: -0.25em;	
	padding: 0;
}


h2, .heading2
{
	color: #CC3332;	
	text-align: left;
	font-weight: normal;
	font-size: 1.4em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	EditMenuName: Heading 2;	
}

h3, .heading3
{
	font-weight: bolder;
	font-size: 1.1em;
	color: #000B4B;
	EditMenuName: Heading 3;
}

h3.homebottomheader
{
	margin: 0;
	background-color: #8AC4EA;	
}

#homebottom h3.homebottomheader
{
	margin: 0;
}

h4, .heading4
{
	color: #FFFFFF;	
	text-align: left;
	font-weight: bolder;
	font-size: 1em;
	float: left;
	EditMenuName: Heading 4;
	width: 100%;
	margin-top: 1em;
	margin-bottom: 1em;
}

.bulleted-text
{
	background-image: url(/images/bullet-green-small.gif);
	background-position: left top; 
	background-repeat:no-repeat;		
	color:#3A7A3C;
	padding: 0px 0px 0px 15px;		
	margin: 0px;
	EditMenuName: Bulleted Text;	
}

.introduction
{
	font-weight: bold;
	EditMenuName: Introduction;
}
.imagetext
{
	font-style: italic;
	font-size: 0.9em;
	EditMenuName: Image text;
}
.red
{
	color: #CC0000;
	EditMenuName: Normal red text;
}

.boldgreen
{
	color: #78A479;
	font-weight: bold;
}

hr.yellow
{
	height: 1px;
	width: 100%;
	color: #F4EC87;
	background-color: #F4EC87;
	line-height: 1px;
	border: 0px;
	float: left;
	clear: both;
}

*html hr.yellow
{
	position: relative;
	top: 8px;				
}

hr.green
{
	height: 1px;
	width: 100%;
	color: #A7D16F;
	line-height: 1px;
	background-color: #A7D16F;
	border: 0;
	float: left;
	clear: both;
	margin-top: 1em;
}

hr.red
{
	height: 1px;
	width: 100%;
	color: #CC3332;
	background-color: #CC3332;
	border: 0;
	float: left;
}

/* ------ Links -------- */
a
{
	color: #3A7A3C;
	text-decoration: none;	
}

a:visited
{
	color: #A07ED5;
	text-decoration: none;	
}

a:hover
{
	text-decoration: underline;
}


a.blue
{
	color: #124475;
	text-decoration: none;
	background-image: none;
	padding-left: 0;
}

a.blue:visited
{
	color: #124475;	
}



/* --------- Links in Top menu ----------- */
a.menuhead
{
	padding: 0em 0em 0em 0em;
	text-decoration: none;
	background-image: none;
	color: #124475;
	margin: auto;
	position: relative;
	top: 25%;
	padding-left: 0;
}

* html a.menuhead {
	position: static;
	padding-top: 1.2em;
	display: block;
}
a.activemenuhead
{
	padding: 0em 0em 0em 0em;
	font-weight: bold;
	text-decoration: none;
	background-image: none;
	margin: auto;
	color: #FFF;
	position: relative;
	top: 25%;
	padding-left: 0;
}

* html a.activemenuhead {
	position: static;
	padding-top: 1.2em;
	display: block;
}

a.menuhead:hover
{
	color: #124475;
	text-decoration: none;
	font-weight: bolder;
}

a.menuhead:visited
{
	color: #124475;	
}

a.activemenuhead:hover
{
	color: #FFF;
	text-decoration: none;
	font-weight: bolder;
}

a.activemenuhead:visited
{
	color: #FFF;
}

/* --------- Left menu ----------- */

div.menuitem
{
	background-color: #F3EC87;
	width: 98%;
	padding: 0.5em 1% 0.5em 1%;
	border-bottom: 1px solid #fff;
	float: left;
}

div.menuitemselected, div.menuitemexpanded
{
	background-color: #3A7A3C;
	width: 98%;
	padding: 0.5em 1% 0.5em 1%;
	border-bottom: 1px solid #fff;
	float: left;	
}

div.menuitemchild
{
	width: 98%;
	padding: 0.5em 1% 0.5em 1%;
	float: left;
	background-color: #D4E8B7;
	border-bottom: 1px solid #a7d16f;
}

div.menuitemselected a, div.menuitemselected a:visited, div.menuitemselected a:hover
{
	color: #FFF;	
}

div.menuitemexpanded a, div.menuitemexpanded a:visited, div.menuitemexpanded a:hover
{
	color: #FFF;	
}

div.menuitemchildactive 
{
	background-color: #D4E8B7;
	font-weight: bolder;
	width: 98%;
	padding: 0.5em 1% 0.5em 1%;
	float: left;
	border-bottom: 1px solid #a7d16f;
}

div.menuitemgrandchild
{
	width: 98%;
	padding: 0.5em 1% 0.5em 1%;
	float: left;
	background-color: #fff;
	border-bottom: 1px solid #a7d16f;
}

div.menuitemgrandchildactive 
{
	background-color: #fff;
	width: 98%;
	padding: 0.5em 1% 0.5em 1%;
	font-weight: bolder;
	float: left;
	border-bottom: 1px solid #a7d16f;
}


/* Left nav fixes - 23/01/06 */

div.menuitem div.leftfloating img, div.menuitemexpanded div.leftfloating img, div.menuitemselected div.leftfloating img, div.menuitemchildactive img, div.menuitemchild img, div.menuitemgrandchild img, div.menuitemgrandchildactive img {
	margin-left: 0.5em;
}


html>body div.menuitem div.leftfloating img, html>body div.menuitemselected div.leftfloating img  {

}


/* --------- Input ----------- */
input, textarea
{
	font-family: Verdana, Arial, Helvetica, Tahoma;
	color: #333;
	font-size: 1em;
}

select
{
	font-size: 1em;
}

.inputlabel
{
	width: 6em;
	float: left;
	padding-top: 0.4em;
	font-weight: bold;
}
.inputlabelwide
{
	width: 10em;
	float: left;
	padding-top: 0.4em;
	font-weight: bold;
}
img.quicksearch
{
	height: 1.75em;
}
span.errormessage
{
	color: #CC0000;
	font-size: 1em;
}

span.usernamelabel
{
	margin-right: 1em;
	margin-top: 0.3em;
	display: block;
	float: right;
}

/* --------- Image format ----------- */
img.shadow
{
	position: relative;
	EditMenuName: Shadow;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#555555,direction=135,strength=5);
}
img.opacity
{
	position: relative;
	EditMenuName: Semi transparent;
	filter: alpha(opacity=40,finishopacity=24,style=3);
}
img.fliph
{
	position: relative;
	EditMenuName: Flip horisontally;
	filter: fliph;
}
img.flipv
{
	position: relative;
	EditMenuName: Flip vertically;
	filter: flipv;
}
img.dashedborder
{
	position: relative;
	border: dashed 1px grey;
	EditMenuName: Dashed border;
}
img.circularfade
{
	position: relative;
	EditMenuName: Circular fade;
	filter: alpha(opacity=100,finishopacity=0,style=2);
}

table.highlighted
{
	text-align: left;
	border-bottom: solid 1px #87B2DE;
	margin: 1em 0px 1em 0px;
	width: 100%;
}

* html table.highlighted 
{	
	width: 60%;
	}

table.highlighted th
{
	text-align: left;
	color: #fff;
	background-color: #87B2DE; /*padding: 10px 10px 10px 10px;*/ /* 20/01/06 */
	vertical-align: top;
	height: 1em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
}

table.highlighted th.horz 
{
	text-align: left;
	color: #000;
	background-color: #CFDEF1; /*padding: 10px 10px 10px 10px;*/ /* 20/01/06 */
	vertical-align: top;
	height: 1em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	font-weight: bolder;
	border-bottom: solid 1px #fff;
}

*html table.highlighted th
{
	font-size: 0.8em;
}

table.highlighted th p
{
	color: #fff;
	text-align: left;
	margin-left: 1%;
}

table.highlighted th.horz p
{
	color: #000;
	text-align: left;
	margin-left: 1%;
}

table.highlighted th.column
{
	color: #000;
	background-color: #CFDEF1;
	border-bottom: solid 1px #fff;
	 /* new style */
}

table.highlighted td.column
{
	color: #000;
	background-color: #CFDEF1;
	border-bottom: solid 1px #fff;
	 /* new style */
}


table.highlighted td
{
	border-bottom: solid 1px #CFDEF1;
	font-size: 1em; 
	vertical-align: top;
	text-align: left;
}

*html table.highlighted td
{
	font-size: 0.8em;
}

table.highlighted th.column p
{
	color: #000;
	text-align: left;
}

table.highlighted td p
{
	text-align: left;
	margin-left: 1%;
}

*html th
{
	font-size: 0.75em;	
}

*html td
{
	font-size: 0.75em;
}

.evenrow
{
	background-color: #fff;
}
.unevenrow
{
	background-color: #F0E5CE;
}
.headerrow
{
	background-color: #F0E5CE;
}

