/** /common/css/cf.css **/
/* ================================================= */
/* ========== Styles for Community Facts =========== */
/* ================================================= */
.cf-instr {
	background:url(/common/img/bullet_med2.png) no-repeat top left;
	font-size:115%;
	margin:12px 10px 8px 44px;
	min-height:26px;
	padding:0 0 0 48px;
}
/* ================================================= */
/* ================== Search Box =================== */
/* ================================================= */
#cfsearchform label {
	font-weight:normal;
}
#cfsearchform .aff-btn {
	font-size:83%;
}
#cfsearchtextbox {
	width:250px;
}
/* ================================================= */
/* =============== Topics Navigation =============== */
/* ================================================= */
#leftnav {
	float:left;
	margin:26px 4px 50px 38px;
	width:203px;
}
.leftnav_btn {
	background:url(/common/img/leftnav_btn.png) no-repeat scroll right -2px transparent;
	border:1px solid #a8a8a6;
	color:#333;
	cursor:pointer;
	display:block;
	font-size:91.7%;
	font-weight:bold;
	height:33px;
    margin:2px 2px 4px;
    padding:8px 0 0 9px;
}
.leftnav_btn:hover {
	background-color:transparent;
	background-position:right -48px;
	color:#000;
	text-decoration:none;
}
.leftnav_btn.selected {
	background-position:right -96px;
	border-right:1px solid #8b8882;
	color:#eee;
	margin-right:0;
	width:205px;
}
.leftnav_btn.selected:hover {
	color:#fff;
}
.all-measures {
	margin-top:14px;
}
/* ================================================= */
/* ============== Measures and Links =============== */
/* ================================================= */
#cf-content {
    background-color:#FFFFFF;
    border:12px solid #8B8882;
    color:#444;
    float:left;
    margin-top:10px;
    padding-bottom:20px;
    width:729px;
}
#cf-content a {
	cursor:pointer;
    font-weight:bold;
}
#cf-content h2 {
	font-size:107.7%;
	font-weight:bold;
	margin:0 26px;
}
#cf-content ul {
	font-size:92.3%;
	margin:2px 0 0 8px;
	padding:0;
}
#cf-content li {
	background:url(/common/img/bullet_sm_gold.png) no-repeat 0 5px;
	color:#888;
	list-style:none;
	padding:0 0 0 10px;	
}
#cf-content #geo-name {
	font-size:136%;
	margin:15px 26px 10px 26px;
	line-height:1.231;
}
#cf-content .disamb	{
	font-size:87%;
	font-weight:bold;
	margin:-6px 0 8px 28px;
}
#cf-content div.datapoint {
	background-color:#EBF1F7;
	border-bottom:1px solid #A8A8A6;
	border-top:1px solid #A8A8A6;
	margin-top:10px;
	padding:6px 18px 1px 28px;
}
.datapoint .actionbar {
	font-size:93%;
	min-height:0px;
	padding:0;
}
.datapoint .actionbar .buttons {
    float:right;
}
.datapoint .actionbar .buttons a {
    border:1px solid transparent;
}
.datapoint .actionbar .buttons a:hover {
    border:1px solid #939393;
}
#cf-content h3 {
	font-size:92.3%;
	font-weight:bold;
	margin-bottom:3px;
	margin-top:11px;
}
#cf-content .datapoint h3 {
	color:#555555;
    font-size:103%;
	margin-top:0;
}
#cf-content .datapoint .value {
	color:#345373;
	display:inline-block;
	font-size:310%;
	font-style:italic;
	margin-right:8px;
	margin-top:5px;
}
#cf-content .datapoint .source {
	display:inline-block;
	font-size:76.9%;
}
#cf-content .databpoint .source a {
	font-weight:normal;
}
#cf-content .links-container {
	padding:20px 0 0 0;
}
.links, .morelinks {
	margin:14px 30px 6px 28px;
}
.links .linksnohyper {
	color:black;
}
.links .linksnohyper a {
	color:#666;
	text-decoration:none;
}
.morelinks {
	font-size:92.3%;	
    font-weight:bold;
    margin-top:25px;
}
#cf-content .morelinks li {
	color:#555;
}
/* ================================================= */
/* ================ Disambiguation ================= */
/* ================================================= */
#cf-disambiguation a {
	cursor:pointer;
}
#cf-disambiguation .subtitle1 {
	font-size:85%;
	float:right;
	margin-right:10px;
	margin-bottom:10px;
}
#cf-disambiguation .subtitle2 {
	font-weight:bold;	
	white-space:nowrap;
	clear:both;
}
#cf-disambiguation .footer_msg {
	font-size:100%;
	font-weight:bold;
}
#cf-disambiguation .scrollableContainer {
	margin-right:-3px;
	max-height:255px;
	overflow:auto;
	padding-right:4px;
}
#cf-disambiguation .summary-level-group {
	margin-bottom:10px;
}
#cf-disambiguation .summary-level-name {
	font-size:100%;
	font-weight:bold;
}
#cf-disambiguation .summary-level-group-content {
	margin-left:30px;
}
/* ================================================= */
/* =================== Show All ==================== */
/* ================================================= */
.datapoint table {
	background-color:#ffffff;
	border:1px solid #c6cbd0;
	color: #3a4d63;
	font-size:93%;
	margin:6px 0 12px 0;
}
.datapoint table tbody tr:nth-child(even) {
	background-color:#f2f7fa;
}
.datapoint table td, .datapoint table th {
	border:1px solid #c6cbd0;
	padding:1px 8px;
}
.datapoint th {
	background-color:#e8edf0;
	font-weight:bold;
	text-align:left;
}
.datapoint td.rj {
	text-align:right;
}
.datapoint td.indent {
	padding-left:30px;
}
#cf-content .datapoint td > a.source {
	font-size:100%;
	font-weight:normal;
}