/* This file covers the content pages (Students, Business etc.) */

/* Main elements */

body{
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	background-color:#ddd;
	text-align:center;
	background-image:url(images/body_background.gif);
	background-repeat:repeat;
	font-family:  Arial, Verdana, helvetica, sans-serif;
	width: 780px;
}

body, td, th { /* redundant rules for bad browsers  */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: 100%;
	}

img{
	border:0px;
	display:block;
	}
	
td img{
	border:0px;
	display:block;                                 
}

form {
	margin:0;
	padding:0
	}

div, td {
	font-family: Arial, Verdana, helvetica, sans-serif;;
	font-size:100%;
}

td h2{
	font-family:Arial, Verdana, helvetica, sans-serif;;
	display:inline;
	color:#222;
	font-size:1.5em;
}	
	
/* In order of appearance */

div.container{
	padding:0px;
	margin: 0 auto;
	width: 743px;
}

div.box{
	width:738px;
	text-align:left;
	margin:0px;
	margin-right:auto;
	margin-left:auto;
	background-repeat:repeat-y;
	padding:0px;
	display:block;
}

/* Top Nav */

div.top-nav {
	width:738px;
	height:24px;
	margin:0px;
	margin-right:auto;
	}

div.top-nav-box {
	text-align:right;
	font-size:80%;
	margin:4px;
	margin-left:auto;
    color:#009;
}

.top-nav-box a:link, .top-nav-box a:active, .top-nav-box a:visited {
	color:#039;
	font-size:100%;
	text-decoration:none;
}

.top-nav-box a:hover {
	text-decoration:underline;
}

/* End of Top Nav */

table.maintable{
	margin-right:0px;
	margin-left:0px;
	width:742px;
	background-color:#e6e5e5;
}

#column-main a:link, #column-main a:visited, #column-main a:active {
	color:#039;
	font-size:100%;
	text-decoration:none;
}

#column-main a:hover {
	text-decoration:underline;
	}
	
/* Main content table areas */

td#column-left{
	width:129px;
	padding-left:11px;
	padding-top:20px;
	padding-bottom:10px;
	vertical-align:top;
	padding-right:11px;
}

td#column-main{
	width:auto;
	padding-left:10px;
	padding-top:20px;
	padding-right:10px;
	padding-bottom:12px;
	vertical-align:top;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:80%;
}

td#column-right{
	width:180px;
	padding:0px;
	vertical-align:top;
	margin:0px;
}


div.logo{
	height:100px;
	width:100px;
	margin-left:20px;
	margin-top:16px;
	position:absolute;
}

div.banner{
	margin:0px;
	height:130px;
	width:738px;
}

div.search-stripe{
	margin:0px;
	height:35px;
	width:738px;
	border:0px;
	vertical-align:middle;
	padding:0px;
}

div.search-form{
	float:right;
	margin-top:5px;
    margin-right:3px;
	color:#fff;
}

/* Left-hand Nav */

.currentlink { 
	font-weight: normal;
	font-size: 70%;
	background-repeat:no-repeat; 
	background-position:left;
	color:#669;
	text-decoration:none;
	}
	
.currentlink a:link, .currentlink a:visited, .currentlink a:active, .currentlink a:hover {
	color:#669;
	}

.menu a, .menu a:visited {
	display:block;
	font-size: 70%;
	padding: 3px 0px 3px 0px;
	text-decoration:underline;
	color:#039;
	/* border-bottom: 1px solid #99cc99; */
	}

.menu a:hover, .menu2 a:hover, .menu3 a:hover, .menu4 a:hover, .menu5 a:hover {
	color:#0b2561;
	}
	
.menu2 a, .menu2 a:visited {
	display:block;
	background-image:url(images/arrow.gif); 
	background-repeat:no-repeat;
	background-position:left top;
	padding: 2px 0px 3px 15px;
	color:#039;	
	/* border-bottom: 1px solid #99cc99; */
	}

.menu2 .currentlink { 
	font-weight:bold; 
	background-image:url(images/arrow.gif); 
	background-repeat:no-repeat; 
	background-position:left top; 
	text-decoration:none;
	}
	
.menu3 a, .menu3 a:visited {
	display:block;
	background-image:url(images/arrow2.gif); 
	background-repeat:no-repeat;
	background-position:left top;
	padding: 3px 0px 3px 25px;
	color:#039;
	/* border-bottom: 1px solid #99cc99; */
	}

.menu3 .currentlink { 
	font-weight:bold; 
	background-image:url(images/arrow.gif); 
	background-repeat:no-repeat; 
	background-position:left top;
	text-decoration:none;
	}

	
.menu4 a, .menu4 a:visited {
	display:block;
	background-image:url(images/arrow3.gif); 
	background-repeat:no-repeat;
	background-position:left top;
	padding: 3px 0px 3px 35px;
	color:#039;
	/* border-bottom: 1px solid #99cc99; */
	}

.menu4 .currentlink { 
	font-weight:bold; 
	background-image:url(images/arrow3.gif); 
	background-repeat:no-repeat; 
	background-position:left top;
	text-decoration:none;
	}

.menu5 a, .menu5 a:visited {
	display:block;
	background-image:url(images/arrow4.gif); 
	background-repeat:no-repeat;
	background-position:left top;
	padding: 3px 0px 3px 45px;
	color:#039;
	/* border-bottom: 1px solid #99cc99; */
	}

.menu5 .currentlink { 
	font-weight:bold; 
	background-image:url(images/arrow4.gif); 
	background-repeat:no-repeat; 
	background-position:left top;
	text-decoration:none;
	}
	
.hidden {
	display:none;
	}

/*left hand nav ends */


div.search-results{
	margin-top:10px;
}

div.user-message{
	margin-top:10px;
}

div.error-message{
	margin-top:10px;
	color:#e10;
}

div.bottom{
	width:742px;
	height:4px;
}

input.search-input {
}

div.main {	
}

/* Cosmetic shading */

td.bottomshadow{
	width:742px;
	height:4px;
	background-image:url(images/shadows_bottom.png);
	background-repeat:no-repeat;
}

td.rightshadow{
	width:4px;
	background-image:url(images/shadow_right.png);
	background-repeat:repeat-y;
}

table.user-profile{
	width:330px;
	background-color:#fff;
	margin:10px;
	margin-top:15px;
}

table.user-profile td{
	background-color:#ddd
}

table.list tr{
	height:25px;
}

p#footer{
	font-size:80%;
	display:inline;
	margin-top:0px;
}

/* News & Events styles */

#netitle {
font-weight: bold;
font-size: 130%;
width: 270px;
height: 24px;
vertical-align: top;
}

#nedate {
color:#333333;
height: 24px;
vertical-align: top;
}

#nesep {
border-top:1px;
border-top-style:solid;
border-top-color:#CCCCCC;
}

/* Course search styles */

.coursetab {
height: 28px;
width: 120px;
font-size:110%;
}

.coursetab2 {

font-size:110%;
}

.coursedd {
width: 240px;
}

#ctitle {
font-size:110%;
}

.coursealt {
background-color:#eaeaea;
}

.ccell {
padding: 4px;
vertical-align: top;
}

.ccelltop {
background-color:#dcdcdc;
padding: 4px;
font-size:80%;
font-weight: bold;
vertical-align: top;
}

/* search */

.odd {
background-color:#f3f7fa;
width:610px;
}

.even {
}


/* apply form */

.light_blue {
background-color:#f3f7fa;
padding:0px;
border:10px solid #f3f7fa;
width:592px;
margin-bottom:10px;
}

.light_yellow {
background-color:#fdfdeb;
padding:0px;
border:10px solid #fdfdeb;
width:592px;
}

.light_yellow_sm {
background-color:#fdfdeb;
padding:0px;
border:10px solid #fdfdeb;
width:500px;
margin-bottom:10px;
}

.light_blue_sm {
background-color:#f3f7fa;
padding:0px;
border:10px solid #f3f7fa;
width:582px;
margin-bottom:10px;
border-top:5px;
border-bottom:5px;
}


.light_blue_sml {
background-color:#f3f7fa;
padding:0px;
border:10px solid #f3f7fa;
width:500px;
margin-bottom:10px;
margin-top:10px;
}

.light_blue_2 {
background-color:#f3f7fa;
padding-left:5px;
}

.top_line {
background-color:#dcebf8;
padding-left:5px;
padding-top:5px;
padding-bottom:5px;
}

a.print, a.print:link, a.print:active, a.print:visited {
	display:block;
	float:left;
	clear:both;
	color:#00537c;
	padding:0 0 0 15px;
	margin:0px 0;
	background:url('images/print.gif') center left no-repeat;
	text-decoration:none;
	width: 170px;
	font-size:110%;
    border:1px solid #00537c;
	background-color:#f3f7fa;
	margin-top:5px;
	margin-right:10px
}

a.enquire, a.enquire:link, a.enquire:active, a.enquire:visited, a.back, a.back:link, a.back:active, aback:visited {
	display:block;
	float:left;
	clear:both;
	color:#00537c;
	padding:0 0 0 11px;
	margin:0px 0;
	background:url('images/arrow.gif') center left no-repeat;
	text-decoration:none;
	width: 170px;
	font-size:110%;
	border:1px solid #00537c;
	background-color:#f3f7fa;
	margin-top:5px;
}

 a.back, a.back:link, a.back:active, aback:visited {
 background:url('images/arrowback.gif') center left no-repeat;
 background-color:#f3f7fa;
 width:175px;
 }

.footer_space {
min-height:440px;
height:auto;
overflow:visible;
font-size:110%;
font-family: Arial, Verdana, Helvetica, sans-serif;
}


.footer4 {
height:61px; 
min-width:380px;  
width:auto;
margin-top:30px; 
border-top: 1px solid #000000; 
padding-top:20px;  
position: relative;
bottom:10px;
clear:both; 
}

.img_foot {
height:61px; 
padding: 0px 0px 0px 15px;
float:left; 
position:relative
}





/* Hide from IE5-mac. Only IE-win sees this. \*/

* html .footer_space {
height:440px;
}
/* fin */

@media print {
  body { margin: 1em;}
  td#column-left, .currentlink, div.top-nav, div.logo, div.banner, div.search-stripe,
  td#column-right, div.top-nav-box, div.search-form, .menu, .menu2, .menu3, menu4, menu5,
  td.bottomshadow, td.rightshadow, #contactdetails, div.search-form,
  .footer a
  { 
    display: none;
	padding:0px;
	margin:0px; 
  }
  .footer td, .footer { position:  static; color: white; visibility: hidden}
  
  .footer table { display: inline;  }
  h1 { margin-top: 125px; padding-left: 0px;}
  div.container, div.box{ margin:0px; padding:0px;}
  td.mainbody { width: 100px; 
  padding:0px;
  margin:0px;}
  div.main { width:80%; padding:0px; margin:0px;}
  td#column-main { width:80%; padding:0px; margin:0px; padding-right:120px;}
  
  #copyright { position: absolute; left: 8px; text-align:  left; color: #9A9AA4; visibility: visible}
} 