/*  Copyright University of Auckland 2004
	Created by Craig Housley, c.housley@auckland.ac.nz
	Centre for Flexible and Distance Learning
*/

body {
	background-color: #FFFFFF;
	margin: 5px 0 20px 0; padding: 0 0 0 0;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	}
	
a:link, a:visited {
	text-decoration: none;
	color: #506D9A; /*5F82B8*/
	}
	
h1 {
	font-size: 1.4em;
	font-weight: normal;
	letter-spacing: 0.1ex;
	color: #275F86;
}

h2 {
	font-size: 1.1em;
	font-weight: normal;
	letter-spacing: 0.1ex;
	color: #275F86;
	padding-left: 10px;
	margin-top: 30px;
	border-left: 1.1em solid #56778E;
}

p {
	line-height: 140%;
}

li {
	line-height: 140%;
	padding-bottom: 1em;
}

/* HEADER */

#header {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

/* TOP NAVIGATION */

.pagenav {
	border-top: 1px solid #000;
	padding-bottom: 2px;
	padding-top: 2px;
}

.pagenav a {
	padding-left: 8px;
	padding-right: 8px;
	text-decoration: none;
}

.pagenav a.active {
	font-weight: bold;
}

.pagenav a:link, .pagenav a:visited {
	color: #000;
}

.pagenav span a {
	border-left: 1px solid #000;
}

/* TOP SUB NAVIGATION */

.pagesubnav {
	margin-top: 8px;
	margin-bottom: 4px;
	margin-left: 8px;
}

.pagesubnav a {
	padding-left: 8px;
	padding-right: 8px;
	text-decoration: none;
}

.pagesubnav a.active {
	font-weight: bold;
	color: #000 !important;
}

.pagesubnav a:link, .pagesubnav a:visited {
	color: #000;
}

.pagesubnav span a {
	border-left: 1px solid #000;
}


/* LEFT-HAND NAVIGATION */

#leftnavigation {
	padding-left: 8px;
}

#leftnavigation a {
	color: #666;
	display: block;
}

#leftnavigation a.active {
	font-weight: bold;
	color: #000;
}


/* MAIN CONTENT STYLES */

#main {
	width: 780px;
	text-align: left;
	border-top:1px solid #000;
}

#content {
	background-color: #fff;
	margin-right: 10px;
	padding: 10px;
}

#content span {
	color: #275F86;
	font-weight: bold;
}

#tlayout {
	border-collapse: collapse;
	width: 100%;
}

#tlayout td {
	padding: 0px;
	vertical-align: top;
}

#tlayout .tdcontent {
	width: 100%;
}

#tlayout .tdsample {
	padding: 10px 10px 10px 0 !important;
	text-align: center;
	font-style : italic;
}

#tlayout .tdsample img {
	padding-bottom: 5px;
}

#tlayout .tdleftnav {
	display:none;
}

#tgrid{
	border-collapse: collapse;
}

#tgrid td {
	border: 1px solid #999;
	padding: 5px;
}

.thumbnail img {
	padding-left: 20px;
	padding-bottom: 10px;
}

.title {
	font-size: 1.4em;
	font-weight: normal !important;
}

.highlight {
	background-color: #C8EBEB;
	color: #000 !important;
	font-weight: normal !important;
}

.nohighlight {
	color: #000 !important;
	font-weight: normal !important;
}

.searchlink {
	display: none;
}

/* FOOTER */

#footer {
	text-align: center;
	width: 780px;
	font: 10px Arial, Verdana, Helvetica, sans-serif;
	color: #000;
	}
	
#footer a {
	color: #000;
	}

@media print {.noprt {display: none}}