/*
North Harbour Big Tree Co Style Sheet
Created 10/07/2003
Author Jeff Butler
Add update notes here:
*/

body {
	font-family : Verdana, Geneva, Helvetica, sans-serif;
	font-size : 11px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	background-color: #333333;
}

td {
	font-family : Verdana, Geneva, Helvetica, sans-serif;
	color : #000000;
	font-size : 11px;
}

a {
	color : #009900;
	text-decoration : none;
}

a:hover {
	color : #000000;
	text-decoration : none;
}

li {
	list-style : url(images/bullet.gif);
}

.nav {
	padding-left : 5px;
	color : #FFFFFF;
	font-weight : bold;
}

.nav a {
	color : #FFFFFF;
	text-decoration : none;
}

.nav a:hover {
	color : #80CC80;
	text-decoration : none;
}

.selectednav {
	padding-left : 5px;
	color : #000000;
	font-weight : bold;
}

.selectednav a {
	color : #000000;
	text-decoration : none;
}

.selectednav a:hover {
	color : #000000;
	text-decoration : none;
}

.outline {
	border : 1px solid #006600;
	border-color : #006600;
}

.padded {
	padding : 4px;
	font-size : 10px;
}

.footer {
	padding : 3px;
	font-size : 10px;
	background-color: #187204;
	color : #CCCCBE;
}

.footer a {
	color : #CCCCBE;
}

.footer a:hover {
	color : #80CC80;
}

.heading {
	font-weight : bold;
	font-size : 13px;
	color : #009900;
}

.heading a {
	color : #009900;
	text-decoration : none;
}

.heading a:hover {
	color : #000000;
	text-decoration : none;
}

.textRed {
	color : #CC0000;
	font-size : 10px;
}

.textWhite {
	color : #FFFFFF;
}

.textWhite a {
	color : #FFFFFF;
	text-decoration : none;
}

.textWhite a:hover {
	color : #FFFFFF;
	text-decoration : underline;
}

.textSmall {
	font-size : 10px;
}

.button {
	font-size : 10px;
	color :#FFFFFF;
	background-color :#187204;
}

.dropDown {
	font-size : 10px;
	width : 140px;
}

.searchBox {
	background-color: #CACAB7;
	font-family : Verdana,Arial,sans-serif;
	font-size : 11px;
	border :0px;
}

.textBox {
	background-color: #EEEEEE;
	color : #000000;
	font-family : Verdana,Arial,sans-serif;
	font-size : 11px;
}

.textArea {
	background-color: #EEEEEE;
	font-family : Verdana,Arial,sans-serif;
	font-size : 11px;
	color : #000000;
   	scrollbar-arrow-color : #187204;
    scrollbar-base-color : #CACAB7;
}