/***  Search Results Styles ***/
#FindACenter
{
    width: 100%;
    margin: 0px auto 0px auto;
}

#SearchContainer,#SearchWait{
  text-align: right
  clear:both;
}
#SearchContainer div
{
    
    margin: 10px 0px 10px 0px;
}
.CenterSearchBox
{
    width:40px;
    margin-right:5px;
}
#SearchContainer #ctl00_ctl04_searchSubmit{
  position:relative;
  top:5px; 
}
.Location
{
    border-top: dashed 1px #A9A9A9;
    clear:both;
    display:block;
    padding-top: 10px;
}

.Location .Left
{
    float:left;
    padding-bottom:10px;
}
.Location .Right
{
    float:right;
    text-align:right;
    padding-bottom:10px;
}

#map_canvas
{
    width: 100%; 
    height: 300px; 
    position: relative; 
    background-color: rgb(229, 227, 223);
}
#GoogleMapContainer
{
    display:none;
}

#ResultsContainer
{
    width: 100%;
}
#PaginationControls
{
    border-top: dashed 1px #A9A9A9;
    padding-top: 10px;
    clear: both;
}
#PaginationControls .Btn
{
    float:right;
    font-weight: bold;
}
#PaginationControls .Btn input
{
    border: solid 1px #A9A9A9;
    background-color: #fff;
    margin: 0px 5px 0px 5px;
    width:75px;
    
}
/*** End Search Results Styles ***/

/*** Location Details Styles ***/
#FindACenterDetails
{
    display:none;
    border-bottom: dashed 1px #A9A9A9;
    border-top: dashed 1px #A9A9A9;
    padding-bottom: 10px;
    margin-top: 15px;
}
#FindACenterDetails span{display:block; clear:both;}
#FindACenterDetails .Section{padding-top:10px;}
.BackToLink{margin-top: 20px;}
#FindACenterDetails LABEL{font-weight:bold;vertical-align:baseline}
/*** End Location Details Styles ***/