/*  ------------------------------------------------------
    Copyright University of Auckland 2004
    Created by Brent Simpson, brent.simpson@auckland.ac.nz
    Centre for Flexible and Distance Learning
    ------------------------------------------------------ */





/* LEFT-HAND NAVIGATION */

#navcontainer {
	background-color: #ff00ff;
	float: left;
	margin-top: 10px;

	}
				
#navcontainer ul {
	margin-left: 0px;
	padding-left: 0;
	margin-top: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;

	}

#navcontainer a {
	display: block;
	padding: 3px 0 3px 6px;
	background-color: #FAFAFA;
	border-bottom: 1px solid #CCC;

	}

#navcontainer a:link, #navlist a:visited {
	color: #7D7D7D;
	text-decoration: none;

	}

#navcontainer a:hover {
	color: #7D7D7D;
	font-weight: bold;
	background-color: #F4F4F4;
	}

/* Hide from IE5-mac. Only IE-win sees this. Fixes the peek-a-boo bug!!! */
 
* html #navcontainer {
  margin-right: 10px;
  }
 
* html p {
  height: 1%;
  margin-left: 0;
  }
 
/* End hide from IE5/mac */

#navcontainer #active {
	padding: 3px 0 3px 6px;
	background-color: #F6F6F6;
	font-weight: bold;
	color: #4E4E4E;
	border-bottom: 1px solid #CCC;
	
	}

div #subnav {
	border-bottom: 1px solid #CCC;
	
	}
	
#subnav a {
	display: block;
	border: 0 !important;
	padding: 3px 0 3px 12px;
	font-size: 14px;
	}

#subnav a:hover {
	background-color: #F4F4F4;
	color: #7D7D7D;
	}	
	
#subnav #active {
	background-color: #ACBFC2;
	color: #4E4E4E;
	padding: 3px 0 3px 12px;
	font-size: 12px;
	}	
	
#main {
	margin: 10px 10px 10px 210px;
	line-height: 140%;
	}
	
/* ITE elements */

#siteNav {

	float: left;
	padding-top:10px;
	width: 200px;

font-size: 14px;
}

#siteNav ul,#siteNav li{
	margin:0;
	padding:0;
	list-style:none;
	color:#000000;

}

#siteNav a {
	display: block;
	padding: 3px 3px 3px 6px;
	text-decoration: none;

}

#siteNav a:hover {
	color: #000000;
	background-color: #90cfff;

}

#siteNav .active {

		background-color:  #21f3ff;


}

#siteNav ul ul{
	border-bottom:1px solid #ccc;
	font-size:12px;

	border-bottom: 1px solid #999999;
}

#siteNav ul ul a{
	padding-left:16px;
	border-bottom:none;
}

#siteNav ul ul .active{
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
}

#siteNav .other-section{
	display:none; /* Remove if you want all levels to be displayed */
}

* html #siteNav a,* html #siteNav ul ul a{ /* IE6 */
}

* html #siteNav { /* IE6 */
	margin-right: 10px;
}

.pagination{
	text-align:right;
}

/* Invisible content (visible for screen reader users) */
#topPagination{
	position:absolute;
	overflow:hidden;
	clip:rect(0,0,0,0);
	height:0;
}