


    body
    {
        background-color:#9FCFFF;
        text-align: center;
        padding: 0;
        margin: 0;
        margin-top: 0px; /* background-image:url('../imgs/stripe_back.jpg'); background-repeat:repeat-x; background-attachment: fixed; */
        font-family: verdana;
        font-size: 13px;
        height: 100%;
    }
    
    #header
    {
        width: 950px;
        height: 135px;
        background-color: #5F2F2D;
        color: #fff;
        background-image: url('../imgs/bck_grad.png');
    }
    
    #countyLink
    {
        /*the img is located in the header*/
        width: 100px;
        height: 100px;
        margin-top: -10px;
        margin-left: 80px;
        cursor: pointer;
    }
    
    #tsLink
    {
        /*the img is located in the header*/
        width: 150px;
        height: 25px;
        margin-left: 770px;
        margin-top: -80px;
        cursor: pointer;
    }
    
    #logo
    {
        width: 80px;
        height: 80px;
        padding: 10px;
        float: left;
        margin-right: 10px;
        margin-left: 30px;
        
    }
    
    #countyName
    {
        padding-top: 13px;
        text-transform: uppercase;
        font-family: Century Gothic;
        font-size: 35px;        
        width:600px;
    }
    
    #location
    {
        width:300px;
        font-family: Century Gothic;
        text-transform: uppercase;
        float:left;
        font-size: 25px;  
    }
    
    #productName
    {
        float:right;
        font-size:25px;
        font-weight:bold;
        font-family: Century Gothic;
        text-transform:uppercase;
        margin-right:50px;
    }
    
    
    
    #nav
    {
        clear: left;
        height: 35px;
    }
    
    .navLink
    {
        float: left;
        height: 25px;
        line-height: 30px;
        padding-left: 3px;
        padding-right: 3px;
        margin-left: 10px;
    }
    
    .navLink:hover
    {
        border-bottom: solid 2px #CC6633;
    }
    
    #nav a
    {
        color: #fff;
        text-decoration: none;
        font-family: Arial;
        font-size: 12px;
        font-weight: bold;
        text-transform: uppercase;
    }
    
   
    #main
    {
        width: 950px;
        margin: 0 auto;
        text-align: left;
    }
    
    #content
    {
        width: 950px;
        height: 100%;
    }
    
    #container
    {
        width: 950px;
        background-color: #fff;
        height: auto !important;
        height: 800px;
        min-height: 800px;
    }
    
    a
    {
        color: #5F2F2D;
        font-weight: bold;
    }



h1
{
    font-family: Century Gothic;
    font-size: 25px;
    text-align: center;
    color: #CC6633;
}

h2
{
    font-family: Century Gothic;
    font-size: 25px;
    color: #CC6633;
}

.dataGrid
{
    border-collapse: collapse;
    border-spacing: 0px;
}

.dataGrid td
{
    border: 1px solid #cbc8c8;
    padding: 3px;
}

.dataGrid th
{
    border: 1px solid #cbc8c8;
    background-color: #5F2F2D;
    padding: 3px;
    color: #fff;
    font-weight: bold;
}

.dataGridHeaders
{
    border: 1px solid #cbc8c8;
}

.alternatingRows
{
    background-color: #E5E5E5;
}

.attributeLabel
{
    background-color: #5F2F2D;
    width: 200px;
}

caption
{
    /* caption on details view controls */
    font-size: 13px;
    padding: 5px;
    background-color: #5F2F2D;
    font-weight: bold;
    color: #fff;
}

.txtNoInfo
{
    text-align: center;
}

.galleryImage
{
    cursor: pointer;
}

.propertyGalleryImage
{
    border: 1px solid #999999;
    cursor: pointer;
    padding: 2px;
}

.propertyGalleryImage:hover
{
    border: 1px solid #333333;
}

.sliceContainer
{
    background-image: url('../../imgs/container_top.jpg');
    background-repeat: no-repeat;
    padding: 5px;
}

.btnGeneric
{
    /*background-image:url('../imgs/top_btn.jpg'); background-repeat:repeat-x; height:25px; background-color:#60849e; border:1px solid #c8c8c8; */
    padding-left: 5px;
    padding-right: 5px;
    background-color: #5F2F2D;
    border: 1px solid #fff;
    color: #fff;
    font-weight: bold;
}

.txtFlat
{
    height: 20px;
    border: 0px;
    padding-left: 2px;
    padding-top: 2px;
}

.pnlPadded
{
    padding: 20px;
}

.txtSmallDark
{
    font-family: verdana;
    font-size: 10px;
    color: #000;
}

.txtSmallLight
{
    font-family: verdana;
    font-size: 10px;
    color: #fff;
}


/* 
btnBox : used to create a link that looks like a button

<div class="btnBox" style="margin-top:5px; margin-bottom:5px;">    
    <a id="lnkViewTaxes">View Taxes</a>
</div>
<br clear="all"/>
*/

.btnBox
{
    height: 40px;
    line-height: 40px;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #5F2F2D;
    float: left;
    display: block;
}

.btnBox a
{
    color: #fff;
    font-weight: bold;
}


.coloredField
{
color:#ffffff;
background-color:#5F2F2D;
font-size:12px;
padding:2px;
font-weight:bold;
}
