#whole_page {
	width: 50em;
	margin: auto;
	padding: 0;
	text-align: left;
	border-width: 0 1px 1px 1px;
	border-color: black;
	border-style: solid;
}

#header {
	color: white;
	background: CornflowerBlue;
	font-size: 24pt;
	padding: 0.25em;
	margin-bottom: 0;
}

#nav {
	color: black;
	font-size: 12pt;
	font-weight: bold;
	background: #ccc;
	padding: 0.5em;
}

#nav a, @nav a:visited {
	color: CornflowerBlue;
	text-decoration: none;
}

#nav a:hover {
	border-bottom: 2px dotted CornflowerBlue;
}

#content {
	height: 100%;
	background: white;
	padding: 1em;
}

#content h1 {
	font-size: 18pt;
}

	/* Hack to get IE to display fieldset legend correctly */

html fieldset {
	position: relative;
}

html legend {
	position: absolute;
	top: -1em;
	left: .5em;
}

html fieldset {
	position: relative;
	margin-top: 1em;
	padding-top: 2em;
	padding-bottom: 2em;
}

/* main nav */
#leftnav {
	float: left;
	width: 300px;
	background:white;
}

#rightnav {
	float: right;
	width: 300px;
	background:white;
}

#navborder {
	clear:both;
}

/* form styles */

fieldset {
	background: #ddd;
}
legend {
	color: white;
	background: maroon;
	padding: .4em 1em;
}
/*label {
	width: 10em;
	float: left;
	text-align: right;
	margin-right: 0.2em;
	display: block;
}
*/

.form_row {
	white-space: nowrap;
	padding-bottom: 0.5em;
}
.submit {
	margin-left: 15em;
}

/* debug style */

.debug_dump {
	clear: both;
	text-align: left;
	border-top: 1px dashed black;
	background: #ccc;
	margin: 0;
	padding: 0.5em;
}


/* Error Reporting Styles */
.fieldWithErrors {
	margin: 2px;
	padding: 2px;
	background-color: #FF1420;
	display: table;
}

#errorExplanation {
	border: 2px solid #FF1420;
	padding: 7px;
	padding-bottom: 12px;
	margin-bottom: 20px;
	background-color: #f0f0f0;
}

#errorExplanation h2 {
	text-align: left;
	font-weight: bold;
	padding: 5px 5px 5px 15px;
	font-size: 12pt;
	margin: -7px;
	background-color: #FF1420;
	color: #fff;
}

#errorExplanation p {
	color: #333;
	margin-bottom: 0;
	padding: 5px;
}

#errorExplanation ul li {
	font-size: 11pt;
	list-style: square;
}


/* Flash Notice Style */

#notice {
	border: 1px solid green;
	padding: 1em;
	margin: 1em;
	margin-bottom: 2em;
	background-color: lightgray;
	font: bold smaller sans-serif;
}


/* debug style */

#debug {
	margin-top: 1em;
	margin-left: auto;
}

#debug a, #debug a.visited {
	text-decoration: none;
	color: maroon;
}

fieldset.debug_info {
	text-align: left;
	margin: 1em;
	background: #eee;
}

/* Personality Forms */
h1.personality_test { width: 600px; }
div.question_form { width: 750px; }
div.question_form .header  { font-weight: bold; padding: 0px; margin: 0px;}
div.question_row  { padding: 10px 0 30px 0; font-size: 1.3em; width: 750px;  }
span.question { display:block; float: left;}
span.answer { float: right; display:block; text-align: center;}
#progress_bar { height: 10px; float: left;}


/* Personality test */
#test_description { font-size: 1.1em; margin-bottom: 10px;}
#test_header { padding: 5px 10px 5px 10px; background-color: #ccc; margin-bottom: 10px;}
#test_header .links { float: right; margin: 0 10px 0 10px;}


/* Coaching Style Forms */
.sortable { cursor: move; }
.sortable { list-style-type: none; margin: 0; padding: 0; width: 100%; }
.sortable li { margin: 0 3px 3px 3px; padding: 0.4em; padding-left: 1.5em; font-size: 0.7em; height: 18px; }
.sortable li span { position: absolute; margin-left: -1.3em; }



/* flash */

div.notice_message{
    background-color: #DFDFDF;
    padding:2px;
    border-radius: 3px;
-webkit-border-radius: 5px;
    margin-top:4px;
}



