/* RESET
--------------------------------------------------------------*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big
,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center
,dl,dt,dd,ol,ul,li,fieldset,form,label,legend
,table,caption,tbody,tfoot,thead,tr,th,td{border:0;background:transparent;margin:0;padding:0}
ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}
del{text-decoration:line-through}


/* HTML ############################################################################### */

html{
	color:#000000;
}

.italic{ 
  font-style: italic; 
}


body {
}

img { border:none; }

h1, h2, h3, h4, h5, h6 {
	font-size: 1em; 
	font-weight: bold;
	margin: .25em 0 2px 0; 
	clear:left;
}
h1{
	margin-top:.75em;
}

#mainPageH1
{ 	
    }

table {
    font-size: 0.95em;
    color: #000000;
    background-color: inherit;
    border-spacing: 1px 2px;
}


th, td {
    /*background-color:#ffffff;*/
    /*border:dotted 2px #708090;*/
}

td.eligibilityText
{
    padding-left: 1.2em;
}

p {
	margin: 10px 0 10px 0;
	page-break-inside:avoid;
}

a:hover,a:active {
    background-color:inherit;
	color:#0036FF; 
	text-decoration:underline;
}

#pageContent .p {
    width: 703px;
    margin: -27px 0 0;
    padding: 0;
}

#pageContent a {
    text-decoration: none;
}



/* WebEnrol Main layout############################################################################### */

html, body {
height: 100%;
}
#pageWrapper {
   /* min-height:100%; */
    height: auto !important;
    margin: 0 auto;
    width: 965px;
}

#mainArea {
    padding-bottom: 180px; /* must be same height as the footer */
}
    
.footer {
  position: relative;
  margin-top: -180px; /* negative value of footer height */
  height: 180px;
  clear:both;
} 


/* UTILITY HEADER   
-----------------------------------------------------------------*/
.utilityHeader 
{
  min-height: 3%;
  height: auto !important;
  height: 3%;
  background-repeat: repeat;
  background-position: 0 0;
  padding: 1px 0;
  font-size: 0.733em;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  -box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5); 
  } 

#WebEnrolMenu {width:170px; margin-top: 30px; float:left;}

#pageContent {width: 770px; padding-bottom: 20px; float:right;}

#footerContacts  {
    display: block;	
    width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.partnerlogo {
    margin: 10px;
    margin-left: 5px;
    margin-right: 0px;
}


/* page bread crumb ######################################################################## */
#pageBreadCrumbDiv {}
.pageBreadCrumb {}
.pageBreadCrumb ul {}
.pageBreadCrumb li {}
 li.breadcrumbPage {}
.pageBreadCrumb li a {}
.pageBreadCrumb li a:link {}
.pageBreadCrumb li a:visited {}
.pageBreadCrumb li a:hover {}
.pageBreadCrumb li a:focus {}

/* WebEnrolMenu ############################################################################### */

	#WebEnrolMenu .title{
		text-align:center;
		padding-top:0;
		height:6px; /* 46px;*/ 
	}
	#WebEnrolMenu h1 { 
		display:none; 
		visibility:hidden;
		}
	#WebEnrolMenu h2 { 
		display:none; 
		visibility:hidden;
		}
	
	#WebEnrolMenu UL { 
		border:none;
		padding:0;	 
		margin:0;
		width: 140px; 
		 }
	#WebEnrolMenu UL LI {
			width: 190px; 
			/*border: solid 1px #fff;*/
			margin: 0;
			padding: 0;
		    list-style-type: none;
			clear:left;
            background-image: none;
		 }
		 
		#WebEnrolMenu UL LI .shortName
		{
            display: block;
		    visibility: visible;
		}
		
		#WebEnrolMenu UL LI .longName
		{
		    display: none;
		    visibility: hidden;
		}
			
			/*
            DISPLAY: block;
		    VISIBILITY: visible;
		    */
		    
		#WebEnrolMenu ul li a { cursor:pointer; /*color:black; text-decoration:none;*/}
		#WebEnrolMenu ul li a:hover { /*color:blue; text-decoration:underline;*/}
		
        
/* WebEnrolMenu icons */
	
	#WebEnrolMenu .icon 
	{
	    display: block;
	    width: 60px;
	    height: 60px;
	    text-indent: -99999px;  
		float:left;	
        /*box-shadow: 4px 4px 8px rgba(182,152,90,0.8);*/
		background-repeat:no-repeat;
		}
	
	#WebEnrolMenu #catIcon{background:url('/images/menu_cat.png') bottom;}	
	#WebEnrolMenu #catIcon:hover {background-position: 0 0;} 	
	#WebEnrolMenu #locationIcon {background:url('/images/menu_location.png') bottom;}	
	#WebEnrolMenu #locationIcon:hover {background-position: 0 0;} 	
	#WebEnrolMenu #timetableIcon {background:url('/images/menu_timetable.png') bottom;}		
	#WebEnrolMenu #timetableIcon:hover {background-position: 0 0;} 	
	#WebEnrolMenu #searchIcon {background:url('/images/menu_search.png') bottom;}
	#WebEnrolMenu #searchIcon:hover {background-position: 0 0;} 	
	#WebEnrolMenu #basketIcon {background:url('/images/menu_basket.png') bottom;}	
	#WebEnrolMenu #basketIcon:hover {background-position: 0 0;} 	
	#WebEnrolMenu #signinIcon {background:url('/images/menu_signin.png') bottom;}	
	#WebEnrolMenu #signinIcon:hover {background-position: 0 0;} 	
	#WebEnrolMenu #accountIcon {background:url('/images/menu_account.png') bottom;}	
    #WebEnrolMenu #accountIcon:hover {background-position: 0 0;} 	

		
/* WebEnrol course lists ############################################################################### */

.cat 
{
    margin-left: 10px;
}
			
#coursesList{
	position:relative; 
	width:620px;
	overflow:hidden;
	/*border:dotted 2px #708090;*/
}
	#coursesList IMG{
		border:none;
		}
		#coursesList IMG.catIcon{
			border:none;
			margin-right:8px;
			width:32px; 
			height:32px;
			}

	#coursesList A {
			cursor:pointer; /*color:black; text-decoration:none;*/
		}
	#coursesList A:hover { /*color:blue; text-decoration:underline;*/}

#titleImage {
	width:300px; 
	height:56px;
	border:0;
	}
	
.courseTitle {
	position:relative; 
	float:none;
	border-top:solid 1px #dddddd;
	margin-top:8px;
	padding-top:4px;
	/*background-image:url('images/icons/courseType.gif');
	background-repeat:no-repeat;*/
}
	.courseTitle .title {
		padding-left:0px;
		font-weight:bold;
	}
	.courseTitle .description {
		display:block;
		margin-left:16px;
		font-weight:normal;
		
	}
.courseTitleSummary {
	position:relative; 
	float:left;
	width:48%;
	height:1.25em;
	margin:0px;
	padding-top:1px;
	padding-left:11px;
	overflow:hidden;
}
	.courseTitleSummary .title{
	}
.courseInstList{
		margin-left: 16px;
	}
	.courseInstList .courseInst { 
		border-bottom: solid 1px #cccccc;
		margin-bottom:4px;
		padding-top:2px;
		}
		.courseInst.zebra1{ 
			background-color:#ffffff;
			color:#000000;
			}
		.courseInst.zebra0,  .courseInst.zebra0 A{ 
			background-color:#eeeeee;
			color:#000000;
			}
		.courseInst .detail{
			position:relative;
			cursor:pointer;
			top:0px;
			left:0px;
			height:1.25em;
			}
		/*
							.courseInst  A {color:black;	}
							.courseInst  A:visited { color:black; }
		*/
				.courseInst A:hover {
					background-color:#D6EDF7;
					color:#000000;
					}
			
			.courseInst .detail .places ,
			.courseInst .detail .location ,
			.courseInst .detail .WEdate ,
			.courseInst .detail .WEdate .term ,
			.courseInst .detail .weeks ,
			.courseInst .detail .times 
			{
				height:1.25em;
				overflow:hidden;
				padding:0 4px 0 4px;
				border-right:solid 2px #708090;
			}
			.courseInst .detail .places {
				left:0;
				width:100px;
			}
			.courseInst .detail .location {
				width:129px;
				border:none;
				}
			.courseInst .detail .WEdate {
				width:100px;
				}		
			.courseInst .detail .WEdate .term {display:none;	}		
			.courseInst .detail .weeks {
				width:100px;
				}
			.courseInst .detail .times {
				width:150px;
				}
			.availStatus { width:.8em; height:.8em; border:none;}
			
	/*	.courseInst  A .link {color:black; text-decoration:none;}
		.courseInst  A:hover .link {color:black; text-decoration:none;}*/
		
		
		
		
/* WebEnrol locations ############################################################################### */

			
.locationsTbl {
		position:relative;
		clear:right;
		width:100%;
        background-color:#ffffff;
	}

	.locationsTbl td{ 
		padding:0.25em;
	}
	/* provide some minimal visual accomodation for IE8 and below */
	.locationsTbl tr{
		background-color: #eeeeee;
	}
	/*  Define the background color for all the ODD background rows  */
	.locationsTbl tr:nth-child(odd){ 
		background-color:#eeeeee;
	}
	/*  Define the background color for all the EVEN background rows  */
	.locationsTbl tr:nth-child(even){
        background-color:#ffffff;
	}

.locationsTbl tr:hover {
		background-color:#D6EDF7;
	}
	

	.locationsTbl .address {
		position:relative;
		padding-bottom:12px;
	}
	.locations .address .addressRowTitle,
	.locations .address .addressRowProperty,
	.locations .address .addressRowNoStreet,
	.locations .address .addressRowDistrict,
	.locations .address .addressRowTown,
	.locations .address .addressRowPostcode{
		z-index:10;
		position:relative;
	}

	
	.locationsTbl .contacts {
	}

	.locationsTbl .title {
		font-weight:strong;
	}
		
	.locationsTbl .showAMap_link{
		right:0;
		z-index:1000;
	}	
	
    #mapImage	{float:right;}
		
/* WebEnrol courseDetail ############################################################################### */
		
.rhs 
{
    display:inline;
    float:right;
    width:165px;
    padding-left: 20px;
} 		
		
#courseDetail { 
	}
	#courseDetail .courseCode{
		float:right;
		width:150px;
		font-size:100%;
		margin:80px 0 4px 0;
		padding:4px;
		color:#000000;
		background-color:#D6EDF7;
		border:solid 2px #00A6B7;
		text-align:center;
	}
		#courseDetail .courseCode .title{
			font-size:70%;
			font-weight:strong;
			text-align:center;
		}
		#courseDetail .courseCode .datum{
			font-size:120%;
			font-weight:strong;
			text-align:center;
		}
		#courseDetail .courseCode .hint{
			font-size:80%;
			text-align:center;
		}
		


	#courseDetail  p {
			margin:0 0 1em 1em;
			padding:0 0 0 1em;
			clear:left;
			}
			
	#courseDetail .content { 
			position:relative;
		}
		#courseDetail .content .course{
			width:430px;
			float:left;
			padding: 0.5em 0 0 0.5em;
			margin:0;
			}
			#courseDetail .content .course .description{
				font-weight:normal;
				font-size:100%;
			}
			#courseDetail .content .course h3{
				margin:4px 0 4px 0;
				padding:0;
				}
			#courseDetail .content .course .location {
				font-size:100%;
				font-weight:strong;
				}
				
				
	#courseDetail .sessions{
		padding:8px;
		width:142px;
		float:right;
		
		}	
		#courseDetail .sessions #togglingSessionList{
			display:none;
			background-color:White;
			color:#000;
			border:solid 1px #a6c2ea;
			padding:0 2px 4px 8px;
		}
		#courseDetail .sessions h2{
		
			margin:0 0 4px 0;
			padding:0;
			}
		#courseDetail .sessions .session {
		
			margin-bottom:4px;
		}
		#courseDetail .sessions .session .WEdate{
			color:black;
			background-color:#ffffff;
			font-weight:strong;
		}
		#courseDetail .sessions .session .startTime{
			color:#006700;
			background-color:#ffffff;
			clear:left;
			padding-left:16px;
		}
		#courseDetail .sessions .session .endTime{
			color:#b30000;
			background-color:#ffffff;
		}
		#courseDetail .sessions .session .room{
		}
	
	#courseDetail .textDetails P {
	}
	#courseDetail .textDetails P {
		/*white-space: pre-wrap;        css-3 should we be so lucky... */ 
	}
	

	#courseDetail .enrolControl #btn_addIcon
	{
	    background:url('/images/basket_add.png') bottom;
	    display: block;
	    width: 60px;
	    height: 60px;
	    text-indent: -99999px;  
		float:left;	
	    }	
	#courseDetail .enrolControl #btn_addIcon:hover {background-position: 0 0;} 	


/* WebEnrol timetable ############################################################################### */
	#timetableFS  { border:none; float:left;}
	#timetableFS LEGEND { display:none; }
		
	#timetableForm {}
	#timetableForm .info {}
		#timetableForm .info .hint { font-style: italic;  font-size: 90%;}

	#timetableForm #timetable {
				border-collapse:collapse;
				border:solid 2px black;
				margin-right:0.5em;
				}
		#timetableForm #timetable TH { 
			font-weight:strong;
			border:solid 1px #708090;
			padding:1px;
			margin:1px;
			}
		#timetableForm #timetable TH A { text-decoration:none; }
		#timetableForm #timetable TD { 
			width:2.25em;
			height:1.25em;
			text-align:center; 
			border:solid 1px #708090;
			background-color:#ffFFff;
			color:#000000;
			}
		#timetableForm #timetable .on {background-color:#D6EDF7; color:#000;
}
	
	
		
#timesOfDay {}
	#timesOfDay TD A { 
		display:block;
		padding:4px;
		width:auto;
		text-align:center;
		background-color:#88ff88;
		color:#000;
	}
		
	#timesOfDay TD A:hover { 
		background-color:yellow;
		color:#000;
	}


/*accessibility #############################################################*/

/* skip links */

#skip-link
{

    position:absolute; 
    left:-10000px;  
    top:auto; 
    width:1px; 
    height:1px; 
    overflow:hidden;
}
	
.hidden 
 {position:absolute;
 left:-10000px;
 top:auto;
 width:1px;
 height:1px;
 overflow:hidden;}	
 
DL{
margin:0;
padding:0;
}
DT{
	margin:0em;
	font-weight:strong;
}
DD{
	margin-bottom:0.5em;
}

#signinDiv {
	margin-top: 10px;
}

#signInForm {
	margin-top: 10px;
}

#signInFormSubmit {
	padding:2px 1em 2px 1em;
}

.enrolledBeforePanel{ border:1px solid #cccccc; padding: 0 1em 1em 1em;}
.enrolledBeforePanel H2 {padding:0; margin:0;}


.myAccountSignedInAs{ 
	font-weight:strong;
}
.myAccountLearnerId{ 
	font-weight:strong;
}
.myAccountEmailAddress{ 
	font-weight:strong;
}

.myAccountInfoTable{
	border-collapse:collapse;
}
	.myAccountInfoTable TH{
		text-align:right;
		vertical-align:top;
	}
	.myAccountInfoTable TD{
		text-align:left;
		vertical-align:top;
		padding-left:0.5em;
		width:300px;
	}

.basketItemTools {
	margin-bottom:1em;
	height:44px;
}


.basketTools {
	border:none;
}


.signInMessage{
	border:1px solid red;
	color:red;
	padding:0.125em;
}

.examplePassword{
	border:1px solid green;
	color:green;
}

.activeFormMessage{
 color:red;
}

.total { 
	font-weight:bold; 
	border-top:1px dotted #708090;
	margin:1em;
}

.discountInfo{
	font-style:italic;}

#removeFromBasketBtn 
{
    margin-top: 50px;
}		
	
 #paymentForm {
	border:1px dotted #c0c0c0;
	margin-top:3em;
}

.paymentArea{
	color:red;
}

.paymentError{
	background-color:red;
	color:white;
	padding:0.5em;
}

.receiptBacket{
	margin-left:1em;
}


.linkPanel, #linkPanelPhone, #linkPanelEmail, #linkPanelFax  {
	margin:6px;
	height:36px;
	line-height:36px;
	text-align:left;
	font-size:16pt
}


.warning {
	border:solid 1px red;
	background-color:#ffbbbb;
	padding:1em;
}
.warning SPAN { font-size:5pt;}


#newAccountForm TH { text-align:right; }

.client_noCrsInsts {
    padding-left:2em;
    color:#803030;
}
.client_noCrsInsts EM{
    font-weight:strong;
     font-style:normal;
}

 .formSubLabel {
	width:150px;
 }
 
  .formMainLabel {
	vertical-align:top;padding-top:7px
 }
   .formHiddenLabel 
   {
    display: none;
 }
 
 
 #feesPayableList
 {
	margin-top:0;
 }
 
#enrolledBeforePanel_atTopOfPage{display:none;}
#enrolledBeforePanel_atEndOfPage{margin-top:1em;}
#enrolledBeforePanel_atEndOfPage h2 {margin-top:1em;}

/* Sign Up Page ############################################################################### */

#email ,#forename, #surname
{
  width: 240px;  
}

#signinDiv{
	color:#000;
	background-color:inherit;
}
	#vForm{
		border:1px solid black;
		background-color:inherit;	
		color:#000;
		margin:1em;
		padding:1em;
	}


	.activeFormGroup{
		/*
		margin-left:0em;
		clear:both;
        */
	}
	
	DIV.activeFormOption { 
		margin:0 0 0.5em 0;
		padding:0;
	}
	
	SPAN.activeFormOption { 
		width:8em;
	}
	
	.validationWarning{
		background-color:inherit;
		color:red;
		font-size:10pt;
	}
	
	#signinForgotPwd{
		margin:1em 0 0 4em;
	}
	#signInNewAccountLink{
		margin:0.25em 0 .5em 4em;
		clear:both;
	}
.activeFormOption { clear:both; }
.activeFormOptionLabel { float:left; width:10em; margin:0 0 0 0.5em; }
.activeFormOptionField { float:left; text-align:left; width:300px}

.formTable  .formOption  TD.formOptionLabel {
	width:10em;
	}
	
input {
  display: inline-block;
  float: left;
}	
	
input.enabled,  SELECT.enabled{
	background-color: #FFFFFF; /*white*/
	color:#000;
}

input.disabled,  SELECT.disabled{
	background-color: #FFFFFF; /*white*/
	color:#000;
	border: 1px solid #cccccc /*light dimed grey*/;
}
input.invalid,  SELECT.invalid{
	background-color: #FFcccc; /*pink*/
	color:#000;
	border: 1px solid #FF0000 /*red*/;
}
input.dirty ,  SELECT.dirty {
	background-color: #FFEFD5 /*PapayaWhip */;
	color:#000;
	border: 1px solid #FF8C00 /*darkorange*/;
}		


fieldset { 
    display: block;
    /*
    float:left;
    margin-left: 2px;
    margin-right: 2px;
    padding-top: 0.35em;
    padding-bottom: 0.625em;
    padding-left: 0.75em;
    padding-right: 0.75em;
    */
    border: none;
}

.supportFields 
{
 border:solid 1px #708090; 
 width: 80em;  
}

input.inputFixWidth {
    margin-left: 12px;
    float: right;
}


label{
    display: inline-block;
    float: left;
    clear: left;
    text-align: right;
    padding-left: 0.15em;
    padding-right: 0.75em;
    font-weight: bold;
}

label.labelFixWidth {
    width: 120px;
}


label.labelSub {
    font-weight: normal;
    width: 180px;
    font-size: 0.9em;
}


label.labelSubGenderFemale{
 	width: 50px;
    padding-left: 3.5em;
}
label.labelSubGenderMale{
 	width: 50px;
    padding-left: 3.5em;
}
label.eligibilityLabel 
{
   padding-left: 0em;
}

label.telephoneLabels {
}

label.confirmLabel 
{
        float: none;
        display:inline;
}

legend {
    float: left;
    padding-right: 0.75em;
    font-weight: bold;
}

#signInID
{
    float: right;
}


/* BUTTONS
-----------------------------------------------------------------*/ 

/* WebEnrol Buttons 
-----------------------------------------------------------------*/ 
.submitBtn
{
    padding: 1px 10px;
    margin-right: 5px;
    line-height: 1.3em;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    color: #fff;
    background-color: #4F721D;
    font-weight: 700;   
    height: 30px; 
    border-color: #6a7e4e;
}

  
.submitBtn:hover
{

    background-color: #415918;
    text-decoration: underline;
}

.removeFromBasketBtn{
	float:right;
}

#signInFormSubmitBtn
{
    margin-left:240px;
}