@import "/a/css/global/reset.css";
@import "/a/css/global/base.css";

/* @group GENERIC */

body, input, select, textarea {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #555;
}

body {
	background: url(/a/img/global/bg-header-fade.jpg) repeat-x;
}

a {
	color: #2e2d2d;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/* @end GENERIC */

/* @group PAGE */

/* @group ACCESSIBILITY */

#skipLinks,
#styleSheetSwitcher {
	padding: 0;
	position: absolute;
 	right: 0px;
 	top: -500em; /* This needs a width, height and overflow hidden to stop IE5 MAC from doing horizontal scroll */
}

#skipLinks a:active,
#skipLinks a:focus,
#styleSheetSwitcher a:active,
#styleSheetSwitcher a:focus {
	position: absolute;
	top: 500.25em;
	right: 0.25em;
	z-index: 5;
	white-space: nowrap;
	color: #000;
	background: #FFF;
	border: 2px solid red;
	padding: 3px;
}

/* @end ACCESSIBILITY */

#pageContainer {
	width: 980px;
	margin: 0 auto;
}

/* @group HEADER */

#pageHeader {
	position: relative;
}

#pageHeader a {
	color: #6f6f6f;
	text-decoration: none;
}

#pageHeader a:hover {
	text-decoration: underline;
}

#logo {
	float: left;
	margin: 27px 0 0 2px;
	width: 298px;
	height: 61px;
}

#logo a {
	display: block;
	height: 100%;
	text-indent: -9999em;
}

#logo.pink a {background: url(/a/img/global/logo-chrysalis-pink.png);}
#logo.yellow a {background: url(/a/img/global/logo-chrysalis-yellow.png);}
#logo.blue a {background: url(/a/img/global/logo-chrysalis-blue.png);}

div.announcement {
	text-align: center;
	background: #DC007A;
	color: #FFF;
	padding: 10px;
	margin-bottom: 10px;
}

div.announcement p {
	margin: 0;
	font-size: 1.3em;
}

#strap {
	margin: 66px 0 0 14px;
	float: left;
	width: 218px;
	height: 21px;
	border-left: 1px solid #c2c2c2;
	line-height: 100%;
}

#strap em {
	text-indent: -9999em;
	background: url(/a/img/global/bg-strap.png) no-repeat top right;
	display: block;
	height: 13px;
	width: 201px;
	margin: 5px 0 0 16px;
}

/* @group PAGE NAVIGATION */

#pageNavigation {
	clear: both;
}

#pageNavigation h2 {
	position: absolute;
	left: -9999em;
}

#pageNavigation ul {
	margin: 0;
	padding: 23px 0 15px;
	overflow: hidden; /* Clearfix for all browsers */
	_zoom: 1; /* Clearfix for IE6 */
}

#pageNavigation li,
#pageNavigation li.selected a,
#pageNavigation li.ui-tabs-selected a,
#pageNavigation li.checkout span {
	padding: 6px 15px 15px;
	*padding-top: 7px;
	*padding-bottom: 14px;
}

#pageNavigation li {
	margin: 0;
	float: left;
	list-style: none;
	font-size: 1.3em; /* 13px */
	line-height: 100%
}

#pageNavigation li.checkout {
	float: right;
	background: url(/a/img/global/bg-nav-left.jpg) no-repeat;
}

#pageNavigation li.selected,
#pageNavigation li.ui-tabs-selected,
#pageNavigation li.checkout {
	padding: 0;
	background: url(/a/img/global/bg-nav-left.jpg) no-repeat;
}

#pageNavigation li strong,
#pageNavigation li a,
#pageNavigation li.checkout span {
	display: block;
	_float: left; /* Fix auto-full-width floats in IE6 */
}

#pageNavigation li.selected strong,
#pageNavigation li.ui-tabs-selected strong,
#pageNavigation li.checkout span {
	background: url(/a/img/global/bg-nav-right.jpg) no-repeat top right;
}

#pageNavigation li.selected a,
#pageNavigation li.ui-tabs-selected a {
	background: url(/a/img/global/bg-nav-arrow.gif) no-repeat 50% 100%;
	color: #fff;
	font-weight: normal;
	min-height: 17px;
	_height: 17px;
}

#pageNavigation li.checkout a {
	color: #fff;
}

#pageNavigation ul ul {
	display: none; /* TEMPORARY */
}

/* @end PAGE NAVIGATION */

/* @group USER NAVIGATION */

#userNavigation {
	position: absolute;
	top: 7px;
	right: 0;
	margin: 0;
	overflow: hidden; /* Clearfix for all browsers */
	_zoom: 1; /* Clearfix for IE6 */
}

#userNavigation li {
	margin: 0;
	float: left;
	list-style: none;
	font-size: 1.1em; /* 11px */
	padding-bottom: 1px;
}

#userNavigation .lnkStudents {
	padding-right: 12px;
}

#userNavigation .lnkHelp {
	border-left: 1px solid #9a9a9a;
	padding-left: 12px;
	padding-right: 12px;
}

#userNavigation .lnkBasket {
	border-left: 1px solid #9a9a9a;
	padding-left: 12px;
	padding-right: 20px;
	background: url(/a/img/global/icon-basket.gif) no-repeat 100% 51%;
}

/* @end USER NAVIGATION */

/* @group CURRENCY SELECTOR */

#currencySelection {
	position: absolute;
	top: 30px;
	right: 0;
	margin: 0;
	overflow: hidden; /* Clearfix for all browsers */
	_zoom: 1; /* Clearfix for IE6 */
}

/* @end CURRENCY SELECTOR */

/* @end HEADER */

#bodyContainer {
	overflow: hidden; /* Clearfix for all browsers */
	_zoom: 1; /* Clearfix for IE6 */	
	padding-bottom: 30px;
}

/* @group CONTENT */

#content {
	float: left;
	width: 680px;
}

#content h2 {
	font-size: 2em;
	font-weight: normal;
	margin: 0 0 1em 0;
	font-family: arial, verdana, helvetica, sans-serif;
	border-bottom: 1px solid #b4b4b4;
	padding-bottom: 7px;
}

#content .action a,
#content .action span {
	text-decoration: none;
}

#content .action a:hover {
	text-decoration: underline;
}

#content p,
#content li {line-height: 1.65;}

#content ul.actions {
	margin: 2em 0;
	overflow: hidden;
	_zoom: 1;
}

#content .action,
#content ul.actions li {
	line-height: 1.3;
	float: left;
}

#content ul.actions li {
	list-style: none;
	margin: 0 18px 0 0;
}

#content .action a,
#content .action span,
#content ul.actions li a {
	background: #E7E7E7;
	border: 1px solid #A5A4A3;
	color: #4E4B4A;
	display: block;
	padding: 4px 8px;
	text-decoration: none;
}

#content .action a:hover,
#content ul.actions li a:hover {
	text-decoration: underline;
}

/* @end CONTENT */

/* @group SUBCONTENT */

#subContent {
	float: right;
	width: 275px;
	background: #e7e7e7 url(/a/img/global/bg-subcontent-fade.jpg) repeat-x bottom left;
}

#subContent,
#subContent input,
#subContent select,
#subContent textarea {
	font-family: arial, verdana, helvetica, sans-serif;
	color: #7f7f7f;
}

#subContent .wrapper {
	padding: 10px 10px 40px 10px;
	background: url(/a/img/global/bg-subcontent-top.gif) no-repeat;
	overflow: hidden; /* Clearfix for all browsers */
	_zoom: 1; /* Clearfix for IE6 */
}

/* @group SECTION */

#subContent .section {
	background: #fff url(/a/img/global/bg-subsection.gif) repeat-y;
	margin-bottom: 10px;
}


#subContent .section a {
	color: #333;
	text-decoration: none;
}

#subContent .section a:hover {
	text-decoration: underline;
}

#subContent .section h4 {
	font-size: 1.4em;
	color: #fff;
	font-weight: normal;
	margin: 0;
	line-height: 1.3;
	padding: 8px 10px;
	background: #525252 url(/a/img/global/bg-subsection-top.jpg) no-repeat;
}

#subContent .section .sectionBody {
	padding: 10px;
	background: url(/a/img/global/bg-subsection-bottom.jpg) no-repeat bottom left;
	overflow: hidden; /* Clearfix for all browsers */
	_zoom: 1; /* Clearfix for IE6 */
}

#subContent .section p {
	margin: 0 0 1em 0;
}

#subContent .section dl,
#subContent .section ul {
	margin: 0;
}

#subContent li {
	list-style: none;
	margin: 0 0 0.5em 0;
}

#subContent .section dt {
	margin-bottom: 0.5em;
	font-size: 1.3em;
	border-top: 1px solid #d6d6d6;
	padding-top: 1em;
}

#subContent .section dt.first {
	border: 0;
	padding: 0;
}

#subContent .section dd {
	margin: 0 0 1em 0;
}

#subContent .section .action {
	float: left;
	margin-top: 0;
	clear: both;
}

#subContent .section .action a {
	display: block;
	background: #f9f9f9;
	border: 1px solid #d3d3d3;
	padding: 4px 5px 3px;
}

/* @group SEARCH */

#subContent #formSearch fieldset {
	position: relative;
	margin-top: 3px;
}

#subContent #formSearch .field {
	background: url(/a/img/global/bg-search-right.gif) no-repeat top right;
	font-size: 1.6em;
	padding-right: 8px;
	margin-bottom: 10px;
	*margin-bottom: 5px;
}

#subContent #formSearch .field label {
	position: absolute;
	left: -9999em;
}

#subContent #formSearch .field input {
	background: url(/a/img/global/bg-search-left.gif) no-repeat;
	border: 0;
	padding: 0;
	color: #acacac;
	padding: 9px 48px 7px 30px;
	width: 149px; 
}

#subContent #formSearch .action {
	margin-bottom: 0;
}

#subContent #formSearch .action input {
	background: url(/a/img/global/btn-search.gif) no-repeat;
	width: 48px;
	height: 35px;
	font-size: 0;
	text-indent: -9999em;
	border: 0;
	cursor: pointer;
	position: absolute;
	top: 0;
	*top: 1px;
	right: 0;
	*line-height: 0;	
}

/* @end SEARCH */

/* @group SECTION:NEWS */

#subContent #sectNews .timestamp {
	font-size: 1.1em;
	color: #777;
}

#subContent #sectNews .sectionBody .lnk-newsRSS {
	*float: none;
	*height: 1%;	
	font-size: 1em;
	background: url(/a/img/global/icon-rss-sml.gif) no-repeat center left;
	padding-left: 15px;
}

#subContent #sectNews .sectionBody .lnk-newsRSS a {
	padding: 0;
	display: inline;
	border: 0;
	background: none;	
}

#subContent #sectTestimonial blockquote .quotes {
	display:inline;
}

#subContent #sectTestimonial blockquote .quotesOpen {
	margin-right:7px;
}

#subContent #sectTestimonial blockquote .quotesClose {
	margin-left:7px;
	vertical-align:bottom;
}

/* @end SECTION:NEWS */

/* @end SECTION */

/* @end SUBCONTENT */

/* @group FOOTER */

#pageFooter {
	overflow: hidden; /* Clearfix for all browsers */
	_zoom: 1; /* Clearfix for IE6 */
	clear: both;
	background: url(/a/img/global/bg-footer-stripe.jpg) no-repeat;
	font-family: arial, verdana, helvetica, sans-serif;
	position: relative;
	min-height: 67px;
	_height: 67px;
	padding: 18px 0 10px;
}

#pageFooter h2 {
	position: absolute;
	left: -9999em;
}

#pageFooter p,
#pageFooter li {
	font-size: 1.1em;
}

#pageFooter a {
	text-decoration: none;
}

#pageFooter a:hover {
	text-decoration: underline;
}

#pageFooter #footerLogo {
	width: 226px;
	height: 55px;
	position: absolute;
	top: 12px;
	right: 0;
	margin: 0;
}

#pageFooter #footerLogo a {
	display: block;
	height: 100%;
	text-indent: -9999em;
	background: url(/a/img/global/logo-chrysalis-sml.gif);
}

#pageFooter #credits {
	background: url(/a/img/global/icon-footer-butterfly.gif) no-repeat;
	padding: 4px 0 0 25px;
	min-height: 12px;
	_height: 12px;
	margin-top: 0;
}

#pageFooter #footerNavigation {
	margin: 0;
	overflow: hidden; /* Clearfix for all browsers */
	_zoom: 1; /* Clearfix for IE6 */
}

#pageFooter #footerNavigation li {
	margin: 0;
	float: left;
	list-style: none;
	border-left: 1px solid #bbb;
	padding: 1px 10px 0;	
}

#pageFooter #footerNavigation li.first {
	padding-left: 25px;
	border: 0;
}

/* @end FOOTER */

/* @end PAGE */

/*--------------------------------------------------*/
/* Basic Form                                       */

	.basicForm fieldset {
		padding: 10px 0 0 0;
		margin: 0 0 10px 0;
		border: 0;
	}

	.basicForm fieldset legend {
		color: #000; /* IE6: defaults to using blue text */
		font-weight: bold;
		margin: 0 0 10px 0;
		padding: 0;
	}

	.basicForm fieldset fieldset legend {
		padding: 10px 0 0 0;
		margin: 0;
	}
	
	.basicForm .error {
		color: red;
		/* background: inherit; */
		font-weight: bold;
	}

	.basicForm .row {
		padding: 5px 0 0 11.5em;
		clear: both;
		font-size: 1.2em;
		overflow: hidden; /* Clearfix for all browsers */
		_zoom: 1; /* Clearfix for IE6 */
	}

	.basicForm .row .label,
	.basicForm .row.inputFirst .input {
		float: left;
		width: 11em;
		margin: 3px 0 0 -11.5em;
		text-align: left;
	}

	.basicForm .row .label abbr.required {
		border: 0;
	}

	.basicForm .row.inputFirst .label {
		float: none;
		display: block;
		width: auto;
		margin: 3px 0 0 0;
		text-align: left;
	}

	.basicForm .row.info .input,
	.basicForm .row.radio .input,
	.basicForm .row.check .input {
		display: block;
		padding: 3px 0 0 0;
	}

	.basicForm .row.date input {
		text-align: center;
	}

	.basicForm .submit {
		margin: 0 0 10px 0;
	}

/*--------------------------------------------------*/
/* Single line form                                 */

	.singleLineForm fieldset {
		margin: 0 0 10px 0;
		border: 0;
	}

/*--------------------------------------------------*/
/* Delete form                                      */

	.deleteForm fieldset {
		margin: 0 0 10px 0;
		border: 0;
	}

/*--------------------------------------------------*/
/* Basic Table                                      */

	.basicTable {
		margin: 0 0 10px 0;
		color: inherit;
		background: #E0E0E0;
		border-top: 1px solid #000;
		border-right: 0;
		border-bottom: 0;
		border-left: 1px solid #000;
	}

	.basicTable.fullWidth {
		width: 100%;
	}

	.basicTable tr.even {
		background: #F5F5F5;
	}

	.basicTable tr.highlight td.name {
		font-weight: bold;
	}

	.basicTable th {
		color: inherit;
		background: #AAA;
	}

	.basicTable th,
	.basicTable td {
		padding: 2px 4px;
		border-top: 0;
		border-right: 1px solid #000;
		border-bottom: 1px solid #000;
		border-left: 0;
	}

	.basicTable td.noResults {
		text-align: center;
	}

	.basicTable td.view,
	.basicTable td.delete {
		text-align: center;
		width: 4em;
	}

/*--------------------------------------------------*/
/* BAS Banner                                       */

	.basBanner {
		width: 200px;
		border: 1px solid #F00;
		float: right;
		padding: 10px 10px 0 10px;
		margin: 0 0 10px 10px;
	}

/*--------------------------------------------------*/
/* Part payments banner                             */

	#content #partPaymentsBanner {
		margin: 10px 0;
	}

/*--------------------------------------------------*/
/* Recent Course                                    */

	.recCourse {
		width: 200px;
		border: 1px solid #F00;
		float:right;
		position:relative;
		
		padding: 10px 10px 0 10px;
		margin: 0 0 10px 10px;
	}
	
	
/* Logo Footer for Homepage */
/* ------------------------ */
.floatLeft {
        float: left;

}

#logoFooter {
	background: url(/a/img/global/bg-footer-stripe.jpg) no-repeat;
	padding: 10px 10px 10px 0;
	font-size: 0.9em;
	_zoom: 1;
	clear: left;
}

#logoFooter a {
	color: #597392;
	font-weight: bold;
}

#logoFooter div.split {
	overflow: hidden;
}

#logoFooter div.split .left {
	float: left;
}

#logoFooter div.split .left img {
	float: left;
}

#logoFooter div.split .left .content {
	float: left;
	padding-left: 10px;
}

#logoFooter div.split .left .content strong {
	font-size: 1.2em;
}

#logoFooter div.split .left .content ul {
	padding: 0;
	margin: 0;
}

#logoFooter div.split .left .content ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#logoFooter div.split .right img {
	padding-left: 30px;
}

#btnNewsletter {
	display: block;
	text-indent: -100000px;
	width: 233px;
	height: 37px;
	margin: 0 auto;
	background: transparent url('/a/img/global/btn_signup.jpg') no-repeat;
}

#privacyImg {
	display: block;
	width: 168px;
	margin: 0 auto;
	margin-top: 10px;
	padding-bottom: 20px;
}

a.pdf {
	border: #BBB 1px solid;
	background: #F4F4F4 url(/a/img/global/pdf.png) no-repeat 2px 50%;
	padding: 8px 18px 8px 32px;
	text-decoration: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

a.pdf:hover {
	border-color: #888;
}


sup.ordinal-suffix {
	vertical-align: super;
	font-size: 0.5em;
}

