/*------------------------------------------------
Global page formatting
------------------------------------------------*/
body {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	background-color: #A39CCF;
	background-image: url(../images/pagebg.png);
	background-repeat: repeat-x;
}

/*------------------------------------------------
Positioning of page elements
------------------------------------------------*/
#container {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	border-width: 0px;
	background-color: #FFFFFF;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
}
#banner {
	width: 750px;
	height: 100px;
	background-color: #7973B9;
	background-image: url(../images/ed_banner.jpg);
	background-repeat: no-repeat;	
}
#menu {
	width: 750px;
	height: 30px;
	background-color: #7973B9;
	background-image: url(../images/main_menu.png);
	background-repeat: repeat-y;
}
#content {
	width: 750px;
	background-color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
}
#footer {
	width: 750px;
	height: 22px;
	background: #7973B9;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 0.8em;
	text-align: right;
}

/*------------------------------------------------
Text Formatting
------------------------------------------------*/
p {
	margin: 0px auto;
	margin-top: 8px;
	margin-bottom: 8px;
	font-family: Arial, Helvetica, sans-serif;
	color: #222222;
	font-size: 1em;
	padding-left: 15px;
	padding-right: 15px;
}
p.endorsements {
	color: #222222;
	padding-bottom: 15px;
}
p.welcome {
	color: #ffffff;
}
p.warning {
	color: #FF0000;
}
p.success {
	color: #338800;
}
p.credits {
	line-height: 20px;
}
p.statement {
	line-height: 20px;
}
p.instructions {
	padding-bottom: 5px;
	text-align: justify;
}
p.requirements {
	padding-left: 25px;
	padding-top: 5px;
	line-height: 18px;
}
p.scenario_notes {
	padding-bottom: 5px;
	text-align: center;
}
p.aggregate_link {
	padding-left: 50px;
}
big {
	text-decoration: underline;
}
h1 {
	margin: 0px auto;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	color: #225B8B;
	font-size: 1.3em;
	padding-left: 30px;
	padding-right: 5px;
}
h2 {
	margin: 0px auto;
	margin-top: 18px;
	margin-bottom: -8px;
	margin-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	color: #225B8B;
	font-size: 1.0em;
	padding-left: 30px;
	padding-right: 5px;
}
h1.error {
	background-image: url(../images/icon_alert.gif);
	background-repeat: no-repeat;
}
h1.user {
	background-image: url(../images/icon_user.gif);
	background-repeat: no-repeat;
}
h1.group {
	background-image: url(../images/icon_group.gif);
	background-repeat: no-repeat;
}
h1.playbook {
	background-image: url(../images/icon_playbook.gif);
	background-repeat: no-repeat;
}
h1.playbooks {
	background-image: url(../images/icon_playbooks.gif);
	background-repeat: no-repeat;
}
h1.playbook_view {
	background-image: url(../images/icon_playbook_view.gif);
	background-repeat: no-repeat;
}
h1.playbook_new {
	background-image: url(../images/icon_playbook_new.gif);
	background-repeat: no-repeat;
	background-color: #FFFAF0;
	width: 270px;
	border-color: #639136;
	border-width: 1px;
	border-style: solid;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;	
	margin-bottom: 20px;
	text-align: center;
}
h1.comments {
	background-image: url(../images/icon_comments.gif);
	background-repeat: no-repeat;
}
h1.home {
	background-image: url(../images/icon_home.gif);
	background-repeat: no-repeat;
}
h1.definition {
	background-image: url(../images/icon_question.gif);
	background-repeat: no-repeat;
}
h1.disclaimer {
	background-image: url(../images/icon_alert.gif);
	background-repeat: no-repeat;
}
h1.support {
	text-align: left;
	background-image: url(../images/icon_question.gif);
	background-repeat: no-repeat;
}
h1.top {
	background-image: url(../images/icon_top.gif);
	background-repeat: no-repeat;
}
h1.missions {
	background-image: url(../images/icon_missions.gif);
	background-repeat: no-repeat;
}
h1.team {
	background-image: url(../images/icon_group.gif);
	background-repeat: no-repeat;
}
h1.credits {
	background-image: url(../images/icon_group.gif);
	background-repeat: no-repeat;
}
h1.statement {
	background-image: url(../images/icon_playbooks.gif);
	background-repeat: no-repeat;
}
h1.assessment_category {
	background-image: url(../images/icon_top.gif);
	background-repeat: no-repeat;
	margin: 0px auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #225B8B;
	font-size: 1.3em;
	line-height: 25px;
	padding-left: 30px;
}
h2.assessment_category {
	margin: 0px auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #225B8B;
	font-size: 1.1em;
	padding-left: 30px;
}
h1.assessment_results_top {
	background-image: url(../images/icon_playbooks.gif);
	background-repeat: no-repeat;
}
h1.assessment_results {
	background-image: url(../images/icon_playbook.gif);
	background-repeat: no-repeat;
}
span.mission_legend {
	padding-left: 175px;
}
span.queens {
	text-align: left;
	padding-right: 325px;
}
strong {
	color: #1D4E78;
}

/*------------------------------------------------
Image Formatting
------------------------------------------------*/
img.prequestionnaire, img.certificate {
	border-width: 0px;
	padding-top: 5px;
}
img.episode_link {
	border-width: 0px;
	padding-top: 5px;
}
img.index_submenu {
	border-width: 0px;
	padding-bottom: 15px;
}

/*------------------------------------------------
Link Formatting
------------------------------------------------*/
a {
	color: #525FC7;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:visited {
	color: #747FE9;
}
a.language_select {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 1.5em;
	text-decoration: none;
}
a.language_select:hover {
	text-decoration: underline;
}
a.footer_link {
	color: #FFFFFF;
	text-decoration: none;
}
a.footer_link:hover {
	text-decoration: underline;
}
a.footer_link:visited {
	color: #FFFFFF;
}
a.warning_link {
	color: #7D2525;
}
a.warning_link:visited {
	color: #7D2525;
}
a.link_done {
	text-decoration: line-through;
}	

/*------------------------------------------------
Table Formatting
------------------------------------------------*/
table.register, table.login, table.recover, table.update, table.playbook, table.comment_add, table.playbook_instructions, table.playbook_view, table.comment_view, table.personal_playbook, table.company_playbook, table.players_playbook, table.home_no_login, table.requirements, table.missions, table.team_members, table.view_scores, table.definition, table.disclaimer, table.credits, table.statement, table.assessment, table.feedback, table.assessment_completed, table.results_jump, table.assessment_results {
	width: 500px;
	margin-top: 8px;
	margin-bottom: 8px;	
	background-color: #F0F2FA;
	background-image: url(../images/table_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	border-color: #225B8B;
	border-width: 1px;
	border-style: solid;
}
table.endorsements {
	width: 650px;	
	margin-top: 8px;
	margin-bottom: 8px;	
	background-color: #F0F2FA;
	background-image: none;
	background-repeat: no-repeat;
	background-position: bottom right;
	border-color: #225B8B;
	border-width: 1px;
	border-style: solid;
	text-align: left;
}
table.welcome {
	width: 650px;	
	margin-top: 8px;
	margin-bottom: 8px;	
	background-color: #225B8B;
	background-image: none;
	background-repeat: no-repeat;
	background-position: bottom right;
	border-color: #225B8B;
	border-width: 1px;
	border-style: solid;
	text-align: center;
	text-align: left;	
}
table.login {
	background-image: url(../images/table_bg_2.jpg);
}
table.recover {
	background-image: url(../images/table_bg_3.jpg);
}
table.playbook {
	background-image: url(../images/table_bg_4.jpg);
}	
table.comment_add {
	background-image: url(../images/table_bg_6.jpg);
}
table.playbook_instructions {
	background-image: none;
	text-align: left;
	width: 650px;
}
table.register {
	background-image: none;
	width: 650px;
}
table.playbook_view {	
	background-image: none;
}
table.comment_view {	
	background-image: none;
}
table.questionnaire_scale {
	border-color: #225B8B;
	border-width: 1px;
	border-style: solid;
}
div.entry_output {
	background-color: #FFFFFF;
	padding: 8px;
	padding-left: 10px;
	padding-right: 10px;	
	border-color: #A5ACB2;
	border-width: 1px;
	border-style: solid;
	margin-bottom: 4px;
	margin-left: 10px;
	margin-right: 10px;
	width: 460px;
}
div.entry_output_results {
	background-color: #FFFFFF;
	padding: 8px;
	padding-left: 10px;
	padding-right: 10px;	
	border-color: #A5ACB2;
	border-width: 1px;
	border-style: solid;
	margin-bottom: 4px;
	margin-left: 10px;
	margin-right: 10px;
	width: 540px;
}
div.entry_output_results_2 {
	background-color: #FFFFFF;
	padding: 8px;
	padding-left: 10px;
	padding-right: 10px;	
	border-color: #A5ACB2;
	border-width: 1px;
	border-style: solid;
	margin-bottom: 4px;
	margin-left: 48px;
	margin-right: 10px;
	width: 400px;
}
table.personal_playbook {
	background-image: none;
	text-align: center;
	width: 650px;
}
table.company_playbook {
	background-image: none;
	text-align: center;
	width: 650px;	
}
table.players_playbook {
	background-image: none;
	text-align: center;
	width: 650px;	
}
table.home_no_login {
	background-image: none;
}
table.requirements {
	background-image: none;
	text-align: left;
	width: 530px;
}
table.missions {
	background-image: none;
	text-align: center;
	width: 530px;
}
table.team_members {
	background-image: none;
	text-align: center;
	width: 650px;	
}
table.view_scores {
	background-image: none;
	text-align: center;
	width: 700px;	
}
table.definition {
	background-image: none;
	text-align: center;
	width: 650px;	
}
table.disclaimer {
	background-image: none;
	text-align: center;
	width: 650px;	
}
table.credits {
	background-image: none;
	text-align: left;
	width: 650px;
}
table.statement {
	background-image: none;
	text-align: left;
	width: 650px;
}
table.assessment {
	background-image: none;
	margin-left: 30px;
	margin-right: 30px;	
	width: 670px;
}
table.feedback {
	background-image: none;
	margin-left: 30px;
	margin-right: 30px;	
	width: 670px;
}
table.assessment_completed {
	background-image: none;
	text-align: center;
	width: 650px;	
}
table.results_jump {
	background-image: none;
	text-align: center;
	width: 650px;
}
table.assessment_results {
	background-image: none;
	text-align: left;
	width: 650px;
}
tr.warning {
	background-color: #E59A9A;
	background-image: url(../images/warning_bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	font-size: 1.0em;
	text-align: left;
	color: #7D2525;		
}
tr.warning strong {
	color: #7D2525;	
}
td.cell_content {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}
td.cell_content_2 {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 2px;
}

/*------------------------------------------------
Form Formatting
------------------------------------------------*/
form {
	font-family: Arial, Helvetica, sans-serif;
	color: #222222;
	font-size: 0.9em;
	padding-bottom: 8px;
	
}
form#register {
	padding-left: 50px;
}
form#login {
	padding-left: 50px;
}
form#recover {
	padding-left: 50px;
}
form#update {
	padding-left: 50px;
}
form#new_entry {
	padding-left: 50px;
}
form#new_comment {
	padding-left: 50px;
}
form#playbook_instructions {
	padding-left: 50px;
}
form#playbook_view {
	padding-left: 50px;
}
form#personal_playbook_list {
	padding-left: 50px;
}
form#company_playbook_list {
	padding-left: 50px;
}
form#players_playbook_list {
	padding-left: 50px;
}
form#home_no_login {
	padding-left: 50px;
}
form#requirements {
	padding-left: 0px;
}
form#form_missions {
	padding-left: 0px;
}
form#team_members {
	padding-left: 50px;
}
form#view_scores {
	padding-left: 25px;
}	
form#definition {
	padding-left: 50px;
}
form#disclaimer {
	padding-left: 50px;
}
form#welcome {
	padding-left: 50px;
}
form#endorsements {
	padding-left: 50px;
}
form#credits {
	padding-left: 50px;
}
form#statement {
	padding-left: 50px;
}
form#assessment {
	padding-left: 10px;
}
form#feedback {
	padding-left: 10px;
}
form#assessment_completed {
	padding-left: 50px;
}
form#results_jump {
	padding-left: 50px;
}
form#assessment_results {
	padding-left: 50px;
}
.button_submit {
	margin-left: 0px;
	width: 150px;
	margin-bottom: 10px;
}