@import url(_base.css);

body {
	background: url(/images/body_bg2.gif) repeat-x;
	}

ul#nav {
	margin-bottom: 0;
	}



/* sub navigation
==============================================================================*/
#subNav {
	list-style: none;
	min-height: 30px;
	margin-bottom: 7px;
	}
	.modular #subNav {
		float: right;
		padding-right: 140px;
		}
	.onsite #subNav {
		float: right;
		padding-right: 320px;
		}
	.members #subNav {
		float: right;
		padding-right: 30px;
		}
	.ipv6tools #subNav {
		float: right;
		}
	#subNav li {
		float: left;
		padding: 0 15px;
		height: 30px;
		background: url(/images/divider-subnav_v.gif) right bottom no-repeat;
		}
		#subNav .last {
			background: none;
			}
		#subNav li a {
			display: block;
			font: normal 1.1em/2.7em arial,verdana,helvetica,'lucida grande',tahoma, sans-serif;
			color: #7a6c5f;
			}
		#subNav li a:hover {
			text-decoration: none;
			color: #713b7c;
			}


/* content
==============================================================================*/
#courseschedule,
#content {
	float: right;
	margin-top: 15px;
	width: 497px;
	min-height: 350px;
	}
	#container .full {
		width: 100%;
		}
	#content {
		padding-bottom: 20px;
		}
#courseschedule {
	float: left;
	background: white;
	width: 768px;
}
#content h2 {
	clear: none;
	margin: 0;
	padding-bottom: 3px;
	font: normal 2.4em/1em verdana,arial,helvetica,'lucida grande',tahoma,sans-serif;
	color: #ff9300;
	text-transform: none;
	border: 0 none;
	}
#content h3 {
	margin: 1.3em 0 0 0;
	font: bolder 1.2em verdana,arial,helvetica,'lucida grande',tahoma,sans-serif;
	text-transform: uppercase;
	color: #555;
	}
#content h4 {
	margin: 0 0 -1em 0;
	font: bold 1.2em verdana,arial,helvetica,'lucida grande',tahoma,sans-serif;
	color: #555;
	}
#content p,
#content li {
	margin: 1.3em 0;
	font: normal 1.2em/1.6em verdana,arial,helvetica,'lucida grande',tahoma,sans-serif;
	color: #777;
	}
	#content p.utilityLink {
		padding: .5em .4em .5em 25px;
		font-size: 1em;
		background: #d7ffcc url(/images/icon-cog.gif) 4px 50% no-repeat;
		border: 1px solid #c3d4be;
		}
	#content p.notice {
		padding: .5em 1em .5em 35px;
		font-size: 1.1em;
		background: #ffc url(/images/icon-alert.gif) 10px 6px no-repeat;
		border: 1px solid #ccc;
		}
#content li {
	margin: .7em 0;
	}
#content ol,
#content ul {
	padding: 0 2.5em;
	}
#content blockquote {
	margin: 1.3em 0;
	padding: 0 1.5em;
	font: italic 1.1em/1.3em georgia,serif;
	color: #999;
	}
#content dl {
	font: normal 1.2em/1.6em verdana,arial,helvetica,'lucida grande',tahoma,sans-serif;
	color: #777;
	}
	#content dt {
		margin: 1.5em 0 0;
		font-weight: bold;
		color: #ff9300;
		}
	#content dd {
		margin: 0 15px 1em 15px;
		font-size: .91em;
		}
#content a { /* This sets the colour on the titles of the courses in the course list */
	color: #713b7c;
	font-weight: bold;
	}
#content a:hover {
	color: #333;
	text-decoration: underline;
	background: #ffc;
	}
#content .details {
	font: normal 1.1em/1.4em verdana,arial,helvetica,'lucida grande',tahoma,sans-serif;
	}
#content .finePrint {
	font-size: .9em;
	line-height: 1.6em;
	color: #999;
	}
#content .info {
	clear: both;
	padding: 5px 5px 5px 30px;
	background: #eee url(/images/icon-info.gif) 8px 50% no-repeat;
	border: 1px solid #ccc;	
	}
#content .info span {
	padding-right: 10px;
	}
#content .event h4 {
	margin-top: 3em;
	padding: 0 0 .4em 20px;
	text-align: right;
	font: normal 1.0em/1.6em verdana,arial,helvetica,'lucida grande',tahoma,sans-serif;
	color: #ff9300;
	background: url(/images/icon-calendar_date.gif) 0 40% no-repeat;
	border-bottom: 1px solid #ccc;
	}
#content .event h4 span {
	float: left;
	font-size: 1.6em;
	color: #555;
	}



/* sidebar
==============================================================================*/
#sideBar, #rightFBar {
	position: relative;
	float: left;
	margin: 15px 30px 0 0;
	width: 241px;
	background: #fef7dc url(/images/bg-sidebar.gif) center top repeat-y;
	}
	#sideBar #sideBarTop, #rightFBar #rightFBarTop {
		display: block;
		margin-bottom: -10px;
		height: 10px;
		background: url(/images/bg-sidebar_top.gif) center top no-repeat;
		}
	#sideBar #sideBarBottom, #rightFBar #rightFBarBottom {
		display: block;
		margin-top: -10px;
		height: 10px;
		background: url(/images/bg-sidebar_bottom.gif) center top no-repeat;
		}
#sideBar h2, #rightFBar h2,
#sideBar p, #rightFBar p,
#sideBar li, #rightFBar li {
	margin: 15px;
	font-family: verdana,arial,helvetica,'lucida grande',tahoma,sans-serif;
	}
#sideBar h2, #rightFBar h2 {
	margin-bottom: -15px;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	color: #555;
	}
#sideBar p, #rightFBar p {
	font-size: 1.1em;
	line-height: 1.8em;
	color: #777;
	}
	#sideBar p.fineprint, #rightFBar p.fineprint {
		font-size: 1.0em;
		line-height: 1.2em;
		color: #ccc;
		}
#sideBar ul, #rightFBar ul,
#sideBar ol, #rightFBar ol {
	margin: 15px;
	}
#sideBar li, #rightFBar li {
	color: #777;
	font-size: 1.0em;
	line-height: 1.4em;
	}
#sideBar ul li, #rightFBar ul li {
display: block;
	margin: 5px 0;
	padding: 0 15px;
	list-style: none;
	background: url(/images/arrow-minipurple.gif) left center no-repeat;
	}
#sideBar a, #rightFBar a {
	color: #004e34;
	font-weight: bold;
	}
#sideBar a:hover, #rightFBar a:hover {
	text-decoration: underline;
	color: #333;
	background: #ffc;
	}
#sideBar .noStyle img, #rightFBar .noStyle img {
	margin: 10px 0;
	}
	#sideBar .right img, #rightFBar .right img {
		position: relative;
		right: 15px;
		}
	#sideBar .left img, #rightFBar .left img {
		position: relative;
		left: 15px;
		}

/* right Side Faded Bar (used for example in the Enquiry page)
==============================================================================*/
#rightFBar {
 float: none;
 width: 497px;
 background: url(/images/bg-rightfbar.gif) center top repeat-y;
 border-top: solid 2px #713b7c;
 border-bottom: solid 2px #713b7c;
}
#rightFBar #rightFBarTop {
	background: url(/images/bg-rightfbar.gif) center top repeat-y;
}
#rightFBar #rightFBarBottom {
	background: url(/images/bg-rightfbar.gif) center top repeat-y;
}
#rightFBar h3 {
 color: #7a6c5f;
 font-size: 1.5em;
 margin-left: 10px;
 border-bottom: 2px solid white;
}

div#content .privacy {
 line-height: 1em;
}
div#content p.privacy {
 font-size: 0.9em;
}
div#content h3.privacy {
 font-size: 1.0em;
}

/* events calendar (powered by EasyPHPCalendar -- hence the lack of validation)
==============================================================================*/
.sIFR-hasFlash .monthYearTextTOC { /* fix for sIFR */
 	visibility: hidden;
	font-size: 24px;
	line-height: 24px;
 	}

/* database(s)
==============================================================================*/
#content .listingControls {
	margin: 0 0 15px 0;
	padding: 0 5px;
	text-align: right;
	font-size: 1em;
	background: #eee;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	}
	#content .listingControls span {
		display: block;
		float: left;
		}


/* Popup Schedule 
==============================================================================*/
	table.courses {
		width: 60%;
		align: center;
		border: 1px solid #713b7c;
		background-color: #713b7c;
		margin: 8px;
	}

	.coursehdr {
		font-weight: bold;
		color: white;
/*		background-color: #713b7c; */
		border: 1px solid #713b7c;
		margin: 0;
		padding: 0;
	}

	.courseselect {
		font-weight: bold;
		color: black;
/*		background-color: #713b7c; */
		border: 1px solid #f5da40;
		margin: 0;
		padding: 0;
	}

	table.courseselect {
		background-color: #f5da40;
	}

	.go {
		color: white;
	}

	.courseodd {
		background-color: #e8e4e9;
	}

	.courseeven {
		background-color: #dcc7e0;
	}

	td.courseodd a {color: black; text-decoration:none;}
	td.courseodd a:active {color: yellow;}
	td.courseodd a:visited {color: #713b7c;}
	td.courseodd a:hover {color: #714b7c;}

	td.courseeven a {color: black; text-decoration:none;}
	td.courseeven a:active {color: yellow;}
	td.courseeven a:visited {color: #713b7c;}
	td.courseeven a:hover {color: #714b7c;}



