
#map
{
    position: relative;
    top:0px;
    left:5px;
    width: 748px;
    height: 440px;
    border: 2px solid #C0C0C0;
    margin-bottom: 10px;
}

#search
{
    position: relative;
    top:4px;
    left:3px;
}

#searchTop
{
    position: relative;
    top: 0px;
    left: 0px;
    padding-bottom: 0px;
    width: 700px;
    height: 64px;
}

.SearchLabel
{
    font-weight:bold;
    color: #004885;
}

#SearchLabel
{
    position: relative;
    left: 2px;
    font-family: Frutiger 55 Roman;
}

#SearchFieldLabel
{
    position: relative;
    left: 10px;
    font-family: Frutiger 55 Roman;
}

#searchMiddle
{
    position: relative;
    top: 6px;
    left: 0px;
}

#SearchBox
{
    width: 350px;
    color: #5A5A5A;
    font-family: Frutiger 55 Roman;
    font-weight:bold;
    padding-left: 4px;
}

#SearchFields
{
    position: relative;
    left: 8px;
    width: 150px;
    color: #5A5A5A;
    font-family: Frutiger 55 Roman;
    font-weight:bold;
    padding-left: 2px;
}

#SearchButton
{
    position: relative;
    top: -2px;
    left: 15px;
    font-family: Frutiger 55 Roman;
    font-weight:bold;
}

#KMLDown
{
    position: relative;
    top: 2px;
    left: 88px;
}

#ExcelDown
{
    position: relative;
    top: 2px;
    left: 144px;
}

#Legend
{
    position: relative;
    top: 2px;
    left: 132px;
}

#Help
{
    position: relative;
    top: 2px;
    left: 138px;
}


#NoResultsFound
{
    position: relative;
    top: 10px;
    left: 20px;
    font-weight:bold;
    color: #CC0033;
    padding-bottom: 15px;
}

.Progress
{
    z-index: 30;
    position: absolute;
    top: 696px;
    left: 590px;
    color: #CC0033;
}

.Progress img
{
    vertical-align: middle;
    margin: 2px;
}

#results
{
    position: relative;
    top:20px;
    left:2px;
    padding-right: 2px;
    padding-left: 4px;
    padding-bottom: 2px;
    padding-top: 0px;
    width: 770px;
    height: 100%;
}

#DetailPanel
{
    z-index: 20;
}

#DetailPanel table 
{
	border: #686868 1px solid;
	color: #686868;
	background: #F0F0F0;
	margin-left: 20px;
	width:450px;
}

#DetailPanel table td
{
    padding: 2px;
	padding-left: 8px;
}

/* Previous/Next Buttons */
#MapToolbar
{
    border: solid 1px #696969;
    background-color: #E3E8E2;
    position: relative;
    top: 0px;
    left: 2px;
    height: 160px;
    width: 30px;
}

#MapToolbar div
{
    display:block;
    width:  24px;
    height: 24px;
    margin: 5px 2px 5px 2px;
    cursor: pointer;
}


/* --------------------------- */
/*GridViewCSS*/
.GridViewStyle
{
    table-layout: fixed;
    width: 770px;
    border-collapse: collapse;
    border: #ffffff 5px solid;
}
/*Header and Pager styles*/.HeaderStyle, .PagerStyle /*Common Styles*/
{
    background-color: #FFFFFF;
}
.HeaderStyle th
{
    text-overflow: ellipsis; /* for internet explorer */
    -o-text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 5px;
    color: #ffffff;
    background-color: #acc4e3;
}
.HeaderStyle a
{
    text-decoration: none;
    color: #ffffff;
    display: block;
    text-align: left;
    font-weight: normal;
}
.PagerStyle table
{
    text-align: right;
    margin: auto;
}
.PagerStyle table td
{
    border: 0px;
    padding: 5px;
}
.PagerStyle td
{
    border-top: #ffffff 3px solid;
}
.PagerStyle a
{
    color: #1d1d1d;
    text-decoration: none;
    padding: 2px 10px 2px 10px;
    border-top: solid 1px #CCCCCC;
    border-right: solid 1px #AAAAAA;
    border-bottom: solid 1px #AAAAAA;
    border-left: solid 1px #CCCCCC;
}
.PagerStyle span
{
    font-weight: bold;
    text-decoration: none;
    padding: 2px 10px 2px 10px;
}
/*RowStyles*/.RowStyle td, .AltRowStyle td, .SelectedRowStyle td, .EditRowStyle td /*Common Styles*/
{
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 5px;
    border-right: solid 1px #ACC4E3;
}
.RowStyle td
{
    background-color: #FFFFFF;
    text-align: left;
}
.AltRowStyle td
{
    background-color: #E3E8F2;
    text-align: left;
}
.SelectedRowStyle td
{
    background-color: #CC0033;
    text-align: left;
}


/* ------------------- */
/* HelpPanelControl */

.HelpPanel
{
    font: Verdana;
    font-size:  8pt;
    color: Black;
    visibility: hidden;
    z-index: 100;
    position: absolute;
    top: 250px;
    left: 250px;
    width: 400px;
    height: auto;
    overflow:hidden; 
}

.WindowTitleBarStyle
{
    height: 24px;
    background-color: #acc4e3;
    border-color: #999999;
    border-left: 1px outset;
    border-top: 1px outset;
    border-right: 1px outset;
    border-bottom: 1px ridge;
    cursor: pointer; 
}

.HelpPanelTitle
{
    padding-top: 0px;
    padding-left: 3px;
    font-weight: bold;
    font-size: 9pt;
    color: white;
    font-family: Verdana, Sans-Serif, Arial;
}

.CloseButton
{
    position: relative;
    top: 0px;
}

.CollapseButton
{
    position: relative;
    top: 0px;
}


.HelpPanelContent
{
    clear: right;
    background-color: white;
    border-color: #999999;
    border-left: 1px outset;
    border-top: 1px;
    border-right: 1px outset;
    border-bottom: 1px outset;
    font-size: 9pt;
    font-family: Verdana, Sans-Serif, Arial;
}

.HelpPanel_HTML 
{
    clear: right;
    padding: 0px 5px 5px 5px; 
}


