/*
Organizations Index
*/
/*
#mainContent {
    overflow: hidden;
}
*/

.ui-autocomplete .ui-menu-item {
    font-size: 12px;
}

#columnLeft {
    width: 655px;
    min-height: 705px;
    float: left;
    margin: 0 0 0 25px;
}

#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;
}

#mapWrapper {
    width: 620px;
    min-height: 575px;
    padding: 10px;
    margin: 10px 0 30px 0;
    clear: both;
    float: left;
    background-color: #CCCCCC;
    border: 1px solid #0464B1;
    position : relative;
}

#legendLink,
#legendLink2{
    width: 125px;
    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;
}

#legendLink2 {
    left : 100px;
}

#mapView {
    width: 620px;
    min-height: 575px;
    margin: auto;
    border: 1px solid #0464B1;
}

#listView {
    width: 620px;
    min-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: 820px;
    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: 100%; /* width: 280px; */
    min-height: 675px;
    float: left;
}

#columnRight ul#filterGroups {
	padding-left: 0;
	margin-top: 2px;
	margin-left: 3px;
}
#columnRight ul#filterGroups li.groupTitle,
#columnRight ul#filterGroups li.group {
	list-style: none;
	display: block;
	float: left;
}
#columnRight ul#filterGroups li.groupTitle {
	padding: 8px 0 6px 0px;
	width: 100%;
	background-color: #00345F;
	color:#FFF;
	text-indent: 11px;
}

#columnRight ul#filterGroups li.group {
	padding: 10px 0;
	border: 1px solid #00345F;
	width: 99.5%;
}

#columnRight .lower .sectionHeader {
    width: 260px;
    height: 15px;
    float: left;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    cursor: pointer;
    color: #00345F;
    margin: -1px 0 0 9px;
    padding: 3px 0 2px;
    border: 1px solid #00345F;
    background-color: #fffae7;
    text-indent: 7px;
}

#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 0 9px;
    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;
    width: 250px;
    margin: 0 0 5px 0;
}

#section_areas{
    height: 245px;
    width: 250px;
    float: left;
    margin: 5px 0 0 0;
    overflow-y: auto;
}

#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: 245px;
    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,
#columnRight .lower .section #indicators_advanced .indicatorsOptions{
    width: 100%;
    min-height: 120px;
    margin-bottom: 5px;
}

#columnRight .lower .section #locations_advanced .locationList,
#columnRight .lower .section #activity_advanced .activityList,
#columnRight .lower .section #indicators_advanced .indicatorsList{
    width: 100%;
    min-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;
	line-height: 1.4em;
}
#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.controlsRow,
#activeFilters {
	width: 100%;
	float: left;
	border: 1px solid #a3b5c3;
	border-radius: 5px;
	background-color: #c8d4dd;
	margin-right: 15px;
	font-size: 11px;
	margin-bottom: 10px;
	color:#00345F;
}
#activeFilters {
	width: 98%;
	margin-top: 10px;
	margin-bottom: 2px;
	overflow: hidden;
	position: relative;
}
#mapControls div.controlsRow span.header,
#activeFilters #descriptionHeader {
	width: 20%;
	border-radius: 5px 0 0 5px;
	background-color: #00345F;
	color: white;
	padding: 2px 4px;
	float: left;
	text-align: center;
}
#activeFilters #descriptionHeader {
	margin:0;
	padding: 0px 0;
	height: 100%;
	position: absolute;
	left: 0;
}
#activeFilters #descriptionHeader span {
	display: block;
	margin-top: 12%;
}
#activeFilters #descriptionText {
	padding: 3px 11px;
	margin:0 0 0 20%;
	color: #00345F;
	width: auto;
	min-height: auto;
}
#mapControls div.controlsRow div {
	float: left;
	padding: 2px 8px 2px;
	cursor: pointer;
}
#mapControls div.controlsRow.viewOptions div, 
#mapControls div.controlsRow.miscOptions div {
	padding: 2px 22px 2px;
}
#mapControls div.controlsRow div:hover,
#mapControls div.controlsRow div.selected {
	background-color:#a3b5c3;
}
#mapControls div.controlsRow .view a {
	color:#00345F;
}
#mapButtons {
	margin:0px auto;
	padding:10px 0 0;
	float: left;
	width:100%;
}

/****/


.infoWindow {
    font-size: 10pt;
    width: 330px;
    min-height: 50px;
    padding: 10px 10px 15px 15px;
    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: 40px 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;
}


#advancedActivityCodes_chzn .chzn-results li {
	padding: 3px 6px;
	font-size: 11px;
}
