#wrapper{
    background-image: none;
    background-color: #FFFFFF;
}

#topBar{
    height : 60px;
    margin : 20px auto 0 auto;
    cursor : pointer;
    width : 100%;
    padding : 0 1%;
    max-width: 1300px;
}

#topBar .actions{
   width: 17%;
   float : left;
   padding: 20px 1%;
   margin: 3px 0 0 0;
}

#topBar .actions h1{
    margin : 0;
    font-size : 18px;
}

#topBar .actions h2{
    margin : 0;
    font-size: 17px;
	color: #000;
	text-align: center;
}

#entryBar{
    width : 100%;
    height : 260px;
    margin : 0 auto;
    padding : 0 1%;
    max-width: 1300px;
}

#entryBar #toggleGeographic{
    float : right;
    width : 80px;
    font-size : 11px;
    margin : -9px -12px 0 0;
    background: none rgba(0, 0, 0, 0);
	border: 0;
	color: #000;
	text-decoration: underline;
}

#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: 16%;
    box-shadow: 0px 0px 24px -6px #000;
    -webkit-box-shadow: 0px 0px 24px -6px #000;
    -moz-box-shadow: 0px 0px 24px -6px #000;
    height: 200px;
    float : left;
    padding: 20px 1%;
    margin: 3px 0 0 1%;
    font-size : 12px;
}

#entryBar .selectionBlock .arrow {
	width: 0px;
	height: 0px;
	margin: -47px auto 16px;
	border: 12px solid transparent;
	border-bottom: 15px solid #adceee;
}

#veteranTypes, #veteranServices, #primaryVeteranCategory,
#seniorTypes, #seniorServices, #primarySeniorCategory,
#county, #city, #zip,
#searchType, #selectDistrict{
    width : 200px;
}

#distanceWrapper input{
    width : 200px;
}

#tabWrapper{
    width : 90%;
    padding : 10px 5%;
    min-height : 780px;
}

#tabWrapper #tabs{
    width : 100%;
    min-height : 800px;
    filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
    background-image: none;
    background-color: #ACCEF8;
}


#mapView {
	border: 1px solid #8c9399;
    width : 100%;
    height : 650px;
}

#listView{
    width : 94%;
    padding : 10px 3% 30px;
    border-bottom : 2px solid #CCCCCC;
    margin : 10px auto;
}

#organizationListTable{
    width : 100%;
}

#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;
}

#wrapperBottom{
    background-image: none;
}

#tabs ul li.ui-state-active a, #tabs .ui-state-active {
    background-color: #ACCEF8;
    color: #000000;
}
#tabs ul li a {
    background-color: #DCE8F8;
    color: #2E3033;
}


/********************/
/*  Default Blue Style  */
/********************/

#tabWrapper #mapWrapper,
#tabWrapper #dataTableWrapper {
	position: relative;
	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;
}

.ui-tabs #listView.ui-tabs-panel {
	min-height: 381px;
}

.label {
	font-size: 12px;
	margin-bottom: 2px;
}

.chzn-container {
	width: 100% !important;
	margin-bottom: 6px;
}

tbody tr td {
	padding: 4px 8px;
}

.ui-dialog .ui-dialog-buttonpane {
	border-top: 0;
	margin-top: -90px !important;
}

table#organizationListTable tbody tr td.orgName {
	text-decoration: underline;
	cursor: pointer;
}

#moreLinks{
    width : 90%;
    padding : 10px 5%;
}

.infoWindow{
    font-size: 10pt;
    width: 330px;
    min-height: 50px;
    padding: 10px;
    line-height: 1.4em;
    float: left;
}

.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: 19px;
}

#legendLink{
    left : 69%;
}

#indicatorLegendLink{
    left: 53%;
}
#indicatorLegend .legendRow{
    width : 100%;
    height : 50px;
    clear : both;
}
#indicatorLegend .legendRow img{
    float : left;
    margin : 0 10px 0 0;
}
#indicatorLegend .legendRow .colorBlock {
    float: left;
    clear: both;
    width: 24px;
    height: 28px;
    margin: 5px 10px;
    border: 1px solid #000000;
}

#indicatorLegend .legendRow .color10 {
    background-color: #f4e6ff;
}

#indicatorLegend .legendRow .color7 {
    background-color: #e0cce6;
}

#indicatorLegend .legendRow .color4 {
    background-color: #c7a4c7;
}

#indicatorLegend .legendRow .color1 {
    background-color: #70475d;
}

.ui-tabs .ui-tabs-nav li.mapButtons {
    float: right;
    background: none rgba(0, 0, 0, 0);
    border: none;
    font-size: 13px;
}
