/*general styles--------------------*/
body {
	background-color: #666;
}
h1 {
	font-size: 20px;
	color: #006;
}
h2 {
	color: #c00;
	font-size: 14px;
}
h3 {
	color: #000;
	font-size: 12px;
}
a, a:visited, a:link, a h3, a:visited h3, a:link h3 {
	color: #006;
}
a:hover, a:active, a:hover h3, a:active h3 {
	color: #666;
}
.success {
	color: #006; 
	border: 1px solid #006;
}
.mandatory { color: #c00; }
.newsheading { color: #c00; }
.intro {
}
#icon img, .ui-datepicker-trigger {
	background-color: #006;
}
	#icon a:hover img, .ui-datepicker-trigger:hover {
		background-color: #666;
	}
#listtable .heading {
	background-color: #006;
	color: #fff;
}
#bunklist .onhover, .ui-droppable-hover {
	background-color: #006;
}

/*login styles--------------------*/
#loginform {
    background-color: #eee;
    margin-bottom: 0;
    border-bottom: 0;
}
#logoutform {
    background-color: #eee;
    margin-bottom: 0;
    border-bottom: 0;
}

/*page styles--------------------*/
#pagecontainer {
	background: #fff url(/functional/images/tongariro/navbg.gif) repeat-y;
}
#popuppagecontainer {
}
#leftcontainer {
}
#contentcontainer {
}
#popupcontentcontainer {
}

/*header styles--------------------*/
#headercontainer {
	border-bottom: none;
	height: 177px;
	background-color: #006;
}
#headercontainer .headtext {
    position: absolute;
	top: 0;
	left: -1000px;
	background-color: Transparent;
}
#headercontainer .leftimage {
	width: 995px;
	height: 177px;
}
#headercontainer .rightimage {
	display: none;
}

/*footer styles--------------------*/
#footercontainer ul {
	background-color: #c00;
}
#footercontainer li a {
	color: #fff;
}
#footercontainer li a:hover, #footercontainer li a:active {
	color: #006;
}

/*top nav--------------------*/
#topnavcontainer {
	color: #000;
	background: #c00;
	border-top: 1px solid #c00;
	border-bottom: 1px solid #c00;
	height: 25px;
}
#topnavcontainer li {
    border-left: none;
}
#topnavcontainer li a {
	color: #fff;
	font-size: 12px;
	border-left: 1px solid #fff;
	margin-top: 2px;
	height: 23px;
}
#topnavcontainer li a:hover, #topnavcontainer li a:active, #topnavcontainer li a.selected {
	color: #c00;
	background: #fff none;
	border-left: 1px solid #c00;
}
#topnavcontainer .first a, #topnavcontainer .first a:hover, #topnavcontainer .first a:active, #topnavcontainer .first a.selected {
	border-left: 0px;
}

/*left nav--------------------*/
#leftnav .level2 {
}
#leftnav .level3 {
}
#leftnav .level2 li {
	background-color: #ccc;
}
#leftnav li a {
	color: #000;
}
#leftnav li a:hover, #leftnav li a:active {
	color: #fff;
	background-color: #c00;
}
#leftnav li a.selected {
	font-weight: bold;
	color: #fff;
	background-color: #c00;
}
#leftnav .level3 li a.selected {
	font-weight: normal;
	color: #fff;
	background-color: #c00;
}

@media screen and (max-width: 600px) {


	#pagecontainer {
		background-color: #fff;
		text-align: left;
		position: relative;
		margin: 0 auto 0 auto;
		background-image: none;
	}

	#headercontainer {
		background-image: none;
		height: auto;
	}

		#headercontainer, #headercontainer .headtextmobile {
			background-color: #c00;
		}

	#leftcontainer {
		display: none;
	}

	#contentcontainer {
		margin: 10px;
		overflow-x: scroll;
	}

	#popuppagecontainer {
		background: #fff;
		text-align: left;
	}

	#popupcontentcontainer {
		margin: 10px;
	}

	#menu li a {
		color: #fff;
		background-color: #666;
	}

		#menu li a.selected {
			color: #fff;
			background-color: #c00;
		}

	#menu #loginform, #menu #logoutform {
		background: none;
		color: #666;
	}
}
