﻿#MapImage
{
    height:425px;
    width:542px;
}
.PointerCursor
{
    cursor:pointer;
}
#CountyInfoPopup
{
    position:absolute;
    width:620px;
    left:50%;
    top:25%;
    margin-left:-300px;
    z-index:100;
    display:none;
    background-color:White;
    padding:20px;
    color:Black;
    border:3px solid black;
    border-top:1px solid black;
    border-left:1px solid black; 
    text-align:center;
}
#CountyInfoTitle 
{
    font-size:2em;
    font-family:Georgia;    
    padding-bottom:10px;
}

#CountyInfoFooter div
{
    width:80px;
    height:16px;
    background-image:url(../images/btnBackground.png);
    background-repeat:repeat-x;
    color:White;
    border:1px solid black;
    margin-top:10px;
    margin:auto;
}

.SuitabilitySubTitle
{
    font-size:12pt;
    color:gray;
    font-family:calibri;
    margin-bottom:-5px;
    margin-top:10px;
}
#ParishName
{
    font-size:24pt;
}
.LargeTitle
{
    font-size:1.5em;
    font-weight:bold;
}
.ContentSubTitle
{
    font-size:1.3em;
    font-weight:bold;
    color:white;
    background-color:#9C1313;
    border:1px solid black;
    margin:2px;    
    padding:1px;
    height:20px;
}
.ContentChildren input[type="text"]
{
    border:1px solid black;
    margin-bottom:1px;
    width:212px;
}
.ContactTb
{
    width:125px;
}
/**************** HOVERS ******************** FOR compatibility with IE6 - curse IE6 AAAAHHHH!!!! *****/
.ContentChildrenHover
{
   background-color:gainsboro;
   color:Black;
}
.AddButtonHover
{
    float:left;
    font-size:9px;
    height:16px;
    padding-left:2px;
    padding-right:2px;
    margin-right:-70px;
    
    cursor:pointer;
    background-color:white;
    border:1px solid maroon;
    color:Black;        
}
.SaveButtonHover
{
    cursor:pointer;
    background-image:none;
    background-color:gainsboro;
    border:1px solid maroon;
    color:Black;    
    font-size:9px;    
    height:12px;
    padding:2px;    
}
/**********************************************/
.AddButton
{
    float:left;
    font-size:9px;
    height:16px;
    padding-left:2px;
    padding-right:2px;
    border:2px outset #22A849;
    background-color:#22A849;
    margin-right:-70px;
}

.SaveButton
{
    font-size:9px;
    height:12px;
    padding:2px;    
    background-image:url(../images/btnBackground.png);
    background-repeat:repeat-x;
    color:White;
    border:1px solid black;    
}
#Legend
{
    border:1px solid dimgray;
    margin:15px;
    float:right;
    width:160px;
    margin-top: 0px;
    margin-left:0px !important;
    margin-left:-10px;
    text-align:center;    
}
#Legend div
{
    margin:10px;
    font-size:11pt;
    font-weight:bold;
    font-family:Calibri;
    padding:2px;
    text-align:center;
    border:1px solid black;
}

