
.ui-autocomplete .ui-menu-item {
    font-size: 12px;
}

#headerText {
    width: 130px;
    height: 30px;
    margin: 10px 0 0 0;
    font-size: 22px;
    font-weight: bold;
    color: #00345F;
    float: left;
}

#explanatoryText, #explanatoryText2 {
    width: 640px;
    font-size: 11px;
    color: #00345F;
    float: left;
    margin: 10px 0 0 0;
}

#explanatoryText2 {
	line-height: 19px;
	padding-left: 10px;
}

#descriptionHeader {
    width: 100px;
    font-size: 12px;
    color: #9E9C9C;
    font-weight: bold;
    clear: both;
    float: left;
    margin: 5px 0 0 0;
}

#descriptionText {
    width: 540px;
    min-height: 35px;
    font-size: 12px;
    color: #9E9C9C;
    font-weight: bold;
    float: left;
    margin: 5px 0 0 0;
}

#legendLink,
#legendLink2{
    width: 144px;
    height: 20px;
    padding: 5px 3px;
    position: absolute;
    left : 370px;
    top : 11px;
    z-index: 1000;
    background-color: #FFFFFF;
    opacity : .8;
    text-align: center;
    font-weight : bold;
    font-size: 14px;
    color : #004D95;
    cursor : pointer;
    border-left: 1px solid #0464B1;
    border-right: 1px solid #0464B1;
    border-bottom: 1px solid #0464B1;
    box-shadow: 0px 1px 6px #666;
    -moz-box-shadow: 0px 1px 6px #666;
    -webkit-box-shadow: 0px 1px 6px #666;
}
#legendLink img {
	margin-bottom: -4px;
}

#legendLink2 {
    left : 100px;
}



#listView {
    width: 620px;
    height: 500px;
    margin: auto;
    border: 1px solid #0464B1;
}

#listView .noData {
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

#columnRight {
    width: 285px;
    min-height: 580px;
    float: left;
}

#columnRight .upper {
    width: 285px;
    height: 135px;
    float: left;
    padding: 0px 3px 0px;
}

#columnRight .upper .pageOptions {
    width: 285px;
    height: 30px;
    margin: 5px 0 0 0;
    float: left;
}

#columnRight .upper .pageOptions .tab {
    width: 88px;
    float: left;
    margin: 0 3px 0 0;
    padding: 5px 0;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    border: 1px solid #0464B1;
    background-color: #F0F5F9;
    color: #00345F;
}

#columnRight .upper .pageOptions .selected,
#columnRight .upper .pageOptions .tab:hover {
    background-color: #004D95;
    color: #FFFFFF;
    cursor: pointer;
}

#columnRight .upper .pageOptions .selected,
#columnRight .upper .pageOptions .selected:hover {
    cursor: default;
}

#columnRight .upper .viewOptions {
    width: 285px;
    height: 30px;
    float: left;
}

#columnRight .upper .viewOptions .view {
    width: 88px;
    margin: 0 3px 0 0;
    padding: 5px 0;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    border: 1px solid #0464B1;
    background-color: #F0F5F9;
    color: #00345F;
    float: left;
}

#columnRight .upper .viewOptions .view:hover,
#columnRight .upper .viewOptions .selected {
    background-color: #004D95;
    color: #FFFFFF;
    cursor: pointer;
}

#columnRight .upper .miscOptions .miscOptionsRow .misc .selected a, #columnRight .upper .viewOptions .selected a {
	color: #FFF;
}


#columnRight .upper .miscOptions .miscOptionsRow .misc a, #columnRight .upper .viewOptions a {
	/* color: #00345F; */
}

#columnRight .upper .miscOptions {
    width: 285px;
    height: 60px;
    float: left;
    font-size: 11px; /* 10px */
}

#columnRight .upper .miscOptions .miscOptionsRow{
    width: 285px;
    height: 30px;
    float: left;
}

#columnRight .upper .miscOptions .miscOptionsRow .misc {
    width: 88px;
    margin: 0 3px 0 0;
    padding: 5px 0;
    font-weight: bold;
    text-align: center;
    border: 1px solid #0464B1;
    background-color: #F0F5F9;
    color: #00345F;
    float: left;
}


#columnRight .upper .miscOptions .miscOptionsRow .misc:hover,
#columnRight .upper .miscOptions .miscOptionsRow .selected {
    background-color: #004D95;
    color: #FFFFFF;
    cursor: pointer;
}

#columnRight .upper .miscOptions .miscOptionsRow .addOrg {
    background-color: #FEFFB9;
}
#columnRight .upper .miscOptions .miscOptionsRow .addOrg:hover {
    /* background-color: #827461; */
}
#columnRight .upper .miscOptions .miscOptionsRow .addOrg a {
    color: #584F42;
}
#columnRight .upper .miscOptions .miscOptionsRow .addOrg:hover a {
    color: #FFF;
}

#columnRight .lower {
    width: 280px;
    height: 675px;
    float: left;
}

#columnRight .lower .sectionHeader {
    width: 260px;
    height: 15px;
    float: left;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    color: #00345F;
    margin: 10px 0 0 10px;
    padding: 3px 0 2px;
    border: 1px solid #00345F;
    background-color: #fffae7;
}

#columnRight .lower .open {
    background-image: url('../../../images/community/common/arrow_down.png');
    background-position: right;
    background-repeat: no-repeat;
}

#columnRight .lower .closed {
    background-image: url('../../../images/community/common/arrow_right.png');
    background-position: right;
    background-repeat: no-repeat;
}

#columnRight .lower .section {
    width: 250px;
    /* height: 320px; */
    margin: 0 0 10px 10px;
    padding: 10px 5px;
    float: left;
    color: #00345F;
    font-size: 12px;
    border-left: 1px solid #00345F;
    border-right: 1px solid #00345F;
    border-bottom: 1px solid #00345F;
    background-color: #ccd6e2;
}

#columnRight .lower .section p {
    margin: 0 0 10px 0;
}

#columnRight .lower .section .label {
    width: 90px;
    margin: 0 0 10px 5px;
    float: left;
    clear: both;
    font-weight: bold;
    font-size: 12px;
}

#columnRight .lower .section .indicatorsOptions .label {
    width: 100%;
    margin: 0 0 10px 5px;
    float: left;
    clear: both;
    font-weight: bold;
    font-size: 12px;
    text-align : center;
}

#columnRight .lower .section .input {
    width: 150px;
    margin: 0 0 10px 0;
    float: left;
}

#columnRight .lower .section .indicatorsOptions .input {
    width: 100%;
    margin: 0 0 10px 0;
    padding-bottom: 5px;
    float: left;
    text-align: center;
    border-bottom: 1px solid #00345F;
}

#columnRight .lower .section .indicatorsOptions .selectedIndicator{
    width : 100%;
    float : left;
    color : #6D4E2B;
    overflow: hidden;
    text-align: center;
}
#columnRight .lower .section .input input {
    width: 145px;
    border: 1px solid #00345F;
}

#columnRight .lower .section .indicatorsOptions .input input {
    width: 180px;
    border: 1px solid #00345F;
}
#columnRight .lower .section .indicatorsOptions .input .searchAdvancedIndicatorsButton{
    width : 150px;
}
#columnRight .lower .section .input input.small {
    width: 80px;
    border: 1px solid #00345F;
    float: left;
}

#columnRight .lower .section .input input:focus {
    background-color: #F0F5F9;
}

#columnRight .lower .section .input select {
    width: 148px;
    border: 1px solid #00345F;
}

#columnRight .lower .section .indicatorsOptions .input select {
    width: 100%;
}

#columnRight .lower .section .input select:focus {
    background-color: #F0F5F9;
}

#columnRight .lower .section .goButton {
    width: 75px;
    height: 24px;
    border: 0;
    background-color: transparent;
    background-image: url('../../../images/community/common/go.png');
    background-repeat: no-repeat;
    cursor: pointer;
}

#columnRight .lower .section .goButton:hover {
    background-image: url('../../../images/community/common/go_over.png');
}

#columnRight .lower .section .subHeader {
    width: 250px;
    height: 25px;
    float: left;
    font-weight: bold;
    text-align: center;
    border-top: 1px solid #00345F;
    margin: 10px 0 5px 0;
    padding: 5px 0;
}

#columnRight .lower .section .subsubHeader {
    width: 250px;
    height: 30px;
    float: left;
    font-weight: bold;
    text-align: center;
}

#columnRight .lower .section #group {
    width: 250px;
    height: 100px;
    float: left;
    border: 1px solid #00345F;
    padding: 15px 0 5px 0;
}

#section_activity .row {
    font-size: 12px;
    height: 20px;
    width: 233px;
    overflow: hidden;
    margin: 0 0 5px 0;
}

#section_organization .row,
#section_areas .row {
    font-size: 12px;
    height: 25px;
    width: 250px;
    overflow: hidden;
    margin: 0 0 5px 0;
}

#section_indicators .row{
    font-size: 12px;
    max-height: 32px;
    width: 250px;
    overflow: hidden;
    margin: 0 0 5px 0;
}

#section_indicators .short{
    height: 16px;
}

#section_indicators .row input.indicator{
    float : left;
    width : 15px;
    margin-left : 0;
    margin-right : 3px;
}

#section_indicators .row .indicatorText{
    float : left;
    width : 205px;
    max-height : 29px;
    overflow: hidden;
}

#section_organization .row {
    height: 22px;
}

#section_activity .buttonRow,
#section_organizations .buttonRow,
#section_indicators .buttonRow{
    height: 30px;
    width: 250px;
}

#columnRight .lower .section .divider {
    border-bottom: 1px solid #00345F;
}

#columnRight .lower .section .advancedSelectionHeader {
    width: 250px;
    height: 30px;
    margin: 0 0 5px 0;
    float: left;
}

#columnRight .lower .section .tall {
    height: 50px;
}

#columnRight .lower .section .advancedSelectionHeader .selection {
    text-align: center;
    width: 78px;
    padding: 5px 0;
    float: left;
    background-color: #F0F5F9;
    border: 1px solid #0464B1;
    color: #00345F;
    font-weight: bold;
    font-size: 11px;
    cursor: pointer;
}

#columnRight .lower .section .advancedSelectionHeader .selection:hover {
    background-color: #004D95;
    color: #FFFFFF;
}

#columnRight .lower .section .advancedSelectionHeader .advanced {
    float: right;
}

#columnRight .lower .section .advancedSelectionHeader .activeSelection {
    background-color: #004D95;
    color: #FFFFFF;
}

#columnRight .lower .section .advancedSelectionHeader .activeSelection:hover {
    cursor: default;
    background-color: #004D95;
    color: #FFFFFF;
}

#locations_advanced,
#activity_advanced,
#indicators_advanced{
    /* height: 260px; */
    width: 100%;
    float: left;
    margin: 5px 0 0 0;
}

#indicators_basic{
    /* height: 260px; */
    width: 250px;
    float: left;
    margin: 5px 0 0 0;
    overflow-y: auto;
}

#activity_basic{
    height: 245px;
    width: 250px;
    float: left;
    margin: 5px 0 0 0;
    overflow-y: auto;
}

#indicators_basic .indicatorGroupName{
    font-weight : bold;
    margin: 0 0 5px 0;
    padding: 0 0 3px 0;
    overflow: hidden;
    border-bottom: 1px solid #00345F;
}

#indicators_basic .row{
    width : 230px;
}

#locations_basic {
    /* height: 280px; */
    width: 100%;
    float: left;
    margin: 5px 0 0 0;
}

#columnRight .lower .section .locationButton {
    margin: 10px 0 0 87px;
}

#columnRight .lower .section .activityButton,
#columnRight .lower .section .indicatorsButton{
    margin: 10px 0 0 87px;
}

#columnRight .lower .section .organizationsButton {
    margin: 0 0 0 87px;
}

#columnRight .lower .section input.searchAdvancedActivitiesButton,
#columnRight .lower .section input.searchAdvancedIndicatorsButton{
    width: 55px;
    margin: 0 0 0 10px;
    cursor : pointer;
}

#columnRight .lower .section #addressGroup {
    width: 250px;
    height: 130px;
    float: left;
    border: 1px solid #00345F;
    padding: 15px 0 5px 0;
}

#columnRight .lower .section #addressGroup .label {
    font-size: 12px;
    padding: 5px 0 0 0;
}

#columnRight .lower .section #schoolGroup {
    width: 250px;
    height: 30px;
    float: left;
    border: 1px solid #00345F;
    padding: 15px 0 5px 0;
    margin: 10px 0 0 0;
}

#columnRight .lower .section #schoolGroup .label {
    font-size: 12px;
    padding: 5px 0 0 0;
}

#columnRight .lower .section #schoolGroup select {
    width: 148px;
    border: 1px solid #00345F;
    float: left;
}

#columnRight .lower .section .locationSubHeader,
#columnRight .lower .section .activitySubHeader {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto 15px auto;
    width: 50%;
    height: 20px;
    border-bottom: 1px solid #00345F;
}

#columnRight .lower .section .locationSubHeader #locationSubHeaderText,
#columnRight .lower .section .activitySubHeader #activitySubHeaderText {
    display: block;
    float: left;
    width: 80%;
    text-align: center;
}

#columnRight .lower .section .locationSubHeader img,
#columnRight .lower .section .activitySubHeader img {
    width: 16px;
    height: 16px;
    float: right;
    cursor: pointer;
}

#columnRight .lower .section #locations_advanced .locationOptions,
#columnRight .lower .section #activity_advanced .activityOptions{
    width: 100%;
    height: 120px;
}

#columnRight .lower .section #indicators_advanced .indicatorsOptions{
    width: 100%;
}

#columnRight .lower .section #locations_advanced .locationList,
#columnRight .lower .section #activity_advanced .activityList,
#columnRight .lower .section #indicators_advanced .indicatorsList{
    width: 100%;
    height: 120px;
    overflow-x: hidden;
    overflow-y: scroll;
    border: 1px solid #00345F;
}

#columnRight .lower .section #locations_advanced .locationList .row,
#columnRight .lower .section #activity_advanced .activityList .row,
#columnRight .lower .section #indicators_advanced .indicatorsList .row{
    width: 100%;
    height: 20px;
    margin: 5px 0 0 0;
    padding: 0 0 0 5px;
}

#columnRight .lower .section #locations_advanced .locationList .row .label,
#columnRight .lower .section #activity_advanced .activityList .row .label,
#columnRight .lower .section #indicators_advanced .indicatorsList .row .label{
    float: left;
    width: 190px;
    height: 15px;
    overflow: hidden;
    clear: none;
}

#columnRight .lower .section #locations_advanced .locationList .row img,
#columnRight .lower .section #activity_advanced .activityList .row img,
#columnRight .lower .section #indicators_advanced .indicatorsList .row img{
    width: 16px;
    height: 16px;
    float: left;
    cursor: pointer;
    margin: 0 10px 0 0;
}

#columnRight .bottom {
    width: 280px;
    height: 575px;
    float: right;
    background-color: #FFFFFF;
    border: 0;
    padding: 0;
    margin: 10px 0 0 0;
}

#columnRight .bottom .resetFilters {
    float: left;
    margin: 0 0 0 10px;
}

#columnRight .bottom .addOrg {
    float: left;
    margin: 10px 0 0 60px;
}

#columnRight .bottom .saveFilters {
    float: right;
    margin: 0 10px 0 0;
}

/*******************************/
/**** Map Controls - new UI ****/
/*******************************/

#mapControls {
	padding: 9px 9px 0;
}
#mapControls #controlsHeader {
	float:left;
	width:100%;
	margin-top:10px;
}
#mapControls #controlsHeader .expl {
	font-size:11px;
}
#mapControls #controlsHeader .title, 
#mapControls #controlsHeader .expl {
	float:left;
}
#mapControls div.controlsCol {
	width: 100%;
	float: left;
	border: 1px solid #DBD0C3;
	border-radius: 5px;
	background-color: #FAF6F1;
	margin-right: 15px;
	font-size: 12px;
	margin-bottom: 10px;
}
#mapControls div.controlsCol span.header {
	width: 20%;
	border-radius: 5px 0 0 5px;
	background-color: #696053;
	color: white;
	padding: 2px 4px;
	float: left;
	text-align: center;
}
#mapControls div.controlsCol div {
	float: left;
	padding: 2px 8px 2px;
	cursor: pointer;
}
#mapControls div.controlsCol.viewOptions div, #mapControls div.controlsCol.miscOptions div {
	padding: 2px 22px 2px;
}
#mapControls div.controlsCol div:hover {
	background-color:#D3CEC6;
}
#mapButtons {
	margin:0px auto;
	padding:10px 4% 0;
	float: left;
	width:93%
}
#mapButtons input {
	margin-right:10px
}
.infoWindow {
    font-size: 10pt;
    width: 330px;
    min-height: 50px;
    padding: 10px;
    line-height: 1.4em;
    float: left;
}

.infoBox{
    max-height : 300px;
    overflow-y: auto;
    background-color: #FFFFFF;
    opacity: 0.95;
    width: 370px;
    border : 1px solid #CCCCCC;
}

.infoWindow .link {
    color: blue;
    text-decoration: underline;
    cursor: pointer;
    font-weight: bold;
    display: block;
}

#legend,
#legendCommunityIndicators {
    width: 400px;
    font-size: 12px;
}

#legend .legendRow,
#legendCommunityIndicators .legendRow {
    width: 100%;
    height: 45px;
}

#legend .legendRow img {
    float: left;
    clear: both;
    width: 24px;
    height: 28px;
    margin: 5px 10px;
}

#legendCommunityIndicators .legendRow .colorBlock {
    float: left;
    clear: both;
    width: 24px;
    height: 28px;
    margin: 5px 10px;
    border: 1px solid #000000;
}

#legendCommunityIndicators .legendRow .color10 {
    background-color: #f4e6ff;
}

#legendCommunityIndicators .legendRow .color7 {
    background-color: #e0cce6;
}

#legendCommunityIndicators .legendRow .color4 {
    background-color: #c7a4c7;
}

#legendCommunityIndicators .legendRow .color1 {
    background-color: #70475d;
}

#legend .legendRow .groupName,
#legendCommunityIndicators .legendRow .groupName{
    float: left;
    margin: 10px 0 0 0;
    width: 300px;
    height: 20px;
}

#showLegend b,
#showTutorial b {
    cursor: pointer;
    color: #692E20;
    font-size: 12px;
    font-weight: bold;
}

#showLegend b:hover {
    text-decoration: underline;
}

#section_customList {
    font-size: 12px;
    overflow-x: hidden;
    overflow-y: auto;
}

#section_customList .row {
    min-height: 20px;
    margin: 5px 0;
}

#section_customList .row input {
    clear: both;
    float: left;
    width: 25px;
}

#exportButtons{
    clear:both;
    margin: 55px 0 0 0 ;
}

#saveState{
    font-size: 10pt;
}

#saveState label{
    display : block;
    float : left;
    width : 100px;
}

#saveState #stateName{
    width : 300px;
}

#mapStateList{
    width : 850px;
    height : 300px;
    overflow-y: auto;
}

#mapStateList .mapStateRow .viewMapState{
    width : 16px;
    height : 16px;
    float : left;
    margin: 0 0 0 15px;
    background-image: url('../../../images/community/common/accept.png');
    background-repeat: no-repeat;
    cursor : pointer;
}

#mapStateList .mapStateRow .deleteMapState{
    width : 16px;
    height : 16px;
    float : left;
    margin: 0 0 0 15px;
    background-image: url('../../../images/community/common/cancel.png');
    background-repeat: no-repeat;
    cursor : pointer;
}

#mapStateList .mapStateRow .mapStateName{
    width : 700px;
    float : left;
    margin: 0 0 0 15px;
    cursor : pointer;
}

#mapStateList .mapStateRow{
    width : 800px;
    float : left;
    margin: 10px 0 0 25px;
}

#columnRight .upper a {
	color: inherit;
}

#documentationLink{
    text-align: center;
    color: #F47920;
    cursor : pointer;
}
#documentationLink:hover{
    text-decoration: underline;
}

#dataTableWrapper, #chartWrapper {
    width: 100%;
    padding: 10px;
    margin: 0;
    clear: both;
    float: left;
    background-color: #F8D5AC;
    background-image: linear-gradient(to bottom, #F8D5AC, #ECCFAD);
    border: 1px solid #98928A;
    min-height: 350px;
}

#dataTableWrapper h2, #chartWrapper h2{
    text-align: center;
}

#chartWrapper #visualization{
    width: 100%;
    min-height : 350px;
    float : left;
}

#dataTable {
    width: 98%;
}

#dataTable .grayText{
    color: #535353;
}

#dataTableLoading, #chartLoading {
    position:absolute;
    top:25px;
    left:50%;
    margin:-21px 0 0 -21px;
    padding:5px;
    /* background:#fff; */
    z-index:3000;
    /* border:1px solid #000; */
    display : none;
}

#dataTable td {
    text-align: center;
}

#buttonRow{
    height : 25px;
    padding: 10px 25px;
}

#topBar{
    margin-bottom : 0;
    cursor : pointer;
}
/*
#topBar.communityInd {
	margin-top: 10px;
}
#topBar.communityInd div#titleDiv{
    width: 12%;
}

#topBar.communityInd div.actions.showGeographicArea,
#topBar.communityInd div.actions.showIndicatorGroups,
#topBar.communityInd div.actions{
    width: 21%;
    margin-left : 0%;
}
*/

#topBar {
	width: 96%;
	margin: 20px 0px 0px;
	float: left;
	padding: 0 3%;
	min-width: 1002px;
}
#topBar div {
	margin-right:0%;
	float: left;
	padding: 0px 5px 8px;
}
/*
#topBar div:hover {
	background-color:#ECE6DC;
}
*/
#topBar div#titleDiv {
	width: 20%;
	padding: 15px 0 0 0;
	margin-left: 1%;
}
#topBar div#titleDiv h2 {
	font-size: 13px;
	margin-bottom: 0px;
}
#topBar div#subtitleDiv {
	width: 77%;
	float: left;
	padding: 16px 0 10px;
}
#topBar div#subtitleDiv p {
	font-size: 13px;
}
#topBar div.actions {
	width:24%;
}
#topBar div img {
	float:left;
	margin:5px 7px 10px 0;
}
#topBar div h1 {
	margin-bottom: 5px;
	font-size: 21px;
	color:#435768;
}
#topBar div h2 {
	font-size: 16px;
	margin: 0;
}
#topBar div p {
	font-size: 12px;
	margin-top: 5px;
	line-height: 14px;
	margin-bottom: 0px;
}
#topBar div h2 a,
#topBar div p a {
	text-decoration: none !important;
	color:#445f6e !important;
}
#topBar div h2 a:hover,
#topBar div p a:hover {
	text-decoration: underline !important;
}


#topBar.communityInd div#titleDiv {
	width: 14%;
	min-width: 141px;
}
#topBar.communityInd div.actions {
	width: 210px !important;
	padding: 0 0 0px 0;
}
div.commInd #topBar.communityInd div.actions.two {
	width: 212px !important;
	margin-left: 1px;
}
div.commInd #topBar.communityInd div.actions.three {
	width: 162px !important;
	margin-left: 6px;
}
div.commInd #topBar.communityInd div.actions.four {
	width: 167px !important;
	margin-left: 5px;
}


#topBar.communityInd div.actions.showGeographicArea {
	width: 23%;
}
#topBar.communityInd div.actions.showIndicatorGroups {
	width: 24%;
}
#topBar.communityInd div.actions.showDataTable {
	width: 13%;
}
#topBar.communityInd div.actions div {
	font-size: 25px !important;
	margin-bottom: 0;
	padding: 0 2px;
}
#topBar.communityInd div p {
	margin-top: 0px;
}
div.commInd #topBar.communityInd div.actions p {
	margin-left: 15%;
	font-size: 10px;
}
#topBar.communityInd div#titleDiv {
	padding: 0;
	margin-left: 0;
	width: 161px;
}

#mapWrapper,
#dataTableWrapper,
#chartWrapper {
	margin-top:0px !important;
	min-height: 350px;
	height: inherit;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
div.commInd #tabWrapper #mapWrapper,
#chartWrapper {
	width: 98%;
	padding: 45px 1% 10px;
	position: relative;
}
#mapView {
	border: 1px solid #98928a !important;
}


#entryBar {
    width: 82%;
    min-width:900px;
    height: 176px;
    float : left;
    margin: 0 0 0 14%;
}

#entryBar #geographicArea,
#entryBar #indicatorGroups,
#entryBar #indicators,
#entryBar #viewAs {
    box-shadow: 0px 0px 24px -6px #000;
    -webkit-box-shadow: 0px 0px 24px -6px #000; 
    -moz-box-shadow: 0px 0px 24px -6px #000; 
    height: 133px;
    float : left;
    padding: 20px;
    margin: 3px 0 0 2%;
}

#entryBar #viewAs{
    width: 10%;
    font-size: 13px;
    padding: 20px 17px;
}

#entryBar #geographicArea{
    width: 19%;
}

#entryBar #geographicArea .label {
    width: 52px;
    margin: 0 0 10px 0;
    float: left;
    clear : both;
    font-weight: bold;
    font-size: 12px;
}

#entryBar #geographicArea .input {
    width: 100%;
    margin: 0 0 10px 0;
    float: left;
}

#entryBar #geographicArea .input input {
    /*width: 145px;*/
    border: 1px solid #00345F;
    padding: 4px 0px 4px 2px;
}

#entryBar #geographicArea .input input:focus {
    background-color: #F0F5F9;
}

#entryBar #geographicArea .input select {
    width: 148px;
    border: 1px solid #00345F;
}

#entryBar #geographicArea .input select:focus {
    background-color: #F0F5F9;
}


#entryBar #indicatorGroups{
    width: 20%;
}

#entryBar #indicatorGroups select {
    width: 200px;
    border: 1px solid #00345F;
}

#entryBar #indicatorGroups select:focus {
    background-color: #F0F5F9;
}

#entryBar #indicators{
    width: 18%;
}

#entryBar #indicators select {
    width: 102px;
    border: 1px solid #00345F;
}

#entryBar #indicators select:focus {
    background-color: #F0F5F9;
}

#geographicArea .chzn-container,
#geographicArea input[type="text"],
#indicatorGroups .chzn-container,
#indicators .chzn-container {
	width: 100% !important;
}
	
#tabWrapper {
    width: 94.5%;
    margin: 11px 0 0 25px;
    float : left;
}

#mapWrapper {
    width: 100%;
    height: 825px;
    padding: 50px 0px 10px 0px;
    margin: 10px 0 0 0;
}

#mapView {
    width: 98%;
    height: 775px;
    margin: auto;
    border: 1px solid #0464B1;
}

#chartWrapper{
    width : 90%;
}

#mainContent {
    min-height : 950px;
}

.showGeographicArea, .showIndicatorGroups, .showIndicators, .showDataTable{
    cursor : pointer;
}

#selectIndicator_chzn{
    margin: 10px 0 0 0;;
}

#selectionText{
    float : left;
    width: 98%;
    min-height: 23px;
    font-size: 10pt;
    margin-top: -1px;
	padding: 11px 1%;
    z-index: 9;
    position: relative;
}

#resetButton,
#updateSearch {
	float: right;
	margin-top: -50px;
}

#resetButton{
    margin-right: -1px;
}

#updateSearch {
	margin-right: 93px;
}

#documentationLink{
    float : left;
    padding: 0 10px 0 0;
    border-right: 1px dotted #333333;
}

#selectedStateName{
    float : left;
    padding: 0 10px;
    border-right: 1px dotted #333333;
}

#selectedGeographicArea{
    float : left;
    padding: 0 10px;
    border-right: 1px dotted #333333;
}

#selectedGeographicLevel{
    float : left;
    padding: 0 10px;
    border-right: 1px dotted #333333;
}

#selectedIndicator{
    float : left;
    padding: 0 0 0 10px;
}

#legendLink{
    top: 46px;
	right: 146px;
	left:auto;
}

#geographicArea p{
    font-size: 10pt;
    margin-top: -2px;
    float : left;
}

#tomsAntiquatedDebugInfo{
    width: 100%;
    height: 25px;
    clear : both;
    float : left;
    font-size: 12px;
}
.step3note {
    clear : both;
	font-size:10px;
	line-height: 14px;
	font-style: italic;
	color:#333;
	text-align: center;
	margin-top: 35px;
}

/********************/
/*  Default Blue Style  */
/********************/

#tabWrapper #mapWrapper,
#tabWrapper #dataTableWrapper {
	background:none transparent !important;
	border:0 !important;
}
#mapView {
	border: 1px solid #8c9399 !important;
}
#tabs.communityInd ul li a {
	background-color:#dce8f8 !important;
	color:#2e3033 !important;
}
#tabs.communityInd ul li.ui-state-active a,
#tabs.communityInd .ui-state-active {
	color:#000 !important;
	background-color:#accef8 !important;
}
#communityIndTblDiv #dataTable tr.odd {
	background-color: #dcebf8 !important;
}
#communityIndTblDiv #dataTable tr.odd td.sorting_1 {
	background-color: #c1d4e3 !important;
}
#communityIndTblDiv #dataTable tr.even {
	background-color: #FFF !important;
}
#communityIndTblDiv #dataTable tr.even td.sorting_1 {
	background-color: #d4dce3 !important;
}
#communityIndTblDiv #dataTable tbody tr:hover td, 
#communityIndTblDiv #dataTable tbody tr:hover {
	background-color: #208bf0 !important;
}
#communityIndTblDiv #dataTable tbody tr.showing, 
#communityIndTblDiv #dataTable tbody tr.showing td {
	background-color: #67abf5 !important;
}
#entryBar #geographicArea,
#entryBar #indicatorGroups,
#entryBar #indicators,
#entryBar #viewAs {
	background-color: #7296ba;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#adcdee), to(#7397bb));
    background-image: -webkit-linear-gradient(top, #adcdee, #7397bb);
    background-image:    -moz-linear-gradient(top, #adcdee, #7397bb);
    background-image:     -ms-linear-gradient(top, #adcdee, #7397bb);
    background-image:      -o-linear-gradient(top, #adcdee, #7397bb);
    background-image:         linear-gradient(to bottom, #adcdee, #7397bb);
    border: 1px solid #45719c;
    color: #3b434a;
}
#selectionText{
	background:none transparent !important;
	border:0 !important;
}

.arrow {
	width: 0px;
	height: 0px;
	margin: -47px auto 16px;
	border: 12px solid transparent;
	border-bottom: 15px solid #adceee;
}

/*
 * Sorting		    background-image: url('../../../images/community/common/communityindicators/accept.png');
 */
#communityIndTblDiv .sorting { background: url('../../../images/community/common/communityindicators/sort_both.png') no-repeat center right; }
#communityIndTblDiv .sorting_asc { background: url('../../../images/community/common/communityindicators/sort_asc.png') no-repeat center right; }
#communityIndTblDiv .sorting_desc { background: url('../../../images/community/common/communityindicators/sort_desc.png') no-repeat center right; }

#communityIndTblDiv .sorting_asc_disabled { background: url('../../../images/community/common/communityindicators/sort_asc_disabled.png') no-repeat center right; }
#communityIndTblDiv .sorting_desc_disabled { background: url('../../../images/community/common/communityindicators/sort_desc_disabled.png') no-repeat center right; }
 
