/* CSS Document */
/*-----------------------------------------------------------*/
/* page styling, unimportant for the menu. only makes the page looks nicer */
/*
body {
	font-family: Calibri, "Trebuchet MS", sans-serif;
	font-size: 100%;
}

h1 {font-size: 2em;}
h2 {font-size: 1.5em;}

.example {
	background: #eee;
	padding: 50px;
}
*/
* {
margin:0;
padding:0;
}
a img {
	border: none;
}

div.container {
	border: 0px solid #000000;
	overflow: auto;
	width: 100%;
	margin: 0px; /* We are going to center this design */
	text-align: left; /* Since we used text-align: center in the body to be sure some older IE versions are going to center our design, we now align the text left */
	padding: 0px;
}

div.headr {
	width: 100%;
	float: left;
	/*line-height: 2.8em;*/
	padding-bottom:3px;
}

div.left {
	width: 160px;
	float: left;
}

div.right {
	width: 150px;
	float: right;

}
.intropagetable{
width:400px;
vertical-align:top;
}

.intropagetable td{
	padding-bottom:5px;
	width:150px;
}
.intropagetable2{
vertical-align:top;
width:450px;
}

.intropagetable2 td{
	padding-bottom:5px;
	width:200px;
}
div.bottomborder{
border-bottom-color: #666666;
border-bottom-style: solid;
border-bottom-width: 2px;
}
a.blue:link, a.blue:visited, a.blue:hover {
	font-weight:bold;
	text-decoration:none;
	color:#23A0CC;
}
a.blue:hover {
	font-weight:bold;
	text-decoration:underline;
	color:#23A0CC;
}
/* - - - ADxMenu: BASIC styles - - - */
.menu {
	width: 150em;/* VERY IMPORTANT! Set this to appropriate value, either here on down in the design section */
}

.menu, .menu ul {	/* remove all list stylings */
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.menu li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	position: relative;	/* position each LI, thus creating potential IE.win overlap problem */
	z-index: 5;		/* thus we need to apply explicit z-index here... */
}

.menu li:hover {
	z-index: 10000;	/* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
							see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
}

.menu ul {
	visibility: hidden;	/* initially hide all submenus. */
	position: absolute;
	z-index: 10;
	left: 0;	/* while hidden, always keep them at the top left corner, */
	top: 0;		/* 		to avoid scrollbars as much as possible */
}

.menu li:hover>ul {
	visibility: visible;	/* display submenu them on hover */
	left: 100%;	/* and move them to the right of the item */
}

/* -- float.clear --
	force containment of floated LIs inside of UL */
.menu:after, .menu ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.menu, .menu ul {	/* IE7 float clear: */
	min-height: 0;
}
/* -- float.clear.END --  */

/* sticky submenu: it should not disappear when your mouse moves a bit outside the submenu
	YOU SHOULD NOT STYLE the background of the ".menu UL" or this feature may not work properly!
	if you do it, make sure you 110% know what you do */
.menu ul {
	background-image: url(empty.gif);	/* required for sticky to work in IE6 and IE7 - due to their (different) hover bugs */
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
	/*background: #f00;*/	/* uncomment this if you want to see the "safe" area.
								you can also use to adjust the safe area to your requirement */
}


/* - - - ADxMenu: DESIGN styles - - - */

.menu, .menu ul li {
	color: #eee;
/*	background: #032B56;  Dark blue*/
}

.menu {
	width: 150px;
}

.menu ul {
	width: 11em;
}

.menu a {
/*		font-family: Calibri, "Trebuchet MS", sans-serif;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-decoration: none;
/*	color: #eee; Light text */
	color: #032B56;
	padding: .4em 1em;
	display: block;
}

.menu a:hover, .menu li:hover>a {
	color: #eee;
	background: #279CD2;
}
.menu a:hover.menucathdr {
	color: #990000;
}

.menu li {	/* create borders around each item */
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #fff;
	border-bottom-color: #fff;
}
.menu>li + li, .menu ul>li + li {	/* and remove the top border on all but first item in the list */
	border-top: 1;
}

.menu li:hover>ul {	/* inset submenus, to show off overlapping */
	top: 5px;
	left: 90%;
}

/* special colouring for "Main menu:", and for "xx submenu" items in ADxMenu
	placed here to clarify the terminology I use when referencing submenus in posts */
.menu>li:first-child>a, .menu li + li + li li:first-child>a {
	color: #032B56;		
}


/* - - - ADxMenu: BASIC styles - - - */

.menu, .menu ul {	/* float.clear */
	zoom: 1;
}

.menu li.adxmhover {
	z-index: 10000;
}

.menu .adxmhoverUL {	/* li:hover>ul selector */
	visibility: visible;
}

.menu .adxmhoverUL {	/* submenu goes to the right */
	left: 100%;
}

/* - - - ADxMenu: DESIGN styles - - - */

.menu ul a {	/* fix clickability-area problem */
	zoom: 1;
}

.menu li {	/* fix white gap problem */
	float: left;
	width: 100%;
}

.menu li {	/* prevent double-line between items */
	margin-top: -1px;
}

.menu a:hover, .menu .adxmhoverA {		/* li:hover>a selector */
	color: #fc3;
}

.menu a.menucathdr {
	color: #990000;
	font-weight: bold;
	font-size: 1.1em;
	background-color: #A2DAF3;
}

.menu a.menucathdr.active {
	color: #990000;
background: #A2DAF3;
 font-weight: bold;
 padding-left: 15px;
 font-size: 1.1em;
}

.menu a.mainmenu {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
/*	background: #032B56;  Dark blue*/
}

.menu li a.active {
	color: #FFF;
	/*	  background: #279CD2;*/
  font-weight: bold;
	background-image: url(pics/darkbluearrow.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	background-position: 8px 5px;
}

.menu .adxmhoverUL {	/* inset submenus, to show off overlapping */
	top: 5px;
	left: 90%;
}
.shortcourseheading {
	background-color: #A2DAF3;
	list-style-type: none;
	margin-left: 0px;
	padding-left: 13px;
	font-size: 13px;
	font-weight: bold;
	color: #990000;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
/*----------------------------------------------------------*/


h1 
{
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}

ul {
	padding: 0;
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	font-style:normal;
}

li {
	margin: 0 0 0 16px;
	padding: 0 0 0 6px;
	line-height:15px;
	list-style:disc;
}

p ul {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	font-style:normal;
}

p ul li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	font-style:normal;
}

/*--- related course links e.g D1 first line management ------*/

.relcrslnk {
	list-style:none;
	margin: 0px;
	padding: 5px 0px 5px 0px;
}

.relcrslnk a:link, .relcrslnk a:visited {
	color: #032B56;
	text-decoration: none;
}

.relcrslnk a:hover {
	text-decoration: underline;
}
/*----- search box -----------*/
	form {
		margin: 0;
	}
	
	#search_box {
	 
	width: 201px;
	 
	height: 31px;
	 
	background: url(cbdcourse/img/search_box_white_border.gif);
	 
	}
	
	#search_form label{
	float: left;
	color: #279CD2;
	margin: 3px 0 0 -8px;
	width: 12px;
	font-weight: bold;
	}
	
	#search_box #s {
	 
	float: left;
	 
	padding: 0;
	 
	margin: 6px 0 0 4px;
	 
	border: 0;
	 
	/*width: 159px;*/
	width: 152px;
	 
	background: none;
	 
	}
	
	#search_box #boo {
	 
	float: left;
	
	color: #279CD2;
	
	border:1px solid #279CD2;
	
	padding: 0;
	 
	margin: 5px 0 2px -4px;
	 
	border: 0;
	 
	width: 12px;
	 
	background: none;
	 
	}
	
	#search_box #go {
	 
	float: right;
	 
	margin: 3px 4px 0 0;
	 
	}

/*----------- Datagrid ---------*/
/*
#denote {
	font-weight: bold;
	letter-spacing: -1px;
	text-transform: capitalize;
}
*/
/*----paging anchor styles -----*/

p.paging {
    text-align: center;
    font-weight: bold;
}

p.paging a:link {
    color: #032B56;
}

p.paging a:visited {
	color: #23A0CC;
	text-decoration:none;
}

p.paging a:hover {
	text-decoration:none;
	color: #032B56;
}

table.cbdcoursesrch {
    border-left: solid 1px #279CD2;
    border-top: solid 1px #279CD2;
    border-bottom: solid 1px #279CD2;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
    font-size: 11px;
    border-collapse: collapse;     
    width: 600px;
    margin-left: 2em;
}
/* NB. external stylesheets call the image relative to the itself and not the HTML pages */
table.cbdcoursesrch thead {
	padding: 0;
	margin: 0;
	border: 0;
	background: url(img/search_table_header.png) no-repeat -75px -27px;
}

table.cbdcoursesrch th {
    text-align: center;
    border-right: solid 1px #032B56;
    border-bottom: solid 1px #032B56;
    padding: 2px;
    color: white;
    padding-left: 1em;
    padding-right: 1em;
}

table.cbdcoursesrch th a {
    color: white;
    text-decoration: none;
}

table.cbdcoursesrch th a:hover {
    color: #EEEEEE;
}
    
table.cbdcoursesrch td {
    text-align: center;
    border-right: solid 1px #279CD2;
    padding: 2px;
}

table.cbdcoursesrch tr.odd {
    background: #F4F4F4;
}
/* -- explicit for firefox --*/
a.cbdcoursesrchlnk {
	font-size: .9em;
}

a.cbdcoursesrchlnk:link, a.cbdcoursesrchlnk:visited {
	color: #032B56;
	text-decoration: none;
}

a.cbdcoursesrchlnk:hover {
	color: #279CD2;
	text-decoration: none;
}
/*-- links below don't work in firefox --*/
table.cbdcoursesrch td a:link, table.cbdcoursesrch td a:visted {
     color: #032B56;
	 text-decoration: none;
}

table.cbdcoursesrch td a:hover {
     color: #279CD2;
	 text-decoration: none;
}

/* --------------------------------------------------------*/
/* Main wrappers */
#wrapper {
position:absolute;
left:-1px;
top:0px;
width:100%;
}
#bodysection {
	width:852px;
	vertical-align:top;
	margin-left: auto; 
	margin-right: auto;
}
/* --------------------------------------------------------*/
/* Top Banner setup */
#toptext {
	position:absolute;
	width:754px;
	color:#FFFFFF;
	font-family:Arial;
	border:none;
	margin:0 0 0 0;
	padding:0;
}
#topmenu {
width:754px;
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
border:none;
margin-top:115px;
margin-left:10px;
padding:0;
}
#topbanner {
border:none;
margin:0 0 0 0;
padding:0 0 0 0;
width:852px;
height:134px;
}
 a.topmenu:link, a.topmenu:visited, a.topmenu:hover {
	text-decoration:none;
	color:#FFFFFF;
}
/* --------------------------------------------------------*/
/*  mid banner setup */
#midbanner {
border:none;
margin:0 0 0 0;
padding:0;
width:852px;
height:43px;
}
#contenttitle {
position:absolute;
margin-top:25px;
margin-left:170px;
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
}
/* --------------------------------------------------------*/
/* main content columns setup*/
#mainsection
{
	float:left;
	width:850px;
	min-height:450px;
}
.MSred
{
border-left:150px solid #9C141B;
}
.MSliteblue{
border-left:150px solid #6FC5E8;
}
.MSblue{
border-left:150px solid #6FC5E8;
}
.MSgrey{
border-left:150px solid #58585A;
}

#leftmenu {
	margin-right:0px;
	padding:0px;
	float:left;
	margin-left:-150px;
	width:150px;
	position:relative;
}

#rightbody {
	width:700px;
	float:left;
	margin-right:-700px;
}

#rightsection {
margin:0px 0px 0px 0px;
width:680px;
/*overflow:hidden;*/
margin:0 0px;
padding-right:300px;
background-color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
font-style:normal;
}

#rightsectionsc {
margin:0px 0px 0px 0px;
width:700px;
/*overflow:hidden;*/
margin:0 0px;
//padding-right:300px;
background-color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
font-style:normal;
}

* html #container{
  height:1%; /* So IE plays nice */
  }
  

#content {
float:left;
width:400px;
margin-left:10px;
padding-right:10;
padding-top:10px;
border-right:280px solid #FFFFFF;
margin-right:-280px;

}  
#contentWIDE {
float:left;
width:690px;
margin-left:10px;
padding-right:10;
padding-top:10px;
border-right:280px solid #FFFFFF;
margin-right:-280px;

}  
#contentsc {
float:left;
width:520px;
margin-left:70px;
padding-right:10;
padding-top:22px;
border-right:80px solid #FFFFFF;
margin-right:-80px;
padding-bottom:10px;

}  

#contentright {
float:left;
position:relative;
width:270px;
/*margin-left:400px;*/
padding-left:10px;
padding-top:10px;
margin-left:10px;
border-left-style:solid;
border-left-width:thin;
border-left-color:#003366;

  float:left;
  margin-right:-250px;
}

.courseinfoTable {
	border-bottom-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	/*padding-top: 5px;*/
	padding-bottom: 5px;
	height: 1%;
	margin: 0px;
}
.courseinfoTableContent {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	/*padding-top: 5px;*/
	padding-bottom: 10px;
	margin: 0px;
}

.courseinfoTable IMG {
float:left;
/*padding:0px 5px 0px 0px;
margin:-2px 0px 0px 0px;*/
padding-right: 5px;
vertical-align:middle;
}

.courseinfoTable IMG.pdf {
float:right;
border:0;
width: 74px;
height: 47px;
padding:0px 0px 0px 0px;
margin:-34px -75px 0px 0px;
}

.courseinfoTableFt {
	border-bottom-width: 2px;
	border-top-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	padding-top:5px;
	padding-bottom:5px;
}

#dtwrapper {
	float:left;
	text-align: left;
	/*margin: 0px auto;
	padding: 0px;
	border:0;*/
	width: 100%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	/*border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-left-color: #666666;*/
	padding-top:0px;
	padding-bottom:10px;	
	margin-bottom:10px;
	/*padding-top:10px;
	padding-bottom:10px;*/
}

#dtwrappernb {
	float:left;
	text-align: left;
	/*margin: 0px auto;
	padding: 0px;
	border:0;*/
	width: 100%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-left-color: #666666;
	padding-top:0px;
	padding-bottom:4px;
	margin-bottom:10px;
}

/*div.tmslthr {
  float:left;
  height: 2px;
  color: #666666;
  background-color: #666666;
  width: 100%;

}*/
div.tmslthr hr {
  display: none;
}

#dtheader-orig {
	margin: 6px 0 6px 0;
}

#dtheader {
	float: left;
	width: 100px;
	margin: 0px 0 0px 0;
	padding: 0px 0 5px 0;
	/*margin: 6px 0 10px 0;*/
}

#dtside-ab {
	float: left;
	width: 400px;
	margin: 0px;
	padding: 0px;
}

#dtside-a {
	float: left;
	width: 150px;
	margin: 0px 0 0px 0;
	padding: 0px 0 5px 0;
}

#dtside-b { 
	margin: 0;
	float: left;
	width: 150px;
	//height: 1%;/* Holly hack for Peekaboo Bug */
	margin: 0px 0 0px 0;
	padding: 0px 0 5px 0;
}

#dtside-c { 
	margin: 0;
	float: left;
	width: 150px;
	//height: 1%;/* Holly hack for Peekaboo Bug */
	margin: 0px 0 0px 0;
	padding: 0px 0 5px 0;
}

#dtfooter {
padding: 15px 0 0px 0;
clear: both; /* We have to clear our floats */ 
} 

/* --------------------------------------------------------*/
/* left menu setup*/
.whiteline
{
float:left;
position:relative;
left:108px;
bottom:20px;
border-left-style:solid;
border-left-width:thin;
border-left-color:#000000;
z-index:9999999;
}	 
#leftmenuZ {
margin-right:0px;
padding:0px;
width:150px;
height:1800px;
float:left;
}
.leftmenubackgroundLBlue {
background:url(leftbackground.gif);
height:750px;
}
.leftmenubackgroundDefLBlue {
background:url(leftbackground.gif);
height:500px;
}
.leftmenubackgroundRed {
background:url(leftbackgroundRed.gif);
height:800px;
}
/*
.leftmenubackgroundDBlue {
background:url(leftbackgroundDBlue.gif);
height:500px;
}

*/
.leftmenubackgroundGrey {
background:url(leftbackgroundGrey.gif);
height:870px;
}
/*
#items {
margin-left:32px;
}
*/
#leftmenutext {
clear:both;
padding-top:20px;
}
.arrow {
float:left;
}
.menuitemtext{
float:left;
margin-left:10px;
color:#333333;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
}
a.menutext:link, a.menutext:visited{
color:#333333;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
}
a.menutext:hover {
color:#666666;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
}

a.menutextwhite:link, a.menutextwhite:visited{
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
}
a.menutextwhite:hover {
color:#666666;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
}
#leftbottombotton {
clear:both;
position:relative;
bottom:80px;
left:32px;

 }
 
/* Content right setup */

#bodytop {
margin:0 0 0 0;
padding:0;
}

#rightsectionZ {
clear:both;
margin:10px 10px 10px 10px;
width:680px;
height:auto;
}

#contentZ {
position:relative;
left:-20px;
top:-970px;
margin-top:10px;
width:300px;

}
#contentrightZ {
!important
width:350px;
height:970px;
position:relative;
left:330px;
padding-left:10px;
margin-right:10px;
margin-top:10px;
border-left-style:solid;
border-left-width:thin;
border-left-color:#003366;
z-index:1;
}
#disclaimer {
position:relative;
float:right;
width:270px;
}
#disclaimerNPic{
position:relative;
float:right;
width:240px;
}
.TopSearchBar
{
background-color:#279CD2;
padding-left:20px;
padding-bottom:10px;
margin-bottom:0px;
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
.SearchBar
{
float:left;
background-color:#279CD2;
margin-top:0px;
padding-left:20px;
padding-bottom:5px;
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;

}
.SearchBarSub
{
background-color:#279CD2;
float:left;
padding-left:0px;
padding-bottom:10px;
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
}
.FormSearch
{
font-size:10px;
}
.Forms
{
background-color:#279CD2;
float:left;
width:700px;
margin-top:0;
padding-top:0;
}
.SearchContent
{
width:690px;
float:left;
background-color:#FFFFFF;
padding-left:10px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
.rightboximage
{
float:left;
padding-left:30px;
padding-bottom:10px;
border-left-style:solid;
border-left-width:thin;
border-left-color:#003366;
}

/* --------------------------------------------------------*/
/* text styles */
.textbox400
{
width:400px;
float:left;
margin-right:10px;
margin-left:10px;
}
.textbox400B
{
width:400px;
float:left;
margin-right:10px;
margin-left:10px;
background-color:#CAE9F7;
padding:10px;
}
.subheadGrey{
	color: #999999;
	font-size: 18px;
}
.SubheadRed {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color:#990000;
}
 p,td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	font-style:normal;
 }
a.normaltext:link, a.normaltext:visited {
 	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	font-style:normal;
	text-decoration:none;
}
a.normaltext:hover{
 	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFCC00;
	font-style:normal;
	text-decoration:none;
}
	
a.redtext:link, a.redtext:visited {
color: #990000;
text-decoration:none;
}
a.redtext:hover{
color: #666666;
text-decoration:none;
}
a.whitetext:link, a.whitetext:visited {
color: #FFFFFF;
text-decoration:none;
}
a.whitetext:hover{
color: #CCCCCC;
text-decoration:none;
}
.mittext {
	font-size: 14px;
	font-weight: bold;
}
.menulink a:link {
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
letter-spacing:0.04em;
text-decoration:none;
}
.menulink a:hover {
color:#666666;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
text-decoration:none;
}
a.ulmenu:link, a.ulmenu:visited{
color:#990000;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
a.menutextwhite:hover {
color:#666666;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
}

li.tree  {
font-size : 12px;  
	font-family: Arial, Helvetica, sans-serif ;
	list-style:disc;
	/*list-style-image:url(http://www.manukau.ac.nz/industry/cbd/images/fold.gif);*/
}
li.treecontent  {
	font-size : 12px;
	font-weight:bold;  
	font-family: Arial, Helvetica, sans-serif ;
	width:300px;
	list-style:circle;
	list-style-image:none;
	vertical-align:top;
}
li.treesubcontent  {
	font-size : 10px;  
	font-family: Arial, Helvetica, sans-serif ;
	width:300px;
	list-style:disc;
	list-style-image:none;
	vertical-align:top;
}
/* --------------------------------------------------------*/
/* short course search styles */

#sclogo
{
float:right;
margin-right:20px;
margin-bottom:20px;
}

.mightybus {

font-size:17px;
font-weight:bold;
color:#990000;
font-family:Arial, Helvetica, sans-serif;
}
/*  highbrook styles  */

.bluetext {
color: #0075BB;
font-size: 16px;
font-weight: bold
}
/* --------------------------------------------------------*/
#rightsection a, .SearchContent a {
	color: #0379FC;
	text-decoration: none;
}
#rightsection a:hover, .SearchContent a:hover {
	text-decoration: underline;
}

/*---------------------------------highbrook facilities ---------------------*/

.highbrook {
	margin-top: 10px;
}
.highbrook td {
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.rates {
	background-color: #0075BB;
	text-align: center;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0075BB;	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0075BB;	
}
.white {	
	color: #FFFFFF;
}
.upper {
	text-transform: uppercase;
}
.links a:link, .links a:visited {
	color: #0075BB;
	text-decoration: none;
}
.links a:hover {
	color: #53BEFF;
	text-decoration: none;
}

/*---------------------------------testimonials---------------------*/

.testimonialsIMG {
	float: right;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.clear {
	clear: both;
	padding-bottom:10px;
}
.testimonialsARROW {
float:left;
padding-right:3px;
}
.bold{
font-weight:bold;
}
/*---------------------------------general---------------------*/

.alignright{
	text-align: right;
}

/*--------------------------------headings---------------------*/

.heading1{
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;	
}
.heading2{
	color: #042B56;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 2px;	
}
.heading3{
	color: #042B56;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}
.sideheading{
	color: #666666;
	font-weight: bold;
	font-size: 14px;

}
.sideheading2{
	color: #990000;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 2px;	
}
p.closegap {
 margin-top: 0px;
}/*Closes gap made by headings*/
/*---------------------------------menu---------------------*/
#arrowmenu li {
	list-style-type: none;
	margin-left:0px;
	padding-left:0px;
}
#arrowmenu a:link, #arrowmenu a:visited  {
	padding-bottom:5px;
	padding-right:10px;
	padding-top: 5px;
	padding-left: 10px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #042B56;
	border-bottom:solid 1px #FFFFFF;
	margin-left:0px;
	width:130px;
	min-height:22px;
	text-decoration: none;
	display:block;
}
#arrowmenu a:hover, #arrowmenu li:hover > a {
	color: #eee;
	background-color: #279CD2;
}
#arrowmenu li:hover{
	background-color: #279CD2;
	color: #FFFFFF;

}
#arrowmenu a.arrow2 {
	background-image: url(pics/darkbluearrow.gif);
	background-repeat: no-repeat;
	background-position: 8px 5px;
	padding-left: 35px;
	width:105px;
}
#arrowmenu a.indent{
	padding-left: 35px;
		width:105px;
}
#arrowmenu a.MIT  {
	background-image: url(pics/redarrow.gif);
	background-repeat: no-repeat;
	background-position: 8px 5px;
	padding-left: 35px;
	width:105px;
}

/*
#arrowmenu li {
	list-style-type: none;
	min-height:22px;
	padding-bottom:5px;
	margin-left:0px;
	padding-right:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	border-bottom:solid 1px #FFFFFF;
	padding-top: 5px;
	padding-left: 10px;
}
#arrowmenu li.arrow2 {
	background-image: url(pics/darkbluearrow.gif);
	background-repeat: no-repeat;
	background-position: 8px 5px;
	padding-left: 35px;
}
#arrowmenu li.indent{
	padding-left: 35px;
}
#arrowmenu a:link, #arrowmenu a:visited  {

	color: #042B56;
	text-decoration: none;

}
#arrowmenu a:hover, #arrowmenu li:hover > a {
	color: #eee;
	background-color: #279CD2;
}
#arrowmenu li:hover{
	background-color: #279CD2;
	color: #FFFFFF;

}

#arrowmenu li.MIT  {
	background-image: url(pics/redarrow.gif);
	background-repeat: no-repeat;
	background-position: 8px 5px;
	padding-left: 35px;
}

*/
#contentsc p{
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#contentsc ul{
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}


.SearchContent{
	padding-top: 10px;
}
.SearchContent img{
	float:right; 
	padding-top:5px;
	padding-left:10px;
	padding-bottom:10px;
}
.paragraphfontfix p{
	padding-top: 0px;
	margin-top: 0px;
}
/*--------------- customised courses -------------------------*/

/*----------- course button link --------------------------*/

#custfrmlnk {
/*position: absolute;*/
float: right;
margin: 90px 0px 0 0px;
padding: 0px 0 0 0px;
}

.custsubbtn {
display: none;
}

#replacement-1 {
width: 107px;
height: 77px;
margin: 0;
padding: 0;
border: 0;
background: transparent url(img/mitsc_inhouse_training.jpg) no-repeat top left;
overflow: hidden;
/*text-indent: -1000em;*/
vertical-align: middle;
cursor: pointer; /* hand-shaped cursor */
}
/*
#replacement-2 {
width: 240px;
height: 30px;
margin: 30px 0 0 120px;
padding: 0;
border: 0;
background: transparent url(img/in-house-req-button.png) no-repeat top left;
overflow: hidden;
*//*text-indent: -1000em;*//*
vertical-align: middle;
cursor: pointer; *//* hand-shaped cursor *//*
}
*/
/* REQUIRED BUTTON STYLES: */		

button { 
	position: relative;
	margin: 30px 0 0 160px;
	border: 0; 
	padding: 0;
	cursor: pointer;
	overflow: visible; /* removes extra side padding in IE */
}

button::-moz-focus-inner {
	border: none;  /* overrides extra padding in Firefox */
}

button span { 
	position: relative;
	display: block; 
	white-space: nowrap;	
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	/* Safari and Google Chrome only - fix margins */
	button span {
		margin-top: -1px;
	}
}

/* OPTIONAL BUTTON STYLES for applying custom look and feel: */		
button.submitBtn { 
	/*padding: 0 15px 0 0; */
	padding: 0 15px 0 0;
	margin-right:5px; 
	font-size:1.3em; 
	text-align: center; 
	background: transparent url(img/btn_blue_sprite_h35.gif) no-repeat right -140px; 
}
	
button.submitBtn span {
	/*padding: 13px 0 0 15px; */
	padding: 7px 0 0 15px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	/*height:37px; */
	height: 28px;
	background: transparent url(img/btn_blue_sprite_h35.gif) no-repeat left top; 
	color:#fff; 
}
	
button.submitBtn:hover, button.submitBtnHover { /* the redundant class is used to apply the hover state with a script */
	background-position: right -210px; 
}
	
button.submitBtn:hover span, button.submitBtnHover span {
	background-position: 0 -70px;
}

/*---------- about customised courses ---------------------*/

p.custcrs_hdr{
padding-top: 15px;
padding-left: 100px;
padding-bottom: 10px;
}

ul.customcrs {
margin:0 0 0 0;
padding:15px 0 0 25px;
}

li.why_run {
margin: .4em 0;
}

li.why_run span.normal {
font-weight:normal;
line-height: 1.4em;
}

a.inhouse img {
position:relative;
float:right;
margin-top:-80px;
margin-right:-94px;
}

img.inhousepic {
margin-top:13px;
}

img.inhouselogo {
position:absolute;
float:left;
margin-top:0px;
margin-left:-5px;
}

.why_run{
color: #042B56;
font-weight: bold;
list-style-type:decimal;
list-style-position:outside;
}

/*------------------ customised courses form ---->

/* Health & Nursing Work Experience Form CSS Document */
/**********************************

Use: cmxform template

***********************************/

#formwrap {
min-width:550px;
max-width:570px;
width:auto !important;
width:570px;
text-align:left;
margin:0 auto;
}

#formcontent {
float:left;
width:100%;
overflow:hidden;
}
/*
.inside {
padding:10px;
}
*/
form.cmxform span.required {
color: #ff0000;
}

form.cmxform span.reqtxt {
display: block;
font-size: 11px;
margin-top: -12px;
padding-left: 5px;
padding-bottom: 10px;
}

form.cmxform div.container_inner p {
font-size: 12px;
font-weight: bold;
color: #b92720;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0.75em;
margin-left: 0px;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
}
/*
form.cmxform legend {
	padding: 0 2px;
	font-weight: bold;
	_margin: 0 -7px; /* IE Win *//*
}

form.cmxform fieldset {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	margin-bottom: 10px;
	cursor: hand;
}

form.cmxform fieldset p {
	list-style: none;
	padding: 5px;
	margin: 0;
}
*/
/*
form.cmxform fieldset fieldset {
	border: none;
	margin: 3px 0 0;
}

form.cmxform fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
}

form.cmxform fieldset fieldset label {
	display: block;
	width: auto;
}

form.cmxform label { width: 100px; } 
*/
/*
form.cmxform fieldset fieldset label { margin-left: 103px; } *//* Width plus 3 (html space) *//*

form.cmxform label.error {
	margin-left: 103px;
	width: 220px;
}

form.cmxform fieldset fieldset #email_wrap {
	list-style: none;
	padding: 5px;
	margin: 0;
}

form.cmxform input.submit {
	margin-left: 103px;
}
*/
/*\*//*/ form.cmxform legend { display: inline-block; } /* IE Mac legend fix */
/**********************************

Name: cmxform Styles

***********************************/
/* h3 { margin: 1em 0 0; } */

form.cmxform h1 { font-size: 1.6em; }
form.cmxform h2 { font-size: 1.4em; }
form.cmxform h3 { font-size: 1.2em; }
form.cmxform h4 { font-size: 1.0em; }
form.cmxform h5 { font-size: .8em; }

form.cmxform h1, h2, h3 { font-family: 'trebuchet ms', verdana, arial; padding: 10px; margin: 0 }
/*
form.cmxform p {
	font-family: 'lucida grande', helvetica, verdana, arial, sans-serif;
	font-size: 1em;
	line-height: 1.4em;
}

form.cmxform p label {
padding-left: 50px;
}
*/
form.cmxform label {
font-weight: normal;
height: 14px;
margin-top: 10px;
}

form.cmxform .bold {
font-weight: bold;
}

form.cmxform span.bold {
display: block;
font-weight: bold;
margin-top: 10px;
margin-bottom: 5px;
}

form.cmxform .block {
display: block;
}
/*
form.cmxform legend, form.cmxform label {
	color: #333;
}

form.cmxform fieldset {
	border: none;
	border-top: 1px solid #C9DCA6;
	background: url(img/cmxform-fieldset.gif) left bottom repeat-x;
	background-color: #F8FDEF;
}

form.cmxform fieldset fieldset {
	background: none;
}

form.cmxform fieldset p, form.cmxform fieldset fieldset {
	padding: 5px 10px 7px;
	background: url(/images/cmxform-divider.gif) left bottom repeat-x;
}

form.cmxform fieldset p {
	padding: 5px 10px 7px;
	background: url(img/cmxform-divider.gif) left bottom repeat-x;
}
*/



form.cmxform div.error { display: none; }


/*#myForm1 { width: 670px; }*/
/*
#touchpoint label.error {
	margin-left: 5px;
	width: auto;
	display: none;
}
*/
form.cmxform label.error {
	display: none;
	margin-left: 5px;
	color: red;
	font-style: italic;
	font-weight: normal;
}

form.cmxform input.error, form.cmxform select.error {
	border: 2px solid red;
}

form.cmxform div.error span {
	color: red;
	font-weight: bold;
	font-size: 12px; 
}

#responsewrap{
width:auto !important;
width:570px;
}

#output1 {
	font-family: 'trebuchet ms', verdana, arial;
    color: #000000;
    font-weight: bold;
    margin: 1em 0;
    /*padding-left: 5px;*/
    }

#loading {
	font-family: 'trebuchet ms', verdana, arial;
    background: #fff url('img/ajax-loader.gif') left no-repeat;
    color: #5A8310;
    display: none;
    font-weight: bold;
    margin: 1em 0;
    padding-left: 50px;
    }


.ajaxresphdr {
	display: none;
	font-family: 'trebuchet ms', verdana, arial;
	color: #b92720;
	font-weight: bold;
	font-size: 1.2em; 
}

/*
form.cmxform input {	border: 1px solid black; }
form.cmxform input:focus { border: 1px dotted black; }
form.cmxform input.error { border: 1px dotted red; }
form.cmxform .gray * { color: gray; }

form.cmxform input, form.cmxform textarea, form.cmxform select {
	margin: 0;
	padding: 1px;
	font-size: 1em;
	font-family: inherit;
}
*/
form.cmxform select { 
padding: 0; 
}

form.cmxform input, select, textarea {
font-family: verdana,arial,sans-serif;
font-size: 100%;
margin-top: 5px;
margin-right: 0pt;
margin-bottom: 0pt;
margin-left: 0pt;
}
	
form.cmxform input.wide {
width: 518px;
}

form.cmxform .left {
float: left;

}

form.cmxform .right {
float: right;
}

form.cmxform div.container_top {
float:left;
width: 570px;
height: 8px;
background-color: #DDF2FB;
background-image: url("img/rounded_top_lgtblu.gif");
background-repeat: no-repeat;
background-attachment: scroll;
background-position: center top;
}

form.cmxform div.container_inner {
float:left;
width: 522px;
padding-top: 12px;
padding-right: 24px;
padding-bottom: 12px;
padding-left: 24px;
background-color: #DDF2FB;

}

form.cmxform div.container_bottom {
float:left;
width: 570px;
height: 8px;
background-color: #DDF2FB;
background-image: url("img/rounded_bottom_lgtblu.gif");
background-repeat: no-repeat;
background-attachment: scroll;
background-position: center bottom;
margin-bottom: 10px;
}
/*================== jquery autocomplete plugin css ================*/

.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}

/*======================= Hp mini notebook competition form =======================*/

form.compform h1 { font-size: 1.6em; }
form.compform h2 { font-size: 1.4em; }
form.compform h3 { font-size: 1.2em; }
form.compform h4 { font-size: 1.0em; }
form.compform h5 { font-size: .8em; }

form.compform h1, h2, h3, h4 { font-family: 'trebuchet ms', verdana, arial; padding: 0; margin: 0 }

div#compfrm_hdr {
position:relative;
width: 100%;
overflow:hidden;
}

div#compfrm_hdr h3 {
float: left;
padding: 20px 5px 0 0;
width: 400px;
}

div.rgtimghdr {
float: right;
width: 62px;
height: 112px;
background-color: #FBF4F4;
background-image: url("img/logo62x112.gif");
background-repeat: no-repeat;
background-position: right top;
}

div.filldet {
float: left;
padding: 30px 0 0 0;
width: 250px;
}

form.compform span.sub {
padding: 5px;
line-height: 0.70em;
font-family: verdana,arial,sans-serif;
font-size: 10px;
}

form.compform div.container_inner p {
font-weight: bold;
color: #b92720;
font-size: 12px;
margin-top: -5px;
margin-right: 0px;
margin-bottom: 0.75em;
margin-left: 0px;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
}
/*
form.compform select.aoi {
margin: 0;
padding: 0;
width: 300px;
font-size: 11px;

}
*/
form.compform input {
font-family: verdana,arial,sans-serif;
height: 19px;
font-size: 0.75em;
margin-top: 5px;
margin-right: 0pt;
margin-bottom: 0pt;
margin-left: 0pt;
}

form.compform input.send {
font-size: 0.80em;
}

form.compform input.wide {
width: 518px;
}

form.compform label {
font-family: 'trebuchet ms', verdana, arial;
font-weight: normal;
height: 14px;
margin-top: 10px;
}

form.compform .bold {
font-weight: bold;
}

form.compform .block {
display: block;
}

form.compform span.required {
color: #ff0000;
}

form.compform div.container_top {
float: left;
width: 570px;
height: 8px;
background-color: #FBF4F4;
background-image: url("img/rounded_top_lgtred.gif");
background-repeat: no-repeat;
background-attachment: scroll;
background-position: center top;
}

div.container_top grn {
background-image: url("img/rounded_top_lgtgrn.gif");
background-color: #EDF7E8;
}

form.compform div.container_inner {
float: left;
width: 522px;
padding-top: 12px;
padding-right: 24px;
padding-bottom: 12px;
padding-left: 24px;
background-color: #FBF4F4;
/*background-color: #f3f5f7;*/
}

div.denote {
padding: 10px 0 0 0;
}

div#formwrap div#output1 div.container_inner grn {
background-color: #EDF7E8;
}

form.compform div.container_bottom {
float: left;
width: 570px;
height: 8px;
background-color: #FBF4F4;
background-image: url("img/rounded_bottom_lgtred.gif");
background-repeat: no-repeat;
background-attachment: scroll;
background-position: center bottom;
margin-bottom: 10px;
}

div.container_bottom grn{
background-color: #EDF7E8;
background-image: url("img/rounded_bottom_lgtgrn.gif");
}

form.compform div.left {
width: 160px;
float: left;
}

form.compform .left {
float: left;
}

form.compform div.right {
width: 260px;
float: right;
}

form.compform .right {
float: right;
}

li.tac span.normal {
font-weight: normal;
line-height: 1.4em;
}

.tac {
font-weight: bold;
list-style-type: decimal;
list-style-position: outside;
}

li.tac {
margin-top: 0.4em;
margin-right: 0pt;
margin-bottom: 0.4em;
margin-left: 0pt;
}

form.compform div.error { display: none; }

form.compform div.error img {
padding-top: 10px;
}
/*#myForm1 { width: 670px; }*/
/*
#touchpoint label.error {
	margin-left: 5px;
	width: auto;
	display: none;
}
*/
form.compform label.error {
	display: none;
	font-size: 0.75em;
	margin-left: 5px;
	color: red;
	font-style: italic;
	font-weight: normal;
}

form.compform input.error, form.cmxform select.error {
	border: 2px solid red;
}

form.compform div.error span {
	display: block;
	color: red;
	font-family: 'trebuchet ms', verdana, arial;
	font-weight: bold;
	font-size: 12px; 
	padding-top: 8px;
}

