/*#Master page#*/

html {
	overflow-y: scroll;
}

body {
	background: #ececec;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	color: #1f1e1e;
}

#masterOuter { /* outer centered container */
	background: #ffffff;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

#masterInner { /* inner centered container */
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
}

/*#Master page/Header#*/

#masterHeader {
	width: 940px;
	height: 100px;
	position: relative;	
}

	#masterHeaderLogo {
		padding-top: 20px;
	}

	#masterHeaderLinks {
		position: absolute;
		float: right;
		width: 250px;
		height: 20px;
		top: 20px;
		right: 2px;
		text-align: right;
		font-size: 0.8em;
		color: #6b6767;
	}

	#masterHeaderLinks a:active, #masterHeaderLinks a:link, #masterHeaderLinks a:visited {
		text-decoration: none;
		color: #6b6767;
	}

	#masterHeaderLinks a:hover {
		text-decoration: underline;
		color: #6b6767;
	}
	
	#masterHeaderPhone {
		background: url(/app_themes/academy/images/header-phone.gif);
		position: absolute;
		float: right;
		width: 195px;
		height: 30px;
		top: 40px;
		right: 2px;		
	}
	#masterHeaderSocial {
		position: absolute;
		text-align: right;
		font-size: 0.9em;		
		float: right;
		width: 195px;
		height: 20px;
		top: 75px;
		right: 2px;		
	}
	#masterHeaderSocial a:active, #masterHeaderSocial a:link, #masterHeaderSocial a:visited {
		text-decoration: none;
		color: #6b6767;
	}

#zoneMasterNavigation {
	background: url(/app_themes/academy/images/top-nav-bg.gif) no-repeat;
	width: 940px;
	height: 34px;
	margin-bottom: 2px;
}

.DesignMode #zoneMasterNavigation {
	height: 100px;
}

/*#Master page/SubHeader#*/

#zoneMasterSubHeader {
	width: 630px;
	height: 180px;
	float: left;
	margin-bottom: 2px;
}

#zoneMasterSearch {
	background: url(/app_themes/academy/images/search-bg.jpg) top;
	width: 310px;
	height: 180px;
	margin-bottom: 2px;

}

.redRule {
	background: #c52e24;
	width: 940px;
	height: 2px;
	margin-bottom: 2px;
	clear: both;
}

/*#Master page/Content#*/
#zoneMasterContent {
	clear: both;	
	width: 940px;
	padding-top: 10px;
	padding-bottom: 10px;
}

/*#Master page/Footer#*/

#zoneMasterFooter {
	clear: both;
	background: #6b6767;
	width: 940px;
	height: 80px;
	text-align: center;	
}

#zoneMasterFooter .footerLinks, #zoneMasterFooter .footerLinks a  {
	padding-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
	color: #ffffff;
}

#zoneMasterFooter .footerLinks a:hover {
	text-decoration: underline;
}

#zoneMasterFooter .footerCopyright {
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}

/*#Master page/Navigation#*/

.masterNavigation {
	width: 70%;
	float: left;
	padding-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.masterNavigation ul { 
	width: 100%; 
	list-style-type: none;
}

.masterNavigation li { 
	background: url(/app_themes/academy/images/top-nav-div.gif) top right no-repeat;
	display: inline; 
	float: left; 
}

.masterNavigation a { 
	display: block; 
	width: 80px; 
	margin: 0px;
	padding: 6px 10px 8px 30px;
	text-decoration: none;
	color: #ffffff; 

}

.masterNavigation a:hover {
	background: url(/app_themes/academy/images/top-nav-over.gif) repeat-x;
	color: #ffffff;
	margin-left: -1px; /* fix to cover up div line on hover */
	padding-left: 31px; /* fix to cover up div line on hover */
}

.masterNavigation ul ul { 
	background: #1f1e1e;
	z-index: 500;
	width: 121px; 
	position: absolute;
	margin-left: -1px; /* fix to cover up div line on hover */
}

.masterNavigation ul ul li { 
	background: none;
	clear: left; 
	display: block; 
	position: relative;
}

.masterNavigation ul ul a { 
	padding-left: 20px;
	
}

.masterNavigation ul ul li a:hover {
	background: #c52e27;
	margin-left: 0;
	padding-left: 20px;
	width: 91px; /* fix to cover up div line on hover */
}

.masterNavigation ul ul ul { 
	left: 100%; 
}

.masterNavigation ul ul { display: none }

.masterNavigation ul li:hover ul ul { display: none }

.masterNavigation ul ul li:hover ul ul { display: none }

.masterNavigation ul li:hover ul { display: block }

.masterNavigation ul ul li:hover ul { display: block }

.masterNavigation ul ul ul li:hover ul { display: block }

.currentUser
{
	float: right;
	padding-top: 8px;
	text-align: right;
	font-size: 14px;
	color: #ffffff;
}

.signInOut
{
	float: right;
	padding: 3px 10px 0 10px;
}

/*#Master page/Search box#*/
.searchbox {
	margin-top: 60px;
	margin-left: 15px;
	font-size: 14px;
	color: #ffffff;
}

.searchbox .textlabel {
	width: 100px;
}

.searchbox .searchtext {
	width: 140px;
}

.searchbox .dropdownlist {
	width: 145px;
	margin-top: 5px;
}

/*#Master page/Search results#*/

.SearchResults {
	padding: 10px 0 10px 2px;
}
.ResultsTitle {
	padding-bottom: 4px;
}
.ResultsTitle a:link, .ResultsTitle a:active{
	font-size: 1em;
	font-weight: bold;
	color: #0066cc;
}
.ResultsTitle a:visited {
	font-weight: bold;
	font-size: 1em;
}
.ResultsTitle a:hover {

}
.ResultsContent {
        width: 90%;
	line-height: 1.2;
	margin: 4px 0 4px 0;
}
.ResultsPath {
	margin-bottom: 14px;
}
.ResultsPathURL {
	font-size: 80%;
	color: #008000;
}
.ResultsPathDate {
	font-size: 70%;
	color: #888888;
}
.PagerResults {
	padding: 8px 0;
	font-size: 0.9em;
}

.PagerNumberArea {
	font-size: 0.9em;
}

.PagerNumberArea a:link, .PagerNumberArea a:active{
	color: #0066cc;
}
.PagerNumberArea a:visited {
	font-size: 0.9em;
}

/*#Home page#*/

#zoneHomeLeft {
	float: left;
	width: 610px;
	padding: 0 10px 0 10px;
}

#zoneHomeRight {
	float: left;
	width: 300px;
	padding: 0;
}

.DesignMode #zoneHomeRight {
	width: 275px;
}

#homeIntro {
	width: 590px;
	height: 60px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.1em;
	color: #1f1e1e;
}

#homeSectionBanner {
	width: 590px;
	height: 94px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#homeSectionLinks {
	width: 590px;
	height: 200px;
}

#homeTestimonials {
	display: block;
	background: #e6e6e6;
	width: 570px;
	height: 140px;
	margin-top: 10px;
	padding: 10px;
}

#homeTestimonials h3 {
	margin-bottom: 5px;
	color: #1f1e1e;
}

#homeTestimonials p {
	margin-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: italic;
	line-height: 1em;
	color: #1f1e1e;
}

#homeTestimonials .signature {
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1em;
	font-weight: 600;
	color: #1f1e1e;
}

#homeRegister {
	float: left;
	width: 300px;
	height: 60px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.1em;
	color: #1f1e1e;
}

#homeProductBanner {
	float: left;
	width: 300px;
	height: 94px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#homeProductLinks {
	float: left;
	width: 300px;
	height: 200px;
}

#homeRecentUpdates {
	float: left;
	display: block;
	background: #e6e6e6;
	width: 280px;
	height: 140px;
	padding: 10px;
	margin-bottom: 10px;
}

#homeRecentUpdates h3 {
	margin-bottom: 10px;
	color: #1f1e1e;
}

#homeRecentUpdates p {
	list-style-type: square;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1em;
	color: #1f1e1e;
}

#homeRecentUpdates ul {
	list-style-type: square;
	margin-left: 20px;
	padding: 0;
}

#homeRecentUpdates li {
	padding-bottom: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1em;
}

#homeRecentUpdates a:link, #homeRecentUpdates a:active, #homeRecentUpdates a:visited  {
	text-decoration: none;
	color: #0066cc;
}

#homeRecentUpdates a:hover {
	text-decoration: underline;
	color: #0066cc;
}

/*#Content#*/

#zoneContentLeft {
	float: left;
	width: 250px;
	margin: 0 0 20px 0;
}

#zoneContentMain {
	float: left;
	width: 660px;
	margin: 0 10px 20px 20px;
}

.DesignMode #zoneContentMain {
	width: 658px;
}

#zoneContentMain p {
	margin-bottom: 10px;

}

#zoneContentMain h2 {
	width: 98%;
	clear: both;
	margin: 15px 0 10px 0;
	border-bottom: 1px solid #c52e24;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: 500;
	color: #1f1e1e;
}

#zoneContentMain h3 {
	width: 98%;
	clear: both;
	margin: 15px 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	line-height: 1.4em;
	font-weight: 500;
	color: #1f1e1e;
}

#zoneContentMain h4 {
	width: 98%;
	clear: both;
	margin: 15px 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1em;
	font-weight: 500;
	color: #1f1e1e;
}

#zoneContentMain h5 {
	width: 98%;
	clear: both;
	margin: 15px 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.1em;
	font-weight: 600;
	color: #1f1e1e;
}

#zoneContentMain a:link, #zoneContentMain a:active, #zoneContentMain a:visited  {
	text-decoration: none;
	color: #0066cc;
}

#zoneContentMain a:hover {
	text-decoration: underline;
	color: #0066cc;
}

#zoneContentMain .headerText {

}

#zoneContentMain .contentText {
	margin-bottom: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
	color: #1f1e1e;
}

.contentText ul {
	list-style-type: square;
	margin-left: 20px;
}

.tutorialList, .tutorialList a:link, .tutorialList a:active, .tutorialList a:visited  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.4em;
	text-decoration: none;
	color: #0066cc;
}

.tutorialList a:hover {
	text-decoration: underline;
	color: #0066cc;
}

.courseListName, .courseListName a:link, .courseListName a:active, .courseListName a:visited  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.4em;
	text-decoration: none;
	color: #0066cc;
}

.courseListName a:hover {
	text-decoration: underline;
	color: #0066cc;
}

.courseListDate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
	color: #000000;
}

.courseDetailsDate {
	padding-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
	color: #000000;
}

.EventManagerRegistration {
	margin-bottom: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
	color: #1f1e1e;
}

/*#Content/Guides#*/

#zoneContentMain .guideTextBlock {
	width: 98%;
	margin-bottom: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
	color: #1f1e1e;
}

#zoneContentMain .guideTextBlock ul {
	margin-top: 10px;
	margin-bottom: 10px;
	list-style-type: square;
	margin-left: 20px;
}

#zoneContentMain .guideTextBlock h4 {
	width: 98%;
	clear: both;
	margin: 15px 0 10px 0;
	border-bottom: 1px solid #c4c2c2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	line-height: 1.3em;
	font-weight: 500;
	color: #1f1e1e
}

#zoneContentMain .guideAppliesToHeading {
	width: 98%;
	clear: both;
	margin: 15px 0 10px 0;
	border-bottom: 1px solid #c52e24;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.4em;
	font-weight: 500;
	color: #1f1e1e
}

#zoneContentMain .guideSeeAlsoHeading {
	width: 98%;
	clear: both;
	margin: 15px 0 5px 0;
	border-bottom: 1px solid #c52e24;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.4em;
	font-weight: 500;
	color: #1f1e1e
}

.guideTextBlock img.right {
    	display: block;
	float: right;
}

.guideTextBlock img.left{
    	display: block;
	float: left;
}

.CntRatingContent {
	height: 10px;
	margin: 0;
	padding: 0;
	line-height: 1.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #1f1e1e;
}

.CntRatingResult {
	margin: 0;
	padding: 0;
	line-height: 1.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #1f1e1e;
}

.guideFAQQuestion {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.guideFAQAnswer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
	padding: 5px 0 7px 1px;
}

.guideFAQSearchQuestion {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: 600;
	padding-top: 10px;
	padding-bottom: 5px;
}

.guideFAQSearchAnswer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
}

/*#Containers#*/

/*#Containers/Red box#*/

.redBox {
	width: 100%;
	margin-bottom: 15px;
}

.redBox h3 {
	float: left;
	padding: 6px 4px 4px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ffffff;	
	overflow: hidden;
}

.redBoxHeader {
	background: url(/app_themes/academy/images/red-box-center.gif) repeat-x;
	height: 30px;
}

.redBoxHeaderL {
	float: left;
	background: url(/app_themes/academy/images/red-box-left.gif) top left;
	width: 10px;
	height: 30px;
}

.redBoxHeaderR {
	background: url(/app_themes/academy/images/red-box-right.gif) top right;
	float: right;
	width: 25px;
	height: 30px;	
}

.redBoxContent {
	clear: both;
	padding: 5px 10px 10px 9px;
	border-left: 1px solid #e3e2e2;
	border-right: 1px solid #e3e2e2;
	font-size: 14px;
}	

.redBoxFooter {
	background: #e3e2e2;
	width: 100%;
	height: 1px;
}

/*#Containers/Black box#*/

.blackBox {
	width: 100%;
	margin-bottom: 15px;
}

.blackBox h3 {
	float: left;
	padding: 6px 4px 4px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ffffff;	
	overflow: hidden;
}

.blackBoxHeader {
	float: left;
	width: 100%;
	background: url(/app_themes/academy/images/black-box-center.gif) repeat-x;
	height: 30px;
}

.blackBoxHeaderL {
	float: left;
	background: url(/app_themes/academy/images/black-box-left.gif) top left;
	width: 10px;
	height: 30px;
}

.blackBoxHeaderR {
	background: url(/app_themes/academy/images/black-box-right.gif) top right;
	float: right;
	width: 25px;
	height: 30px;	
}

.blackBoxContent {
	clear: both;
	padding: 5px 10px 10px 9px;
	border-left: 1px solid #e3e2e2;
	border-right: 1px solid #e3e2e2;
	font-size: 14px;
}	

.blackBoxFooter {
	background: #e3e2e2;
	width: 100%;
	height: 1px;
}


/*#Left Menu#*/

.CMSTreeMenuTable {
	width: 100%;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.CMSTreeMenuTable a {
	white-space: nowrap;
	color: #1f1e1e;
}

.subCMSTreeMenuTable {
	margin-left: 10px;
}

.CMSTreeMenuTable a:hover {
	text-decoration: none;
	color: #c52e24;	
}

.CMSTreeMenuItem, .CMSTreeMenuSelectedItem {
	padding: 3px 0px;
}

.subCMSTreeMenuItem, .subCMSTreeMenuSelectedItem {
	padding: 3px 0px;
}

.CMSTreeMenuSelectedItem, .subCMSTreeMenuSelectedItem {
	color: #c52e24;
}

.CMSTreeMenuLink {
	background: url(/app_themes/academy/images/tree-menu-item.png) no-repeat left center;
	padding-left: 10px;
	text-decoration: none;
	color: #1f1e1e;
}

.subCMSTreeMenuLink {
	background: url(/app_themes/academy/images/tree-menu-item.png) no-repeat 8px center;
	text-decoration: none;
	padding-left: 12px;
}

.CMSTreeMenuSelectedLink {
	background: url(/app_themes/academy/images/tree-menu-item-active.png) no-repeat left center;
	padding-left: 10px;
	text-decoration: none;
	font-weight: 600;
	color: #c52e24;	
}

.subCMSTreeMenuSelectedLink {
	background: url(/app_themes/academy/images/tree-menu-item-active.png) no-repeat 8px center;
	padding-left: 16px;
	font-weight: 600;
	color: #c52e24;	
}

/*#Breadcrumbs#*/

.breadcrumbs { 
	padding-top: 8px;
	font-size: 11px;
	color: #6b6767;
}

.breadcrumbs a:link, .breadcrumbs a:visited  { 
	text-decoration: none;
	color: #0066cc;
}
.breadcrumbs a:hover  { 
	text-decoration: underline;
	color: #0066cc;
}

/*#Content/Feature table#*/

.featureTable { 
	width: 600px;
	margin: 10px 0 10px 0;
	padding: 2px;
	background: #fbf2f3;
	border: 1px solid #cccccc;
}

.featureTable table { 

}

.featureTable th {
	background: #666666;
	color: #ffffff;
	padding: 5px 5px 5px 5px;
	line-weight: 600;
	text-align: left;
	
}

.featureTable td {
	padding: 3px;
	vertical-align: middle;
}

/*#Content/Feature table borders#*/

.featureTableBorders { 
	width: 600px;
	margin: 10px 0 10px 0;
	padding: 2px;
	background: #fbf2f3;
	border: 1px solid #cccccc;
}

.featureTableBorders table { 

}

.featureTableBorders th {
	background: #666666;
	color: #ffffff;
	padding: 5px 5px 5px 5px;
	line-weight: 600;
	text-align: left;
	
}

.featureTableBorders td {
	padding: 5px;
	vertical-align: middle;
	border: 1px solid #cccccc;
}

.featureTableNoBorders td {
	border: 1px none #FFFFFF;
}

/*#Content/Content list#*/

.contentList { 
	width: 340px;
	margin: 10px 0 10px 0;
	padding: 2px 0 2px 5px;
	background: #fbf2f3;
	border: 1px solid #cccccc;
}

.contentList ul {
	list-style-type: none;
}

.contentListItem , .contentListItem a:link, .contentListItem a:active, .contentListItem a:visited  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.4em;
	text-decoration: none;
	color: #0066cc;
}

.contentListItem a:hover {
	text-decoration: underline;
	color: #0066cc;
}

/*#Content/Content rating#*/

.contentRatingBlock {
	width: 400px;
	float: left;
}

.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(../App_Themes/Default/Images/CMSDesk/Content/Properties/ContentRating/FilledStar.png);

}

.emptyRatingStar {
    background-image: url(../App_Themes/Default/Images/CMSDesk/Content/Properties/ContentRating/EmptyStar.png);
}

.savedRatingStar {
    background-image: url(../App_Themes/Default/Images/CMSDesk/Content/Properties/ContentRating/SavedStar.png);
}

.CntRatingResult
{
    clear:left;
    padding-top:5px;
}

.CntRatingRadioTable tr
{
    text-align: center;
}

/*#Site Map#*/

.CMSSiteMap { 
	width: 600px;
	margin: 20px 0 10px 0;
	padding: 5px 0 5px 5px;
	font-size: 0.8em;
}

.CMSSiteMapListItem ul {
	margin-left: 30px;
	list-style-type: disc;
	padding-bottom: 5px;
}

.CMSSiteMapListItem ul ul {
	margin-left: 30px;
	list-style-type: disc;
	padding-bottom: 5px;
}
.CMSSiteMapListItem ul li {
	padding-bottom: 3px;	
}
.CMSSiteMapListItem li {
	padding-bottom: 3px;	
}

.CMSSiteMapListItem li li {
	padding-bottom: 3px;	
}

.emailArticle {
	clear: both;
	padding-top: 10px;
	font-size: 0.8em;
	line-height: 1.2em;
}

.printArticle {
	margin-top: 15px;
	height: 20px;
	width: 200px;
	float: right;
	font-size: 0.8em;
	vertical-align: middle;

}
.printArticleImage {
	vertical-align: middle;
}

.printArticleText {
	vertical-align: middle;
}

/*#Courses#*/

.EventManagerRegText {
	width: 200px;
}
.EventManagerRegTitle {
	display: none;
}
.courseDetailsPlaces {
	font-size: 0.8em;
	padding-bottom: 6px;
}
.courseDetailsOpen {
	font-size: 0.8em;
}