@charset "utf-8";
/* CSS Document */

/* ********************************************************************************************* */
/* DEFAULT TEXT */

body, input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

/* ********************************************************************************************* */
/* PLAIN TEXT */

.learnopia {
	color:#fe4801;
}

/* LARGE FONTS */

.grey_large {
	font-size:16px;
	color:#8f8f8f;
}
.grey_large_bold {
	font-size:18px;
	color:#8f8f8f;
	font-weight:bold;	
}
.black_large {
	font-size:16px;
	color:#000000;
}
.black_large_bold {
	font-size:16px;
	color:#000000;
	font-weight:bold;
}
.orange_large {
	font-size:16px;
	color:#fe4801;
}
.blue_large {
	font-size:16px;
	color:#5266a7;
}
.error_large {
	font-size:16px;
	color:#ff4907;
}
.notice_large {
	font-size:16px;
	color:#7dbc27;
}
.required {
	font-size:13px;
	color:#7dbc27;
}

/* LONG WARNINGS AND MESSGAES */

.long_warning,
.long_message {
	margin-top:10px;
	padding:10px 10px 10px 50px;
	background-color:#f8f8f8;
	border-top-style:dashed;
	border-top-width:1px;
	border-bottom-style:dashed;
	border-bottom-width:1px;
	background-position:15px 8px;
	background-repeat:no-repeat;
	margin-bottom:10px;
}
.long_message {
	border-top-color:#5266a7;
	border-bottom-color:#5266a7;
	background-image:url(../images/icons/errors/warning_f8f8f8.gif);
}
.long_warning {
	border-top-color:#fe4801;
	border-bottom-color:#fe4801;
	background-image:url(../images/icons/errors/warning_f8f8f8.gif);
}

.long_warning p,
.long_message p {
	height:20px;
	vertical-align:middle;
	display:table-cell;
}



/* SMALL FONTS */

.disabled_small {
	font-size:13px;
	color:#8f8f8f;
	text-decoration:underline;
}
.black_small {
	font-size:13px;
	color:#000000;
}
.black_small_bold {
	font-size:13px;
	color:#000000;
	font-weight:bold;	
}
.orange_small {
	font-size:13px;
	color:#fe4801;
}
.blue_small {
	font-size:13px;
	color:#5266a7;
}
.error_small {
	font-size:13px;
	color:#ff4907;
}
.notice_small {
	font-size:13px;
	color:#7dbc27;
}
.grey_small {
	color:#999999; /*999999;*/
	font-size:13px;
}
.green_small {
	color:#7dbc27;
	font-size:13px;
}

/* TINY FONTS */

.green_tiny {
	color:#7dbc27;
	font-size:11px;
}
.orange_tiny {
	color:#ff4907;
	font-size:11px;
}
.grey_tiny {
	color:#999999;
	font-size:11px;
}
.blue_tiny {
	color:#5266a7;
	font-size:11px;
}
.black_tiny {
	color:#000000;
	font-size:11px;
}
.black_tiny_bold {
	color:#000000;
	font-size:11px;
	font-weight:bold;
}

/* ********************************************************************************************* */
/* HEADERS */

h1 {
	font-size:18px;
	color:#ff4907;
	font-weight:normal;
	padding-top:5px;
	padding-bottom:5px;
	margin:0px;
	position:relative;
}

h2 {
	font-size:16px;
	color:#5266a7;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
	margin:0px;
	position:relative;
}

h3 {
	font-size:16px;
	color:#ff4907;
	font-weight:normal;
	padding-top:5px;
	padding-bottom:5px;
	margin:0px;
	position:relative;	
}

h4 {
	font-size:16px;
	color:#000000;
	font-weight:normal;
	padding-top:5px;
	padding-bottom:8px;
	margin:0px;
	position:relative;
}

h5 {
	font-size:16px;;
	color:#5266a7;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
	margin:0px;
	position:relative;
}

h6 {
	font-size:13px;
	color:#000000;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
	margin:0px;
	position:relative;
}

/* ********************************************************************************************* */
/* MESSAGES */

.message_container {
	position:relative;
}

.message {
	margin:auto;
	width:960px;
	text-align:center;
	height:40px;
	overflow:hidden;
}	
.message span {
	display:block;
	padding:5px;
	font-weight:bold;
	color:#ffffff;
}
.message .error {
	background-color:#ff0707;
}
.message .notice {
	background-color:#7dbc27;
}


/* ********************************************************************************************* */
/* OPTION LIST */

.option_list {
	line-height:20px;
}


