﻿/*  ================================================================================================
            DEAFULTS HERE
================================================================================================  */

body
{
    font-size: small;
    font-family: Tahoma;
    background-color:#ECECEC;
    width:800px;
    margin:10px auto 0px auto;
}

h1
{
    font-size: large;
    font-weight: bold;
    margin: 0px;
    margin-bottom: 5px;
    padding: 0px;
    color: #A61C1C;
}

h2
{
    color:#A61C1C;
}

/*  ================================================================================================
            CLASSES HERE
================================================================================================  */

.link_list
{
    font-size:xx-small;
    text-align:center;
}

.panel_container
{
    border: solid 1px black;
    margin-top: 2px;
    margin-bottom: 5px;
}

.panel_header
{
    background-color: #A61C1C;
    border-bottom: solid 1px #A61C1C;
    padding: 5px;
    color: White;
    font-weight: bold;
}

.panel_content
{
    background-color: white;
    padding: 5px;
}


.page_div
{
    margin-top: 10px;
    width: 800px;
    text-align: center;
    background-color:white;
}

.site_div
{
    width: 800px;
    text-align: left;
    border: solid 1px;
}

.logo_div
{
    padding: 0px;
    margin: 0px;
}

.content_div
{
    padding: 5px;
}

.county_div
{
    background-color: #B9BB94;
    font-weight: bold;
    color: White;
    border-bottom: solid 1px black;
    margin-bottom: 5px;
    padding: 5px;
    padding-left: 2px;
}

.town_div
{
    background-color: #B9BB94;
    font-weight: normal;
    color: Black;
    border-bottom: solid 1px black;
    margin-bottom: 5px;
    margin-left: 5px;
    padding: 2px;
    padding-left: 10px;
    cursor: pointer;
}

.property_div
{
    border: solid 1px #B9BB94;
    margin-bottom: 5px;
    margin-left: 5px;
    padding: 2px;
    padding-left: 10px;
}



.band_div
{
    border-top: solid 1px black;
    border-bottom: solid 1px black;
    background-color: #B9BB94;
    color: white;
    padding: 2px;
    padding-left: 5px;
}

.band_div a
{
    color: Black;
    text-decoration: none;
    cursor: pointer;
}

.band_div a:hover
{
    color: #A61C1C;
    cursor: pointer;
    text-decoration: none;
}

.details_image
{
   margin-right:10px;
}

.conv_type_div a
{
    text-decoration:none;
    color:Black;
    font-weight:bold;
    cursor:pointer;
}

.conv_type_div a:hover
{
    text-decoration:underline;
    color:Black;
    font-weight:bold;
    cursor:pointer;
}
