/*
-----------------------------------------------------------------------
Mark Allen Group - Journal of Paramedic Practice Screen Styles
Filename				:	fb.css		
Created by				:	Foresite Business Solutions
Created					:	July 2009
Version					: 
Comments				:	CPD default form styling  
----------------------------------------------------------------------- */
.central_column_wide {	
	float: left;
	margin: 0 0 10px 5px;	
	padding: 5px;
	width: 750px;
}
.fb {
	margin: 0 10px 0 5px;
}
.fb_form {
	margin: 0 8px;
}
.fb_submit {
	border-top: 1px solid #d5d5d5;
	clear: both;
	margin: 0 10px 0 0;
	padding: 15px 2px;
}
.fb_submit img {
	float: left;
	margin-left: 5px;
}
.fb_submit img.button_complete {
	float: right;
}
.fb_required {
	font-weight: bold;
}
.fb_invalid {
	color: #c00;
	font-weight: bold;
}
.fb_error {
	color: #c00;
	font-style: italic;
}
.fb_static {
	display: block;
}
#centrecolumn2 {
	float: right;	
	padding-right: 4px;
	padding-top: 2px;
	width: 578px;
}
div, p {
	font: normal 1em/1.3em arial;
}
dl {
	font: normal 12px/15px Arial;
	position: relative;
	width: 350px;
}
dt {
	clear: both;
	float: left;
	width: 130px;
	padding: 4px 0 2px 0;
	text-align: left;
}
dd {
	float: left;
	width: 200px;
	margin: 0 0 8px 0;
	padding-left: 6px;
}
form {
	clear: both;
}
/* The hint to Hide and Show */
.fb_comment {
	background: #e4edf0;
	border: 1px solid #9ebdca;
	display: block;
	margin: 0;
	padding: 8px;
	position: relative;
	width: 280px;
	top: -50px;
	left: 450px;
	z-index: 50;
}
textarea.fb_text {
	height: 180px;
}
.fb_label {
	background-color: #78a0d4;
	border-bottom: 1px dotted #b1dcd4;
	color: #fff;
	clear: both;
	display: block;
	font-size: 1em;
	margin: 10px 2px 0 2px;
	padding-bottom: 12px;
	overflow: hidden;
}
.fb_label h3 {
	background-color: #6a97d0;
	color: #fff;
	padding: 4px 8px;
	text-transform: uppercase;
}
.fb_label ul, .fb_label ol {
	margin: 0;
	padding: 0;
}
.fb_label ul li, .fb_label ol li {
	list-style-type: disc;
	margin: 0 0 5px 30px;
	padding: 0;
}
.fb_label ol li {
	list-style-type: decimal;
}
.fb_label .hint {
	background: #e1edfd url('/images/hint.gif') no-repeat;
	margin: -18px 0 0;
	width: 20px;
	height: 20px;
	position: relative;
	top: 0;
	left: 720px;
	cursor: pointer;
}
.fb_field {
	background-color: #f2f2f2;
	min-height: 135px;
	height: auto !important;
	height: 135px;
	margin: 0 0 10px 1px;
	padding: 10px 0 5px 0;
}
*:first-child+html .fb_field {
	margin-left: 0;
	padding-left: 0;
}
.fb_field textarea, textarea.fb_text {
	width: 930px;
}
*:first-child+html .fb_field textarea, *:first-child+html textarea.fb_text {
	margin: 0 0 0 -17px;
}
* html .fb_field textarea, * html textarea.fb_text {
	margin: 0 0 0 -17px;
}
.fb_radio, .fb_checkbox {
	display: block;
	line-height: 1.5em;
	margin: .6em 0 0 3px;
	width: 13px;
	height: 13px;
}
.fb_option {
	font-size: 100%;
	display: block;
	line-height: 1.5em;
	margin: -1.65em 0 0 25px;
	padding: .44em 0 .5em 0;
	color: #222;
	width: 90%;
}
.fb_button {
	background: #83227f;
	border: 0;
	margin: 0 5px 0 0;
	color: #fff;
	font: bold 13px Arial, Helvetica, sans-serif;
	padding: 3px 4px 3px 4px;
}
a.fb_button {
	color: #fff;
}
table.cpd_details {	
	background: #ecf3fd;	
	border-collapse: collapse;	
	text-align: left;	
	margin: 5px 0;	
	width: 99%;
}
table.cpd_details th {		
	background-color: #6a97d0;	
	border-bottom: 1px solid #666;	
	color: #fff;	
	font-weight: bold;
	padding: 5px 8px;
	text-align: left;
	vertical-align: bottom;
}
table.cpd_details td {	
	color: #333;
	padding: 9px 8px 5px 8px;
	vertical-align: top;
}
table.cpd_details .centre {	
	text-align: center;
}
table.cpd_details td.altbg {
	background: #f8f8f8;
}
table.cpd_details td.heading {
	background: none;
	border: 0;
}
table.cpd_details td.heading h2 {
	color: #464646;
	margin-bottom: 0.2em;
	text-transform: none;
}
table.cpd_details td.title {
	background: none;
	border-right: 1px dotted #eaeaea;
}
table.cpd_details td.col1 {
	width: 30%;
}
.scoremsg {
	border: 1px solid #DEDEDE;
	background: #FFC;
	color: #222;
	margin-top: 10px;
	padding: 8px;
}
.questionnaire_text {
	background-color: #e1edfd;
}
.questionnaire_text h2 {
	margin-left: 8px !important;
	padding-top: 10px !important;
}
.questionnaire_text h3, .fb_label_radio {
	background-color: #6a97d0;
	color: #fff;
	font-weight: bold;
	padding: 4px 8px;
	text-transform: uppercase;
}
.fb_label_radio {
	font-size: 13px;
	margin-bottom: 5px;
	text-transform: none;
}
.questionnaire_response {
	background-color: #fff;
	padding-bottom: 1px;
}
.questionnaire_response h4 {
	font-size: 12px;
	padding: 5px 8px;
	text-transform: uppercase;
}
.fb_label p, .questionnaire_text p {
	padding: 4px 8px;
}
.questionnaire_text strong {
	color: #6a97d0;
}
ol.answers, ol.questionnaire_answers {
	margin: 0 0 8px 0;
	padding: 2px 0;	
}
ol.answers li, ol.questionnaire_answers li {
	background-color: #e1edfd;
	border-bottom: 1px dotted #b1dcd4;
	margin: 10px 0;
	padding: 10px 0;
	line-height: 1.2em;
}
ol.questionnaire_answers li {
	background-color: transparent;
}
ol.answers li strong, ol.questionnaire_answers h5 {
	background-color: #78a0d4;
	color: #fff;
	display: block;
	font-size: 1.1em;
	line-height: 1.4em;
	margin: 5px 0;
	padding: 5px 0;
}
ol.questionnaire_answers h5 {
	margin: 0;
	padding: 5px 6px;	
}
ol.questionnaire_answers p {
	margin: 0;
	padding: 3px 4px;	
}