@charset "utf-8";
/* CSS Document */
/* CSS Document */

div#scorecard {
	width: 530px;
	text-align: left;
	
	font-family: Arial, Helvetica, sans-serif;
	color: #2F3336;	
	font-size: 12px;
	line-height: 16px;
	padding: 0;
	margin: 0;
	border: none;
}

div#scorecard img {
	border: none;
}

div#scorecard_dropdown {
	width: 510px;
	background: #E7EEF4;
	border-top: 2px solid #437196;
	border-bottom: 1px solid #FFFFFF;
	padding: 10px;
	height:40px;
}

div#state_dropdown {
	width: 224px;
	height: 240px;
	background: #FFFFFF;
	border-bottom: 1px #CDE0EE solid;	
	overflow: auto;
	z-index: 100;
}

div#state_dropdown a {
  display: block;
	font-size: 10px;
	font-weight: bold;
  border: 1px solid #B5C4C7;
  padding: 2px 5px;
  background: #FFFFFF;
  text-decoration: none;
  color: #000000;
}

div#state_dropdown a:hover {
	background: #D6E6F3;
	border-color: #5E9FBD;
}

div#dropdown select {
	color: #3E87A8;
	border: 1px solid #CCDAE5;
	font-size: 12px;
	line-height: 14px;
}

table#scorecard {
	width: 530px;
	margin-bottom: 20px;
}

table#scorecard a {
	color: #0F4977;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	text-decoration: none;
}

table#scorecard a:hover {
	text-decoration: underline;
}

table#scorecard tr.indicator {
	background: #C7DEED;
}

table#scorecard tr.indicator td {
	height: 28px;
	padding: 4px 8px 4px 8px;
	font-family: Georgia, serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}

table.data_table {
	width: 530px;
	font-family: Georgia, serif;
}

table.data_table td.rank {
	width: 71px;
	padding: 4px;
	font-size: 10px;
	line-height: 12px;
	border: 1px solid #FFFFFF;
	border-left: 0;
	text-align: center;
	background: #E7EEF4;
}

table.data_table td.data {
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	
	background: #F1F6FA;
}

table.ind_data {
	width: 450px;
	font-family: Georgia, serif;
}

table.ind_data td {
	padding: 4px;
}

table.ind_data td.data_left {
	width: 72px;
	text-align: left;
}

table.ind_data td.data_right {
	font-size: 12px;
	line-height: 14px;
	text-align: left;
}

table.ind_data td.data_both {
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
}

table.ind_data_3 {
	font-family: Georgia, serif;
	margin-bottom: 6px;
	width:100%;
}

table.ind_data_3 td {
	padding: 0px 8px;
	font-size: 11px;
	line-height: 16px;
}

table.ind_data_3 td.left {
  padding-right: 180px;
}

table.ind_data_3 td.hpo {
	text-align: right;
}

div#scorecard .red_rank {
	font-size: 19px;
	line-height: 28px;
	font-weight: bold;
	color: #A30B34;
}

div#scorecard .red_rank sup {
  font-size: 14px;
}

div#scorecard .red_large_pct {
	font-size: 25px;
	line-height: 22px;
	font-weight: bold;
	color: #A30B34;	
}

div#scorecard .red_small_pct {
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #A30B34;	
}

div#scorecard .red_demographic {
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	color: #A30B34;	
}

div#scorecard .red {
	color: #A30B34;
}

table.scorecard_source {
	width: 530px;
	font-family: Georgia, serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
}

table.scorecard_source td.rank {
	width: 71px;
	padding: 4px;
	border: 1px solid #FFFFFF;
	border-left: 0;
	text-align: left;
	background: #E7EEF4;
}

table.scorecard_source td.data {
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	
	background: #F1F6FA;
}

table.scorecard_source a {
	color: #0F4977;
	text-decoration: none;
}

table.scorecard_source a:hover {
	text-decoration: underline;
}

/* tooltip styles */

div.scorecard_tooltip_small {
	font-family: Georgia, serif;
	font-size: 11px;
	line-height: 13px;
	color: #2F3336;
	background: #E7EEF4;
	border: 1px solid #DBE2E8;
	border-top: 2px solid #015488;
	padding: 6px;
	width: 91px;
}

div.scorecard_tooltip_small p {
	font-size: 13px;
	line-height: 15px;
}

div.scorecard_tooltip_large {
	font-family: Georgia, serif;
	font-size: 12px;
	line-height: 14px;	
	color: #2F3336;
	background: #E7EEF4;
	border: 1px solid #DBE2E8;
	border-top: 2px solid #015488;
	padding: 6px;
	width: 220px;
}

