/* CSS Document */

/* -----073643 BLUE ----*/
/* -----597B7B DARK GREY ----*/
/* -----8A9A93 LIGHT GREY----*/
/* -----d6dede VERY LIGHT GREY----*/
/* -----EE3725 RED ----*/
/* -----C3DA6C GREEN ----*/

* {
	margin: 0;
	padding: 0;
    text-decoration: none;
    font-family: inherit;
	font-weight: inherit;
}

html {
    min-height: 100%;
    height: auto;
    font-size: 100%;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

body {
    margin: 0 auto;
    text-align: left;
    font: 62.5% / 2.1em helvetica, arial, san-serif;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
    background: none repeat-x 0 0;
}

#scrollarea {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: auto;
}

/* COMMON
 === === === === === === === === === === */

h1 {
	clear: both;
    font-size: 1.9em;
}

h2 {
    font-size: 1.9em;
}

h3 {
    font-size: 1.7em;
    margin: 8px 0 4px 0;
}

h4 {
    font-size: 1.2em;
}

p {
    font-size: 1.2em;
	margin: 0 0 1.2em 0;
}

strong,
b {
    font-weight: bold;
}

ul {
    margin-left: 10px;
    padding-left: 10px;
}

ol {
	margin: 0 0 0 10px;
	padding: 0 0 10px 20px;

}

a.link {
    padding-left: 20px;
    display: block;
    background: transparent url(../images/link.png) center left no-repeat;
    margin-bottom: 3px;
}

table {
	font-size: 100%;
	width: 100%;
}

table#RPL {
	border-top: 1px solid #000;
	font-size: 80%;
	line-height: 9px;
	width: 100%;
	text-align: left;
}

table#RPL td {
	padding: 2px 3px;
	border-bottom: 1px solid #CCC;
}

td {
	padding: 2px;
    vertical-align: top;
}

th {
	padding: 2px;
}

.ad {
    margin-top: 25px;
    width: 230px;
}

button {
	float:right; display: inline;
	background:transparent url(../images/submit_butt.png) 0 0 no-repeat;
	border:medium none;
	cursor:pointer;
	height:33px;
	width: 80px;
	margin: 0 20px 0 0;
	white-space:nowrap;
}

button:hover {
  background-position: 0 -34px;
}

/*
 * general layouting classes
 */

.clear {
    clear: both;
	position: relative;
	height: 0;
	overflow: hidden;
	font-size: 1px;
	margin: 0;
	padding: 0;
}

.noclear .clear {
	clear: none;
}

body .left {
	float: left; display: inline;
}

body .right {
	float: right; display: inline;
}

.indented {
	padding: 0 0 0 5.5em;
}

.half_indented {
	padding: 0 0 0 2.5em;
}

.left_align {
	text-align: left;
}

.right_align {
	text-align: right;
}

.highlight {
	font-weight: bold;
}

/*
 * ======
 * Layout
 * ======
 */

.column {
    float: left; display: inline;
    width: 233px;
    background: #FFF;
    padding: 0 0 0 10px;
}

.main-col .column {
	padding: 0 5px;
	width: 215px;
}

.column h1 {
    font-size: 2.0em;
    margin-bottom: 10px;
}

.column ul {
    margin: 20px 0;
    font-size: 1.4em;
    list-style: none;
    background: transparent url(../images/bullet.png) top left repeat-y;
	height: 100px;
}

/* BEGIN Frame styling (simple rounded corners) */

.frame {
    margin: 0 auto;
	padding: 15px 0;
}

.frame_top {
	display: block;
	margin: -15px 15px 0 15px;
	background: #fff;
}

.frame_top .frame_left_corner {
	display: block;
	margin: 0 0 0 -15px;
	background: url(/images/content_top_left.png) 0 0 no-repeat;
}

.frame_top .frame_right_corner {
	display: block;
	margin: 0 -15px 0 0;
	background: url(/images/content_top_right.png) right 0 no-repeat;
	height: 15px;
}

.frame_body {
	background: #fff;
	padding: 5px 0;
}

.frame_content {
	margin: -20px 0;
    padding: 5px;
}

.frame_bottom {
	display: block;
	margin: 0 15px -15px 15px;
	background: #fff;
}

.frame_bottom .frame_left_corner {
	display: block;
	margin: 0 0 0 -15px;
	background: url(/images/content_bottom_left.png) 0 0 no-repeat;
}

.frame_bottom .frame_right_corner {
	display: block;
	margin: 0 -15px 0 0;
	background: url(/images/content_bottom_right.png) right 0 no-repeat;
	height: 15px;
}

/* END Frame styling */

/* HEADER
 === === === === === === === === === === */
#header {
    height: 190px;
    font-size: 1.2em;
    margin: 0 auto;
    text-align: left;
}

#header_content {
	height: 125px;
}

#logo {
	float: left; display: inline;
    text-indent: -9999px;
    height: 105px;
    width: 230px;
	clear: none;
	padding: 0 0 20px 0;
}

#logo a {
    display: block;
    height: 105px;
    width: 230px;
    background: transparent no-repeat center bottom;
}

#header #account {
	float: right; display: inline;
}

#header #account ul li a {
	font-size: 1em;
}

#tag {
	float: left; display: inline;
    padding: 50px 0 0 10px;
    font-size: 1.4em;
    width: 720px;
}

#page_title {
	height: 70px;
}

#banner {
    font-size: 1.6em;
    padding: 5px 0 0 240px;
	width: 720px;
	margin: 0 auto;
}

#page_history {
	float: left; display: inline;
	margin: 0 0 0 -240px;
	width: 240px;
	overflow: hidden;
}

#page_history a {
	font-size: 0.825em;
}

/* NAVIGATION
 === === === === === === === === === === */

#navigation_content,
#header_content {
	width: 960px;
    margin: 0 auto;
}

#navigation ul,
#account ul {
	float: right; display: inline;
    height: auto;
    padding: 0;
}

#navigation ul li,
#account ul li {
    list-style-type: none;
    float: left; display: inline;
    padding: 10px 10px 0 10px;
    margin: 0;
}

#navigation ul li a,
#account ul li a {
    display: block;
    font-size: 1.2em;
}

/* CONTENT
 === === === === === === === === === === */
#content_frame,
#pre_footer {
    margin: 0 auto;
    width: 960px;
}

#pre_footer {
	margin-top: 10px;
}

#pre_footer .frame_content {
	padding: 35px 10px 5px 10px;
	text-align: right;
	vertical-align: bottom;
	background: url(/images/bg_mentor_education_small.png) no-repeat top right;
	position: relative;
	z-index: 10;
}

#pre_footer p {
	margin: 0;
}

#pre_footer img {
	vertical-align: baseline;
	margin: 0;
}

.main-col {
    float: left; display: inline;
    width: 450px;
	padding: 10px 15px;
}

.rcc {
	width: 700px;
	padding: 0 10px 0 10px;
}

.main-col ul {
    font-size: 1.1em;
    list-style: square;
    padding-left: 25px;
    margin-bottom: 6px;
}

.main-col h2 {
    margin: 0 0 6px 0;
	padding: 1.5em 0 0 0;
	clear: both;
}

.main-col h1 + h2,
.main-col h2:first-child {
	margin: 0 0 6px 0;
	padding: 0;
}

.main-col h3 {
    margin: 8px 0 3px 0;
}

.main-col a:link,
.main-col a:visited,
.main-col a:active,
.main-col a:hover,
#navigation ul li a:hover {
    text-decoration: underline;
}

#content {
	padding-left: 225px;
}

/* LEFT COLUMN
 === === === === === === === === === === */
#left-wrap {
    width: 220px;
	float: left; display: inline;
	margin: 0 0 0 -220px;
	padding: 0;
}

#left-wrap h2 {
    font-size: 1.9em;
}

.sidebar_top,
.sidebar_bottom {
    padding: 15px;
}

.sidebar_middle {
	padding: 5px 15px;
}

.sidebar_top {
    background: url(../images/corner_itl.png) no-repeat top left;
}

.sidebar_bottom {
    background: url(../images/corner_ibl.png) bottom left no-repeat;
}

.sidebar_top h4,
.sidebar_top form {
    margin: 4px 0 8px 20px;
}

.sidebar_top form {
	margin: 4px 0 0 0;
}

.sidebar_top h4 {
	padding: 0;
	margin: 0;
	font-size: 1.4em;
	line-height: 1.6em;
}

.sidebar_top ul {
	padding: 0;
	margin: 4px 0 10px 10px;
	font-size: 1.2em;
	line-height: 1.6em;
}

ul.price_totals,
ul.payment_totals {
	margin: 0;
	padding: 0;
}

.sidebar_top ul.price_totals,
.sidebar_top ul.payment_totals {
	margin: 0 0 10px 0;
	padding: 0 0 0 0x;
}

.column .admin_widget ul.price_totals li,
.column .admin_widget ul.payment_totals li {
	padding: 3px 5px;
	background: #f2f2f2;
	border-top: 1px solid white;
	vertical-align: bottom;
}

ul.price_totals li span.label,
ul.payment_totals li span.label {
	float: left; display: inline;
}

.sidebar_top input {
	border: none;
}

.sidebar_top form input.textinput {
    font-size: 1.3em;
    margin-bottom: 2px;
    border-top: 1px solid #92AD9E;
    border-left: 1px solid #92AD9E;
    width: 90%;
}

.sidebar_top blockquote {
	padding: 5px;
	text-indent: -5px;
	font-size: 1.4em;
}

.sidebar_top p {
	margin: 0;
}

.sidebar_top select,
.sidebar_top button {
	margin: 5px 0 0 15px;
}

.sidebar_top ul,
.sidebar_middle ul,
.sidebar_bottom ul {
    list-style: none;
    margin: 4px 0 4px 10px;
    font-size: 1.3em;
}

.sidebar_top ul ul,
.sidebar_bottom ul ul {
	font-size: 1em;
}

.sidebar_top ul.blind {
	margin: 0;
}


/* callback request form */

#callback {
	margin: 5px 0;
	padding: 0;
}

a#phone,
a#register,
a#call_back,
a#email {
	padding-left: 20px;
}

a#phone {
    font-size: 2.0em;
    margin-top: 10px;
    margin-bottom: 4px;
    background: url(../images/phone.png) center left no-repeat;
}

/* unused
a#register {
    display: block;
    font-size: 1.4em;
    height: 16px;
    margin-top: 10px;
    background: url(../images/register.png) top left no-repeat;
}
*/
/* unused
a#call_back {
    font-size: 1.8em;
    margin-top: 4px;
    background: url(../images/call_back.png) center left no-repeat;
}
*/
a#email {
    font-size: 1.4em;
    background: url(../images/email.png) top left no-repeat;
    display: block;
}

#left-wrap #submit {
	border: none;
    font-size: 1.4em;
    margin-top: 4px;
    padding-left: 20px;
    background: url(../images/submit.png) top left no-repeat;
    cursor: pointer;
}


/* FOOTER
 === === === === === === === === === === */
#footer {
    margin: 0 auto;
    padding: 0 15px;
    width: 930px;
}

#copyright {
    font-size: 1.1em;
    float: left; display: inline;
    padding: 0 10px 0 10px;
}

/* SUBNAVIGATION
 === === === === === === === === === === */
#sub_navigation ul {
    height: auto;
    padding: 0;
    margin: 0;
    float: right; display: inline;
}

#sub_navigation ul li {
    list-style-type: none;
    float: left; display: inline;
    padding: 0 10px 0 10px;
    margin: 0;
}

#sub_navigation ul li a {
    display: block;
    font-size: 1.1em;
}

blockquote {
	font-size: 160%;
	line-height: 100%;
	margin: 0;
	padding: 0;
}

#endorsement {
	padding: 35px 0 0 0;
	margin: 0 0 0 0;
	width: 195px;
}

legend {
	font-weight: bold;
	font-size: 140%;
	margin: 0;
	padding: 0 5px;
}

.textinput {
	font: 13px/14px arial, helvetica, sans-serif;
	width: 100%;
	margin: 0 0 3px 0;
	height: 15px;
	border: 1px solid #8A9A93;
	padding: 2px 0 2px 2px;
	width: 170px;
}

hr {
	height: 0;
	border: none;
	border-top: 1px #000 solid;
	background: transparent;
	margin: 20px 0;
	padding: 0;
}


/* form stuff */

label.radio {
	float: none; display: inline;
	padding: 0 10px 0 0;
}

.form_footer {
	text-align: right;
	padding: 10px 0 0 0;
	border-top: 1px dotted #ccc;
	margin: 20px 0 0 0;
}

.form_footer input {
	font-size: 1.25em;
	font-weight: bold;
}

form div.hint,
form .error,
form ul.checkBoxes {
	clear: none;
	padding: 0 0 0 29%;
}

form ul.checkBoxes {
	margin: 0;
}

form ul.checkBoxes li {
	list-style: none;
	float: left; display: inline;
	width: 240px;
}

#validation_summary .error {
	padding: 0;
}

label.radio * {
	vertical-align: middle;
}

input,
select,
textarea {
	font-size: 1em;
}

/* steps stuff */

.steps {
	padding: 0 0 10px 0;
	margin: 0 0 0 15px;
	border-bottom: 1px solid #ccc;
	float: left; display: inline;
    width: 698px;
}

.steps .step {
	float: left; display: inline;
	padding: 0 40px 0 0;
	margin: 5px 0 5px 15px;
	height: 40px;
	background: url('../images/step.gif') right 3px no-repeat;
}

.steps .step1 {
	margin-left: 0;
}

.steps a.step {
	text-decoration: none;
}

.steps .step_nr {
	display: block;
	font-weight: bold;
}

.steps .step_title {
	display: block;
	font-size: 1.6em;
	padding: 2px 0 0 0;
	font-weight: bold;
}

.steps .last_step {
	background: none;
	padding: 0;
}

.clear_filter {
	margin: -2em 20px 0 0;
	vertical-align:top;
	float:right;
}

ul.horizontal {
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
}

ul.horizontal li {
	float: left; display: inline;
	list-style: none;
	padding: 0 5px;
}

/* important */

.amount_total {
	font-weight: bold;
	font-size: 1.5em;
	float: right; display: inline;
}

.discount_total {
	float: right; display: inline;
}

ul.price_totals li,
ul.payment_totals li {
	vertical-align: bottom;
}

ul.price_totals li *,
ul.payment_totals li * {
	vertical-align: bottom;
}

/*
 * Overlays
 */

#overlay {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 100000;
}

#overlay #overlay_blinds {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(/images/bg_stripy.png);
}

#overlay #overlay_content {
	position: absolute;
	z-index: 10;
	top: 100px;
	bottom: 100px;
	left: 10%;
	width: 70%;
	/*margin: 0 0 0 -40%;*/
	padding: 3% 5%;
	background: #fff;
/*	overflow: hidden;*/
	box-shadow: 0px 1px 15px #444;
	-moz-box-shadow: 0px 1px 15px #444;
	-webkit-box-shadow: 0px 1px 15px #444;
}

#overlay #overlay_header {
	position: absolute;
	top: 15px;
	left: 5%;
	width: 90%;
}

#overlay #overlay_body {
	position:absolute;
	top: 50px;
	bottom: 50px;
	left: 5%;
	width: 90%;
}

#overlay #overlay_body .list_scroll_frame {
	height: 100%;
	border-top: 1px solid #e4e4e4;
}

#overlay #overlay_body .list_scroll_frame .list {
	height: 100%;
	overflow: auto;
	overflow-x: hidden;
}

#overlay #overlay_body .list_scroll_frame .list_empty {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	overflow-x: hidden;
}

#overlay #overlay_body .scroll_frame {
	height: 100%;
	border-top: 1px solid #e4e4e4;
}

#overlay #overlay_body .scroll_frame .scroll_content {
	height: 100%;
	overflow: auto;
	overflow-x: hidden;
}

#overlay #overlay_body .main-col {
	width: 450px;
	padding: 10px 15px 10px 0;
}

#overlay #overlay_body .column {
	width: 220px;
}

#overlay #overlay_footer {
	position: absolute;
	left: 5%;
	bottom: 15px;
	width: 90%;
}

#overlay iframe {
	position: absolute;
	height: 100%;
	width: 100%;
	overflow: auto;
	border: 1px inset #888;
}

#overlay #overlay_body #attachments_preview {
	position: absolute;
	bottom: 0;
	left: 50%;
}

#overlay .overlay_attachments {
	float: left;
	position: relative;
	height: 60px;
	padding: 10px;
	z-index: 10;
	margin: 0 0 0 -50%;
}

#overlay .attachment {
	float: left; display: inline;
	background: url('/images/mimetypes/unknown.png') no-repeat top center;
}

#overlay #overlay_header .list_header {
	margin: -2.0em 0 0 0;
}

#overlay #overlay_body .list_limit_1 {
	height: 100%;
}

#overlay #overlay_body .list_limit_1 .repeatable {
	height: 100%;
	padding: 0;
	border: none;
}

#overlay #overlay_footer .popup {
	text-align: left;
}

#overlay #overlay_footer .popup input {
	font-size: 1em;
}

.overlay_issues_report #overlay_header h1 {
	background: url('/images/bug.png') no-repeat 0 0;
	padding: 5px 0 0 55px;
	height: 30px;
}

.admin-widget dl {
	clear: both;
}

.admin-widget dl dt {
	font-weight: bold;
	float: left; display: inline;
	width: 70px;
}

.admin-widget dl dd {
	padding: 0 0 0 70px;
}

body .status_box {
	float: left; display: inline;
	width: 30px;
	border: 1px solid #fff;
	text-align: center;
	font-weight: bold;
	color: #fff;
}

form.page_options {
	float: right; display: inline;
	margin: -29px 0 0 0;
	position: relative;
	z-index: 100;
}

form.page_options .fieldwrap .popup {
	left: auto;
	right: 0;
}

/* BEGIN tooltips */

.tooltip_container {
	position: relative;
	height: 0;
	/*width: 0;*/
	font-size: 1px;
	line-height: 0px;
}

.tooltip_container .tooltip_popup {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 100000;
	padding: 3px 5px;
	text-align: left;
	border: 1px solid #ccc;
	background: #fff;
	font-size: 10px;
	line-height: 1.4em;
	text-decoration: none;
	font-weight: normal;
	box-shadow: 0px 1px 10px #666;
	-moz-box-shadow: 0px 1px 10px #666;
	-webkit-box-shadow: 0px 1px 10px #666;
}

.right .tooltip_container .tooltip_popup {
	left: auto;
	right: 0;
}

a:hover + .tooltip_container .tooltip_popup {
	display: block;
}

.tooltip_container .tooltip_popup * {
	white-space: nowrap;
}

/* END tooltips */

/* keep for enrolment number displays */

.enrollment_receipt_number {
	margin: auto;
	padding: 5px 10px;
	text-align: center;
	font-size: 1.2em;
}

.enrollment_id {
	display: block;
	font-size: 1.6em;
	background: none;
	margin: 0;
	padding: 5px 0;
	text-align: center;
}

/* end enrolment number displays */

a.bug_link {
	padding: 0 0 0 16px;
	background: url('/images/bug_tiny.png') no-repeat left center;
}

/* BEGIN colors */

.fg_silver {
	color: #e0e0e0;
}

.selector:hover .fg_silver,
.selected_item .selector .fg_silver {
	color: #ccc;
}

.fg_sky {
	color: #dce2f7;
}

.fg_cloudy_sky {
	color: #ccd2e0;
}

.fg_sand {
	color: #f5c97a;
}

.fg_kiwi {
	color: #b9d079;
}

.fg_apple,
.error,
.error a {
	color: #f57f69;
}

.bg_silver_light,
tr.even .bg_silver {
	background: #ececec;
}
.bg_silver {
	background: #e6e6e6;
}
.bg_silver_dark {
	background: #e0e0e0;
}

.bg_sky_light,
tr.even .bg_sky {
	background: #ecf1ff;
}
.bg_sky {
	background: #e3e9ff;
}
.bg_sky_dark {
	background: #dce2f7;
}

.bg_cloudy_sky_light,
tr.even .bg_cloudy_sky {
	background: #e4e9f4;
}
.bg_cloudy_sky {
	background: #dae0ea;
}
.bg_cloudy_sky_dark {
	background: #ccd2e0;
}

.bg_sand_light,
tr.even .bg_sand {
	background: #ffdd8c;
}
.bg_sand {
	background: #ffd17f;
}
.bg_sand_dark {
	background: #f5c97a;
}

.bg_kiwi_light,
tr.even .bg_kiwi {
	background: #d5e88e;
}
.bg_kiwi {
	background: #c9de81;
}
.bg_kiwi_dark {
	background: #b9d079;
}

.bg_apple_light,
tr.even .bg_apple {
	background: #ff9980;
}
.bg_apple {
	background: #ff8973;
}
.bg_apple_dark {
	background: #f57f69;
}

/* END colors */

/* BEGIN tiny squares */

.tiny_square {
	width: 5px;
	height: 5px;
	margin: auto;
	font-size: 1px;
	line-height: 1px;
}

span.tiny_square {
	display: inline-block;
	width: 6px;
	height: 6px;
	border: 2px solid #fff;
	border-left-width: 0;
	margin: 0;
	vertical-align: middle;
}

span.tiny_square_1 {
	border-left-width: 2px;
}

/* END tiny squares */
