/*
	FILE PURPOSE:
		Contains link styles for the content area of the website
	
	UPDATE HISTORY:
		DATE				DESCRIPTION
		21-Nov-05			File created
		1-Feb-06			First live version
	
	ADDITIONAL NOTES: Only used for screen media
*/
/******************************************************************************************************************
	STANDARD LINKS
******************************************************************************************************************/

a:link, a:visited { color: #194d75; }
a:hover { color:#B92720; }

a.title-link:link, a.title-link:visited {
	color:#194D75;
	text-decoration:none;
}
a.title-link:hover{ color:#B92720; }
/******************************************************************************************************************
	HOME PAGE LINKS
******************************************************************************************************************/
/* nav for category links */
#nav-categories {
	margin: 0 0 1em 0;
	padding-left: 0;
	list-style: none;
}
#nav-categories li {
	margin: 0 0 5px 0;
}
#nav-categories a {
	display: block;
	padding: 2px 18px 2px 5px;
	background: #F2F5F7 url("../_images/menu-arrow.gif") no-repeat 125px 50%;
	text-decoration: none;
	width: 120px;
}
#nav-categories a:hover {
	background: #F2F5F7 url("../_images/menu-arrow-over.gif") no-repeat 125px 50%;
	color: #B92720;
}
/* nav for homepage icons */
#homepage-nav {
	height: 170px;
	margin-bottom: 0.75em;
}
#nav-home {
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav-home li {
	float: left;
	margin: 0;
	padding: 0;
}

/******************************************************************************************************************
	NAVIGATION LINKS
******************************************************************************************************************/

/*------------------ MAIN NAVIGATION ------------------*/
#nav-main {
	width: 738px;
	margin: 0;
	padding: 0;
	list-style: none;
	height: 30px;
	font-size: 85%;
	font-weight: bold;
	background-color: #CCD7E0;
}
#nav-main li {
	float: left;
	margin: 0;
	padding: 0;
}
#nav-main a {
	float: left;
	height: 26px;
	vertical-align: middle;
}
/* hide link text on menu */
#nav-main a span, #nav-findacourse a span, #nav-locations a span, #nav-myfolder a span { display: none; }

#nav-main a:hover { background-position: 0 -26px; }
#nav-main li.selected a, #nav-main li.selected a:hover { background-position: 0 -52px; }

#nav-main-home, #nav-main-benefits { width: 84px; }
#nav-main-calendar, #nav-main-findacourse { width: 135px; }

#nav-main-home { background: url("../_images/menu/home.gif") no-repeat; }
#nav-main-benefits { background: url("../_images/menu/benefits.gif") no-repeat; }

#nav-main-findacourse { background: url("../_images/menu/findacourse.gif") no-repeat; }
#nav-main-calendar { background: url("../_images/menu/calendar.gif") no-repeat; }
#nav-main-myfolder {
	width: 133px;
	background: url("../_images/menu/inhouse.gif") no-repeat;
}

#nav-main-regions {
	width: 85px;
	background: url("../_images/menu/locations.gif") no-repeat;
}
#nav-main-contact { 
	width: 82px;
	background: url("../_images/menu/contact.gif") no-repeat;
}

/*------------------ FIND A COURSE NAVIGATION ------------------*/
#nav-findacourse {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 80px;
	margin-bottom: 1.5em;
}
#nav-findacourse li {
	float: left;
	margin: 0 2px 0 0;
	padding: 0;
}
#nav-findacourse li.last {
	margin-right: 0;
}
#nav-findacourse a {
	float: left;
	height: 80px;
	width: 141px;
}
#nav-findacourse a:hover { background-position: 0 -80px; }
#nav-findacourse li.selected a, #nav-findacourse li.selected a:hover { background-position: 0 -160px; }
#nav-findacourse-category { background: url("../_images/buttons/findacourse/category.gif") no-repeat; }
#nav-findacourse-search { background: url("../_images/buttons/findacourse/search.gif") no-repeat; }
#nav-findacourse-az { background: url("../_images/buttons/findacourse/az.gif") no-repeat; }
#nav-findacourse-top10 { background: url("../_images/buttons/findacourse/top10.gif") no-repeat; }
#nav-findacourse-calendar { background: url("../_images/buttons/findacourse/CourseCalendar.gif") no-repeat; }

/*------------------ COURSE CALENDAR NAVIGATION ------------------*/
.nav-calendar {
	margin: -1px 0 0 0;
	margin-top: -1px;
	padding: 0;
	list-style: none;
	height: 34px;
	margin-bottom: 1em;
}
.nav-calendar li {
	float: left;
	border: 1px solid #ccc;
	padding: 0.5em 0;
}
.nav-calendar li.previous, .nav-calendar li.next {
	width: 165px;
	background-color: #f0f0f0;
	font-weight: bold;
	text-align: center;
}
.nav-calendar li.current {
	background-color: #fff;
	width: 324px;
	text-align: center;
}
.nav-calendar li.previous {
	border-right: 0;
	vertical-align:bottom;
}
.nav-calendar .next {
	border-left: 0;
}
/******** A-Z Navigation *********/
#nav-letters {
	list-style: none;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	height: 28px;
	margin-bottom: 1.5em;
}
#nav-letters li {
	float: left;
	margin: 0 7px 0 0;
	padding: 0;
}
#nav-letters a {
	float: left;
	background-color: #EDF1F4;
	padding: 0.25em 9px;
	text-align: center;
	border: 1px solid #CCD8E1;
	font-weight: bold;
	text-decoration: none;
}
#nav-letters li.all {
	margin-right: 12px;
}
#nav-letters li.all a {
	margin: 0;
	padding: 0.25em 0;
	width: 36px;
}
#nav-letters li.selected a { color: #B92720; }
#nav-letters li.last {
	margin-right: 0;
}

/*------------------ MY FOLDER SECTION NAVIGATION ------------------*/
#nav-myfolder {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 80px;
	margin-bottom: 1.5em;
}
#nav-myfolder li {
	float: left;
	margin: 0 2px 0 0;
	padding: 0;
}
#nav-myfolder li.last {
	margin-right: 0;
}
#nav-myfolder a {
	float: left;
	height: 80px;
	width: 141px;
}
#nav-myfolder a:hover { background-position: 0 -80px; }
#nav-myfolder li.selected a, #nav-myfolder li.selected a:hover { background-position: 0 -160px; }

#nav-myfolder-profile { background: url("../_images/buttons/myfolder/profile.gif") no-repeat; }
#nav-myfolder-enrolments { background: url("../_images/buttons/myfolder/enrolments.gif") no-repeat; }
#nav-myfolder-vouchers { background: url("../_images/buttons/myfolder/vouchers.gif") no-repeat; }
#nav-myfolder-team { background: url("../_images/buttons/myfolder/team.gif") no-repeat; }

/*------------------ LOCATIONS NAVIGATION ------------------*/
#nav-locations {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 80px;
	margin-bottom: 1.5em;
}
#nav-locations li {
	float: left;
	margin: 0 29px 0 0;
	padding: 0;
}
#nav-locations a {
	float: left;
	height: 80px;
	width: 112px;
}
#nav-locations-auckland { background: url("../_images/buttons/locations/auckland.gif") no-repeat; }
#nav-locations-northshore { background: url("../_images/buttons/locations/northshore.gif") no-repeat; }
#nav-locations-tamaki { background: url("../_images/buttons/locations/tamaki.gif") no-repeat; }
#nav-locations-tauranga { background: url("../_images/buttons/locations/tauranga.gif") no-repeat; }
#nav-locations-napier { background: url("../_images/buttons/locations/napier.gif") no-repeat; }
#nav-locations-wellington { background: url("../_images/buttons/locations/wellington.gif") no-repeat; }

#nav-locations a:hover { background-position: 0 -80px; }
#nav-locations li.selected a, #nav-locations li.selected a:hover { background-position: 0 -160px; }

/*------------------ BENIFITS NAVIGATION ------------------*/
#nav-benifits {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 80px;
	margin-bottom: 1.5em;
}
#nav-benifits li {
	float: left;
	margin: 0 2px 0 0;
	padding: 0;
}
#nav-benifits li.last {
	margin-right: 0;
}
#nav-benifits a {
	float: left;
	height: 80px;
	width: 141px;
}

#nav-benifits a:hover { background-position: 0 -80px; }
#nav-benifits li.selected a, #nav-benifits li.selected a:hover { background-position: 0 -160px; }



div.steps a:link, div.steps a:visited { color: #666; }

div.steps li.active {
	background: url("http://dev.business.auckland.ac.nz/images/misc/step.gif") no-repeat left;
	color: #000;
}
