﻿
#searchcontainer {
	width: 100%;
	margin: 20px 0 0 0; /* top right bottom left */
	padding: 0;
}

#searchcontainer h1 {
	margin: 0;
	padding: 0;
	width: 100%;
	/*height: 150px;*/
	float: left;
	/*border-bottom: #c00 solid 3px;*/
}

#searchcontainer #col1 {
	width: 25%;
	float: left;
    margin: 0;
}

#searchcontainer #gutter {
    width:0.5%;
    height:475px;
    float:left;
}

#searchcontainer #col2outer {
	width: 100%;
	float: left;
	margin: 0 0 0 0;
	padding: 0;
	height: 400px;
}

#col2outer #col2mid {
	width: 100%;
	float: left;
}

#col2outer #col2side {
	width: 400px;
	float: right;

}

/*
#searchcontainer #footer {
    clear:both;
	float: left;
	width: 100%;
	
}
*/

#searchcontainer .tab {
	overflow: auto;
	height: 370px;
    padding-top:0;
    margin-top:1em;
}




#dialogProgress .ui-progressbar .ui-progressbar-overlay {
    filter: alpha(opacity=75);
    opacity: 0.75;
}

.esriPopup {
    font-size: 11px;
    z-index: 99999;
}

    .esriPopup .sizer {
        width: 575px;
    }


.esriPopup .infoTemplate td {
    height:10px;
    padding:0 8px 2px 0;
}

.esriPopup .contentPane{
    min-height: 260px;
}

.select2-results {
    font-size:13px;
}

.speciesTable, .speciesTable th, .speciesTable td {
    border: 1px solid black;
    border-collapse: collapse;
    padding: 5px;
}

.speciesTable th, .speciesCell {
    text-align: left;
}

.countCell, .percentCell {
    text-align: right;
}

.attrTable tr {
    vertical-align: top;
}