/* Document Setup
--------------------------------------------------------------------------------------- */

body {
	text-align: center;
	background: #50341C;
	font-size: 80%;
	font-family: arial, verdana, sans-serif;
}
#profile_category_data_table tr td { 
	border: solid 0px #000;
}
.graph_placeholder { 
	width: 450px;
	height: 200px; 
	border: solid 0px;
	margin-left: 10px;
	margin-bottom: 10px;
}
.depression_landing_text p {
    margin-bottom: 20px;
}
.depression_landing_text{
	line-height: 18px;
	
}
.depression_landing_text ul{
	list-style-type: disc;
	margin-bottom: 20px;
}
.depression_landing_text ul li { 
	margin-left: 20px;
}
#data_info_one { 
	text-align: center;
	font-weight: bold;
}
.condition_header{ 
	font-size: 12px;
	text-align: center;
}
#data_info_two { 
	text-align: center;
	font-weight: bold;
}
#restoreul ul{
	display: block;
	list-style-type: disc
}

#header, #body, #footer {
	text-align: center;
}

#header {
	background: #f6f3e8;
}

#body {
	background: #50341c;
}

#footer {
	background: #785e4a;
}

#header_content, #body_content, #footer_content {
	width: 980px;
	margin: 0px auto;
	text-align: left;
}

#header_content {
	margin-top: 0px;
}

#body_top {
	font-size: 0px;
	height: 10px;
	background: url('../assets/body_top.gif') no-repeat;
}

#body_middle {
	background: url('../assets/body_middle.gif') repeat-y;
	padding: 10px 30px;
}

#body_bottom {
	font-size: 0px;
	height: 10px;
	background: url('../assets/body_bottom.gif') no-repeat;
}


#sidebar {
	margin-top: 0px;
	position: relative;
	z-index: 100;
}

#sidebar_label {
	display: block;
	padding: 2px;
	text-align: center;
	color: #444;
}

#article {
	position: relative;
	z-index: 0;
}

.article_sidebar {
	padding: 10px;
	margin: 10px;
	background: #f2edd8;
}

.article_sidebar_inner {
	width: 160px;
}

.bigarticle_sidebar_inner {
	width:320px;
}

.medarticle_sidebar_inner {
	width:233px;
}


.a_top, .a_bottom, .sb_top, .sb_bottom, .dd_top, .dd_curved_top, .dd_bottom, .dd_inner_top, .dd_inner_bottom, .compare_sidebar_top , .compare_sidebar_bottom, .compare_main_top, .compare_main_bottom {
	font-size: 0px;
}

.a_mid {
	background: url('../assets/article/a_mid.gif') repeat-y;	
	width: 730px;
}

.a_mid_content {
	line-height: 160%;
	padding: 10px 20px;	
}


.dd_mid {
	background: #a2c6ba;
	width: 730px;
}

.dd_mid_content {
	padding: 0px 10px;	
}

.dd_search {
	color: #333;
	font-weight: bold;
	font-size: 16px;
	background: #a2c6ba;
	padding: 10px 10px 10px 20px;	
}

.dd_search #search_form_fields {
	width: 100%;
}

.dd_search #search_form_fields .search_form_fields_title {
	text-align: right;
	width: 260px;
}

.dd_search #search_form_fields .select {
	margin-left: 10px;
	font-size: 16px;
	width: 510px;
}

.dd_search #search_form_fields .text_input {
	margin-left: 10px;
	font-size: 16px;
	width: 510px;
}

.dd_search #search_form_fields .submit_button {
	position: relative;
	top: 3px;
}


.dd_inner_mid {
	background: #e1eae6;
	border-left: 1px solid #529385;
	border-right: 1px solid #529385;
	padding: 0px 10px;
}


.text_right {
	text-align: right;
}

.average_bar {
	background: #000;
}


/* NAV
--------------------------------------------------------------------------------------- */	

#super_nav {
	width: 930px;
	margin: 8px auto 2px auto;
}

#super_nav {
	padding-top: 0px;
	color: #F6F3E8;
}

#super_nav a, #super_nav a:link, #super_nav a:visited {
	color: #F6F3E8;
}

.share_this_form {
	color: #fff;
}

.share_this_container {
	margin-right: 10px;
}

#nav {
	margin-top: 50px;
	margin-left: 30px;
}

#nav ul li {
	display: block;
	float: left;
	margin-right: 20px;
}


/* Legend
--------------------------------------------------------------------------------------- */	

#legend_link {
	font-weight: bold;
	margin-right: 5px;
}

#legend_inner {
	/*line-height: 0px;*/
	background: #fff; 
	border: 1px solid #A0ABA7;
}


/* Comparisons
--------------------------------------------------------------------------------------- */	

#compare_table {
	width: 681px;
}

.compare_sidebar_top, .compare_sidebar_bottom {
	background: #B4C8C3;
}

.compare_sidebar_mid {
	line-height: 18px;
	text-align: right;
	padding: 10px;
	background: #B4C8C3;
}

.compare_main_mid {
	border-right: 1px solid #eee;
	background: #fff;
	padding: 10px;
}

#compare_table .graph_area {
	font-size: 12px;
}

#compare_table .graph_area .rate_num {
	width: 40px;
}

#compare_table .graph {
	width: 100px;
	border: 1px solid #5e7761;
	background: #f6f5f5;
}

#compare_table .graph .rate {
	display: block;
	height: 11px;
	background: #5e7761;
}

#compare_table .title {
	font-weight: bold;
	width: 160px;
}	

#compare_table .odd {
	background: #C8DCD3;
}

#compare_table .even {
	background: #E1EAE5;
}


/* SIDEBAR NAV
--------------------------------------------------------------------------------------- */	

.sb_nav {
	width: 180px;
}

.sb_nav li {
	display: inline;
}

.sb_nav li .no_link {
	color: #222;
	padding: 8px 10px;
	background: #e7d9b5;
	line-height: 16px;
}

.sb_nav li.selected a.sb_link, .sb_nav li.selected a.sb_link:link, .sb_nav li.selected a.sb_link:visited {
	font-weight: bold;
	color: #000;
	width: 167px;
	background: #e1eae6;
	border-left: 3px solid #529385;
	border-bottom: 1px solid #529385;
}

.sb_nav li a, .sb_nav li a:link, .sb_nav li a:visited {
	text-decoration: none;
	color: #222;
	display: block;
	padding: 8px 10px;
	background: #e7d9b5;
	border-bottom: 1px solid #a2c6ba;
}

.sb_nav li a:hover, .sb_nav li a:focus {
	background: #e1eae6;
	color: #000;
}

a#sb_nav_all, a#sb_nav_all:link, a#sb_nav_all:visited {
	border-bottom: 0px solid #a2c6ba;
}

#sb_sub_nav {
	margin-left: 10px;
}

#sb_sub_nav li a, #sb_sub_nav li a:link, #sb_sub_nav li a:visited {
	font-weight: normal;
	display: block;
	padding: 10px;
	background: #c8dbd3;
}

#sb_sub_nav li a:hover, #sb_sub_nav li a:focus {
	background: #e1eae6;
	text-decoration: underline;
}

#sb_sub_nav li.selected a, #sb_sub_nav li.selected a:link, #sb_sub_nav li.selected a:visited {
	background: #e1eae6;
	font-weight: bold;
}


/* Forms
--------------------------------------------------------------------------------------- */	

#sf_nav {
	margin-left: 20px;
}

#sf_nav ul li {
	display: block;
	float: left;
	margin-right: 10px;
}

#sf_nav ul li.on a, #sf_nav ul li.on a:link, #sf_nav ul li.on a:visited {
	display: block;
	background: #a5c6bd url('../assets/sf_tabs/on_l.gif') left top no-repeat;
	text-decoration: none;
	padding: 0px 0px 0px 10px; 
	color: #333;
}

#sf_nav ul li.on a span {
	display: block;
	background: url('../assets/sf_tabs/on_r.gif') right top no-repeat;
	padding: 10px 10px 5px 0px; 
}


#sf_nav ul li.off a, #sf_nav ul li.off a:link, #sf_nav ul li.off a:visited {
	display: block;
	background: #a5c6bd url('../assets/sf_tabs/off_l.gif') left top no-repeat;
	text-decoration: none;
	padding: 0px 0px 0px 10px; 
	color: #333;
}

#sf_nav ul li.off a span {
	display: block;
	background: url('../assets/sf_tabs/off_r.gif') right top no-repeat;
	padding: 10px 10px 5px 0px; 
}


#sf_top {
	height: 10px;
	background: #a5c6bd url('../assets/home_sf_top.gif') left top no-repeat;
}

#sf_mid {
	padding: 10px 20px;
	background: #a5c6bd;
}

#sf_mid label {
	display: block;
	color: #444;
	font-weight: bold;
	padding: 2px 0px 3px 3px;
}

#sf_mid input.text, select {
	font-size: 18px;
	width: 400px;
}

#sf_bottom {
	height: 10px;
	background: #a5c6bd url('../assets/home_sf_bottom.gif') left bottom no-repeat;
}

form, textarea, input, select, option {
	font-family: arial, verdana, sans-serif;
	color: #111;
}


/* Data List
--------------------------------------------------------------------------------------- */	
#data_table { 
	width: 665px;
	margin-bottom: 10px;
}
#data_table_loading_inner {
	padding: 5px 5px 5px 0px;
}

#data_list {
	padding: 5px 0px;
}

#entry_table {
	width: 100%;
}

#entry_table tr.colhead th {
	text-decoration: underline;
	font-weight: bold;
	padding: 4px 4px 6px 4px;
	color: #50341C;
	cursor: pointer;
}

#entry_table tr.colhead th.sorttable_sorted, #entry_table tr.colhead th.sorttable_sorted_reverse {
	color: #222;
	background: #F9F6ED;
}

#entry_table tr.colhead th.compare_button {
	text-align: right;
}

#entry_table tr.colbody_top {
	border-top: 1px solid #becac7;
	border-left: 1px solid #becac7;
	background: #fff;
}


#entry_table tr.unmoving_row td {
	border-bottom: 2px solid #becac7;
}
#entry_table th.unmoving_row td {
	border-bottom: 2px solid #becac7;
}

#entry_table tr.unmoving_row td.no_border {
	border-bottom: 0px solid #becac7;
}
#entry_table th.unmoving_row td.no_border {
	border-bottom: 0px solid #becac7;
}
#entry_table tr.unmoving_row td.col_titles {
	border-top: 1px solid #becac7;
	border-left: 1px solid #becac7;
	background: #eee;
	line-height: 16px;
}
#entry_table tr.unmoving_row th.col_titles {
	border-top: 1px solid #becac7;
	border-left: 1px solid #becac7;
	background: #eee;
	line-height: 16px;
}

#entry_table tr.unmoving_row td.col_titles a, #entry_table tr.unmoving_row td.col_titles a:link, #entry_table tr.unmoving_row td.col_titles a:visited {
	display: block;
	font-size: 95%;
	padding: 2px;
}


#entry_table tr.colbody_top td {
	border-bottom: 4px solid #E1EAE6;
}

#entry_table tr.colbody_top .no_results {
	line-height: 18px;
}

#entry_table tr.colbody_top .footnote {
	font-size: 12px;
	background: #E1EAE6;
	padding-top: 20px;
}

#entry_table tr.colbody_top .name {
	width: 300px;
}

#entry_table tr.colbody_top .pe_name {
	padding-right: 5px;
}

#entry_table tr.colbody_top .secondary {
	width: 60px;
	font-size: 11px;
}
/*--- th colbody top fixes?*/

#entry_table th.colbody_top td {
	border-bottom: 4px solid #E1EAE6;
}

#entry_table th.colbody_top .no_results {
	line-height: 18px;
}

#entry_table th.colbody_top .footnote {
	font-size: 12px;
	background: #E1EAE6;
	padding-top: 20px;
}

#entry_table th.colbody_top .name {
	width: 300px;
}

#entry_table th.colbody_top .pe_name {
	padding-right: 5px;
}

#entry_table th.colbody_top .secondary {
	width: 60px;
	font-size: 11px;
}
/*--*/
#entry_table tr.colbody_top .name_hit {
	width: 300px;
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: middle;
	font-weight: bold;
}
#entry_table tr.colbody_top .secondary_hit {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	vertical-align: middle;
	
}
#entry_table tr.colbody_top .secondary_hit img{


}

#entry_table tr.colbody_top .graph_area {
	border-left: 1px solid #aaa;
	width: 180px;
	font-size: 11px;
	padding: 5px;
	margin: 0px;
}

#entry_table tr.colbody_top .pe_graph_area {
	border-left: 1px solid #aaa;
	width: 110px;
	font-size: 11px;
	padding: 5px;
	margin: 0px;
}

#entry_table tr.colbody_top .graph_area .rate_num {
	width: 40px;
}

#entry_table tr.colbody_top .pe_graph_area .pe_rate_num {
	padding: 5px;
}

#entry_table tr.colbody_top .asterisk {
	font-size: 140%;
}

#entry_table tr.colbody_top .graph {
	width: 100px;
	border: 1px solid #5e7761;
	background: #f6f5f5;
}
#profile_pe_table thead tr {
	border-top: #5E7761 solid 1px;
	border-bottom: #5E7761 solid 1px;
	

}
#profile_pe_table { 
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}
#profile_pe_table thead th {
	padding: 10px;
	background: #F7F3E8;
}
#entry_table tr.colbody_top .graph .rate {
	font-size: 10px;
	line-height: 0px;
	height: 11px;
	display: block;
	background: #5e7761;
}
/* -- Patient Experience Profile CSS -- */
#profile_category_data_table tr.colbody_top .graph_area {
	border-left: 1px solid #aaa;
	width: 180px;
	font-size: 11px;
	padding: 5px;
	margin: 0px;
}

#profile_category_data_table tr.colbody_top .pe_graph_area {
	border-left: 1px solid #5E7761;
	border-right: 1px solid #5E7761;
	width: 110px;
	font-size: 11px;
	padding: 5px;
	margin: 0px;
}

#profile_category_data_table tr.colbody_top .graph_area .rate_num {
	width: 40px;
}

#profile_category_data_table tr.colbody_top .pe_graph_area .pe_rate_num {
	padding: 5px;
}

#profile_category_data_table tr.colbody_top .asterisk {
	font-size: 140%;
}

#profile_category_data_table tr.colbody_top .graph {
	width: 100px;
	border: 1px solid #5e7761;
	background: #f6f5f5;
}

#profile_category_data_table tr.colbody_top .graph .rate {
	font-size: 10px;
	line-height: 0px;
	height: 11px;
	display: block;
	background: #5e7761;
}



/* -- End Patient Experience Profile CSS -- */
#entry_table tr.colbody_top .view_details {
	width: 96px;
	font-size: 11px;
}

#entry_table tr.colbody_top .view_details a {
	position: relative;
	top: -2px;
}

#entry_table tr.colbody_top td.compare_button_cell {	
	background: #E1EAE6;
	border-top: 1px solid #E1EAE6;
	border-right: 1px solid #E1EAE6;
	padding: 0px;
}

#entry_table tr.colbody_top td.compare_button_cell .compare_button {
	width: 22px;
	background: #5E7761;
}

#entry_table tr td {
	padding: 10px 5px 10px 5px;
}
#entry_table tr th {
	padding: 10px 5px 10px 5px;
}

#entry_table tr td.special_unmoving_row {
	background: #eee;
	font-size: 11px;
}
#entry_table tr th.special_unmoving_row {
	background: #eee;
	font-size: 11px;
}
.colhead_hospital th {
	padding: 4px 4px 6px 4px;
	color: #667874;
	cursor: pointer;
	padding-top: 20px;
	padding-bottom: 20px;
}
.hospital_row {
	background: #FFFFFF;
	border-bottom: solid #becac7 3px;
	height: 40px;
}
.hospital_cell {
	background: #FFFFFF;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	vertical-align: middle;
	border-left: solid 1px #e1eae6;
	border-right: solid 1px #e1eae6;
	color: #667874;

	
}
.hospital_cell .name {
	font-weight: bold;
	text-decoration: underline;
	color: #000;
}

.procedures { 
	font-size: 14px;
	background: #f0f6f3; 
	border-left: solid 1px #e1eae6;
	border-right: solid 1px #e1eae6;
	color: #60877a;
	vertical-align: middle;
}
.hospital_cell .address {
	font-size: 10px;
	color: #545454;
	font-style: normal;
}
#data_info_one { 
	margin-top: 10px;
	margin-bottom: 10px;
}
#data_info_two { 
	margin-top: 10px;
	margin-bottom: 10px;
}
.hospital_cell .rating { 
	text-align: left;
	width: 40px;

}
.hospital_cell_first { 
	border-left: solid 1px #e1eae6;
	border-right: solid 1px #e1eae6;
	text-align: left;
	line-height: 18px;
	padding-left: 5px;
}
.scale{
	width: 150px;
	height: 27px;
	
	margin-left: 55px;
	text-align: left;
	float: left;
}
.scale2{
	width: 150px;
	height: 27px;
	
	margin-left: 120px;
	text-align: left;
	float: left;
}

.line_background {
	background: #FFFFFF url('../assets/hospital_icons/line_bg.gif') repeat-y;
	background-position: 175px 0px;
	width: 300px;
}
.line_background2 {
	background: #FFFFFF url('../assets/hospital_icons/line_bg.gif') repeat-y;
	background-position: 240px 0px;
}
.rating_text_default {
	float: left; 
	width: 30px;
	margin-top: 6px;
	color: #667874;
	margin-left: 10px;
}
.full {
	background: url('../assets/hospital_icons/full.gif') no-repeat;
	background-position: 0 0;
}
.half {
	background: url('../assets/hospital_icons/half.gif') no-repeat;
	background-position: 0 0;
}
.empty {
	background: url('../assets/hospital_icons/empty.gif') no-repeat;
	background-position: 0 0;
}
.greybox_colheader {
	background: #eee;	
	border: solid 1px #becac7;
	font-size: 12px;
	font-weight: normal;
	color: #667874;
	text-decoration: none;
	text-align: center;
	padding: 4px;
	vertical-align: middle;
	font-size: 10px;
}
.greybox_colheader_sort {
	background: #eee url('../assets/default_sort.jpg') no-repeat;
	background-position: right;
	background-position-x: 5px;
	border: solid 1px #becac7;
	font-size: 12px;
	font-weight: normal;
	color: #667874;
	text-decoration: none;
	text-align: center;
	padding: 4px;
	vertical-align: middle;
	font-size: 10px;


}
.greybox_colheader a{
	font-weight: normal;
	color: #667874;
}
.toggler { 
	vertical-align: bottom;
	font-size: 10px;
	width: 180px;
	color: #667874;
}
.toggler a{ 
	text-decoration: none;
}

.toggletext { 

}
/* Fixing TH's
------------------------------ */
.headerSortDown { 
	background: #eee url('../assets/down_arrow.jpg') no-repeat;
	background-position: right;
	background-position-x: 5px;

}
.headerSortUp { 
	background: #eee url('../assets/up_arrow.jpg') no-repeat;
	background-position: right;
	background-position-x: 5px;

}


/* ----------------------- */
a.data_list_name, a.data_list_name:link, a.data_list_name:visited {
	font-weight: bold;
	color: #222;
	text-decoration: underline;
}



/* PROFILE
--------------------------------------------------------------------------------------- */
.hit_profile { 

	border: 1px solid #5E7761;
	margin-bottom: 10px;
	margin-top: 10px;
	width: 100%;
}
.hit_profile thead { 
	background: #f8f5ec;
}
.hit_profile thead th {
	padding: 10px;
}
.hit_profile tr td { 
	vertical-align:  top;
	height: 50px;
} 
.hit_profile tr td { 
	text-align: center;
	padding-top: 10px;
}
#profile {
	margin-top: 10px;
	padding: 5px 10px;
	background: #fff;
	border: 1px solid #becac7;
}

#profile_name {
	font-weight: bold;
	margin: 5px 0px;
	border-bottom: 1px solid #5e7761;
}

#profile_info {
	margin: 20px 0px;
}

#profile_info ul li {
	display: inline;
	margin: 0px;
}

#profile_info ul li a, #profile_info ul li a:link, #profile_info ul li a:visited {
	padding: 5px;
	border: 1px solid #A2C6BA;
	background: #E7D9B5;
	color: #5e7761;
	text-decoration: none;
	cursor: pointer;
}

#profile_info ul li a.selected, #profile_info ul li a.selected:link, #profile_info ul li a.selected:visited {
	background: #fff;
	color: #222;
	border-bottom: 1px solid #fff;
	position: relative;
	top: 1px;
}

#profile_info_data {
	margin-top: 6px;
	padding: 10px;
	border: 1px solid #A2C6BA;
}

#profile_overview table {
	margin-top: 10px;
}

#profile_overview table tr td {
	padding: 5px 10px 5px 0px;
}


#profile_affiliation_table {
	width: 100%;
}

#profile_affiliation_table td {
	padding: 5px;
}

#profile_affiliation_table td.profile_affiliation_name {
	padding-top: 10px;
	font-weight: bold;
	border-bottom: 1px solid #529385;
}

#profile_affiliation_table td.profile_affiliation_link a, #profile_affiliation_table td.profile_affiliation_link a:link, #profile_affiliation_table td.profile_affiliation_link a:visited {
	font-size: 11px;
}

#profile_affiliation_table td.profile_affiliation_info {
	border-top: 1px solid #529385;
}




#profile_category_data_table h2
{ font-size: 1.2em; font-weight: bold; }

#profile_category_data_table h4
{ font-size: 0.9em; text-transform: uppercase; }

#profile_category_data_table 
{
	padding: 20px;
}

#profile_category_data_table
{ width: 100%; }

#profile_category_data_table .category
{
	font-size: 1em;
	padding-top: 20px;
	border-bottom: 2px solid #5E7761;
}

#profile_category_data_table .current_report_year_title
{ background: #F7F3E8; padding: 15px 0px 5px 10px; }

#profile_category_data_table .historic_report_years_title
{ border-left: 1px solid #aaa; background: #F7F3E8; padding: 15px 0px 5px 10px; }		

#profile_category_data_table .current_report_year 
{ width: 180px; padding-right: 20px; background: #F7F3E8; }

#profile_category_data_table .historic_report_years
{ border-left: 1px solid #aaa; padding-left: 0px; background: #F7F3E8; width: 490px; }		

#profile_category_data_table .historic_report_years td
{ text-align: left; }

#profile_category_data_table .graphs
{ margin: 10px 10px; }

#profile_category_data_table .graphs_small_text
{ font-size: 0.8em; }

#profile_category_data_table .year
{ font-size: 1em; padding: 2px;}

#profile_category_data_table .graphs_footer
{ font-size: 0.8em; padding: 20px 10px 0px 0px; }

.hospital_legend_table { 
	width: 670px;
	
}
.hospital_legend_table td{ 
	padding: 5px;
}
.hospital_legend_table .the_legend_row { 
	vertical-align: middle;
	text-align: right;	
	width: 30px;
	padding-right: 5px;

}
.hospital_legend_table .the_row_text { 
	text-align: left;
	vertical-align: middle;
	
	height: auto;
	
}

/* Tables
--------------------------------------------------------------------------------------- */	

table, tr, td {
	border-collapse: collapse;
}


/* Links
--------------------------------------------------------------------------------------- */	

a, a:link, a:visited {
	color: #46664E;
}

a:hover, a:focus {
}

/* Floating
--------------------------------------------------------------------------------------- */	

.left	{ float: left; }
.right	{ float: right; }
.clear 	{ clear: both; }

/* Headings
--------------------------------------------------------------------------------------- */	

h1 { font-size: 200%; line-height: 140%; }
h2 { font-size: 130%; line-height: 120%; }

h2.category_data {
	font-size: 100%; line-height: 120%; font-weight: bold;
}

h3.category_data {
	font-size: 80%; line-height: 120%; font-weight: bold;
}

h3.affiliation_title {
	margin: 10px 0px;
	font-size: 120%;
	line-height: 120%;
}

h3.sidebar_title {
	display: block;
	font-size: 120%;
	font-weight: bold;
	
	margin-bottom: 15px;
}

.measure_text {
	color: #003311;
	line-height: 16px;
	border: 1px solid #A0ABA7;
	padding: 10px;
	background: #fff;
}

/* User Feedback Messages 
--------------------------------------------------------------------------------------- */	

.success	{ background: #44dd55; color: #fff; }
.error 		{ background: #ff5544; color: #fff; padding: 5px; margin-bottom: 10px; }
.neutral	{ background: #ffeecc; color: #444; }


/* Footer
--------------------------------------------------------------------------------------- */	

#footer_middle {
	line-height: 18px;
	padding: 10px 20px;
	color: #fff;
	text-align: center;
}

#footer_middle a, #footer_middle a:link, #footer_middle a:visited {
	color: #fff;
}
.cost_landing_text { 
	line-height: 16px;
}
.detail_simple { 
	font-size: 10px;
	text-decoration: none;
}
.detail_simple a{ 
	text-decoration: none;
	
}
#flot_legend { 
	padding: 4px;
	background: #FFFFFF;
	width: 100px;
	border: solid 1px #ccc;
	padding: 5px;
	margin-left: 10px;
	padding-top: 7px;
	margin-bottom: 5px;
}
#flot_legend tr .legendLabel{ 
	vertical-align: top;
	padding-top: 2px;
	padding-left: 5px;
}
#flot_legend td { 
	height: 20px;
}
.flot_lgd_label { 
	font-weight: bold !important;
	font-size: 10px;
	margin-left: 10px;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.hit_grid { 
	background: #FFFFFF !important;
	border: solid 1px #e4e4e4; 
	padding: 10px;
	margin-bottom: 20px;
}
.hit_grid table tr td { 
	width: 33%;
	height: 100px;
	padding: 10px;
}
.hit_grid table { 
	margin-top: 20px;
	
}
.profile_hit_table td { 
	border: solid 1px;
}
.hit_statewide { 
	background: #FFFFFF !important;
	border: solid 1px #e4e4e4; 
	padding: 10px;
	margin-bottom: 20px;
}
.hit_example { 
	background: #FFFFFF !important;
	border: solid 1px #e4e4e4; 
	padding: 10px;
	margin-bottom: 20px;
}
.AUE { 
	letter-spacing: 1px;
	color: #545454;
	text-transform: uppercase;
	cursor: pointer !important;
}
.pagination_area { 
	margin-bottom: 15px;
	margin-top: 15px;
}
.pagesize { 
	font-size: 10px;
	width: 50px;
	display: inline;
}
.hit_grid_jqm { 
	font-weight: bold;
}
.page_numbers { 
	 display: inline;
}
.selected_hit_page { 
	font-weight: bold;
}