/*-------------------------------------------------- */
/* Z-INDEX GUIDE */
/*-------------------------------------------------- */
/*
0 - 999: basic map and its basic frame
1000 - 1999: 'in-map' overlays done with html (stories, map annotation)
2000 - 2999: dynamic map frame meant to cover 'in-map' stuff (drop-down panels, etc.)
3000 - 3999: reserved
4000 - 4999: dialog boxes and popups
5000 - 5999: reserved
6000 - 6999: tooltips and transient UI
7000 - 7999: reserved
8000 - 8999: temporary UI blocking elements, such as screen which cuts off mouse events
9000 - 9999: dialogs & overlays meant to sit atop temporary UI blocking elements (e.g., splash page)
*/
/*-------------------------------------------------- */
/* AVAILABLE FONT GUIDE */
/*-------------------------------------------------- */
/*
font-family: 'source-sans-pro'
LIGHT: font-weight: 300, font-style: normal
REGULAR: font-weight: 400, font-style: normal
SEMIBOLD: font-weight: 600, font-style: normal

font-family: 'ff-tisa-web-pro'
REGULAR ITALIC: font-weight: 400, font-style: italic
BOLD: font-weight: 700, font-style: normal
*/

/* JMZ need to hide the worldwide 20211029 */
.js_worldwide
{
	display: none;
}

.wf-loading {
	visibility: hidden;  
	}
.wf-active {        
	visibility: visible;
	}   
.wf-inactive {       
	visibility: visible;
	font-family: arial, sans-serif;
	font-size: 90%;
	}

/*-------------------------------------------------- */
/* GENERAL */
/*-------------------------------------------------- */
html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family: 'source-sans-pro', arial, sans-serif !important;
	font-size: 12px;
	font-weight: 400;
	font-style: normal;
	line-height: normal !important;
	background-color: #fff;
	overflow: hidden;
	}
.clear, .Clear {
	clear: both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	}
a, a:visited { color: #e0691d; font-weight: 400; text-decoration: none; }
a:hover, a:active { color: #e0691d; font-weight: 400; text-decoration: underline; }


/*-------------------------------------------------- */
/* LOADING */
/*-------------------------------------------------- */
.Status {
	display: inline-block;
	height: 16px;
	width: 16px;
	padding: 0;
	margin: 0;
	vertical-align: middle;
	margin: 0 10px;
	}
.Loading {
	background: url(../images/ui/ajax-loader.gif) no-repeat center center;
	}
.LoadingComplete {
	background: url(../images/ui/uiSprite.png) no-repeat -352px -98px;
	_background: url(../images/ui/uiSprite.gif) no-repeat -352px -98px;
	}
div#maploading {
	position: absolute;
	width: 100%;
	height: 100px;
	text-align: center;
	top: 200px;
	left: 0;
	z-index: 999;
	}
div#maploading img { margin-right: 150px; }
	
	
/*-------------------------------------------------- */
/* MAP PROPERTIES */
/*-------------------------------------------------- */
#mapcon, #map {
	width: 100%;
	height: 100%;
	position: relative;
	}
#map {
	background: url(../images/ui/ajax-loader.gif) no-repeat center center;
	}
	
	
/*-------------------------------------------------- */
/* OSM */
/*-------------------------------------------------- */
#osmCopy {
	position: absolute;
	color: black;
	font-family: 'source-sans-pro', arial, sans-serif;
	font-weight: 600;
	right: 10px;
	bottom: 10px;
	z-index: 999;
	}



/*-------------------------------------------------- */
/* PRIMARY POSITIONING DIVs */
/*-------------------------------------------------- */
div#fullintro {  /* full screen intro */
	position: absolute;
	z-index: 9500;
	top: 0; 
	left: 0;
	margin: 0;
	padding-top: 80px;
	width: 100%;
	min-width: 1015px;
	height: 100%;
	min-height: 630px;
	text-align: left;
	background-image: none;
	background-repeat: no-repeat;
	background-position: top right;
	background-color: #000;
	}
	
body.aidmap div#fullintro {  
	background-image:  url(../images/intro/bigmap_dblfade.png);
	}

body.usamap div#fullintro {  
	background-image:  url(../images/intro/bigmap_usa_dblfade.jpg);
	}

div#partnerintro { display: none; }
.nopartner { display: block; }
.partner { display: none; }
body.partnermap .nopartner { display: none; }
body.partnermap .partner { display: block; }
body.partnermap div#partnerintro {
	display: block;
	z-index: 9500;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	height: 100%;
	width: 200px;
	/*background-image: url(../images/intro/partnerintro_bgtile.png);
	background-repeat: repeat-y;*/
	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(top, #fff 40%, #ffe8b2 100%);
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #fff 40%, #ffe8b2 100%);
	/* Opera */ 
	background-image: -o-linear-gradient(top, #fff 40%, #ffe8b2 100%);
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #ffe8b2));
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top, #fff 40%, #ffe8b2 100%);
	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to bottom, #fff 40%, #ffe8b2 100%);
	}
body.partnermap.v2 div#partnerintro {
	background-color: #fff;
	background-image: none;
	border-radius: 0 40px 40px 0;
	display: block;
	height: 150px;
	left: 0;
	padding-top: 10px;
	padding-left: 8px;
	position: absolute;
	top: 85px;
	width: 212px;
	z-index: 9501;
	}
body.partnermap div#partnerintro img { margin: 45px 0 48px 0; }
body.partnermap.v2 div#partnerintro img { margin: 0; }
body.partnermap div#partnerintro p { 
	margin-top: -27px;
	padding: 22px 15px 80px 25px;
	font-size: 14px;
	line-height: 18px;
	}
body.partnermap div#partnerintro p span { 
	color: #f45d23;
	font-size: 20px;
	font-family: 'ff-tisa-web-pro', arial, sans-serif;
	font-weight: 700;
	}
body.partnermap.v2 div#partnerintro p { display: none; }
body.partnermap div#fullintro {  /* full screen intro */
	position: absolute;
	z-index: 9500;
	top: 0; 
	left: 200px;
	padding-top: 80px;
	width: 100%;
	min-width: 815px;
	}
body.partnermap.v2 div#fullintro {
	left: 0;
	padding-left: 200px;
	}
div#header {
	position: absolute;
	z-index: 999;
	top: 0; 
	margin: 0;
	width: 100%;
	min-width: 1020px;
	height: 47px;
	text-align: left;
	vertical-align: top;
	background-color: #000;
	overflow: hidden;
	}
div#sidebarBehind {
	position: relative;
	margin: 0;
	width: 466px;
	height: 100%;
	background-color: #fff;
	}
div#sidebar {
	position: relative;
	z-index: 899;
	float: right;
	top: 47px;
	margin: 0;
	width: 466px;
	height: 100%;
	background-color: #fff;
	}
div#sidebar #sidebargradient {
	background-image: url(../images/sidebar/sidebar_btm_bgtile_v2.png);
	background-repeat: repeat-x;
	background-position: bottom;
	}
div#sidebar #scrollbox {
	padding: 0;
	width: 466px;
	height: 100%;
	overflow: auto;
	background-image: url(../images/sidebar/sidebar_bg_tile.png);
	background-repeat: repeat-y;
	}
	

/*-------------------------------------------------- */
/* FULL SCREEN INTRO CONTENT */
/*-------------------------------------------------- */
div.intro_mapthumb {
	float: right;
	margin-top: 120px;
	}
div.intro_maplink_frame {
	position: absolute;
	top: 0;
	padding-top: 430px;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	cursor: pointer;
	}
div.intro_gotomap {
	position: absolute;
	top: 40px;
	left: 104px;
	display: none;
	}
body.partnermap div.intro_gotomap {
	left: 44px;
	}
body.partnermap.v2 div.intro_gotomap {
	left: 244px;
	}
div.intro_gotomap p {
	color: #999;
	font-size: 16px;
	font-family: 'ff-tisa-web-pro', arial, sans-serif;
	font-style: italic;
	font-weight: 400;
	}
div.intro_maplink {
	position: absolute; 
	left: 0;
	width: 800px;
	height: 80px;
	font-style: italic;
	text-align: right; 
	background-image: url(../images/intro/maplink_bg_yellow3.png);
	background-repeat: no-repeat;
	background-position: top right;
	cursor: pointer;
	}
div.intro_maplink span {
	font-size: 40px;
	color: #da531f;
	font-weight: 700;
	font-style: normal;
	}
body.partnermap div.intro_maplink { width: 740px; }
body.partnermap.v2 div.intro_maplink { width: 885px; }
div.intro_maplink p {
	padding-top: 11px;
	font-size: 36px;
	color: #222;
	font-family: 'ff-tisa-web-pro', arial, sans-serif;
	font-weight: 400;
	line-height: 40px;
    	padding-right: 88px;
	}
div.intro_mapbg {
	position: absolute;
	top: 20px;
	right: 0;
	height: 580px;
	width: 100%;
	background-position: right;
	background-image: url(../images/intro/bigmap.png);
	background-repeat: no-repeat;
	}
div.intro_block {
	position: relative;
	padding-left: 100px;
	width: 650px;
	}
body.partnermap div.intro_block {
	position: relative;
	padding-left: 40px;
	width: 650px;
	}
div.intro_block h1 {
	color: #fff;
	font-family: 'ff-tisa-web-pro', arial, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	margin: -20px 0 10px -4px;
	line-height: 120px;
	font-size: 120px;
	}
p.intro_bigtxt {
	padding-top: 10px;
	font-size: 28px;
	line-height: 38px;
	font-weight: 400;
	color: #fff;
	}
body.partnermap.v2 p.intro_bigtxt {
	font-size: 25px;
	line-height: 36px;
	}
p.intro_bigtxt span {
	color: #ffd677;
	font-family: 'ff-tisa-web-pro', arial, sans-serif;
	font-style: italic;
	font-weight: 400;
	font-size: 34px;
	}
body.partnermap.v2 p.intro_bigtxt span {
	font-size: 30px;
	}
div.intro_text {
	float: left;
	width: 635px;
	padding-left: 88px;
	margin-top: 128px;
	}
div.intro_text h1 {
	padding-bottom: 2px;
	font-family: 'source-sans-pro', arial, sans-serif;
	color: #fff;
	font-size: 28px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	}
div.intro_text p {
	font-size: 34px;
	line-height: 42px;
	}
div.intro_block p.helpnote {
	display: none;
	position: absolute;
	font-family: 'source-sans-pro', arial, sans-serif;
	top: 436px;
	left: 0;
	font-size: 17px;
	font-weight: 400;
	line-height: 21px;
	color: #ffd677; 
	padding-left: 98px;
	padding-right: 20px;
	}
body.partnermap div.intro_block p.helpnote { padding-left: 40px; }
div.intro_logo {
	position: absolute;
	bottom: 0;
	right: 0;
	}
#closeIntro { display: none; }
#closeIntro b { font-weight: 600; font-family: 'source-sans-pro', arial, sans-serif; }
#loadingMessages {
	display: none;
	position: absolute;
	top: 0;
	right: 40px;
	width: 250px;
	padding: 10px 20px 20px 20px;
	font-family: 'source-sans-pro', arial, sans-serif;
	font-weight: 600;
	line-height: 12px;
	font-size: 11px;
	color: #ddd;
	background-color: #000;
	}
div.loadpercent {
	position: absolute;
	top: 405px;
	left: 100px;
	color: #666;
	font-family: 'ff-tisa-web-pro', arial, sans-serif;
	font-style: italic;
	font-weight: 400;
	font-size: 18px;
	}
body.partnermap div.loadpercent { left: 40px; }
body.partnermap.v2 div.loadpercent { left: 240px; }
div.loadpercent span { font-size: 13px; }
div.loadmsg {
	position: absolute;
	bottom: 105px;
	left: 20px;
	font-family: 'source-sans-pro', arial, sans-serif;
	font-size: 20px;
	font-weight: 600;
	color: #333;
	}
body.partnermap div.loadmsg {
	left: 0;
	}
	
/*-------------------------------------------------- */
/* HEADER CONTENT */
/*-------------------------------------------------- */
div.headertitle { 
	position: absolute;
	top: 0;
	left: 0;
	width: 460px;
	height: 47px;
	}
div.headertitle img {
	float: left;
	margin: 2px 0 0 1px;
	}
div.headertitle h1 {
	padding: 9px 0 0 204px;
	font-family: 'ff-tisa-web-pro', arial, sans-serif; 
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	line-height: 30px;
	text-transform: uppercase;
	}
div.headernav {
	position: absolute;
	top: 0;
	right: 0;
	width: 634px;
	height: 47px;
	}
div.headernav input.searchfield {
	float: right;
	margin: 14px 20px 0 10px;
	padding: 4px 16px 4px 4px;
	width: 210px !important;
	border: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}
span.deleteicon span {
	position: absolute;
	display: block;
	top: 17px;
	right: 23px;
	width: 16px;
	height: 16px;
	background-image: url(../images/header/search_x.png);
	background-repeat: no-repeat;
	cursor: pointer;
	}
div.headernav ul {
	padding: 20px 0 0 30px;
	font-family: 'source-sans-pro', arial, sans-serif;
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	line-height: 18px;
	float: right;
	}
div.headernav ul li {
	display: inline;
	margin-right: 10px;
	padding: 0 16px 0 0;
	background-image: url(../images/header/header_arrow_right.png);
	background-repeat: no-repeat;
	background-position: top right;
	}
div.headernav ul li a, div.headernav ul li a:visited { color: #fff; }
div.headernav ul li a:hover, div.headernav ul li a:active { color: #ff6400; text-decoration: none; }
div.headernav #helplink {
	float: right;
	width: 20px;
	height: 39px;
	margin-top: 0;
	background-image: url(../images/header/header_helplink.png);
	background-repeat: no-repeat;
	background-position: bottom;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	}
div.headernav #helplink:hover {
	background-image: url(../images/header/header_helplink_hover.png);
	}


/*-------------------------------------------------- */
/* SIDEBAR CONTENT */
/*-------------------------------------------------- */
div.sidebartitle { 
	position: relative;
	width: 466px;
	height: 92px;
	margin-top: -8px;
	background-image: url(../images/sidebar/map_title_bg.png);
	background-repeat: no-repeat;
	}
.sidehilite {
	font-size: 16px;
	line-height: 18px;
	color: #4f75a2;
	font-family: 'source-sans-pro', sans-serif;
	font-weight: 600;
	}
#sidebar div.titlebar, #sidebar div.titlebaron {
	position: relative;
	margin: 0 0 4px 0;
	padding: 6px 4px 5px 28px;
	font-family: 'source-sans-pro', arial, sans-serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 20px;
	background-repeat: no-repeat;
	cursor: pointer;
	}
#sidebar div.titlebar {
	color: #fff;
	background-image: url(../images/sidebar/sidebar_titlebar_off_bg.png);
	cursor: pointer;
	}
#sidebar div.titlebar { 
	background-color: #d1d1d2;
	background-image: url(../images/sidebar/sidebar_titlebar_off_arrow.png);
	color: #484848;
	}
#sidebar div.titlebaron {
	color: #fff;
	background-image: url(../images/sidebar/sidebar_titlebar_on_bg.png);
	}
#sidebar div.titlebaron { background-color: #4f75a2; background-image: url(../images/sidebar/sidebar_titlebar_on_arrow.png); }
#sidebar .toggle_container {
	padding-bottom: 10px;
	}
#sidebar div.layerset_container {
	margin: 4px 0 20px 0; 
	padding: 0;
	}
#sidebar h3 {
	padding: 0 0 4px 28px;
	color: #4f74a2;
	font-family: 'source-sans-pro',arial,sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: 600;
	text-transform: uppercase;
	}
#sidebar h3.top {
	margin-top: 54px;
	padding-bottom: 0;
	color: #35558c;
	font-size: 14px;
	}
div.producthd { display: none; }
#sidebar h3.bar {
	background-image: url(../images/sidebar/subhead_bgtile.png);
	background-repeat: repeat-y;
	padding: 5px 4px 3px 6px;
	margin: 0 0 7px 28px;
	}
#sidebar h3.bar a.smlink, #sidebar h3.bar a.smlink:visited,
#sidebar h3.bar a.smlink:hover, #sidebar h3.bar a.smlink:active { 
	font-size: 11px;
	color: #4f74a2;
	text-transform: none;
	text-decoration: none;
	}
#sidebar h3.layerset {
	margin: 0 20px 2px 28px;
	padding-left: 18px; 
	background-image: url(../images/sidebar/sidebar_layerset_arrow_rt.png);
	background-repeat: no-repeat;
	background-position: 0 -2px;
	cursor: pointer;
	}
#sidebar h3.layerset_on {
	margin: 0 20px 2px 28px;
	padding-left: 18px; 
	background-image: url(../images/sidebar/sidebar_layerset_arrow_down.png);
	background-repeat: no-repeat;
	background-position: 0 -2px;
	cursor: pointer;
	}
#sidebar h4, #sidebar h4.rule, #sidebar h4.layerinfokey, h4.share {
	margin: 10px 20px 2px 18px;
	font-size: 11px;
	font-family: 'source-sans-pro', arial, sans-serif;
	text-align: left;
	color: #35558c;
	font-weight: 600;
	text-transform: uppercase;
	}
h4.share.social { margin-left: 21px; margin-bottom: 4px; }
h4.share.email { margin-bottom: 3px; }
#sidebar h4.rule { margin: 10px 20px 0 18px; font-size: 12px; color: #35558c; }
#sidebar h4.layerinfokey { margin: 12px 5px 4px 34px; }
#sidebar p {
	font-family: 'source-sans-pro', arial, sans-serif;
	color: #333;
	font-size: 13px;
	font-weight: 400;
	line-height: 16px;
	}
#sidebar p { margin: 0 20px 10px 28px; }
#sidebar p b { color: #35558c; font-family: 'source-sans-pro', arial, sans-serif; font-weight: 600; }
#sidebar .sidebartitle p {
	font-family: 'ff-tisa-web-pro', arial, sans-serif;
	color: #fbc561;
	font-size: 28px;
	font-weight: 400;
	font-style: italic;
	line-height: 26px;
	padding-top: 17px;
	}
#sidebar .sidebartitle p b { 
	font-size: 33px;
	color: #fff;
	font-family: 'source-sans-pro', arial, sans-serif; 
	font-weight: 600;
	text-transform: uppercase;
	font-style: normal;
	}
#sidebar .sidebartitle p.small { font-size: 24px !important; }
#sidebar .sidebartitle p.small b { font-size: 28px !important; }
#sidebar .sidebartitle p b a, #sidebar .sidebartitle p b a:visited { 
	color: #fff;
	text-decoration: none;
	}
#sidebar .sidebartitle p b a:hover, #sidebar .sidebartitle p b a:active { 
	color: #fbc561;
	text-decoration: none;
	}
#sidebar p.layers {
	margin: 0 20px 10px 18px;
	padding-left: 50px;
	padding-right 28px;
	font-size: 13px;
	color: #333;
	line-height: 15px;
	}
#sidebar p.legendintro {
	margin-top: 10px;
	margin-bottom: 4px;
	font-family: 'source-sans-pro', arial, sans-serif;
	color: #b54519;
	font-size: 15px;
	font-weight: 600;
	line-height: 18px;
	}
#sidebar p.smlegendintro {
	margin-top: 8px;
	padding-bottom: 8px;
	margin-bottom: 0;
	color: #333;
	font-family: 'source-sans-pro', arial, sans-serif;
	}
#sidebar div.storyicons {
	padding-left: 30px;
	}
#sidebar div.storylegend {
	float: left;
	width: 180px;
	margin-bottom: 6px;
	}
#sidebar p.legendicon {
	padding-left: 30px;
	padding-right: 5px;
	background-repeat: no-repeat;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	}
#sidebar p.legendicon.mch { background-image: url(../images/markers/icon_24_mch.png); }
#sidebar p.legendicon.disease { background-image: url(../images/markers/icon_24_disease.png); }
#sidebar p.legendicon.emergency { background-image: url(../images/markers/icon_24_emergency.png); }
#sidebar p.legendicon.health { background-image: url(../images/markers/icon_24_health.png); }
#sidebar p.footnote, p.footnote {
	font-size: 11px;
	color: #999;
	margin-top: 10px;
	padding-bottom: 0;
	margin-bottom: 0;
	}
.footnote {
	font-size: 11px;
	color: #999;
	}
#sidebar p.rule, #sidebar p.fullrule, #sidebar p.layersetrule, #sidebar p.filtersetrule, p.partnersrule {
	height: 1px;
	font-size: 0;
	line-height: 1px;
	background-repeat: no-repeat;
	background-position: bottom left;
	}
#sidebar p.rule { background-image: url(../images/sidebar/sidebar_layers_rule.jpg); clear: both; }
#sidebar p.fullrule, p.partnersrule { 
	margin-bottom: 4px;
	background-image: url(../images/sidebar/sidebar_fullrule.jpg); 
	}
#sidebar p.filternorule { 
	margin-bottom: 2px;
	}
#sidebar select.boldfilter {
	font-weight: 600;
	color: #35558c;
	}
#sidebar p.filterrule { 
	margin-top: 10px; 
	margin-bottom: 2px; 
	padding-top: 10px;
	background-image: url(../images/sidebar/sidebar_fullrule.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	}
#sidebar p.layersetrule, #sidebar p.filtersetrule { 
	background-image: url(../images/sidebar/sidebar_fullrule.jpg); 
	padding: 6px 0 0 0;
	margin: 0 20px 6px 18px; 
	}
#sidebar p.filtersetrule { padding: 2px 0 2px 0; }
#sidebar p.filteradd { 
	margin-top: 12px;
	padding-top: 6px;
	font-size: 11px;
	color: #68513d;
	background-image: url(../images/sidebar/sidebar_fullrule.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	}
.filtersumlabel {
	font-weight: 600; 
	text-transform: uppercase; 
	font-size: 11px; 
	color: #35558c;
	}
.filtersumvalue {
	font-size: 11px;
	color: #333;
	}
#sidebar p.layerinfo, #sidebar p.layerinfo1st, #sidebar p.layerinfokey, #sidebar p.filterinfo {
	font-size: 13px;
	color: #333;
	line-height: 16px;
	}
#sidebar p.layerinfo { margin: 0 20px 12px 18px; }
#sidebar p.filterinfo { margin: 0 20px 6px 18px; }
#sidebar p.layerinfo1st { margin: 0 20px 6px 18px; padding-left: 9px; font-size: 12px; color: #666; line-height: 15px; }
#sidebar div.whatlink {
	float: right;
	margin-top: -26px;
	margin-right: 47px;
	width: 120px; 
	text-align: right;
	}
#sidebar div.whatlink p { font-size: 12px; margin: 0; }
#sidebar div.kpi { 
	width: 160px;
	margin: 0 6px 2px 0;
	text-align: right;
	float: left;
	clear: both;
	}
#sidebar div.kpi p {
	font-size: 11px;
	color: #333;
	line-height: 14px;
	margin: 0;
	padding: 0;
	}
#sidebar div.kpi-hilite { 
	width: 220px;
	margin: 0 0 2px 0;
	text-align: left;
	float: left;
	}
#sidebar div.kpi-hilite p { 
	color: #4f75a2;
	font-family: 'source-sans-pro', arial, sans-serif;
	font-size: 11px !important;
	font-weight: 600;
	line-height: 14px;
	margin: 0;
	padding: 0;
	}
#sidebar div.kpi-mortalitym, #sidebar div.kpi-mortalityc {
	float: left; 
	width: 240px;
	height: 68px;
	}
#sidebar div.kpi-mortalitym .kpi-layer-base, #sidebar div.kpi-mortalitym .kpi-layer-ref,
#sidebar div.kpi-mortalitym .kpi-layer-arrow, #sidebar div.kpi-mortalityc .kpi-layer-base, 
#sidebar div.kpi-mortalityc .kpi-layer-ref, #sidebar div.kpi-mortalityc .kpi-layer-arrow {
	width: 240px;
	height: 62px;
	margin-top: -62px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 0 -10px;
	}
#sidebar div.kpi-mortalitym .kpi-layer-base {
	margin-top: 0;
	background-image: url(../images/sidebar/mortality_maternal_bg_1x.png);
	}
#sidebar div.kpi-mortalityc .kpi-layer-base {
	margin-top: 0;
	background-image: url(../images/sidebar/mortality_child_bg_1x.png);
	}
#sidebar div.kpi-mortalitym .kpi-layer-ref {
	background-image: url(../images/sidebar/mortality_maternal_refpoints_1x.png);
	}
#sidebar div.kpi-mortalityc .kpi-layer-ref {
	background-image: url(../images/sidebar/mortality_child_refpoints_1x.png);
	}
#sidebar div.kpi-mortalitym .kpi-layer-arrow {
	background-image: url(../images/sidebar/mortality_arrow_1x.png);
	/* x value for background position is maternal mortality number divided by 6 */
/*	background-position: 67px -10px; */
	}
#sidebar div.kpi-mortalityc .kpi-layer-arrow {
	background-image: url(../images/sidebar/mortality_arrow_1x.png);
	/* x value for background position is child mortality number divided by 100 */
/*	background-position: 50px -10px; */
	}
#sidebar div.kpi-mortalitym .kpi-layer-text {
	text-align: center;
	margin-top: -12px;
	width: 100px;
	/* margin-left is maternal mortality number divided by 6, minus 46 */
/*	margin-left: 21px; */
	}
#sidebar div.kpi-mortalityc .kpi-layer-text {
	text-align: center;
	margin-top: -12px;
	width: 100px;
	/* margin-left is child mortality number divided by 100, minus 46 */
/*	margin-left: 4px; */
	}
#sidebar div.kpi-mortalitym .kpi-layer-text p, #sidebar div.kpi-mortalityc .kpi-layer-text p {
	margin: 0;
	padding: 0;
	font-size: 10px;
	line-height: 10px;
	}
#sidebar div.kpi-mortalitym .kpi-layer-text p span, #sidebar div.kpi-mortalityc .kpi-layer-text p span {
	font-size: 12px;
	font-family: 'source-sans-pro', arial, sans-serif;
	font-weight: 600;
	}
#sidebar div.kpi-basebar {
	margin-top: 3px;
	float: left;
	height: 8px;
	/* don't change without updating templateCharts.html: tmplKpiChart */
	width: 220px;
	background-color: #ccc;
	}
#sidebar div.kpi-fillbar-red {
	height: 8px;
	background-color: #c00;
	}
#sidebar div.kpi-fillbar-green {
	height: 8px;
	background-color: #93a260;
	}
#sidebar p.layerinfo1st b { font-family: 'source-sans-pro', arial, sans-serif; font-weight: 600; }
#sidebar p.layerinfokey { margin: 0 10px 2px 4px; padding: 0 0 2px 24px; }
#sidebar p.layerinfofacility { 
	margin: 8px 10px 8px 28px;
	padding: 8px 0 2px 19px;
	font-family: 'source-sans-pro', arial, sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 11px;
	border-top: solid 1px #ccc;
	background-image: url(../images/markers_new/pt_15px_95percent_lvl2.png);
	background-repeat: no-repeat;
	background-position: 1px 8px;
	}
#sidebar p.layerinfofacility .note { font-size: 10px; color: #999; text-transform: none; }
#sidebar p.endlink { 
	margin: -2px 0 20px 18px;
	font-family: 'source-sans-pro', arial, sans-serif;
	font-size: 11px;
	color: #333;
	font-weight: 600;
	line-height: 14px;
	cursor: pointer;
	}
.legend_box {
	float: left;
	margin: 2px 4px 0 0;
	padding: 6px;
	font-size: 0;
	height: 0;
	}
#sidebar .input {
	padding: 2px; 
	font-family: 'source-sans-pro', arial, sans-serif; 
	font-size: 12px;
	font-weight: 400;
	}
.sidebarbtn {
	margin: 0 0 8px 0;
	padding: 6px 20px 5px 12px;
	font-family: 'source-sans-pro', arial, sans-serif;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	background-color: #5c85ad;
	background-image: url(../images/sidebar/sidebarbtn_arrow.png);
	background-repeat: no-repeat;
	background-position: right;
	cursor: pointer;
	}	
.sidebarbtn:hover { color: #fff !important; background-color: #23396a; }
.sidebarbtn a, .sidebarbtn a:visited { font-family: 'source-sans-pro', arial, sans-serif; color: #fff; font-weight: 600; text-decoration: none; }
.sidebarbtn a:hover, .sidebarbtn a:active { font-family: 'source-sans-pro', arial, sans-serif; color: #fff; font-weight: 600; text-decoration: none; }
.sidebarbtn2, .sidebarbtn3a, .sidebarbtn3b {
	margin: 0;
	padding: 6px 12px 5px 12px;
	font-family: 'source-sans-pro', arial, sans-serif;
	color: #fff;
	font-size: 11px;
	font-weight: 600;
	background-color: #999;
	cursor: pointer;
	}
.sidebarbtn3a { font-size: 13px; background-color: #d75214; }
.sidebarbtn3b { font-size: 13px; background-color: #bbb; }
.sidebarbtn2:hover, .sidebarbtn3a:hover, .sidebarbtn3b:hover { color: #fff !important; background-color: #666; }
.sidebarbtn2 a, .sidebarbtn2 a:visited { font-family: 'source-sans-pro', arial, sans-serif; color: #fff; font-weight: 600; text-decoration: none; }
.sidebarbtn2 a:hover, .sidebarbtn2 a:active { font-family: 'source-sans-pro', arial, sans-serif; color: #fff; font-weight: 600; text-decoration: none; }
#sidebar .check, .check {
	float: left;
	margin: 0 4px 2px 25px;
	font-size: 10px;
	}
.check { margin: 0 4px 2px 0; }
#sidebar img.icon {
	float: left;
	margin: -1px 4px 2px 2px;
	}
#sidebar img.iconnochk {
	float: left;
	margin: -1px 4px 2px 34px;
	}
#sidebar img.info {
	float: right;
	margin: -3px 17px 2px 6px;
	cursor: pointer;
	}
p.layerinfosrcnote { 
	margin-top: 8px !important;
	margin-bottom: 12px !important;
	padding-left: 0px !important;
	}
.infoboxintro p.srcnote, p.srcnote, .srcnote, p.layerinfosrcnote, .srcnote {
	font-family: 'source-sans-pro', arial, sans-serif;
	margin-top: 1px;
	margin-bottom: 8px !important;
	font-size: 10px !important;
	color: #666 !important;
	font-weight: 600 !important;
	text-transform: uppercase !important;
	line-height: 12px !important;
	}
.infoboxintro p.srcnote, .infoboxfooter p.srcnote { float: right; margin-left: 6px; /* margin-right: 5px; */ }
.srcnote a, .srcnote a:visited, p.layerinfosrcnote a, p.layerinfosrcnote a:visited { font-family: 'source-sans-pro', arial, sans-serif; font-weight: 600 !important; color: #666 !important;}
.srcnote a:hover, .srcnote a:active, p.layerinfosrcnote a:hover, p.layerinfosrcnote a:active { font-weight: 600 !important; color: #444 !important; text-decoration: none; }

	
	
/*-------------------------------------------------- */
/* DIALOGUE BOXES */
/*-------------------------------------------------- */
div.dlgBody h3 {
	margin: 18px 20px 2px 22px;
	font-family: 'source-sans-pro', arial, sans-serif;
	color: #4f74a2;
	font-size: 15px;
	font-weight: 600;
	line-height: 18px;
	}
#dlgShareEmbed h3 { margin: 0 20px 2px 12px; }
div.dlgBody p, #dlgShareEmbed p, #dlgShareMap p {
	font-family: 'source-sans-pro', arial, sans-serif;
	color: #333;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	}
div.dlgBody p, #dlgShareEmbed p, #dlgShareMap p { margin: 0 20px 12px 22px; }
.dlgBody { margin-top: 20px; }
p.error {
	font-family: 'source-sans-pro', arial, sans-serif;
	font-size: 12px;
	font-weight: 600;
	color: #96360a;
	}
div.contactDriLabel, div.contactDriLabelClear {
	float: left;
	width: 130px;
	text-align: right;
	}
div.contactDriLabelClear {
	clear: both;
	}
p.contactDriIndent {
	padding-left: 140px;
	margin-left: 0;
	}
.dlgBody ul {
	padding-left: 5px;
	}
.dlgBody li {
	font-size: 13px;
	list-style: none;
	padding: 0 0 2px 15px;
	background-image: url(../images/help/bullet.gif);
	background-repeat: no-repeat;
	}
#contactFormLink p.endlink {
	color: #999999;
	font-family: 'source-sans-pro',arial,sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	}
#ui-id-1 {
	border-bottom: medium none;
	color: #fff;
	margin-top: -36px;
	padding-top: 38px;
	}
#contactDriSubmit, #contactDriCancel {
	background-color: #666;
	color: #fff;
	font-family: 'source-sans-pro', arial, sans-serif;
	font-size: 11px;
	font-weight: 600;
	line-height: 11px;
	margin: 0;
	cursor: pointer;
	padding: 6px 12px 5px;
	border: none;
	}
#contactDriCancel {
	background-color: #aaa;
	}


/*-------------------------------------------------- */
/* AUTO COMPLETE LIST */
/*-------------------------------------------------- */
.popupmenu {
	margin-top: 10px;
	width: 255px !important;
	}
.popupmenu ul {
	margin: 0;
	}
.popupmenu li {
	padding: 6px 10px;
	cursor: pointer;
	}
.popupmenu li:hover {
	color: #fff;
	background-color: #4f74a2;
	}
.popupmenu li.disabled:hover {
	color: #000;
	background-color: #fff;
	cursor: default;
	}
.popupmenu li.current {
	color: #fff;
	background-color: #4f74a2;
	}
.popupmenu li span {
	font-family: 'source-sans-pro', arial, sans-serif;
	font-weight: 600;
	}
	
	
/*-------------------------------------------------- */
/* SLIDE MENUS */
/*-------------------------------------------------- */
.slideMenu {
	display: none;
	position: absolute;
	top: 45px;
	left: 48px;
	z-index: 8600;
	width: 250px;
	background: #ffffff;
	font-family: 'source-sans-pro', arial, sans-serif;
	font-size: 12px;
	font-weight: 400;
	}
.slideMenu .stripe {
	background-color: #c1d7e5;
	}
.IE .slideMenu {
	border: 1px solid #becede;
	}
.slideMenu .mapInput, .slideMenu .iconInput {
	background-color: #fdfefe;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#dbe4e8), to(#fdfefe));
	background-image: -moz-linear-gradient(top, #dbe4e8, #fdfefe);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#dbe4e8', endColorstr='#fdfefe');
	-ms-filter:'progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#dbe4e8', endColorstr='#fdfefe')';
	border: 1px solid #becede;
	}


/*-------------------------------------------------- */
/* CONFIGURE PANEL */
/*-------------------------------------------------- */
div.configurenav {
	position: absolute;
	top: 47px;
	z-index: 799;
	width: 1400px;  /***** REX: this width actually needs to calculate as 100% minus 466px *****/
	height: 54px;
	}
div.configurenavleft {
	position: relative;
	padding: 6px 20px 0 16px;
	}
div.configurenavleft p { 
	margin-top: 3px; 
	margin-left: 165px; 
	font-size: 14px;
	}
div#slidingmenutrigger1 { 
	float: left;
	cursor: pointer;
	}
div#slidingmenutrigger2 { 
	display: none;
	float: left;
	cursor: pointer;
	}
div#slidingmenu {
	display: none;
	position: absolute;
	top: 47px;
	z-index: 799;
	width: 100%;
	}
div#slidingmenuone {
	display: none;
	position: absolute;
	top: 47px;
	left: 100px;
	z-index: 799;
	width: 300px;
	}
div.slidingmenutop {
	position: relative;
	width: 100%;
	padding: 20px 0 20px 0;
	background-color: #efefef;
	background-image: url(../images/header/slidingmenu_bg_tile.png);
	background-repeat: repeat-x;
	}
div.slidingmenubtns {
	padding: 0 20px 0 200px;
	}
div#slidingmenuone div.slidingmenutop div.slidingmenubtns {
	padding: 0 20px 0 20px;
	}
div.slidingmenutop p {
	margin: 0 280px 12px 200px;
	padding: 0;
	font-size: 13px;
	line-height: 16px;
	}
div#slidingmenuone div.slidingmenutop {
	width: 385px; 
	background-color: #fff;
	}
div#slidingmenuone div.slidingmenutop div.selCustomizeFilterRow select {
	width: 240px; 
	}
div#slidingmenuone div.slidingmenutop div.selCustomizeFilterRow select.narrow {
	width: 150px;
	}
div#slidingmenuone div.slidingmenutop p {
	margin: 0 20px 4px 20px;
	}
div#slidingmenu ul.leftnav {
	top: 20px;
	left: 0;
	width: 160px;
	margin: 0 20px 4px 0;
	}
div#slidingmenu ul.leftnav li {
	padding: 5px 10px 4px 20px;
	background-color: #ccc;
	margin-bottom: 4px;
	color: #666;
	font-family: 'source-sans-pro', arial, sans-serif;
	font-weight: 600;
	cursor: pointer;
	}
div#slidingmenu ul.leftnav li:hover {
	background-color: #aaa;
	color: #fff;
	}
div#slidingmenu ul.leftnav li.on {
	background-color: #666;
	color: #fff;
	}
#slidingcontent1, #slidingcontent2, #slidingcontent3, #slidingcontent4 { display: none; }
p.configsectiontitle {
	margin-top: 4px !important; 
	font-size: 15px !important;
	margin-bottom: 4px  !important;
	}
div#configstories_contents { padding-left: 20px; }
div.selCustomizeFilterRow {
	margin: 0 20px 0 200px;
	padding: 10px 10px 10px 60px;
	font-size: 13px;
	line-height: 30px;
	border-bottom: solid 1px #ccc;
	background-color: #fff;
	}
div#slidingmenuone div.selCustomizeFilterRow {
	margin: 0 20px 0  5px;
	padding: 0px 10px 10px 4px;
	font-size: 13px;
	line-height: 30px;
	border-bottom: none;
	background-color: #fff;
	}
div.selCustomizeFilterRow select, div.selCustomizeFilterRow input {
	width: 200px;
	padding: 4px;
	margin-right: 10px;
	}
div.selCustomizeFilterRow select.selCustomizeFilterDim {
	width: 150px;
	}
div.selCustomizeFilterRow select.narrow {
	width: 150px;
	}
div.selCustomizeFilterRow input { 
	padding: 1px 0 1px 0;
	width: 193px;
	}
span.customizeFilterRowDel {
	cursor: pointer;
	}
p.customizeFilterMessage {
	font-family: 'source-sans-pro', arial, sans-serif;
	font-size: 15px;
	font-weight: 600;
	color: #d75214;
	}
div.filtermsgright {
	float: right;
	width: 40px;
	text-align: center;
	cursor: pointer;
	}
div.filtermsgleft {
	float: left;
	width: 60px;
    margin-left: -60px;
	text-align: center;
	}
div.filtermsgright p, div.filtermsgleft p {
	margin: 0;
	color: #fa600f; 
	font-size: 11px;
	line-height: 12px;
	}
div.filtermsgleft p { color: #999; }
div.slidingmenubtm {
	position: relative;
	width: 100%;
	height: 20px;
	background-color: transparent;
	background-image: url(../images/header/slidingmenu_bg_tile.png);
	background-repeat: repeat-x;
	}


/*-------------------------------------------------- */
/* BASEMAP MENU */
/*-------------------------------------------------- */
#basemapMenu {
	width: 366px;
	}
#baseContainer {
    margin: 12px;
	}
#basemapMenu .baseMap {
	cursor: pointer;
	width: 104px;
	height: 83px;
	margin-right: 12px;
	font-size: 10px;
	line-height: normal;
	float: left;
	}
#basemapMenu .MB {
	margin-bottom: 12px;
	}
#basemapMenu .ML {
	margin-left: 13px;
	}
#basemapMenu .baseMap .baseImage {
	width: 100px;
	height: 62px;
	padding: 2px;
	border: 1px solid #c6cdd2;
	}
#basemapMenu .baseMap .baseImage .BG {
	position: relative;
	width: 100px;
	height: 62px;
	background-image: url(../images/ui/basemaps.jpg);
	background-repeat: no-repeat;
	opacity: 0.75;
	filter:alpha(opacity=75);
	}
#basemapMenu .baseMap:hover .baseImage {
	border: 1px solid #35558c;
	padding: 2px;
	}
#basemapMenu .basemapSelected {
	cursor: default;
	}
#basemapMenu .basemapSelected .baseImage {
	border: 2px solid #ab9179;
	padding: 1px;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	}
#basemapMenu .basemapSelected:hover .baseImage {
	border: 2px solid #35558c;
	padding: 1px;
	}
#streetmapButton .baseImage .BG {
	background-position: 0 0;
	}
#satelliteImageryButton .baseImage .BG {
	background-position: -100px 0;
	}
#openStreetmapButton .baseImage .BG {
	background-position: -200px 0;
	}
#topographicMapButton .baseImage .BG {
	background-position: -300px 0;
	}
#lightgraymapButton .baseImage .BG {
	background-position: -400px 0;
	}
#basemapMenu .baseTitle {
	margin-top: 3px;
	text-align: center;
	height: 12px;
	}
	
	
/*-------------------------------------------------- */
/* EXPLORE LAYERS */
/*-------------------------------------------------- */
/* Don't delete without verifying ESRI is not using it */
.defaultLayer {
	display: block;
	}
/* cRadio must come before cBox, so use both to act like radio but look like checkbox */
.cRadio {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../images/ui/uiSprite.png) no-repeat -192px -114px;
	_background: url(../images/ui/uiSprite.gif) no-repeat -192px -114px;
	cursor: pointer;
	}
.cRadio.checked {
	background: url(../images/ui/uiSprite.png) no-repeat -208px -114px;
	_background: url(../images/ui/uiSprite.gif) no-repeat -208px -114px;
	}
.cRadio.cLoading {
	background: url(../images/ui/ajax-loader.gif) no-repeat center center;
	}
.cBox {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../images/ui/uiSprite.png) no-repeat -160px -114px;
	_background: url(../images/ui/uiSprite.gif) no-repeat -160px -114px;
	cursor: pointer;
	}
.cBox.checked {
	background: url(../images/ui/uiSprite.png) no-repeat -176px -114px;
	_background: url(../images/ui/uiSprite.gif) no-repeat -176px -114px;
	}
.cBox.cLoading {
	background: url(../images/ui/ajax-loader.gif) no-repeat center center;
	}
/*-------------------------------------------------- */
/* CSS USED TO OVERWRITE DOJO */
/*-------------------------------------------------- */
#map_infowindow {
	position: absolute !important;
	z-index: 997 !important;
	}
/* This is validation error in html */
#dialog2 {
	z-index: 999 !important;
	}
.soria .infowindow .sprite {
	background-image: url(../images/ui/soria.infowindow.png) !important;
	}


/*-------------------------------------------------- */
/* TRANSPARENCY SLIDER */
/*-------------------------------------------------- */
.transSlider {
	font-size: 11px;
	font-family: 'source-sans-pro', arial, sans-serif;
	margin: 6px 20px 10px 28px;
	text-align: left;
	color: #666;
	font-weight: 600;
	text-transform: uppercase;
	}
.sliderWidth {
	width: 100px;
	}
.transSlider span.tStitle {
	display: inline !important;
	vertical-align: middle !important;
	padding: 4px 5px 4px 0;
	}
.transSlider table {
	display: inline-block !important;
	display: inline !important;
	vertical-align: middle !important;
	}
.transSlider table td {
	vertical-align: middle !important;
	}
	
	
/*-------------------------------------------------- */
/* SETTINGS PANEL */
/*-------------------------------------------------- */
.resetCenter {
	display: inline-block;
	display: none;
	width: 16px;
	height: 16px;
	vertical-align: text-top;
	z-index: 2;
	overflow: hidden;
	cursor: pointer;
	background: url(../images/ui/uiSprite.png) no-repeat -32px -98px;
	_background: url(../images/ui/uiSprite.gif) no-repeat -32px -98px;
	}
.locationButton .iconBlock {
	display: inline-block;
	width: 15px;
	height: 15px;
	vertical-align: top;
	background: url(../images/ui/uiSprite.png) no-repeat -384px -98px;
	_background: url(../images/ui/uiSprite.gif) no-repeat -384px -98px;
	}
.clusterButton .iconBlock {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 4px;
	vertical-align: top;
	background: url(../images/ui/uiSprite.png) no-repeat -160px -98px;
	_background: url(../images/ui/uiSprite.gif) no-repeat -160px -98px;
	}
.heatButton .iconBlock {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 4px;
	vertical-align: top;
	background: url(../images/ui/uiSprite.png) no-repeat -176px -98px;
	_background: url(../images/ui/uiSprite.gif) no-repeat -176px -98px;
	}
.calendarIcon {
	cursor: pointer;
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: text-top;
	background: url(../images/ui/uiSprite.png) no-repeat -64px -114px;
	_background: url(../images/ui/uiSprite.gif) no-repeat -64px -114px;
	}

	
/*-------------------------------------------------- */
/* SOCIAL MEDIA PANEL */
/*-------------------------------------------------- */
div#socialmedia {
	position: absolute;
	padding: 9px 5px 0 28px;
	bottom: 0px;
	right: 0;
	width: 433px;
	height: 40px;
    background: url(../images/sidebar/socialmedia_tab_3.png) no-repeat 0 0;
	background-repeat: no-repeat;
	z-index: 998;
	}
div#socialmedia .socialtab {
	float: right;
	cursor: pointer;
	}
div#socialmedia #smtab_twitt, div#socialmedia #smtab_fbook, 
div#socialmedia #smtab_gplus, div#socialmedia #smtab_email,
div#socialmedia #smtab_embed {
	background-repeat: no-repeat;
	width: 32px;
	height: 31px;
	}
div#socialmedia #smtab_twitt { background-image: url(../images/sidebar/socialmedia_twitter.png); }
div#socialmedia #smtab_fbook { background-image: url(../images/sidebar/socialmedia_fb.png); }
div#socialmedia #smtab_gplus { background-image: url(../images/sidebar/socialmedia_google.png); }
div#socialmedia #smtab_email { background-image: url(../images/sidebar/socialmedia_email.png); }
div#socialmedia #smtab_embed { background-image: url(../images/sidebar/socialmedia_embed.png); }

div#socialmedia #smtab_twitt,
div#socialmedia #smtab_fbook,
div#socialmedia #smtab_gplus,
div#socialmedia #smtab_email,
div#socialmedia #smtab_embed
 {
  background-size: 32px 31px;
}

.fbcontent { float: left; margin-left: 0; margin-right: 2px; display: inline; }
.twcontent { position: absolute; left: 75px; margin-right: 10px; display: inline; }
.gocontent { position: absolute; left: 138px; display: inline; }
/*.mapSubmit {
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	font-weight: 400;
	white-space: nowrap;
	}
.mapSubmit:hover {
	opacity: 0.75;
	filter:alpha(opacity=75);
	}*/

#embedHeight, #embedWidth {
    width: 30px;
}

#embedCode {
    width: 400px;
    height: 50px;
    padding: 3px;
}

/*-------------------------------------------------- */
/* from APP.CSS */
/*-------------------------------------------------- */
.ui-dialog .ui-widget-header {
	height: 19px;
	font-family: 'source-sans-pro', arial, sans-serif;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	background-color: #ededed;
	background-image: url(../images/help/errormsg_titlebar_bgtile.jpg) !important;
	background-position: top left;
	background-repeat: repeat-x;
	padding: 5px 5px 5px 12px;
	}
#ui-dialog-title-dlgHelpFAQ { padding-left: 18px; }
#zoomSliderBG {
	position: absolute;
	right: 0;
	margin: 0;
	padding: 8px 9px 71px 9px;
	width: 20px;
	z-index: 36;
	background: #e1e1e1;
	-webkit-box-shadow: 1px 0 2px 1px #999;
	-moz-box-shadow: 1px 0 2px 1px #999;
	box-shadow: 1px 0 2px 1px #999;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	}
#zoomSliderCenter {
	z-index: 37;
	position: absolute;
	top: 100px;
	left: -38px;
	width: 38px;
	height: 29px;
	background-image: url(../images/ui/zoom_center_icon.png);
	background-repeat: no-repeat;
	cursor: pointer;
	}
#zoomSliderCenter.usa { top: 130px; background-image: url(../images/ui/zoom_center_icon_usa.png); }
#zoomSliderCenter:hover {
	background-image: url(../images/ui/zoom_center_icon_hover.png);
	}
#zoomSliderCenter.usa:hover { background-image: url(../images/ui/zoom_center_icon_usa_hover.png); }
#zoomSliderCustom {
	margin: 0 5px;
	}
#navHide, #navShow {
	z-index: 37;
	position: absolute;
	top: 130px;
	left: -38px;
	width: 38px;
	height: 34px;
	background-repeat: no-repeat;
	cursor: pointer;
	}
#navHide { background-image: url(../images/ui/nav_hide.png); }
#navShow { display: none; background-image: url(../images/ui/nav_show.png); }
#navHide.usa, #navShow.usa {
    top: 160px;
}
#navHide:hover, #navShow:hover { background-position: -38px 0; }
#zoomSliderBG .ui-slider {
	position: relative;
	text-align: left;
	cursor: pointer;
	background: url(../images/ui/ui_sprite.png) repeat-y -400px 0;
	_background: url(../images/ui/ui_sprite.gif) repeat-y -400px 0;
	}
#zoomSliderBG .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 4;
	display: block;
	width: 22px;
	height: 8px;
	cursor: pointer;
	background: url(../images/ui/ui_sprite.png) no-repeat -336px -86px;
	_background: url(../images/ui/ui_sprite.gif) no-repeat -336px -86px;
	}
#zoomSliderBG .ui-slider .ui-slider-handle:hover {
	opacity: 1.0;
	filter:alpha(opacity=100);
	}
#zoomSliderBG .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: 12px;
	display: block;
	border: 0;
	background-position: 0 0;
	}
#zoomSliderBG .ui-slider-vertical {
	width: 8px;
	height: 100px;
	}
#zoomSliderBG .ui-slider-vertical .ui-slider-handle {
	right: -7px;
	margin-left: -3px;
	margin-bottom: -4px;
	}
#zoomSliderBG .ui-slider-vertical .ui-slider-range {
	right: 0;
	width: 100%;
	}
#zoomSliderBG .ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
	}
#zoomSliderBG .ui-slider-vertical .ui-slider-range-max {
	top: 0;
	}	
#zoomSliderPlus, #zoomSliderMinus {
	width: 20px;
	height: 21px;
	display: block;
	cursor: pointer;
	}
#zoomSliderPlus {
	margin-bottom: 2px;
	background: url(../images/ui/zoom_plus.png) no-repeat 0 0;
	_background: url(../images/ui/zoom_plus.png) no-repeat 0 0;
	}
#zoomSliderPlus:hover {
	opacity: 1;
	background: url(../images/ui/zoom_plus_hover.png) no-repeat 0 0;
	_background: url(../images/ui/zoom_plus_hover.png) no-repeat 0 0;
	/* filter: alpha(opacity=100); */
	}
#zoomSliderMinus {
	margin-top: 2px;
	background: url(../images/ui/zoom_minus.png) no-repeat 0 0;
	_background: url(../images/ui/zoom_minus.png) no-repeat 0 0;
	}
#zoomSliderMinus:hover {
	opacity: 1;
	background: url(../images/ui/zoom_minus_hover.png) no-repeat 0 0;
	_background: url(../images/ui/zoom_minus_hover.png) no-repeat 0 0;
	/* filter:alpha(opacity=100); */
	}
	
	
/*-------------------------------------------------- */
/* CHARTS*/
/*-------------------------------------------------- */
#chart, #chartArea {
	background-color: transparent;
	}
.pieContainer {
	width: 180px;
	height: 180px;	
	}
.dojoxLegendText {
	color: #202010;
	font-size: 9px;
	}
.pieTitle {
	width: 420px;
	margin-bottom: 6px;
	background-image: url(../images/sidebar/subhead_select_bgtile.png);
	background-repeat: repeat-y;
	height: 24px;
	clear: both;
	}
div.legendclass.pie { 
	overflow: auto;
	height: 130px;
	width: 240px;
	}
div.legendclass.tree {
	margin-left: 140px;
	width: 260px; 
	overflow: auto;
	height: 134px;
	}
.pieTitle:hover {
	background-image: url(../images/sidebar/subhead_select_bgtile_hover.png);
	}
.pieTitle:hover div.selectchart { color: #35558c; }
/* google */
.pieLegend {
	padding-left: 10px;
	}
.pieLegendColor {
	width: 12px;
	height: 12px;
	}
.pieLegendName {
	padding-left: 4px;
	font-size: 11px;
	vertical-align: top;
	padding-top: 0;
	padding-bottom: 2px;
	font-family: 'source-sans-pro', arial, sans-serif;
	font-weight: 400;
	line-height: 11px;
	}
.pieLegendName b {
	font-family: 'source-sans-pro', arial, sans-serif;
	font-weight: 600 !important;
	}
#chartArea { background-color: #ededed; }
a.disabled {
	color: #999;
	}
div.chartclass { top: -6px !important; }
div.barchartcontainer {
	width: 420px;
	height: 140px;
	overflow: auto;
	}
div.barchartrow {
	clear: both;
	width: 400px;
	}
.chartContainerWorldwide {
	margin-bottom: 12px; 
	}
div.barchartlabel {
	width: 215px;
	text-align: right;
	float: left;
	margin-right: 4px;
	margin-bottom: 2px;
	font-size: 11px;
	line-height: 12px;
	}
div.barchartlabel b {
	font-family: 'source-sans-pro', arial, sans-serif;
	font-weight: 600;
	}
div.barchartbar {
	height: 8px;
	margin-bottom: 4px;
	margin-top: 2px;
	float: left;
	}
.sidebarExpandArrow {
	background: url(../images/ui/uiSprite.png) no-repeat -96px -98px;
	_background: url(../images/ui/uiSprite.gif) no-repeat -96px -98px;
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	cursor: pointer;
	}
.sidebarExpandArrow.expanded {
	background: url(../images/ui/uiSprite.png) no-repeat -112px -98px;
	_background: url(../images/ui/uiSprite.gif) no-repeat -112px -98px;
	}
div#divChartRegion, div#tab_shipments {
	margin: 10px 10px 10px 0;   /* changed for 'where we work' */
	}
#sidebarChart {
	margin-left: 10px; 
	}
#sidebarChart_legend {
	margin-left: -3px; 
	}
	
	
/*-------------------------------------------------- */
/* OTHER INFOBOX ADDITIONS */
/*-------------------------------------------------- */
.boxtxt {
	font-size: 13px; 
	line-height: 13px;
	font-family: 'source-sans-pro', arial, sans-serif;
	color: #333;
	font-weight: 400;
	}
p.boxtxt {
	font-size: 13px;
	line-height: 15px;
	font-family: 'source-sans-pro', arial, sans-serif;
	color: #333;
	font-weight: 400;
	margin: 0 8px 3px 8px;
	padding: 0;
	}
.boxtxtlabel, .label {
	color: #0b4c8c;
	font-family: 'source-sans-pro',arial,sans-serif;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 13px;
	}
.boxtxtlabel.error, .label.error {
	color: #96360a;
	}
.boxtxtlabel a, .boxtxtlabel a:visited, .boxtxtlabel a:hover, boxtxtlabel a:active,
.label a, .label a:visited, .label a:hover, label a:active {
	font-family: 'source-sans-pro', arial, sans-serif;
	font-size: 11px;
	font-weight: 600;
	}
div.infoboxintro {
	margin: 10px 10px 10px 5px;
	}
div.infoboxfooter { margin: 0 10px 0 0; }
.infoboxintro h2 {
	margin: 0 0 8px 0;
	font-family: 'source-sans-pro', arial, sans-serif;
	font-size: 15px;
	color: #35558c;
	font-weight: 600;
	line-height: 17px;
	}
.infoboxintro h2 .location {
	font-size: 13px;
	color: #333;
	font-weight: 400;
	}
.infoboxintro h3 {
	margin: 0 0 8px 0;
	padding: 4px 0 6px 0;
	font-family: 'source-sans-pro', arial, sans-serif;
	font-size: 14px;
	color: #35558c;
	font-weight: 600;
	line-height: 17px;
	border-bottom: 1px solid #cdbfb3; 
	border-top: 1px solid #cdbfb3;
	}
.infoboxintro p {
	font-family: 'source-sans-pro', arial, sans-serif;
	font-size: 13px;
	color: #333;
	font-weight: 400;
	line-height: 16px;
	}
.infoboxintro p .stat {
	color: #35558c;
	font-weight: 600;
	}
.infoboxintro p.infoboxrule {
	margin: 8px 0 8px 0;
	border-bottom: 1px solid #cdbfb3; 
	}
div.infoboxright {
	position: relative;	
	float: right; 
	text-align: right;
	margin: 1px 10px 10px 15px;
	display: block;
	}
	
	
/*-------------------------------------------------- */
/* INFOWINDOW ADDITIONS */
/*-------------------------------------------------- */
/* size can be fixed to be accurate, but info
windows would all have to be consistent size: 
.infowindow .window {
	font-family: 'source-sans-pro', arial, sans-serif;
	left: 0 !important;
	bottom: 336px !important;
	} */
.soria .dijitTooltipContainer {
	border: solid 1px #85aac7 !important;
	}
.infowindow .window .top .border {
	display: none;
	border: none !important;
	margin: 0;
	padding: 0;
	}
.infowindow .window .top .right .user { background-color: #ededed !important; width: 432px;
	border-left: solid 1px #85aac7 !important; border-bottom: solid 1px #85aac7 !important; }
.infowindow .window .titlebar {
	font-family: 'source-sans-pro', arial, sans-serif;
	font-size: 14px;
	text-transform: none;
	font-weight: 600;
	color: #fff;
	background-color: #85aac7;
	margin: -7px -3px -6px -10px;
	padding: 6px 11px 5px 15px;
	}
.infowindow .window .top .right .user .titlebar .hide {
	z-index: 200;
	width: 19px !important;
	height: 19px !important;
	margin: 0 !important;
	margin-top: 0 !important;
	overflow: hidden !important;
	position: relative !important;
	float: right !important;
	background-image: url(../images/infowindow/btn_close.gif) !important;
	background-repeat: no-repeat !important;
	cursor: pointer;
	}
.infowindow .window .top .right .user .titlebar .hide:hover {
	background-image: url(../images/infowindow/btn_close_hover.gif) !important;
	}
.infowindow .window .top .right .user .titlebar .hide .sprite {
	cursor: pointer;
	display: block;
	background-image: url(../images/infowindow/btn_close.gif) !important;
	background-repeat: no-repeat !important;
	}
.infowindow .window .top .right .user .titlebar .hide .sprite:hover {
	background-image: url(../images/infowindow/btn_close_hover.gif) !important;
	}
.infowindow .window .top .right .user .layout, .infowindow .window .top .right .user .content { 
	width: 408px !important; 
	border-right: solid 1px #85aac7 !important; 
	}
.infowindow .window .top .right { padding-right: 0 !important; }
.infowindow .sprite {
	width: 47px !important;
	height: 43px !important; }
.infowindow .window .top .right .user .layout {
	margin: 6px 0 0 0 !important;
	overflow: auto;
	padding-right: 0 !important;
	background-color: #ededed;
	}
.infowindow .pointer {
	height: 44px;
	overflow: hidden;
	position: absolute;
	width: 47px;
	}
.infowindow .upperleft {
	left: -47px !important;
	}
.infowindow .upperright {
	left: 0;
	}
.infowindow .lowerright {
	left: 0;
	top: 0;
	}
.infowindow .lowerleft {
	right: 0;
	top: 0 !important;
	left: -47px !important;
	}
.infowindow .upperleft .sprite {
	margin-left: 0 !important;
	margin-top: 0 !important;
	background-image: url('../images/ui/soria_infowindow_upperleft.png') !important;
	background-repeat: no-repeat !important;
	}
.infowindow .upperright .sprite {
	margin-left: 0 !important;
	margin-top: 0 !important;
	background-image: url('../images/ui/soria_infowindow_upperright.png') !important;
	background-repeat: no-repeat !important;
	}
.infowindow .lowerright .sprite {
	margin-left: 0 !important;
	margin-top: 0 !important;
	background-image: url('../images/ui/soria_infowindow_lowerright.png') !important;
	background-repeat: no-repeat !important;
	}
.infowindow .lowerleft .sprite {
	margin-left: 0 !important;
	margin-top: 0 !important;
	background-image: url('../images/ui/soria_infowindow_lowerleft.png') !important;
	background-repeat: no-repeat !important;
	}
.infowindow .window .top .right .user .titlebar .title {
	font-size: 17px !important;
	font-weight: 600 !important;
	}
	
	
	
/*-------------------------------------------------- */
/* HELP STYLES (are these going to be used in WWW map? */
/*-------------------------------------------------- */
div.helpcontentframe { 
	top: -59px;
	width: 100%;
	height: 343px;
	background-color: #fff;
	overflow: auto;
	}
div.helpboxcontent { 
	margin: 10px 0 0 27px;
	width: 544px;
	}
div.helpboxmaincolumn {
	padding-top: 10px;
	}
div.helpboxcontent h3 {
	margin: -2px 20px 0 175px;
	padding-bottom: 2px;
	color: #4f74a2;
	font-size: 16px;
	text-transform: none;
	font-weight: 600;
	}
div.helpboxcontent h4 {
	color: #4f74a2;
	font-family: 'source-sans-pro',arial,sans-serif;
	font-size: 15px;
	font-weight: 600;
	margin: 0;
	padding: 10px 0 4px 175px;
	line-height: 16px;
	text-transform: none;
	}
div.helpboxcontent h4.top { padding-top: 0; }
div.helpboxcontent h5 {
	color: #4f74a2;
	font-family: 'source-sans-pro',arial,sans-serif;
	font-size: 13px;
	font-weight: 600;
	margin: 0;
	padding: 0 0 2px 175px;
	line-height: 16px;
	text-transform: uppercase;
	}
div.helpboxcontent h5.noh4 { padding-top: 6px; }
div.helpboxmaincolumn p, div.helpboxmaincolumn ul {
	margin: 0 20px 12px 175px;
	font-family: 'source-sans-pro', arial, sans-serif;
	font-size: 14px;
	color: #333;
	font-weight: 400;
	line-height: 18px;
	}
div.helpboxmaincolumn p.beforelist { margin-bottom: 6px; }
div.helpboxmaincolumn ul { margin-bottom: 4px; }
div.helpboxmaincolumn ul li {
	list-style: none;
	padding: 0 0 8px 15px;
	background-image: url(../images/help/bullet.gif);
	background-repeat: no-repeat;
	}
div.helpboxmaincolumn ul li b {
	color: #35558c;
	font-weight: 600;
	}
div.helpboxmaincolumn p b {
	color: #35558c;
	font-weight: 600;
	}
div.helpboxmaincolumn p.fullrule {
	margin-bottom: 6px;
	height: 1px;
	font-size: 0;
	line-height: 1px;
	background-image: url(../images/sidebar/sidebar_fullrule.jpg); 
	background-repeat: no-repeat;
	background-position: bottom left;
	}
div.helpboxmaincolumn p.fullrule {
	margin-left: 175px;
	}
div.helpboxsidebar {
	float: left;
	padding-top: 30px;
	font-size: 11px;
	color: #7b634d;
	font-weight: 600;
	line-height: 12px;
	}
div.helpboxsidebar { width: 195px; }
div.helpboxsidebar div.navbar, div.helpboxsidebar div.navbar.on {
	position: relative;
	margin: 4px 0 0 0;
	padding: 7px 4px 8px 22px;
	width: 150px;
	font-family: 'source-sans-pro', arial, sans-serif;
	color: #666;
	font-size: 13px;
	font-weight: 600;
	line-height: 14px;
	background-image: url(../images/help/help_navbar_bg.jpg);
	background-repeat: no-repeat;
	cursor: pointer;
	}
div.helpboxsidebar div.navbar.on {
	color: #fff;
	background-image: url(../images/help/help_navbaron_bg.jpg);
	}	
div.helpboxsidebar div.navbar, div.helpboxsidebar div.navbar.on {
	background-position: -4px 0;
	}
ul.subnav {
	position: relative;
	margin: 8px 0 10px 0;
	padding: 0;
	width: 160px;
	}
ul.subnav li {
	margin: 0;
	padding: 0 0 5px 22px;
	font-family: 'source-sans-pro', arial, sans-serif;
	color: #35558c;
	font-size: 12px;
	font-weight: 400;
	line-height: 13px;
	cursor: pointer;
	}
ul.subnav li:hover { color: #e0691d; }
ul.subnav li.on{ color: #c0ae9e; cursor: default; }	


/*-------------------------------------------------- */
/* ROW STRIPES */
/*-------------------------------------------------- */
li.rowtip {
	padding: 4px 10px 4px 18px;
	font-size: 12px; 
	font-family: 'source-sans-pro', arial, sans-serif;
	color: #333;
	font-weight: 400;
	cursor: pointer;
	background-image: url(../images/legend/color_legend_ltblue_10x10.png);
	background-repeat: no-repeat;
	background-position: 4px 6px;
	}
li.rowtip.rowtip_dkblue {
	background-image: url(../images/legend/color_legend_blue_dot_10x10.png);	
}
li.rowtip.rowtip_green {
	background-image: url(../images/legend/color_legend_green_dot_10x10.png);	
}
li.rowtip.rowtip_red {
	background-image: url(../images/legend/color_legend_red_dot_10x10.png);	
}
li.rowtip.rowtip_purple {
	background-image: url(../images/legend/color_legend_purple_dot_10x10.png);	
}
span.rowlabel {
	font-weight: 600; 
	text-transform: uppercase; 
	font-size: 11px; 
	color: #35558c;
	}
li.rowselect:hover {
	color: #fff;
	background-color: #ab9179;
	}
li.rowstripe_odd {
	background-color: #e7e1dc;
	}

/*-------------------------------------------------- */
/* MISCELLANEOUS ADDITIONAL STYLES */
/*-------------------------------------------------- */
#maplabel { z-index: 899; position: fixed; left: 17px; bottom: 38px; }
#versionString { color: #666; font-size: 11px; line-height: 14px; }
.blue { color: #35558c !important; }
.gray { color: #9a9a9a; }
.lower { text-transform: none; }
.note { color: #666; text-transform: uppercase; font-size: 90%; font-weight: 600; }
.label { color: #4f75a2; text-transform: uppercase; font-size: 90%; font-weight: 600; }

.esriScalebarRuler, .scaleLabelDiv { margin-left: -10px; }
/*.scalebar_bottom-left { bottom: 218px !important; left: 30px !important; }*/
.scalebar_bottom-left { opacity: 0.5; bottom: 22px !important; left: 30px !important; }
.readmore { font-weight: 600; font-size: 90%; }
a.readmore:hover, a.readmore: active { font-weight: 600; }

.imgright {
	float: right; 
	padding: 0 0 6px 10px;
	}
.unbold { font-weight: 400; }
	
/* Tooltip background*/
.soria .dijitTooltipContainer {
	background-color: #f7f5f3;
	}

/* IE Bugfix for white space around checkboxes and radio buttons */
input[type='checkbox'], input[type='radio'] {
	background: transparent;
	border: 0;
	}

/* Google Plus iframe needs this */
div#plusone-div iframe {
	top: 0 !important;
	left: 0 !important;
	position: relative !important;
	height: 60px !important;
	}
/* additional google plus styles added by amanda */
div#plusone { margin-top: 10px; }
div#plusone-div { width: 200px !important; }
div.g-plus {
	 height: 60px;
	 overflow: hidden;
	 }
/*div#___plus_0 {
	margin-top: -30px !important;
	}*/


/*-------------------------------------------------- */
/* MEDIA POPUP WINDOW STYLES */
/*-------------------------------------------------- */
div.mediabox {
	position: relative;
	margin: 0;
	padding: 0; 
	width: 560px; 
	/* height: 505px; */
	height: auto;
	background-color: #fff;
	z-index: 4600;
	box-shadow: 3px 3px 6px #666;
	}
div.mediabox div.titleframe {
	position: relative; 
	padding: 10px;
	height: 40px;
	background-color: #85aac7;
	background-repeat: no-repeat;
	background-position: 14px 11px;
	}
div.mediabox div.titleframe.mch { background-image: url(../images/markers/icon_40_mch.png); }
div.mediabox div.titleframe.disease { background-image: url(../images/markers/icon_40_disease.png); }
div.mediabox div.titleframe.emergency { background-image: url(../images/markers/icon_40_emergency.png); }
div.mediabox div.titleframe.health { background-image: url(../images/markers/icon_40_health.png); }
div.storyelems {
	max-height: 460px;
	overflow: auto;
	}
div.mediabox div.storytxt {
	background-color: #fff;
	overflow: auto;
	position: relative;
	}
div.mediabox div.mediaframe {
	position: relative; 
	padding: 10px;
	height: 325px;
	text-align: center;
	background-color: #333;
	margin-bottom: 10px;
	}	
div.mediaframe div.mediaboxclose, div.titleframe div.mediaboxclose {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 19px;
	height: 19px;
	background-image: url(../images/infowindow/btn_close_blk.gif);
	background-repeat: no-repeat;
	background-position: top right;
	cursor: pointer;
	}
div.titleframe div.mediaboxclose { background-image: url(../images/infowindow/btn_close.gif); }
div.mediaframe div.mediaboxclose:hover { background-image: url(../images/infowindow/btn_close_hover_blk.gif); }
div.titleframe div.mediaboxclose:hover { background-image: url(../images/infowindow/btn_close_hover.gif); }
div.mediabox div.mediaframe iframe { margin-top: 15px; }

div.mediabox div.photo { 
	float: left;
	padding-top: 10px;
	width: 428px;
	text-align: center;
	overflow: hidden;
	}
div.mediabox div.arrowleft { 
	float: left;
	margin-right: 10px;
	margin-left: 16px;
	margin-top: 135px;
	width: 30px;
	height: 30px;
	}
div.storyphotoprev {
	width: 30px;
	height: 30px;
	background-image: url(../images/media/box_arrow_left.png);
	background-repeat: no-repeat;
	cursor: pointer;
	}
div.storyphotoprev:hover { 
	background-image: url(../images/media/box_arrow_left_hover.png);
	}
div.mediabox div.arrowright { 
	float: left;
	margin-right: 16px;
	margin-left: 10px;
	margin-top: 135px;
	width: 30px;
	height: 30px;
	}
div.storyphotonext {
	width: 30px;
	height: 30px;
	background-image: url(../images/media/box_arrow_right.png);
	background-repeat: no-repeat;
	cursor: pointer;
	}
div.storyphotonext:hover {
	background-image: url(../images/media/box_arrow_right_hover.png);
	}
div.storyphotocaption {
	height: 90px;
	overflow: auto;
	}
div.mediabox div.storytxt p.footnote, div.mediabox div.storytxt p .footnote {
	font-size: 10px;
	color: #999;
	padding-bottom: 0;
	margin-bottom: 6px;
	margin-top: -10px;
	}
div.mediabox div.videobtm, div.mediabox div.photosbtm {
	position: relative; 
	height: 136px; 
	background-color: #23396a;
	background-repeat: no-repeat;
	background-position: 26px 9px;
	overflow: auto; 
	}
div.mediabox div.storybtm {
	position: relative; 
	height: 5px; 
	background-color: #85aac7;
	overflow: auto; 
	}
div.mediabox div.videobtm h1, div.mediabox div.photosbtm h1, div.titleframe h1 {
	margin: 0;
	padding: 18px 35px 4px 65px;
	font-family: 'source-sans-pro', arial, sans-serif;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	}
div.titleframe h1 {
	padding: 0 35px 0 55px;
	}
div.mediabox div.titleframe p.storytype {
	color: #333;
	font-family: 'source-sans-pro',arial,sans-serif;
	font-size: 12px;
	font-weight: 600;
	margin: 0 10px 0 55px;
	padding-top: 4px;
	text-transform: uppercase;
	line-height: 12px;
	}
div.mediabox div.titleframe p.storytype span { font-size: 13px; }
p.tooltipcaption {
	color: #333;
	font-family: 'source-sans-pro',arial,sans-serif;
	font-size: 12px;
	font-weight: 600;
	/*margin: 0 10px 0 55px;*/
	margin: 0 10px 2px 55px;
	padding-top: 4px;
	text-transform: uppercase;
	line-height: 13px;
	}
p.tooltipcaption span { 
	color: #da531f;
	font-family: 'ff-tisa-web-pro',arial,sans-serif;
	font-size: 16px;
	font-weight: 400;
	font-style: italic;
	}
div.mediabox div.storytxt {
	position: relative;
	background-color: #fff;
	}
div.mediabox div.storytxt .photoleft {
	float: left;
	margin-top: 2px;
	padding: 0 20px 10px 0;
	}
div.mediabox div.storytxt .photoright {
	float: right;
	margin-top: 2px;
	padding: 0 0 10px 10px;
	}
div.mediabox div.storytxt .photobig {
	margin-top: 2px;
	padding: 0 0 10px 0;
	}
div.mediabox div.storytxt h2 {
	margin: 0;
	padding: 0 0 4px 65px;
	color: #4f74a2;
	font-family: 'source-sans-pro',arial,sans-serif;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	}
div.mediabox div.storytxt p {
	margin: 0; 
	padding: 0 35px 12px 65px; 
	font-family: 'source-sans-pro', arial, sans-serif;
	color: #333;
	font-size: 14px; 
	font-weight: 400;
	line-height: 18px;
	}
div.mediabox div.storytxt p.caption {
	font-size: 12px;
	line-height: 15px;
	}
div.mediabox div.storytxt p .leadin {
	color: #858585;
	font-size: 12px;
	font-style: italic;
	}
div.mediabox div.storytxt p.caption .leadin {
	color: #858585;
	font-size: 12px;
	font-style: italic;
	}
p.tooltipcaption { font-size: 11px; margin-left: 5px; }
p.tooltiptitle {
	font-family: 'source-sans-pro', arial, sans-serif;
	margin: 0 10px 2px 5px;
	padding-top: 0;
	color: #35558c;
	font-size: 14px;
	font-weight: 600;
	line-height: 16px;
	}
/* END OF MEDIA STUFF */

/* REX */
.storytray { margin-top: -4px; }
.storytray p { margin-left: 26px; }
img.storythumb {
	cursor: pointer;
	float: left;
	padding: 0 8px 8px 0;
	}
div.basemapcontainer {
	margin-left: 200px;
	}
div.basemap {
	float:left;
	margin: 0 14px 0 0;
	text-align: center;
	}
div.basemapframe {
	padding: 5px;
	margin-top: 6px;
	}
div.basemapframe.on {
	background-color: #3a79a4;
	}
div.basemapimage {
	width:100px;
	height:62px;
	background-image:url(../images/ui/basemaps.jpg);
	background-repeat:no-repeat;
	border: 1px solid black;
	cursor: pointer;
	opacity:0.75;
	filter:alpha(opacity=75);
	}
div.basemapimage:hover {
	border: 1px solid #35558c;
	opacity: 1.0;
	}
.basemapimage_BM_STRT {
	background-position:0 0;
	}
.basemapimage_BM_SAT {
	background-position:-100px 0;
	}
.basemapimage_BM_OSTR {
	background-position:-200px 0;
	}
.basemapimage_BM_TOPO {
	background-position:-300px 0;
	}
.basemapimage_BM_GRAY {
	background-position:-400px 0;
	}
div.basemaplabel {
	font-size: 11px;	
	text-transform: uppercase;
	margin-top: 4px;
	color: #777;
	font-weight: 600;
	font-family: 'source-sans-pro', arial, sans-serif;
	}
div.basemaplabel.on {
	color: #fff;
	}
	
td.chartLegendDrillDown {
	cursor: pointer;
	}


/* CHART SELECT MENU STYLES */
div.chartframe {
	width: 100%;
/*	float: right; */ /* REX - 2/8/2013 */
	margin-left: 28px;
	margin-top: 0px;
	height: 172px;
	}
div.chartContainerFacility div.chartframe { height: 180px; }
div.chartframe.chartframe_country {
	height: 240px;	
	}
div.chartframe.worldwide {
	/* width: 660px; */
	}
div.selectchart {
	color: #4f74a2;
	display: block;
	font-family: 'source-sans-pro', arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 4px 0 0 0;
	width: 420px;
	}
div.selectchart:hover { color: #35558c; }
div.selectchart img {
	float: left;
	margin-right: 6px;
	}
div.selectchart span {
	float: left;
	margin-right: 6px;
	}
div.selectchart js_selectStoryYear span {
	float: right;
	margin-right: 6px;
	}
div.selectchart img.infochart {
	float: right;
	margin: -4px 0 0 3px;
	cursor: pointer;
	}
div.selectchart a, div.selectchart a:visited {
	font-family: 'source-sans-pro', arial, sans-serif;
	font-weight: 600;
	text-decoration: none;
	}
div.chartmenu {
	display: none;
	width: 360px;
	right: 40px;
	position: absolute;
	top: 45px;
	z-index: 9500;
	overflow: auto;
	}
ul.chartlist li {
	background-color: #e7f0f5;
	border-bottom: 1px solid #FFFFFF;
	color: #4f74a2;
	font-family: 'source-sans-pro', arial, sans-serif;
	font-size: 12px;
	font-weight: 600;
	list-style: none outside none;
	margin: 0;
	padding: 4px 10px 4px 10px;
	text-align: left;
	text-transform: none;
	width: auto;
	}
ul.chartlist li a, ul.chartlist li a:visited { color: #4f74a2; }
ul.chartlist li a:hover, ul.chartlist li a:active { color: #fff; text-decoration: none; background-color: #4f74a2; }
ul.chartlist li:hover a { color: #fff; text-decoration: none; }
ul.chartlist li:hover { background-color: #4f74a2; }

div.chartContainer {
	float: left;
	margin-left: 20px;
	margin-top: 10px;
	height: 150px;
	scroll: auto;
	}
div.infointro {
	min-width: 350px;
	margin-right: 460px;
	}
div.infointro p.overview {
	font-size: 18px;
	line-height: 22px;
	margin-top: 45px;
	}
div.infointro p.overviewsm {
	font-size: 15px;
	line-height: 19px;
	margin: 6px 0 10px 180px;
	}
div.infointro p.selectmenus, #sidebar p.selectmenus {
	float: left;
	margin-top: 8px;
	margin-right: 6px;
	padding-right: 0;
	font-family: 'source-sans-pro', arial, sans-serif;
	color: #7fa8ce;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	}
div.infointro select, #sidebar select {
	margin-top: 4px;
	margin-right: 2px;
	padding: 2px;
	font-family: 'source-sans-pro', arial, sans-serif !important;
	color: #333;
	font-size: 13px;
	font-weight: 400;
	width: 110px;
	}
.selectRegion { width: 95px !important; }
.selectCountry { width: 138px !important; }
.selectState { width: 95px !important; }
.selectFacility { width: 200px !important; }
#sidebar div.sidebar_section_container {
	margin-top: 8px;
	}
div.infointro h2, #sidebar div.sidebar_section_container h2 {
	margin-top: 8px;
	margin-left: 28px;
	margin-right: 20px;
	padding-bottom: 2px;
	font-family: 'source-sans-pro', arial, sans-serif;
	color: #333;
	font-size: 16px;
	font-weight: 600;
	line-height: 18px;
	border-bottom: solid 1px #ccc;
	}
#sidebar p.showmap {
	float: right;
	font-size: 12px;
	margin-right: 20px;
	padding-top: 10px;
	margin-left: 10px;
	}
#sidebar div.sidebar_section_container h2 span { font-size: 12px; padding-right: 4px; padding-top: 4px; }
#sidebar p.summarystats {
	font-family: 'source-sans-pro', arial, sans-serif;
	font-size: 13px;
	margin-bottom: 4px;
	margin-right: 0;
	font-weight: 600;
	}
#sidebar p.facilitysummarystats {
	font-family: 'source-sans-pro', arial, sans-serif;
	font-size: 13px;
	margin-bottom: 8px;
	margin-right: 0;
	padding-left: 17px;
	padding-bottom: 4px;
	font-weight: 600;
	background-repeat: no-repeat;
	background-position: -1px 0;
	}
#sidebar p.facilitysummarystats.lvl0 { background-image: url(../images/markers_new/pt_15px_95percent_lvl0.png); }
#sidebar p.facilitysummarystats.lvl1 { background-image: url(../images/markers_new/pt_15px_95percent_lvl1.png); }
#sidebar p.facilitysummarystats.lvl2 { background-image: url(../images/markers_new/pt_15px_95percent_lvl2.png); }
#sidebar p.facilitysummarystats.lvl3 { background-image: url(../images/markers_new/pt_15px_95percent_lvl3.png); }
#sidebar p.facilitysummarystats.lvl4 { background-image: url(../images/markers_new/pt_15px_95percent_lvl4.png); }
#sidebar p.viewfacility {
	margin-bottom: 6px;
	padding-left: 17px;
	padding-bottom: 4px;
	font-size: 12px;
	background-image: url(../images/markers_new/pt_15px_95percent_lvl2.png);
	background-repeat: no-repeat;
	background-position: -1px 1px;
	}
div.infointro p a, div.infointro p a:visited,
#sidebar div.sidebar_section_container p a, #sidebar div.sidebar_section_container p a:visited {
	font-family: 'source-sans-pro', arial, sans-serif;
	font-weight: 600;
	}
 div.infointro p a:hover, div.infointro p a:active,
 #sidebar div.sidebar_section_container p a:hover, #sidebar div.sidebar_section_container p a:active {
	font-family: 'source-sans-pro', arial, sans-serif;
	text-decoration: none;
	font-weight: 600;
	}	
div.infointro p .hilite, #sidebar div.sidebar_section_container p .hilite {
	color: #4f75a2;
	font-family: 'source-sans-pro', arial, sans-serif;
	font-size: 16px;
	font-weight: 600;
	}


div.socialpanel h3 {
	padding: 6px 0 6px 0;
	font-family: 'source-sans-pro', arial, sans-serif;
	font-size: 15px;
	color: #4f74a2;
	text-transform: uppercase;
	font-weight: 600;
	}
div.socialpanel p {
	font-family: 'source-sans-pro', arial, sans-serif;
	color: #333;
	font-size: 13px;
	font-weight: 400;
	line-height: 16px;
	}
#twitter_update_list li {
	font-family: 'source-sans-pro', arial, sans-serif;
	color: #333;
	font-size: 13px;
	font-weight: 400;
	line-height: 16px;
	list-style: none;
	margin-right: 10px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	}
#smcontent_gplus iframe { margin-top: -26px !important; }
#smcontent_gplus #plusone-div iframe { margin-top: 0 !important; }

/* Search results list */
li.sr_geography {
	font-family: 'source-sans-pro', arial, sans-serif;
	font-weight: 600;	
}
li.sr_facility {
}
#clearsearch {
	z-index: 9000;
}


/* CUBE STATUS MSG STYLES */
#errorOverlay {
	position: absolute;
	z-index: 9999;
	top: 100px;
	left: 250px;
	width: 400px;
	height: 140px; 
	background-color: #ededed;
	box-shadow: 1px 1px 3px #666666;
	background-image: url("../images/help/errormsg_redtitlebar_bgtile.png");
	background-repeat: repeat-x;
	padding: 5px 12px 20px 12px;
	}
#errorOverlay.green {
	background-image: url("../images/help/errormsg_greentitlebar_bgtile.png");
	}
#errorOverlay h3 {
	font-size: 13px;
	font-weight: 600;
	font-family: 'source-sans-pro',arial,sans-serif;
	text-transform: uppercase; 
	color: #fff;
	padding-bottom: 20px;
	}
#errorOverlay p {
	padding: 0 15px 8px 15px;
	font-size: 15px;
	line-height: 20px;
	}
#errorOverlay p.errormsg {
	color: #96360a;
	font-weight: 600;
	}

/* REX */    
a.blueroundbutton {
	padding: 4px 8px 4px 8px;
	background-color: #2D2D7B;
	color: #FFF;
	-moz-border-radius:8px;
    -webkit-border: 8px;
    border-radius: 8px;
}
a.blueroundbutton:hover {
	background-color: #5D5DAB;
	color: #FFF;
}
