/*
    Optimmised with http://styleneat.com
*/

/* =Reset
-----------------------------------------------------------------------------*/
html, body, div, span, a, img,
h1, h2, h3, h4, h5, h6, hgroup, p,
dl, dialog, dt, dd, ol, ul, li,
abbr, acronym, address, b, big, blockquote,
cite, code, del, dfn, em, i, ins, kbd, pre, q,
samp, tt, var, small, strong, sub, sup,
object, iframe, form, fieldset, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, footer, header, nav, section,
figure, menu, time, mark, audio, video {
	font-family: inherit;
	font-size: 100%;
	font-weight: inherit;
	font-style: inherit;
	vertical-align: baseline;
	white-space: normal;
/* 	text-align: left; */
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent; }

	table, tbody, tfoot, thead, tr, th, td {
		vertical-align: top;
	}
	
textarea {
	font-family: inherit;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
/* 	white-space: normal; */
	text-align: left;
	margin: 0;
	padding: 0; }

article, aside, footer, header, nav, section,
dialog, figure, hgroup, menu { display: block; }

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal; }

del, ins { text-decoration: none; }

ol, ul { list-style: none; }

nav ul { list-style-type: none; }

table {
	border-collapse: separate;
	border-spacing: 0;
	background-color: transparent;
	width: auto;
	height: auto; }

input { margin: 0; }

textarea { overflow: auto; }

html, body { height: 100%; }


/* =Typography
-----------------------------------------------------------------------------*/
p, ul, ol, dl, dd, dt, blockquote, table td {
	font-size: 1em;
	line-height: 1.5em; }

p { margin: 0 0 1.5em 0; }

	p.pause { margin-bottom: 0.5em }

	p.last { margin-bottom: 0; }

ul, ol { margin: 0 0 1.5em 1.5em; }

ul li ul, ol li ol, ul li ol, ol li ul {
	font-size: 1em;
	margin: .5em 0 .5em 1.5em; }

ul { list-style-type: disc; }

ol {
	list-style-type: decimal;
	margin-left: 2em; }

dl { margin: 0 0 1.5em 0; }

	dl dt { font-weight: bold; }

dd { margin-left: 1.5em; }

blockquote {
	margin: 1.5em;
	color: #444;
	font-style: italic; }

hr {
	background: #ddd;
	color: #ddd;
	clear: both;
	float: none;
	width: 100%;
	height: 1px;
	margin: 0 0 1.5em;
	border: none; }

	hr.space {
		background: none;
		color: #fff;
		visibility: hidden; }

	hr.black { background-color: #191919; }

	hr.soft {
		background-color: #eee;
		color: #eee; }

	hr.h2 { height: 2px; }

	hr.h3 { height: 3px; }

	hr.h4 { height: 4px; }

	hr.h5 { height: 5px; }

abbr,
acronym { border-bottom: 1px dotted #666; }

del { color: #666; }

big {
	font-size: 125%;
	line-height: 80%; }

small,sup,sub { font-size: 0.8em; }

cite { font-style: italic; }

strong, b { font-weight: bold; }

em,dfn, i { font-style: italic; }

dfn { font-weight: bold; }

pre,code,tt, var {
	font: .9em 'andale mono', 'lucida console', monospace;
	line-height: 1.5em; }

pre,code {
	margin: 1.5em 0;
	white-space: pre;
	overflow: auto;
	padding: 1em;
	border: 1px dashed #ddd; }

tt {
	display: block;
	margin: 1.5em 0;
	line-height: 1.5em; }

sup, sub {
	vertical-align: baseline;
	position: relative; }

sup { top: -0.4em; }

sub { bottom: -0.3em; }

kbd {
	background-color: #eee;
	padding: 0 2px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc; }


/* =Tables
-----------------------------------------------------------------------------*/
table {
	margin-bottom: 1.5em;
	font-size: 96%;
	border-collapse: collapse; }

thead td, thead th {
	border-bottom: 2px solid #d4d4d4;
	font-weight: bold;
	font-size: 1em;
	line-height: 1; }

th, td { padding: 4px 10px 4px 0; }

tfoot { font-style: italic; }

caption { background: #ffc; }

table.simple td { border: none; }

table.ruler thead td, table.ruler thead th, table.ruler td { padding: 4px 7px; }

table.ruler thead td {
	padding: 7px;
	border-bottom: 2px solid #000 !important; }

table.ruler.border td { border: 1px solid #ddd; }

table.ruler.stroke td { border-bottom: 1px solid #ddd; }

table.ruler.pads tbody td { padding: 10px 5px; }

table .last { padding-right: 0; }

table .end td { border-bottom: none; }

table.forms { margin: 0; }

	table.forms td { border: none; }

table tr.labels td {
	font-weight: bold;
	font-size: 1em;
	padding-bottom: 0; }

table tr.descr td {
	font-size: 0.9em;
	line-height: 1.3em;
	color: #777;
	padding-top: 0 !important;
	padding-bottom: 10px !important;
	vertical-align: top; }

tfoot td {
	border-top: 2px solid #ddd;
	font-size: .9em;
	padding-top: 7px !important;
	border-bottom: none !important; }


/* =Forms
-----------------------------------------------------------------------------*/
fieldset {
	padding: 1.4em;
	padding-bottom: 0;
	margin: 0 0 1.5em 0;
	border: 1px solid #ddd; }

legend {
	font-weight: bold;
	font-size: 1.1em;
	padding: 0 0.5em; }

textarea, input {
	padding: .1em 0;
	font-size: 13px; }

select { font-size: 13px; }
select[multiple] { margin-bottom: .8em; }
button { padding: .3em .5em; }
input[type="submit"], input[type="button"] { padding: .1em .2em; }


/* =Misc
-----------------------------------------------------------------------------*/
.handle { cursor: move; }

.nowrap { white-space: nowrap; }

.clear { clear: both; }

.cspace { height: 0.6em; }


/* =Backgrounds
-----------------------------------------------------------------------------*/
.odd { background-color: #fff; }

.even { background-color: #eee; }

.disabled {
	background-color: #eee !important;
	color: #999 !important; }

.highlight { background-color: #fcf4cd !important; }


/* =Sizes
-----------------------------------------------------------------------------*/
.small {
	font-size: .8em;
	line-height: 1.2em !important; }

.mini {
	font-size: .9em;
	line-height: 1.2em; }

.big {
	font-size: 125%;
	line-height: 80%; }


/* =Styles
-----------------------------------------------------------------------------*/
.normal { font-weight: normal !important; }

.bold { font-weight: bold !important; }


/* =Errors
-----------------------------------------------------------------------------*/
.error {
	color: #a40000 !important;
	font-weight: normal !important;
	font-size: .9em !important; }

.error_ins {
	border: 3px solid #c21a1a !important;
	background-color: #f7d6d6 !important; }


/* =Width
-----------------------------------------------------------------------------*/
.w50 { width: 50%; }

.w100 { width: 100%; }

input.w100 { width: 99.4%; }

textarea.w100 { width: 99.6%; }

select.w100 { width: 99.8%; }


/* =Aligns
-----------------------------------------------------------------------------*/
.taright { text-align: right !important; }

.taleft { text-align: left !important; }

.tacenter { text-align: center !important; }

.vatop { vertical-align: top !important; }

.vabottom { vertical-align: bottom !important; }

.vamiddle { vertical-align: middle !important; }

	.vamiddle img { vertical-align: middle !important; }


/* =Grid
-----------------------------------------------------------------------------*/
.alpha { margin-left: 0; }

.omega { margin-right: 0; }



.mini_quiz {
	border: 1px solid #3585D7;
	border-radius: 3px;
	font-size: 1.1em !important;
	line-height: 1.5em;
	margin-bottom: 10px;
	display: block;
}

.mini_quiz > h4{
	font-size: 16px;
	text-align: left;
	text-shadow: rgb(47, 42, 80) 0px -1px 0px;
	color: white;
	padding: 10px;
	background-color: #3585D7;
	margin-bottom: 0;
}
.quiz_content {padding: 10px;}

.quiz_answers {padding: 10px; background-color: #3585D7;color: white;}

.quiz_answers form > label {
	display: block;
	padding-bottom: 5px;
}

.quiz_content > em {font-size:1.1em !important;}

.mini_quiz .quiz_submit {
	width: 100px;
	margin: 10px auto;
	display: block;
}

