/*****************************************************
******** locator Features - Style Sheet
*****************************************************/

/* POSITION */

.locatorContent
{
    position: relative;
    float: left;
    margin-top: 10px;
    width: 640px;
}

.locatorColumnContent
{
    position: relative;
    float: right;
    margin-top: 10px;
    width: 205px;
}

.shim1
{
    margin-top: 10px;
}

/* CONTENT DISPLAY */

.locatorToggleBar
{
    background-color: #A99A6F;
    cursor: pointer; 
    padding: 5px; 
    color: #FFFFFF; 
    margin-bottom: 10px;
    font-weight: bold;
}

.locatorToggleBar:hover
{
    background-color: #DBD0B1;
    color: #4A3C14;
}

.locatorMenuPanel
{
   background-color: #ECECEC; 
   padding: 10px; 
}

.locatorMenuPanel h1
{
    font: 14px Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-align: left;
    border-bottom: 1px solid #999999;
}

.locatorMenuPanel a:link, .locatorMenuPanel a:visited, .locatorMenuPanel a:active
{
    font-weight: bold;
}

.locatorMenuPanel a:hover
{
    font-weight: bold;
    color: #847A57;
}

.locatorPageBanner
{
    background-image: url(/images/blog_header.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    margin: 0px 0px 10px 0px;
    height: 50px;
    padding: 10px;
    border: 1px solid #A99A6F;
}

.locatorPageTitle, a.locatorPageTitle:link, a.locatorPageTitle:visited, a.locatorPageTitle:active
{
    font: 20px  Arial, sans-serif;
    color: #4D2615;
    font-weight: bold;
    text-align: left; 
}

a.locatorPageTitle a:hover
{
    color: #847A57;
}

.locatorPostDate
{
    float: right;
    font: 15px/22px Arial, sans-serif;
    color: #8C5BAB;
    font-weight: bold;  
}

.locatorPostTitle
{
    color: #8C5BAB;
    font: 24px/30px Arial, sans-serif;
    float: left;
    position: relative;
    margin: 53px 0px 8px 0px;
}

.locatorPostBody
{
    margin: 0 auto;
    color: #666666;
    font: 12px/18px Arial, Sans-Serif;
    width: 640px;
    float: left;
    position: relative;
    padding-bottom: 40px;
    text-align: justify;
}

.locatorPostSelect
{
    margin: 0 auto;
    color: #666666;
    font: 12px/18px Arial, Sans-Serif;
    width: 200px;
    float: left;
    position: relative;
    padding-bottom: 40px;
    text-align: justify;
}

.locatorPostResults
{
    margin: 0 auto;
    color: #666666;
    font: 12px/18px Arial, Sans-Serif;
    width: 400px;
    float: right;
    position: relative;
    padding-bottom: 40px;
    text-align: justify;
}

.locatorPostData
{
    margin-top: 10px;
    font: 12px/18px Arial, Sans-Serif;
    color: #666666;
}

.locatorComments
{
    background-color: Transparent;
    float: left;
}

.locatorCommentHeader
{
    font: 11px/14px Arial, Sans-Serif;
    font-weight: bold;
    color: #8C5BAB;
}

.locatorCommentItem
{
    font: 11px/14px Arial, Sans-Serif;
    color: #666666;
    font-weight: bold;
    padding-bottom: 10px;
}

/* GRID STYLES */

.locatorPostGrid
{
    width: 460px;
    border: none;
}

.locatorPostGrid td
{
    padding-top: 5px;
    padding-bottom: 5px;
}

.locatorPostRow
{
    background-color: Transparent;
    float: left;
    position: relative;
}

.locatorPostRowAlt
{
    background-color: #EFE8F2;
    float: left;
    position: relative;
}

.locatorEditGrid
{
    width: 640px;
    border: 1px solid #8C5BAB;
    margin-top: 15px;
}

.locatorEditGrid a:link, .locatorEditGrid a:visited, .locatorEditGrid a:active
{
    color: #C10534;
}

.locatorEditGridHeader
{
    background-color: #A99A6F;
    border-bottom: 1px solid #A99A6F;
}

.locatorEditGridRow
{
    background-color: #E7EFD1;
}

.locatorEditGridRowAlt
{
    background-color: #F4F8E9;
}

/* EDITING */

.locatorEditorTable
{
    width: 575px;
    border: 1px solid #A99A6F;
    background-color: #FFFFFF;
}

.locatorEditorCell
{
    padding: 5px 10px 5px 10px;
    font-weight: bold;
}

