/* CSS Document */

#hidefromprint01{
display:block;}

#hidefromprint02{
display:block;}

#hidefromprint03{
display:block;}


#hidefromscreen01{
display:none;}

#hidefromscreen02{
display:none;}

#hidefromscreen03{
display:none;}


	body {
		margin:0px;
		padding:0px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:70%;
		color:#000000;
		background-image:url(../graphics/generic/bkg_rhs.gif);
		background-position:top right;
		background-repeat:no-repeat;
		}
		
		
		
	
#Emailer {
		margin:0px;
		padding:0px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:70%;
		color:#000000;
		background-color:#FFFFFF!important;
		background-image:url(../graphics/generic/bkg_rhsEmailer.gif)!important;
		background-position:top right;
		background-repeat:no-repeat;
	
		}
		
	
	#leftcontent {
		position: absolute;
		left:0px;
		top:93px;
		width:163px;
		background:#fff;
		/*border:1px solid #000;*/
		padding-top:14px;
		}

	#centercontent {
		background:#fff;
   		margin-left: 177px;
   		margin-right:193px;
		/*border:1px solid #000;*/
		padding-top:14px;
		line-height:16px;
		/*
		IE5x PC mis-implements the box model. Because of that we sometimes have
		to perform a little CSS trickery to get pixel-perfect display across browsers.
		The following bit of code was proposed by Tantek Celik, and it preys upon a CSS
		parsing bug in IE5x PC that will prematurly close a style rule when it runs
		into the string "\"}\"". After that string appears in a rule, then, we can override
		previously set attribute values and only browsers without the parse bug will
		recognize the new values. So any of the name-value pairs above this comment
		that we need to override for browsers with correct box-model implementations
		will be listed below.
		
		We use the voice-family property because it is likely to be used very infrequently,
		and where it is used it will be set on the body tag. So the second voice-family value 
		of "inherit" will override our bogus "\"}\"" value and allow the proper value to
		cascade down from the body tag.

		The style rule immediately following this rule offers another chance for CSS2
		aware browsers to pick up the values meant for correct box-model implementations.
		It uses a CSS2 selector that will be ignored by IE5x PC.
		
		Read more at http://www.glish.com/css/hacks.asp
		*/
		
		voice-family: "\"}\"";
		voice-family: inherit;
   		margin-left: 179px;
   		margin-right:195px;
		padding-top:14px;
		line-height:16px;
		}
	html>body #centercontent {
   		margin-left: 179px;
   		margin-right:195px;
		padding-top:14px;
		line-height:16px;
		}

	#rightcontent {
		position: absolute;
		right:0px;
		top:93px;
		width:179px;
		/*border:1px solid #000;*/
		padding-top:14px;

		}
	
	#banner {
		background:#890A2C;
		background-image:url(../graphics/generic/bkg_logo.gif);
		background-position:left top;
		background-repeat:no-repeat;
		height:93px;
		voice-family: "\"}\"";
		voice-family: inherit;
		height:93px;
		}
	html>body #banner {
		height:93px;
		}
		
		
#logo{
top:0px;
height:63px;
width:444px;
float:left;
/*border:1px solid #ffffff;*/
}
		
#search{
position:relative;
top:30px;
float:right;
/*border:1px solid #ffffff;*/
font-size: 10px;
text-align:right;
color:#ffffff;
}

.searchfield{
	font-size: 10px;
	font-weight: normal;
	width:160px;
}

.submitBtn {
	border: 1px solid #A2A2A2;
	font-size: 12px;
	color: #4e4e4e;
	background-color: #e2e2e2;
}
form{
margin:0px;
}
#breadcrumb{
position:absolute;
right:14px;
color:#ffffff;
top:74px;
text-align:right;
font-size:80%;
/*border:1px solid #ffffff;*/
}

a.breadcrumblink:link, a.breadcrumblink:visited, a.breadcrumblink:active  {
text-decoration: underline; 
color:#ffffff;
} 


a.breadcrumblink:hover {
color:#FF4B84;
} 



.RHSHeader{
background-color:#B7123D;
padding-left:8px;
padding-right:5px;
padding-top:6px;
padding-bottom:6px;
border-bottom:1px solid #89092C;
color:#ffffff;
font-weight:bold;
}

.RHScontent{
font-size:90%;
padding-left:8px;
padding-right:5px;
padding-top:6px;
padding-bottom:12px;
line-height:14px;
	font-weight: normal;}

a.NavSublinkoff:link, a.NavSublinkoff:visited, a.NavSublinkoff:active  {
font-weight:normal;
text-decoration:none;
color:#ffffff;
padding-left:5px;
} 


a.NavSublinkoff:hover {
color:#FF4B84;
padding-left:5px;

} 


a.NavSublinkOn:link, a.NavSublinkOn:visited, a.NavSublinkOn:active  {
font-weight:bold;
text-decoration:none;
color:#ffffff;
padding-left:5px;
} 


a.NavSubSublinkoff:link, a.NavSubSublinkoff:visited, a.NavSubSublinkoff:active  {
font-weight:normal;
text-decoration:none;
color:#ffffff;
padding-left:17px;
} 


a.NavSubSublinkoff:hover {
color:#FF4B84;
padding-left:17px;
} 


a.NavSubSublinkOn:link, a.NavSubSublinkOn:visited, a.NavSubSublinkOn:active  {
font-weight:bold;
text-decoration:none;
color:#ffffff;
padding-left:17px;
} 




a.NavSubSublinkOn:hover {
color:#FF4B84;
padding-left:17px;

} 

#pageheader{
border-bottom:1px solid #D6D6D6;
padding-bottom:7px;}

h1{
	font-size: 125%;
	font-weight: bold;
	color: #000000;
	display:inline;
	padding-bottom: 12px;
	}
	
h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	font-size: 110%;
	line-height:inherit;

}	


#slidingpics{
height: 130px;
background-image:url(../graphics/home/bkg_pics.jpg);
background-position:left bottom;
background-repeat:no-repeat;
}	

a:link, a:link:visited, a:link:active  {
	text-decoration:underline;
	color:#1379A9;
} 


a:link:hover {
text-decoration:underline;
	color:#FF9900;

} 

a.boldlink:link, a.boldlink:link:visited, a.boldlink:link:active  {
	text-decoration:underline;
	color:#1379A9;
	font-weight:bold;
} 


a.boldlink:link:hover {
text-decoration:underline;
	color:#FF9900;

} 



a.RHSlink:link, a.RHSlink:link:visited, a.RHSlink:link:active  {
	text-decoration:none;
	color:#1379A9;
	font-weight:bold;
} 


a.RHSlink:link:hover {
text-decoration:underline;
	color:#FF9900;

} 




li{
list-style-image: url(../graphics/generic/bullet.gif);
padding:2px;
}


ol li{
list-style-image:none;
padding:2px; }

ul{
margin-top:3px;
margin-bottom:5px;
} 


	#address{
	font-size: 90%;
	font-weight: normal;
	text-align:center;
	padding-top:15px;
	padding-bottom:5px;
	padding-top:10px;
	border-top:1px solid #D6D6D6;
	}
	
.pictureleft {
	padding: 0px;
	margin: 0px 20px 10px 0px;
	border: 0px none;
	float: left;
}

.pictureright {
	padding: 0px;
	margin: 0px 0px 10px 20px;
	border: 0px none;
	float: right;
}

.picturecenter {
	margin-bottom: 10px;
	display: block;
    margin-left: auto;
    margin-right: auto

}

.frameless{
border:0px;}

.results{
text-align:right;
padding-bottom:10px;
}


.BtnsGeneral{
	text-align:center;
	background-color:#EDEBE2;
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	padding-bottom:4px;
	padding-top:2px;
	font-weight:bold;

}

.BtnsViewBasket{
	text-align:center;
	width: 200px;
	background-color:#EDEBE2;
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	padding-bottom:4px;
	padding-top:2px;
	font-weight:bold;

}


.BtnsGeneralWhite{
	text-align:center;
	padding-bottom:4px;
	padding-top:2px;
	font-weight:bold;
	width:266px;
	border: 1px solid #A2A2A2;
	color: #4e4e4e;
	background-color: #e2e2e2;

}

.BtnsWhite{
	text-align:center;
	padding-bottom:4px;
	padding-top:2px;
	font-weight:bold;
	width:256px;
	border: 1px solid #A2A2A2;
	color: #4e4e4e;
	background-color: #ffffff;

}

.BtnsWhitePadded{
	text-align:center;
	padding:5px;
	font-weight:bold;
	border: 1px solid #A2A2A2;
	color: #4e4e4e;
	background-color:#EDEBE2;

}

.BtnsWhiteGetAQuote{
	text-align:center;
	padding:5px;
	font-weight:bold;
	width:200px;
	border: 1px solid #BBA980;
	color: #4e4e4e;
	background-color:#ffffff;

}



.darkpink{
color:#890a2c;
}


.Navextras{
padding-left:10px;
padding-top:6px;
padding-bottom:8px;
border-bottom:1px solid #D6D6D6;
color:#000000;
line-height:16px;
background-color:#f8f5f0;}

.FormText{
width:150px;
font-weight:bold;
float:left;
}

.NextCoursePosted{
width:130px;
font-weight:bold;
text-align:left;
}

.Formfield{
float:left;
}

.CourseSearchResultBox{
font-weight:bold;
}

.AllForms{
	padding-top:10px;
	padding-bottom:10px;
	padding-left:5px;
	padding-right:5px;
	/*border: 1px solid #CCCCCC;*/
	background-color:#efe9e0;
}

.FormTop{
	padding-top:10px;
	padding-bottom:10px;
	padding-left:5px;
	padding-right:5px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background-color:#efe9e0;
	font-weight:bold;
}

.FormHeader{
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background-color:#efe9e0;
	font-weight:bold;
}

.FormSchedule{
	padding-top:10px;
	padding-bottom:10px;
	padding-left:5px;
	padding-right:5px;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background-color:#ffffff;
	font-weight:normal;
}

.WhiteFormBox{
	padding-top:10px;
	padding-bottom:10px;
	padding-left:5px;
	padding-right:5px;
	border: 1px solid #CCCCCC;
	background-color:#ffffff;
	font-weight:normal;
}

.BottomLine{
	padding-bottom:10px;
	border-bottom: 1px solid #CCCCCC;
}

.WhiteFormBoxNoTop{
	padding-top:10px;
	padding-bottom:10px;
	padding-left:5px;
	padding-right:5px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color:#ffffff;
	font-weight:normal;
}

select{
	font-size:11px;
}

.CoursePlaces{
		width:100%;
	font-size:11px;
}

.CourseHeader{
background-color:#efe9e0;
font-weight:bold;
padding-bottom:3px;
padding-top:3px;
padding-left:5px;
	border-top:1px solid #D6D6D6;
}

.CourseInfo{
	border-top:1px solid #D6D6D6;
	padding-top:5px;
	padding-bottom:5px;}

.BookCourse{
	border: 1px solid #cac39a;

}

.CourseOutline{
	border-top: 0px solid #cac39a;
	border-left: 1px solid #cac39a;
	border-bottom: 1px solid #cac39a;
	border-right: 1px solid #cac39a;
	padding:5px;
}

 P.breakhere {page-break-before: always}

.DayHeader{
background-color:#efe9e0;
font-weight:bold;
padding-bottom:2px;
padding-top:2px;
padding-left:5px;
	border-top:1px solid #D6D6D6;
	font-size:12px;
}

.CourseDetails{
width:50px;
float:left;
}
.error {
    color: #E81D55;
}

.Productpic{
text-align:left;
border-top:1px solid #D6D6D6;
padding-top:10px;
}

.ProductDesc{
text-align:left;
border-top:1px solid #D6D6D6;

}

.ModuleOFF{
	padding-top: 3px;
	padding-right:3px;
	padding-bottom: 3px;
	border-bottom: 1px solid #CCCCCC;
}

.ModuleON{
	padding-top: 3px;
	padding-right:3px;
	padding-bottom: 3px;
	border-bottom: 1px solid #CCCCCC;
	background-color:#FAF5EE;

}


.RightMiddleArea{
	padding-left:8px;
	padding-right:4px;
	padding-top:4px;
	padding-bottom:10px;
	font-size: 10px;
	line-height:14px;
	
}

.RHSCourseBuilderLeft{
height:20px;
background-color:#ffffff;
padding-left:4px;
padding-right:2px;
padding-top:4px;

}

.RHSCourseBuilder{
height:40px;
background-color:#ffffff;
width:172px;
text-align:center;
padding-top:5px;
}

.SmallBtns{
height:23px;
	text-align:center;
	background-color:#ffffff;
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	padding-left:5px;
}

.SmallBtns2{
height:23px;
	text-align:center;
	background-color:#ffffff;
	border-width: 1px;
	border-style: solid;
	border-color: #cac39a;
	padding-left:5px;
	font-weight:bold;
}

.ModuleTickbox{
	padding-bottom: 3px;
	padding-top: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-align:right;


}

.CourseNameBox{
	padding-bottom: 3px;
	padding-top: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-align:left;
	font-size:12px;
	color:#ffffff;
	background-color:#BBA980;

}

.CellBottomPadding{
padding-bottom:20px;
padding-left:10px;
text-align:left;
background-color:#efe9e0;
}

.CourseHighlighted{
padding-left:10px;
padding-bottom:5px;
padding-top:5px;
text-align:left;
background-color:#efe9e0;
font-size: 12px;
font-weight:bold;
}

.LinePadding{
height:40px;
}

select.DDCourseplaces{
width: 40px;
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height:16px;
	color: #000000;

}
select.year{
width: 60px;
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height:16px;
	color: #000000;

}
.DDCourseplaces{
width: 40px;
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height:16px;
	color: #000000;

}
select.normal{
	width: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height:18px;
	color: #000000;

}


/*from here */

.rightgutter{
width:6px;
}

   
	   .navNolink{
   font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	width:120px;
		height:19px;
	font-variant: normal;
	font-weight:normal;
	text-align:left;
		padding-left:5px;

	}
	
	
.navOnchild {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	width:120px;
		height:19px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-variant: normal;
	font-weight:bold;
	text-align:left;
	background-color:#EDEBE2;
		padding-left:5px;
}

.navOnnochild {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	width:120px;
		height:19px;;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-variant: normal;
	font-weight:bold;
	text-align:left;
	background-color:#EDEBE2;
		padding-left:5px;
}


.subnavOn {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	width:104px;
		height:19px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-variant: normal;
	font-weight:normal;
	text-align:left;
	background-color:#EDEBE2;
		padding-left:5px;
}



/*cleaned up*/

.NavOff{
padding-top:6px;
padding-bottom:6px;
	background-color:#FFFFFF;
	border-bottom:1px solid #D6D6D6;
	color:#000000;
	padding-left:5px;
	font-weight:bold;

}

.NavOn{
padding-top:6px;
padding-bottom:6px;
background-color:#C91442;
padding-left:5px;
border-bottom:1px solid #89092C;
}

a.NavOfflink:link, a.NavOfflink:visited, a.NavOfflink:active  {
text-decoration:none;
color:#000000;
} 


a.NavOfflink:hover {
color:#FF4B84;
} 

.navtable{
width:163px;}



a.NavOnlink:link, a.NavOnlink:visited, a.NavOnlink:active  {
font-weight:bold;
text-decoration:none;
color:#ffffff;
} 


a.NavOnlink:hover {
color:#FF4B84;
}

.NavChildContainer{
padding-bottom:6px;
	border-bottom:1px solid #D6D6D6;
}

.NavChild{
	background-image:url(../graphics/generic/nav_childline.gif);
	background-repeat:no-repeat;
			padding-left:10px;
			padding-top:5px;
			padding-bottom:3px;
	text-decoration:none;
	color:#000000;
	font-weight:bold;

}

.NavChildchildcontainer{
	border-left: 1px solid #CDCDCD;
	margin-top:5px;

}

.NavChildChild{
	background-color:#FFFFFF;
	background-image:url(../graphics/generic/nav_childline.gif);
	background-repeat:no-repeat;
			padding-left:8px;
			padding-top:3px;
			padding-bottom:3px;
			font-weight:normal;
}

a.SubNavOnlink:link, a.SubNavOnlink:visited, a.SubNavOnlink:active  {
text-decoration:none;
color:#c91442;
font-weight:bold;
} 


a.SubNavOnlink:hover {
color:#FF4B84;
} 

.PopupBody{
margin: 5px;
	padding: 0px;
	background-color:#ffffff;
	text-align:left;
}

.PopupTable{
width:250px;
background-color:#FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height:16px;
	color: #000000;
}

.PopUpCell{
padding:8px;
}
		.QuestionnaireBody{
margin-left:10px;
margin-right:10px;
background-color:#2b7fd4;
}

.QuestionnaireTable{
background-color:#ffffff;
padding-left:20px;
}

.QuestionnaireText{
font-size:14px;
font-weight:bold;}

.QuestionnaireLogo{
text-align:right;
border-bottom:1px solid #cccccc;}

.QuestionnaireHeader{
	color:#0066cc;
		font-size:180%;
		line-height:107%;
		 border-bottom:1px solid #cccccc;
		 background-color:#DDDDDD;
		

}

.QuestionnaireRating{
text-align:center;
border-right:1px solid #cccccc;
border-bottom:1px solid #cccccc;}

.QuestionnaireTable li{
padding-bottom:15px;}

.QuestionnaireCell{
border-bottom:1px solid #cccccc;}
.pagenumbers {
    padding: 2em;
    margin: 1em 0;
    clear: left;
    font-size: 95%;
}

.pagenumbers a, .pagenumbers span {
    display: block;
    float: left;
    padding: 0.2em 0.5em;
    margin-right: 0.1em;
    border: 1px solid #fff;
    background: #fff;
}



.pagenumbers a:hover {
    border-color: #2E6AB1;
}

.pagenumbers a.nextprev {
    font-weight: bold;
}

.pagenumbers span.nextprev {
    color: #666;
}

.pagenumbers span.nextprev {
        border: 1px solid #ddd;
        color: #999;
}
.pagenumbers span.current {
    border: 1px solid #2E6AB1;
    font-weight: bold;
    background: #2E6AB1;
    color: #fff;
}

.pagenumbers a {
    border: 1px solid #9AAFE5;
    text-decoration: none;
}


strike {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	font-size: 110%;
	padding:5px;
	background-color:#b8113e;
	display:inline;
	text-decoration:none;
}


strike a:link, strike a:visited, strike a:active {
text-decoration: underline; 
color:#ffffff;
} 


strike a:hover {
color:#828041;
} 



select.RegField{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#centercontentpopup {
		background:#fff;
   		margin-left: 17px;
   		margin-right:20px;
		/*border:1px solid #000;*/
		padding-top:14px;
		line-height:16px;
		/*
		IE5x PC mis-implements the box model. Because of that we sometimes have
		to perform a little CSS trickery to get pixel-perfect display across browsers.
		The following bit of code was proposed by Tantek Celik, and it preys upon a CSS
		parsing bug in IE5x PC that will prematurly close a style rule when it runs
		into the string "\"}\"". After that string appears in a rule, then, we can override
		previously set attribute values and only browsers without the parse bug will
		recognize the new values. So any of the name-value pairs above this comment
		that we need to override for browsers with correct box-model implementations
		will be listed below.
		
		We use the voice-family property because it is likely to be used very infrequently,
		and where it is used it will be set on the body tag. So the second voice-family value 
		of "inherit" will override our bogus "\"}\"" value and allow the proper value to
		cascade down from the body tag.

		The style rule immediately following this rule offers another chance for CSS2
		aware browsers to pick up the values meant for correct box-model implementations.
		It uses a CSS2 selector that will be ignored by IE5x PC.
		
		Read more at http://www.glish.com/css/hacks.asp
		*/
		
		voice-family: "\"}\"";
		voice-family: inherit;
   		margin-left: 17px;
   		margin-right:20px;
		padding-top:14px;
		line-height:16px;
		}
	html>body #centercontentpopup {
   		margin-left: 17px;
   		margin-right:20px;
		padding-top:14px;
		line-height:16px;
		}