#wrapper{
    background-image: none;
    background-color: #FFFFFF;
}

/* Styles intended to override the wide.css styles */

#logo_1, #logo_2 {
	height: 85 !important;
}
#mainNav,
#logo_1, 
#logo_2,
#topNav {
	width:100% !important;
}

/**/

#topBar{
    width : 95%;
    margin : 20px auto 0 auto;
    cursor : pointer;
}

#topBar .actions{
    width : 20%;
    float : left;
}
#topBar .actions#title{
	width: 19%;
}
/*
#topBar .actions#step2{
	width: 20%;
}
#topBar .actions#step4{
	width: 17%;
}
*/

#topBar .actions h1{
    margin : 0;
    font-size : 22px;
}

#topBar .actions h2{
    margin : 0;
    font-size : 18px;
    text-align: center;
}

#entryBar{
    width : 100%;
    min-height : 220px;
    margin : 0 auto 0 auto;
    float: left; /*?*/
    /* This is a tricky hack but its important - otherwise the jquery sets the height and the dropdown overflows out of visibility. */
    padding-bottom: 500px;
	margin-bottom: -500px;
}

#entryBar .selectionBlock {
	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;
    width: 15%;
    box-shadow: 0px 0px 24px -6px #000;
    -webkit-box-shadow: 0px 0px 24px -6px #000;
    -moz-box-shadow: 0px 0px 24px -6px #000;
    min-height: 160px;
    float : left;
    padding: 20px 1%;
    margin: 14px 0 0 2%;
    position: relative;
}

/*
#entryBar .first{
    margin-left : 21%;
}
*/

.instructions {
	float: left;
	width: 16%;
	margin: 10px 1% 0 2.5%;
	font-size: 13px;
}

#entryBar .selectionBlock .arrow {
	width: 0px;
	height: 0px;
	margin: -47px auto 16px;
	border: 12px solid transparent;
	border-bottom: 15px solid #adceee;
}

#state, #county, #city, #zip, #ntee, #nteeSub, #indicatorCategory, #indicator, #organizationType,
#indicatorGroup{
    width: 100%;
}

#tabWrapper{
    width : 90%;
    padding : 10px 5%;
    min-height: 780px;
    float: left; /*?*/
}

#tabWrapper #tabs{
    width : 100%;
    min-height: 740px;
    filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
    background-image: none;
    background-color: #ACCEF8;
}


#mapView {
	border: 1px solid #8c9399;
    width : 100%;
    height : 650px;
}

#organizationListWrapper{
    width : 80%;
    padding : 10px 10% 30px 10%;
    /* border-bottom : 2px solid #CCCCCC; */
    margin : 10px auto;
}

#organizationListTable
{
    width : 100%;
}

#indicatorListWrapper{
    width : 80%;
    padding : 10px 10%;
}

#indicatorList{
    width : 100%;
}

.infoWindow{
    padding : 5px;
    font-size : 12px;
}

.infoWindow a{
    text-decoration: none;
}

.infoWindow a:hover{
    text-decoration: underline;
}

.infoBox{
    max-height : 300px;
    overflow-y: auto;
    background-color: #FFFFFF;
    opacity: 0.95;
    width: 300px;
    border : 1px solid #CCCCCC;
    padding : 5px;
}

#noOrganizations{
    float : left;
    margin : 0 10px 0 0;
}
#wrapperBottom{
    background-image: none;
}

#tabs ul li.ui-state-active a, #tabs .ui-state-active {
    background-color: #ACCEF8;
    color: #000000;
    border-bottom: 1px #ACCEF8 solid !important;
    background-image: none;
}
#tabs ul li a {
    background-color: #DCE8F8;
    color: #2E3033;
}

.label {
	font-size: 12px;
	margin-bottom: 2px;
}

.chzn-container {
	width: 100% !important;
	margin-bottom: 6px;
}
.chzn-container .chzn-drop {
	width: 99% !important;
}

#indicatorAdvise {
	text-align: center;
	font-size: 13px;
	margin-top: 40px;
}

.chzn-container-single .chzn-search input {
	width: 88% !important;
}

/********************/
/*  Default Blue Style  */
/********************/

#tabWrapper #mapWrapper,
#tabWrapper #dataTableWrapper {
	background:none transparent !important;
	border:0 !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;
}

#selectionText{
	background:none transparent !important;
	border:0 !important;
}

#mapWrapper {
	position: relative;
	padding: 0;
	margin: 20px;
}

.reqOrOpt {
	font-size: 10px;
	float: right;
	margin: -7px -2px 0 0;
}
.reqOrOpt.req {
	color:#cf0303;
}

#entryBar .selectionBlock #buttonWrapper{
    width : 100%;
    text-align : center;
    margin : 15px 0 0 0;
}
#updateSearch {
	float: right;
	font-size: 13px;	
	margin: -40px 182px 0 0;
    width: 123px;
    padding: 8px 10px 8px 34px;
}
#buttonReset,
#printMap {
	float: right;
	margin: -40px 9px 0 0;
	font-size: 13px;
}
#buttonReset {
	margin-right: 51px;
}

.legendLink{
    background-color: #FFFFFF;
    border-bottom: 1px solid #0464B1;
    border-left: 1px solid #0464B1;
    border-right: 1px solid #0464B1;
    color: #004D95;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    height: 20px;
    opacity: 0.8;
    padding: 5px 3px;
    position: absolute;
    text-align: center;
    width: 125px;
    z-index: 100;
    top: 0;
}

#mapLegendLink{
    left: 69%;
}

#indicatorLegendLink{
    left: 53%;
}

.legend .legendRow{
    width : 100%;
    height : 50px;
    clear : both;
}
.legend .legendRow img{
    float : left;
    margin : 0 10px 0 0;
}

.legend .legendRow .groupName{
    float : left;
    margin : 5px 0 0 0;
}

#indicatorLegend .legendRow .colorBlock,
#legendAccordion .colorBlock {
    float: left;
    clear: both;
    width: 24px;
    height: 28px;
    margin: 5px 10px;
    border: 1px solid #000000;
}

#indicatorLegend .legendRow .color10,
#legendAccordion .color10 {
    background-color: #f4e6ff;
}

#indicatorLegend .legendRow .color7,
#legendAccordion .color7 {
    background-color: #e0cce6;
}

#indicatorLegend .legendRow .color4,
#legendAccordion .color4 {
    background-color: #c7a4c7;
}

#indicatorLegend .legendRow .color1,
#legendAccordion .color1 {
    background-color: #70475d;
}
.ui-tabs #listView.ui-tabs-panel {
	min-height: 381px;
	height:auto;
}
#organizationListTable_wrapper,
#indicatorList_wrapper {
	display: none;
}
#indicatorListWrapper h3, 
#organizationListWrapper h3 {
	cursor: pointer;
	font-size: 17px;
}
#indicatorListWrapper h3:hover, 
#organizationListWrapper h3:hover {
	text-decoration: underline;
}
.zipOption, .cityOption {
	display: block !important;
}
#entryBar .selectionBlock.instructions {
	border:0 !important;
	background: none transparent !important;
	box-shadow: none !important;
	padding-top: 1px;
}
.chzn-container-multi .chzn-choices .search-field input {
	width:100% !important;
}
.indicatorName {
	font-weight: bold;
	font-size: 18px;
	margin-left: 15px;
	line-height: 40px;
}

#organizationListWrapper input.downloadtable,
#indicatorListWrapper input.downloadtable {
	float:right;
}
#organizationListWrapper input.downloadtable {
	margin-top: -35px;
}
#organizationListWrapper {
	border-bottom: 1px dotted #999;
}


#legendAccordion {
	display: none;
	display: block;
	position: absolute;
	border-radius: 0;
	border: none;
	background-color: rgba(255, 255, 255, 0.8);
	background-image: none;
	padding: 0;
	height: 650px;
	width: 200px;
	top: 1px;
	right: -2px;
}
#legendAccordion .legendRow {
	font-size: 14px;	
	line-height: 30px;
}
#legendAccordion #indicatorLegend p {
	font-size: 11px;
	font-style: italic;
}
#legendAccordion h3 {
	font-size: 18px;
	border-radius: 0;	
	border: 0;
	padding: 15px 13px;
	background-image: none;
	background-color: rgba(110, 144, 194, 0.6);
	text-shadow: -1px 1px 2px #000;
	font-weight: normal;
	color: #FFF;
	margin: 0;
}
#legendAccordion>div {
	padding: 10px;
}
#legendAccordion>div img, 
#legendAccordion .colorBlock {
	max-width: 22px;
	float: left;
	margin-right: 3px;
	max-height: 22px;
	margin: 0 7px 0 0;
}
#legendAccordion>div .legendRow {
	clear: both;
	height: 22px;
	border-bottom: 1px dotted #C4C2C2;
}
#legendAccordion>div .groupName {
	font-size: 12px;
	line-height: 21px;
	margin: 0px 0 4px;
}
#legendAccordion .colorBlock {
	max-width: 17px;
	max-height: 17px;
}
#legendAccordion .legend>p {
	font-size: 11px;
	font-style: italic;
}
.indicatorDisplay .indicatorName {
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
	margin: 0 0 7px;
}
#legendControls {
	float: right;
	font-weight: bold;
	font-size: 22px;
	border: 2px solid #FFF;
	height: 27px;
	vertical-align: middle;
	width: 25px;
	padding: 0 !important;
	margin: 10px 7px 0 0;
	text-align: center;
	color: #FFF;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0px;
	z-index: 100;
}
#legendButton {
	font-size: 18px;
	position: absolute;
	top: 0;
	right: -2px;
	width: 170px;
	background-color: rgba(110, 144, 194, 0.6);
	padding: 16px 15px 15px;
	color: #FFF;
	text-shadow: -1px 1px 2px #000;
	vertical-align: top;
}
#legendControls span {
	padding: 0;
	text-align: center;
	vertical-align: middle;
	display: block;
}
#legendControls span#plus {
	display: none;
}
#legendAccordion #printMap {
	position: absolute;
	bottom:10px;
	right:0px;
}
#printOnlyHeader {
	display: none;
}
#step3Tooltip {
	position: absolute;
	right:10px;
	bottom:8px;
}
#step3Tooltip a {
	color: #FFF;
	text-decoration: underline;
	font-size: 12px;
}
