html, body
{
	width: 100%;
	height: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
}
body
{

}
img
{
	border: 0;
}
a
{
	cursor: pointer; /*For Opera*/
}
a:hover
{
	text-decoration: none;
	cursor: pointer;
}

/* Layout Styles */

.Wrapper
{
	width: 995px;
	position: relative;
	top: 4px;
	background: url( "/Images/Neurolink/neuro-lines-right.gif" ) no-repeat 100% 44px;
}
.Logo
{
	width: 177px;
	height: 43px;
	position: relative;
	z-index: 9;
	overflow: hidden;
}
.Logo img
{
	
}
.TopNavigation
{
	height: 44px;
	margin-left: 113px;
	position: relative;
	z-index: 11;
}
.LeftHeaderImage
{
	width: 340px;
	height: 149px;
	margin-top: -25px;
}
.LHImageTop
{
	width: 340px;
	height: 57px;
	background: url("/Images/Neurolink/neurological-integration-system-top.gif") no-repeat 0 0;
	position: relative;
	z-index: 1;
}
.LHImageLink
{
	width: 340px;
	height: 82px;
	background: url("/Images/Neurolink/neurological-integration-system-link.gif") no-repeat 0 0;
}
.LeftAreaTop
{
	width: 235px;
	height: 14px;
	background: url( "/Images/Neurolink/left-top-line.gif" ) no-repeat 0 0;
	margin-top: -10px;
}
.LeftAreaTD
{
	width: 235px;
	min-width: 235px; /* For Safari/Chrome */
	background: url( "/Images/Neurolink/orange-line-left.gif" ) repeat-y 100% 0;
}
.RightAreaTD
{
	width: 760px;
	min-width: 760px; /* For Safari/Chrome */
	height: 200px;
	background: url( "/Images/Neurolink/main-line-right.gif" ) repeat-y 100% 0;
}
.RightArea
{
	width: 628px;
}
.Breadcrumbs
{
	height: 36px;
}
.Breadcrumbs a
{
	color: #88878B;
	font: normal 11px/23px Arial, Helvetica, Sans-Serif;
	text-transform: uppercase;
	text-decoration: none;
}
.Breadcrumbs a:hover
{
	color: #EB6400;
}
.MainBottomLine
{
	height: 8px;
	background: url( "/Images/Neurolink/main-bottom.gif" ) no-repeat 0 0;
}
.SearchResultsDiv
{
	width: 628px;
}
.LoginButtonTD
{
	padding: 13px 17px 0 0;
}

/* End Layout Styles */

/* Footer */

.Footer
{
	float: left;
	height: 22px;
	overflow: hidden;
}
.FooterNavDiv
{
	position: relative;
	left: 36px;
}
.FooterNavDiv .footerNav
{
	color: #EB6400;
	font: normal 11px/23px Arial, Helvetica, Sans-Serif;
	text-transform: uppercase;
	text-decoration: none;
}
.footerNav:hover
{
	color: #666;
}
.FooterNavDiv span
{
	margin: 0 3px 0 3px;
}
.SiteBy a, .CopyrightDiv
{
	color: #666;
	font: normal 11px/23px Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}
.SiteBy a:hover
{
	color: #EB6400;
}

/* End Footer Nav */

/* Contact Page */

.ContactUsDiv
{
	width: 700px;
	margin-top: 33px;
}
.ContactInfo
{
	width: 333px;
	line-height: 22px;
}
.ContactGoogleMap
{
	width: 333px;
	margin-left: 30px;
}

/* End Contact Page */

/* SearchBox */

.SearchDiv
{
	position: relative;
	top: 18px;
}
.SearchBoxLeft
{
	width: 1px;
	height: 14px;
	background: url( "/Images/Neurolink/search-box-left.gif" ) no-repeat 0 0;
	margin-left: 6px;
}
.SearchBoxRight
{
	width: 1px;
	height: 14px;
	background: url( "/Images/Neurolink/search-box-right.gif" ) no-repeat 0 0;
}
.SearchBox
{
	width: 64px;
	height: 14px;
	background: url( "/Images/Neurolink/search-box.gif" ) repeat-x 0 0;
	border: 0;
	color: #807F84;
	font: normal 10px Arial, Helvetica, Sans-Serif;
	margin: 0;
}
.GoButton
{
	margin-left: 6px;
}
.SearchText
{
	line-height: 14px;
}

/* End SearchBox */

/* Panel Template */

.PanelHeaderImage
{
	width: 340px;
	height: 149px;
	position: relative;
	top: -25px;
}
.PanelMainDiv
{
	background: url( "/Images/Neurolink/panel-bg.gif" ) repeat-y 0 0;
	margin-top: -36px;
}
.PanelBottom
{
	height: 8px;
	background: url( "/Images/Neurolink/panel-bottom.gif" ) no-repeat 0 0;
}
.PanelContent
{
	padding: 18px 0 18px 0;
}

/* End Panel Template */

/* Sub Nav */

.PageHeading
{
	height: 33px;
}
.PageHeading span
{
	color: #CF6400;
	font: bold 14px/23px Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}
#SubNavDiv ul, #SubNavDiv li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#SubNavDiv li a
{
	color: #7F7E83;
	font: normal 13px/23px Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	text-transform: uppercase;
}
#SubNavDiv li a:hover, #SubNavDiv .Selected, #SubNavDiv .Selected a, #SubNavDiv #Expanded
{
	color: #CF6400;
}
#SubNavDiv .Separator
{
	display: none;
}
#SubNavDiv li ul
{
	margin-left: 15px;
}
#SubNavDiv li ul li
{
	padding-left: 8px;
	background: url( "/Images/Neurolink/nav-dot.gif" ) no-repeat 0 10px;
}
#SubNavDiv li ul li a
{
	text-transform: none;
}
#SubNavDiv .Selected ul li a
{
	color: #7F7E83;
}

/* End Sub Nav */

/* Form Styles */

.FormTextBox, .LoginFormBox
{
	width: 151px;
	height: 22px;
	background: #FFF url( "/Images/Neurolink/prac-searchbox-bg.gif" ) repeat-x 0 0;
	border: 1px solid #999;
	border-top: none;
	border-bottom: none;
	padding: 0px 0 0 1px;
	color: #000;
	font: normal 12px Arial, Helvetica, Sans-Serif;
}
select.FormTextBox
{
	border: 1px solid #999;
}
.FormDD
{
	width: 151px;
	color: #000;
	font: normal 12px Arial, Helvetica, Sans-Serif;
}
.FormSelectMenu
{
	width: 151px; /*height: 22px;*/
}
.FormSelectImage
{
	width: 151px;
	height: 22px;
	background: url( "/Images/Neurolink/form-select-bg.gif" ) no-repeat 0 0;
	position: relative;
	top: 22px;
}
.FormTextarea
{
	width: 151px;
	height: 83px;
	border: 1px solid #999;
	color: #000;
	font: normal 12px Arial, Helvetica, Sans-Serif;
}
.ApplyCareerForm, .ApplyCareerText
{
	width: 100%;
	margin-left: 11px;
}
.ApplyCareerForm td
{
	vertical-align: middle;
}
.SubmitDetailsButton
{
	width: 141px;
	height: 27px;
	background: url( "/Images/Neurolink/submit-details.gif" ) no-repeat 0 0;
	border: 0;
	cursor: pointer;
}

/* End Form Styles */

/* Button Styles */

.Button
{
	width: 141px;
	height: 27px;
	background: url( "/Images/Neurolink/blue-button.gif" ) no-repeat 0 0;
	border: 0;
	color: #FFF;
	font: normal 13px/27px Arial, Helvetica, Sans-Serif;
	cursor: pointer;
	text-align: center;
}
.ButtonLRG
{
	width: 221px;
	height: 27px;
	background: url( "/Images/Neurolink/blue-buttonLRG.gif" ) no-repeat 0 0;
	border: 0;
	color: #FFF;
	font: normal 13px/27px Arial, Helvetica, Sans-Serif;
	cursor: pointer;
	text-align: center;
	display: block;
}
.BabyButton
{
	width: 54px;
	height: 17px;
	background: url( "/Images/Neurolink/baby-button.gif" ) no-repeat 0 0;
	border: 0;
	color: #FFF;
	font: normal 10px/17px Arial, Helvetica, Sans-Serif;
	cursor: pointer;
	text-align: center;
}
.MediumButton
{
	width: 84px;
	height: 27px;
	background: url( "/Images/Neurolink/medium-button.gif" ) no-repeat 0 0;
	border: 0;
	color: #FFF;
	font: normal 13px/27px Arial, Helvetica, Sans-Serif;
	cursor: pointer;
	text-align: center;
}
.MediumButtonGrey
{
	width: 84px;
	height: 27px;
	background: url( "/Images/Neurolink/medium-button-grey.gif" ) no-repeat 0 0;
	border: 0;
	color: #FFF;
	font: normal 13px/27px Arial, Helvetica, Sans-Serif;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
}
.ThickButton
{
	width: 141px;
	height: 40px;
	border: 0;
	color: #FFF;
	font: normal 13px/18px Arial, Helvetica, Sans-Serif;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	background: url( "/Images/Neurolink/thick-button.gif" ) no-repeat 0 0;
	padding-top: 3px;
	margin: 0 3px 0 3px;
}

.Button a, .Button a:visited, .Button a:link, .Button a:active, .BabyButton a, .BabyButton a:visited, .BabyButton a:link, .BabyButton a:active, .MediumButton a, .MediumButton a:visited, .MediumButton a:link, .MediumButton a:active, .MediumButton, a .Button
{
	text-decoration: none;
	color: #FFF;
}
/*
.Button a:hover, .Button:hover, .MediumButton a:hover, .MediumButton:hover
{
	font-weight: bold;
	font-size: 15px;
}
*/
.BabyButton a:hover, .BabyButton:hover
{
	font-weight: bold;
	font-size: 12px;
}
.ButtonText
{
	color: #FFF;
	font: normal 13px/27px Arial, Helvetica, Sans-Serif;
}
h4 a
{
	text-decoration: none;
}

/* End Button Styles */

/* Text Styles */

.ValidateError, .ValidateError *
{
	color: #ff0000;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	vertical-align: middle;
}
.OrangeLink:hover
{
	text-decoration: underline;
	color: #666;
	line-height: 18px;
}
.SeminarColumn
{
	font-family: Arial, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	line-height: 18px;
}

/* End Text Styles */

/*Generic Classes */

.BN
{
	border: none;
}
.CB
{
	clear: both;
}
.CB1
{
	clear: both;
	height: 1px;
	overflow: hidden;
	margin-bottom: -1px;
}
.P5
{
	padding-top: 5px;
}
.CB10
{
	clear: both;
	height: 10px;
	overflow: hidden;
}
.CP
{
	cursor: pointer;
}
.DB
{
	display: block;
}
.DI
{
	display: inline;
}
.DN
{
	display: none;
}
.FL
{
	float: left;
}
.FR
{
	float: right;
}
.H100
{
	height: 100%;
}
.MA
{
	margin-left: auto;
	margin-right: auto;
}
.OH
{
	overflow: hidden;
}
.PA
{
	position: absolute;
}
.PR
{
	position: relative;
}
.TC
{
	text-align: center;
}
.TDN
{
	text-decoration: none;
}
.TL
{
	text-align: left;
}
.TR
{
	text-align: right;
}
.VB
{
	vertical-align: bottom;
}
.VT
{
	vertical-align: top;
}
.W100
{
	width: 100%;
}

/* End Generic Classes */

/* FAQ Styles */

.FAQDiv
{
	width: 666px;
	padding-top: 12px;
}
.FAQDiv ul
{
	width: 666px;
}
.FAQDiv ul li a, .FAQDiv ul li a:active, .FAQDiv ul li a:link, .FAQDiv ul li a:visited
{
	color: #2961A4;
	font: normal 13px/23px Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}
.FAQDiv ul li a:hover
{
	color: #CF6400;
}
.FAQDiv ul li a img
{
	position: relative;
	top: 8px;
}
.FAQDiv ul li ul li
{
	width: 636px;
}
.FAQDiv ul li ul .text
{
	font: normal 12px/14px Arial, Helvetica, Sans-Serif;
	position: relative;
	left: 21px;
}
.FAQDiv ul li ul .text
{
	color: #7F7E83;
	cursor: text;
	margin: 3px 0 3px 0;
}

/* end FAQ Styles */
.SitemapDiv
{
	float: left;
}
.SitemapDiv a
{
	color: #807F84;
	font: bold 13px Arial, Helvetica, Sans-Serif;
}
.errorbox
{
	width: 200px;
	color: #F00;
	font: normal 12px Arial, Helvetica, Sans-Serif;
}

/* NAVIGATION */

#TopDiv
{
	margin: 17px 45px 0 10px;
}

#TopDiv ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#TopDiv li
{
	float: left;
}

/*#TopDiv li.MainItem + li.MainItem:before{ content:'|'; padding-left:10px; }*/
#TopDiv li{ background:url(/images/neurolink/menu-sep.gif) no-repeat left center; padding-left:10px; margin-left:10px;  }
#TopDiv li:first-child{ background:none; margin-left:0; padding-left:0;  }
#TopDiv li.Separator{ display:none; }

#TopDiv li a
{
	text-decoration: none;
	color: #ADAFB2;
	font: bold 10px/16px Arial, Helvetica, Serif, Sans-Serif;
	text-transform: uppercase;
}

#TopDiv li a:hover
{
	cursor: pointer;
	text-decoration: none;
	color: #EB6400;
}

#TopDiv .Separator
{
	margin: 0 10px 0 10px;
}

/* END NAVIGATION */

.EditAccoutButtonDiv
{
	height: 30px;
	overflow: hidden;
	margin-top: 5px;
}
.EditMyAccountButton
{
	line-height: 18px;
}
.CountrySel
{
	text-transform: uppercase;
}

ul.rootGroup li img.image{position:relative; top:9px}

/* 30/08/2010 - leon */

div.practitioners{ clear:left; padding-top:20px;}
div.practitioners .Button,div.practitioners .ButtonLRG{ float:left; clear:left; text-decoration:none; margin-bottom:5px;}
div.practitioners .links{ padding:5px 0 15px; border-bottom:solid 1px #f38c37; margin-bottom:15px; overflow:hidden;}

div.practitioners .login{  clear:left;  }

div.cssChanger{ position:fixed; right:5px; top:5px; z-index:50; background:url(/images/icons/opacity90.png); z-index:50; border:solid 1px #ccc; padding:3px;}

div.default .area1{ float:left; width:400px;}
div.default .area2{ float:right; width:215px;}

.hidden{ display:none; }

.cycle div.itemW{ width:215px; min-height:120px; height:auto !important; height:120px; background:none !important; }
.cycle div.item{  padding:5px;position:relative; left:-5px;}

.cycleWrapper{ position:relative;}
.cycleWrapper .title{ font-weight:bold;}
.cycleWrapper div.adminSettings{ position:absolute; top:0; left:0; z-index:51; background-color:#555; overflow:hidden; padding:3px; }
.cycleWrapper div.adminSettings p{ float:left; padding:0 0px; }
.cycleWrapper div.adminSettings p span{ display:block; color:#fff;}
.cycleWrapper div.adminSettings input{ background:url(/images/disk.png) no-repeat; border:none;  position:absolute; right:5px; top:5px; width:16px; height:16px; overflow:hidden; text-indent:-99px; cursor:pointer;}
.textCycler div.nav{ position:relative; height:25px;}
.textCycler div.nav .prev{ position:absolute; left:0; top:4px;}
.textCycler div.nav .next{ position:absolute; right:0; top:4px;}
.textCycler div.nav .pause{ display:none;}
.MyAccountMainTD select.PracSelect { width:154px;}

a.FgtPwd { color:#CF6400; } 

/* Courses List */

.courselisttemplate .content {float: left; width: 390px;}
.courselisttemplate .login {float: right; width: 200px;}
.courselisttemplate .login table.ContentText {clear: both;}

#Courses .CoursesList {width: 100%;}
#Courses .CoursesList .infocell{width: 108px; float: left;  font: normal 13px/23px Arial, Helvetica, Sans-Serif; color: #666666;}
#Courses .CoursesList .infocell a {font: normal 13px/23px Arial, Helvetica, Sans-Serif; color: #666666;}
#Courses .CoursesList .infocell a.textLink {color: #666666;}
#Courses .CoursesList .large {width: 160px;}
#Courses .CoursesList .small {width: 27px;}
#Courses .CoursesList .heading {font-weight: bold;}
#Courses .CoursesList .heading div {font-weight: bold;}
#Courses .CoursesList .infocell input {padding-left: 7px;}
#Courses .CoursesList .subcourses {border: 1px solid #e8e8e8; clear: both; background: #e8e8e8; margin-bottom: 10px;}
#Courses .CoursesList .subcourses .module {clear: both;}
#Courses .CoursesList .subcourses .infolist {float: left;}
#Courses .CoursesList .subcourses .radiolist {float: left; width: 24px;}
#Courses .CoursesList .subcourses .radiolist label {display: none;}
#Courses .droplist {clear: both;}
#Courses .courselist {clear: both; padding-top: 30px;}
#Courses .courselist .coursePopup {text-decoration: underline; color: #666666;}
#Courses .util {clear: both; padding: 20px 0 0 0;}
#Courses .util .actions {float: right; margin-right: 15px;}
#Courses .util .messages {float: left;}
#Courses .util .messages span {color: Red;}
#Courses .droplist div {float: left;}
#Courses .droplist div.list {margin-left: 15px;}

#CourseInfoPopup div {text-align: left; color: #000; font: normal 12px Arial, Helvetica, Sans-Serif; }
#CourseInfoPopup .title {clear: both; width: 100%;}
#CourseInfoPopup .info {clear: both; width: 100%;}
#CourseInfoPopup .info .sec1 {float: left; width: 310px; margin-right: 10px;}
#CourseInfoPopup .info .sec2 {float: left; width: 150px;}
#CourseInfoPopup .info .sec2 .label {font-weight: bold; padding-bottom: 5px;}
#CourseInfoPopup .info .sec2 .text {font-weight: normal; padding-bottom: 5px;}

#SmallCart .summary {width: 202px;}
#SmallCart .items {position: absolute; display: none; background: #ffffff; border: 1px solid #000000;}

#Courses .courselist div.SemListTop {	height: 7px; background: url("/Images/Neurolink/sem-lgest-top.png") no-repeat 0 0;}
#Courses .courselist div.SemListBot { height: 7px; background: url("/Images/Neurolink/sem-lgest-bot.png") no-repeat 0 0;}
#Courses .courselist td.SemListTD { background: url("/Images/Neurolink/sem-lgest-bg.png") repeat-y 0 0;	padding: 0px 0px 3px 5px;}

.ContShopBut {display: inline-block;}

#ECast.admin{ text-align:left; }
#ECast.admin, #ECast.admin input.text, #ECast.admin textarea{ font-family:Arial; font-size:12px; }
#ECast.admin input.text, #ECast.admin textarea, #ECast.admin select{ border:solid 1px #ccc; width:500px;  }
#ECast.admin textarea{ height:150px; }
#ECast.admin td{ padding:10px; }

#VideoEnquiry .MediumButton input{ background:none; color:#fff; border:none; position:relative; top:4px; cursor:pointer; }
#VideoEnquiry .MediumButton { float:right; }
#VideoEnquiry input.text, #VideoEnquiry textarea{ border:solid 1px #ccc; width:220px; font-family:Arial; font-size:12px;  }
#VideoEnquiry textarea{ height:90px; }
#VideoEnquiry td.label{ width:115px; }
#VideoEnquiry td{ padding-bottom:5px; }
p.Button + p.Button{ margin-top:5px; }

.videoInfo .playCount{ text-decoration:underline; font-weight:bold; }

#SmallCart td{ padding:3px 5px; }
