/* CSS Document */



/*------------------- PAGE COLOUR -------------------*/

#canvas, #page, #tab, #menu { background-color: #FFFFFF; }

/*---------------------------------------------------*/



/*------------------- BODY -------------------*/

body {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	color: #333333;

	font-size: 11px;
}

/---------------------------------------------*/



/*------------------- MAIN LINKS -------------------*/

a { color: #CC6600; }

a:link, a.normal:link { color: #CC6600; text-decoration: underline; }

a:visited, a.normal:visited { color: #CC9900; text-decoration: underline; }

a:hover, a.normal:hover { }

a:active, a.normal:active { }

/*--------------------------------------------------*/



/*------------------- HEADERS -------------------*/

h1 {

	font-family: Georgia, "Times New Roman", Times, serif;

	font-weight: normal;

	font-size: 18px;

	padding: 0px 3px 3px 5px;

	margin: 0px 5px 0px 0px;

	text-align: right;

}

h1 span { color: #CC6600; }

#title h1 {

	font-size: 20px;

	font-weight: normal;

	line-height: 17px;

	color: #FFFFFF;

	padding: 0px;

	margin: 0px;

}

#page h1 {

	font-family: Georgia, "Times New Roman", Times, serif;

	font-weight: normal;

	font-size: 18px;

	padding: 3px 3px 3px 5px;

	margin: 0px;

}

#page h1 span { color: #CC6600; }

h2 {

	font-family: Georgia, "Times New Roman", Times, serif;

	font-weight: normal;

	font-size: 18px;

	padding: 0px 3px 3px 5px;

	margin: 0px 5px 0px 0px;

}

h2 span { color: #CC6600; }

h3 {

	font-family: Georgia, "Times New Roman", Times, serif;

	font-weight: normal;

	font-size: 15px;

	padding: 3px 3px 3px 5px;

	margin: 0px;

}

h3 span { color: #CC6600; }

h4 {

	font-weight: bold;

	font-size: 13px;

	padding: 3px 3px 3px 5px;

	margin: 0px;

}

h5 {

	font-weight: bold;

	font-size: 13px;

	padding: 3px 3px 3px 15px;

	margin: 0px;

}

h6 {

	font-family: Georgia, "Times New Roman", Times, serif;

	font-weight: normal;

	font-size: 18px;

	padding: 0px;

	margin: 0px;

	color: #FFFFFF;

}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {

	padding: 3px 5px 3px 5px;

}

/*-----------------------------------------------*/



p {

	padding: 3px 5px 3px 5px;

	margin: 0px;

}

p.byline { font-size: 10px; }

p.byline span {

	display: block;

	color: #CC6600;

	text-align: right;

}

img { border: 0px; }

ul, ol, li {

	margin-top: 0px;

	margin-bottom: 0px;

	padding-top: 0px;

	padding-bottom: 0px;

}



ol.list {

	

}

ol.list li {

	padding: 3px;

}

ol.list ol li {

	padding: 0px;

}

ol.list li.select {

	background-color: #EFEFEF;

}



/*------------------- INPUT FIELDS -------------------*/

input, select, option { font-size: 12px; }

input, select, option, textarea { padding: 3px; }

input.field, input.focus, input.search {

	color: #333333;

	width: 150px;

}

input.submit {

	font-size: 11px;

}

input.button, input.submitbutton, input.searchbutton {

	background-color: #FFFFFF;

	border: solid 1px #EEEEEE;

	padding: 3px;

	margin: 1px 0px 1px 0px;

	cursor: pointer;

}

input.button:active {

	background-color: #999999;

	border: solid 1px #777777;

}

#search input.searchbutton {

	width: 22px;

	height: 22px;

	border: none;

	background-color: #FFFFFF;

	line-height: 0px;

	margin: 0px 0px 0px 4px;

	text-indent: -900em;

	background-image: url(../images/search.png);

	background-repeat: no-repeat;

	background-position: center center;

}

#search input.searchbutton:active {

	background-color: #CC6600;

	border: solid 1px #990000;

}

input.submitbutton {

	background-color: #CC6600;

	border: solid 1px #CC6600;

	color: #FFFFFF;

}

textarea {

	width: 300px;

	line-height: 16px;

	font-size: 11px;

	font-family: Verdana, Arial, Helvetica, sans-serif;

}

#search input.searchbar, #search input.searchbarfocus {
	width: 181px;
	margin: 0px;
	border: 1px solid #FFFFFF;
	font-size: 12px;
	background-image: url(../images/search.png);
	background-repeat: no-repeat;
	background-position: 170px center;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}

#search input.searchbarfocus { background-color: #F2D9BF; }
#search input.overlaybutton {
	-moz-outline: none;
	padding: 0px;
	border-style: none;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	width: 21px;
	height: 21px;
	position: absolute;
	margin-left: -22px;
}

input.field, select, textarea { border: 1px solid #CCCCCC; }

input.focus, select.focus, textarea.focus { border: 1px solid #CCCCCC; }

input.select { background-color: #CC6600; }

input.large {

	width: 450px;

	font-size: 15px;

	border: 1px solid #FFFFFF;

	padding-left: 6px;

	margin: 0px;

}

input.check {

	width: auto;

	padding: 0px;

	margin: 0px;

	border: 0px;

}

table.form { width: 90%; }

table.form td { vertical-align: middle; }



.focus {

	background-color: #FFF2E6;

}

/*----------------------------------------------------*/



/*------------------- INPUT FIELDS -------------------*/

#tab a:link, #tab a:visited {

	font-weight: bold;

	color: #333333;

}



.description, .warning, .error {

	margin: 10px;

	padding: 5px;

}

.description { background-color: #FFFBEC; }

.warning { background-color: #FF9900; }

.error { background-color: #FF3300; }

p.small {

	color: #666666;

	font-size: 10px;

}

.thin {

	margin: 0px;

	padding: 0px;

}

.thin p {

	margin: 0px;

	padding: 0px;

}



/*------------------- LINK MAPS -------------------*/


.map { width: 250px; }
.map a {
	display: block;
	padding: 4px 12px 4px 12px;
	border: 1px solid #FFFFFF;
	font-weight: bold;
}
.map a:link { color: #666666; text-decoration: none; }
.map a:visited { color: #666666; text-decoration: none; }
.map a:hover { color: #CC6600; background-color: #EDEDED; border-color: #DDDDDD;  }
.map a:active { }
.map div ul { padding: 1px 5px 3px 5px; margin: 0px; }
.map div ul { }
.map div li {
	margin: 0px;
	padding-left: 7px;
}
.map div li a { font-weight: normal; }
.map div li a:hover { background-color: #F9F9F9; border-color: #EDEDED; }
.map div a, .map div a.subselect {
	font-size: 10px;
}

/*-------------------------------------------------*/
