.ui-widget{ font-size: 12px; }
root
{
    display: block;
}
body
{
	margin: 0px;
	background-color: white;
}
body img
{
	border: none;
}
.disabled
{
	background-color: #F2F2F2 !important;
    	color: #666;
    	border-color: #ddd;
}
.hideme { display: none; }
.clear { clear: both; }
.error { color: red; }
.error-message { color: red; }
input.error-input, select.error-input, textarea.error-input { background-color: salmon; }
label.error-input, h1.error-input, h2.error-input, h3.error-input { color: red; }

.validation-errors
{
	font-weight: bold;
	padding: 5px 5px 5px 25px;

	border: 1px black solid;

	background-color: salmon;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-khtml-border-radius: 3px;
}

a
{
	text-decoration: none;
}
#wrap
{
	/*background-image: url('../images/content/background_gradient.png');*/
	background-repeat: repeat-x;
	width:1170px;
	margin: 0 auto;
}

/* main content area */
#main-container
{
	/*background-image: url('../images/content/background_gradient.png');*/
	background-color: white;
	background-repeat: repeat-x;
}
#main-content
{
	height: 700px;
        //background-color: antiquewhite;
	background-color: white;
}
#left-main-content
{
	text-align: center;
	width: 700px;
	float: left;
/*	outline: black solid 1px;*/
}
#right-main-content
{
	text-align: center;
	//background-image: url('../images/content/image_background_gradient.png');
	background-repeat: repeat-x;
	height: 100%;
	width: 400px;
	float: left;
/*	outline: black solid 1px;*/
}
#right-main-content img
{
	border: 2px solid #FFAF87;
	width: 335px;
}
#main-top-image { margin-top: 8px; }
#main-logo
{
	margin: 20px 0px 0px 0px;
}
#main-nav
{
	margin-top: 20px;
}
#main-nav ul { padding: 0px; width: 654px; }
#main-nav *
{
	display: inline-block;
}
#main-nav ul li
{
	cursor: pointer;
	vertical-align: middle;
	line-height: 28px;
	border: 1px solid white;
	width: 190px;
	font-size: 17px;
}
#main-nav ul li a { display: block; color: white; }
* + html #main-nav li { display:inline; width:158px; }
#main-nav span
{
	display: inline-block;
	position: relative;
	width: 100%;
	height: 0;
}
#login-nav { background-color: #49C1B9; }
#about-asthma-nav { background-color: #49C1B9; }
#what-is-asthma-tracker-nav { background-color: #49C1B9; }

/* main text */
#main-content-text
{
	font-family:"Times New Roman",Georgia,Serif;
	padding: 20px 10px 0px 10px;
	color: #2F7B76;
/*	text-align: left;*/
	text-align: center;
}
#main-content-text h1
{
	line-height: 60px;
	font-weight: 600;
	font-size: 40px;
	margin: 5px 0px 0px 0px;
}
#main-content-text div
{
	font-size: 25px;
	font-weight: 500;
}

/* about asthma and about asthma tracker */
#about_asthma_tracker_container
{
	text-align: left;
	list-style: none;
}

/* backend styles */
#backend-container
{
	/*background-image: url('../images/content/background_gradiant_small.png');*/
	background-repeat: repeat-x;
	background-color: white;
	/*background-color: #e6f2fe;*/
	border-bottom: 16px solid #49C1B9;
}
#backend-header
{
	text-align: center;
	height: 126px;
}
#backend-header img
{
	margin-top: 20px;
}

#backend-nav { text-align: center; }
#backend-nav *
{
	display: inline-block;
}
#backend-nav ul li
{
	background-color: #49C1B9;
	cursor: pointer;
	vertical-align: middle;
	line-height: 28px;
	border: 1px solid white;
	font-size: 14px;
	padding: 0px 5px 0px 5px;
	*display: inline; /* show only in ie 7 or less */
}
#backend-nav ul li a { display: block; color: white; }
#backend-nav span
{
	display: inline-block;
	position: relative;
	width: 100%;
	height: 0;
}
#backend-nav ul li.backend-nav-selected { background-color: #8bc741; }
#backend-nav ul li:hover { background-color: #025fad; }

#backend-footer-spacer
{
	padding-bottom: 30px;
}
#backend-footer
{
	margin-top: 20px;
	text-align: center;
	background-color: white;
}


/* form styles */
.form_label
{
	float: left;
	width: 80px;
	padding-right: 15px;
}

.form_input
{
	float: left;
}

.form_input input
{
	width: 140px;
}

.form_input select
{
	width: 144px;
}

.form_radio
{
	float: left;
	width: 144px;
}

.form_example_input_right_margin
{
	margin-right: 15px;
}

#gender_form.form_radio label
{
	width: 50px;
}

#enrolled_form.form_radio label
{
	width: 50px;
}

.form_radio input[type='radio']
{
	float: left;
}

.form_row
{
	display: block;
	clear: both;
}

.education_label
{
	width: 150px;
}

.full-width
{
	width: 100%;
}


div.form_extended_radio label
{
	padding-right: 0px;
	width: 220px;
}

.form_extended_radio input[type='radio']
{
	float: left;
	margin-right: 5px;
}

.bold-label
{
	font-weight: bold;
}

.short_input
{
	width: 35px;
}

#education_section label
{
	width: 500px;
}

/* login form */
.modal
{
	background-color:#fff;
	display:none;
	width:350px;
	padding:15px;
	text-align:left;
	border:2px solid #333;
	color: black;

	opacity:0.8;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-moz-box-shadow: 0 0 50px #ccc;
	-webkit-box-shadow: 0 0 50px #ccc;
}
#login_form h2
{
	margin-top: 0px;
	font-size: 33px;
}
#login_form img
{
	padding-left: 10px;
}
#login_form input
{
	background-color: white;
	width: 200px;
}
#login_form button
{
	margin-top: 10px;
}
#forgot_password,#forgot_username
{
    color: #4789cf;
    float: right;
    font-size: 12px;
    margin: 0px 8px 0px 0px;
}

/* footer */
#footer
{
	margin-top: 40px;
}
#legal { margin-top: 10px; }
#legal a
{
	font-size: 13px;
	color: #2F7B76;
}

/* HCP section */
table.scores
{
	width: 100%;
}
.scores td
{
	color: white;
	width: 35px;
	text-align: center;
	font-size: 16px;
}
.scores td a
{
	display: block;
	text-decoration: none;
}
.form_layout
{
	margin: 0px auto;
	background-color: #f3f3f3;
	border: solid 1px #a1a1a1;
	padding: 20px;
	width: 80%;
}
.form_layout label, .form_layout input
{
	display: block;
	float: left;
	margin-bottom: 10px;
	width: 200px;
}
.form_layout select
{
	width: 200px;
}
.form_layout input[type='checkbox'], .form_layout input[type='radio']
{
	width: auto;
	text-align: left;
}
.form_layout label
{
	width: 120px;
	padding-right: 20px;
}
.form_layout #agree_terms
{
	margin-right: 5px;
	display: inline;
	float: none;
}
.form_layout br
{
	clear: left;
}

#password_reset_form label
{
	white-space: nowrap;
	margin-bottom: 0px;
}

#password_reset_form .form_label
{
	float: left;
	width: 110px;
	padding-right: 15px;
}
.question_mark
{
	vertical-align: middle;
	margin-left: 8px;
}
.indented_text
{
	margin-left: 40px;
}
.auto_label
{
	width: auto !important;
}
.medium_label
{
	width: 175px !important;
}
.medium_long_label
{
	width: 260px !important;
}
.long_label
{
	width: 370px !important;
}
.remove_width
{
	width: auto !important;
}
#admin-patient-menu
{
	color: white;
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: auto;
	float: left;
}
#admin-patient-menu li
{
	background-color: #467DB5;
	padding: 0px 8px 0px 8px;
	margin-bottom: 5px;
	border: white 1px solid;
}
#admin-patient-menu a
{
	display: block;
	color: white;
}
#admin-patient-menu li:hover
{
	background-color: #025fad;
}
#admin-patient-view
{
	width: 78%;
	float: left;
	margin-left: 5px;
}
#admin-patient-view strong
{
	display: block;
}
#admin-patient-profile
{
	border: black 1px solid;
	padding: 10px;
}
#admin-patient-profile h4
{
	margin: 0px;
}
#admin-login-tracker-list
{
	max-height: 300px;
	list-style: decimal;
	overflow: auto;
	border: black solid 1px;
	width: 100%;
}
#admin-login-tracker-list ul
{
	list-style: none;
	white-space: nowrap;
	margin-right: 40px;
}
.survey-view
{
	border: black solid 1px;
	padding: 5px 0px 5px 10px;
	list-style: none;
}
.survey-view li
{
	padding: 5px 0px 5px 0px;
	list-style: none;
}
.survey-view strong
{
	margin-left: 25px;
}

#barriers_list
{
	font-weight: bold;
}
#barriers_list_other
{
	margin-left: 55px;
}
.admin-menu-selected
{
	background-color: #8bc741 !important;
}
#patient_hcp_list
{
	list-style: none;
}
#patient_hcp_list a
{
	text-decoration: underline;
}
.results_table
{
	width: 100%;
	padding: 10px;

	font-size: 18px;
	color: black;

	border: solid 2px #467db5;
	background-color: white;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-khtml-border-radius: 3px;
}

.results_table .odd-color
{
	background-color: #dfebf7;
}

.results_table th
{
	text-align: left;
}

.results_table td
{
	border-top: 1px solid #75a7dc;
	margin: 0;
	padding: 5px 0px 0px 5px;
}

.results_table_last_result
{
	border-bottom: 1px solid #75a7dc;
}

.results_table a
{
	color: #467db5;
	text-decoration: underline;
}
.results_table a:hover
{
	color: #8bc741;
}
#message_inbox tr:hover
{
	background-color: #75a7dc;
}
#message_inbox .inbox_last_message td
{
	border-bottom: 1px solid #75a7dc;
}
.results_table_left_border
{
	border-left: 1px solid #75a7dc;
}
.results_table_right_border
{
	border-right: 1px solid #75a7dc;
}
.read-message
{
	background-color: #ddd;
}
td.image-cell
{
	border-right: 1px solid #75a7dc;
	background-color: #666;
	padding-right: 2px;
}
.show_pointer
{
	cursor: pointer;
}
.unread-message{ font-weight: bold; }
.patient-icons-small { max-height: 21px; }
.patient-icons-small { max-height: 14px; }
.small_text { font-size: 10px; }
.percent_label { text-align: center; display: block; font-size: 14px; }
a.percent_link { text-align: center; text-decoration: none; color: black; }
a.percent_link:hover { color: black; }
.percentbar { background:#CCCCCC; border:1px solid #666666; height:12px; }
.percentbar div { background: #467db5; height: 12px; }
.pointer_hand { cursor:  pointer; }
#education-results { margin-left: 20px; }
.education_row label { width: 160px; display: block; float: left; }
.moc_detail_header
{
	float: right;
	margin-left: 30px;
}
#moc_comments
{
	margin-top: 5px;
}
#moc_comments textarea { width: 100%; }
#education_percentage
{
/*	width: 200px;*/
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#moc_details_container { width: 100%; }
.moc_details
{
	text-align: left;
	height: 100px;
/*	height: 45px;*/
	padding: 10px;
	border: solid 2px #467db5;
	background-color: white;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-khtml-border-radius: 3px;
}

#exacerbation_form label
{
	display: inline-block;
	width: 120px;
}
#exacerbation_form select, #exacerbation_form input
{
	width: 175px;
}
.plain_table
{
	width: 100%;
}
.plain_table tbody { text-align: center; }
.video_player
{
	width: 100%;
	text-align: center;
}
.video_player embed
{
	border: solid 1px black;
}

.css-blue-text
{
	color: #4789cf;
}

.admin_controls #term {
    width: 150px;
}

table.patient-default-moc
{
	width: 50%;
	background-color: lightblue;
	margin-bottom: 15px;
	
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topright: 20px;
	border-top-right-radius: 20px;
	-webkit-border-top-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	border-top-left-radius: 20px;
	
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-left-radius: 20px;
}

table.patient-default-moc td
{
	padding: 5px;
}

table.patient-default-moc td.label
{
	font-weight: bold;
}

/*Instructions - without login*/
.img_holder
{
	display: inline-block;
	height: 215px;
}

#instructions *
{
	display: inline-block;
}

#instructions ul li
{
	background-color: #49C1B9;
	vertical-align: middle;
	line-height: 28px;
	border: 1px solid white;
	font-size: 17px;

	margin: 0px 140px;

	border: black solid 3px;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
}
#instructions ul li a
{
	display: block;
	color: white;
	cursor: pointer;

	padding: 10px;

	width: 250px;
	height: 385px;
}

.instruction_text
{
	padding:10px;
}

.instructions ul li:hover
{
	background-color: #467db5;
}

.video_container
{
	text-align: center;
}

