﻿body,.body 
{
    margin: 0;
    background: #5C340C;
    text-align: center;
    font: 11px arial;
    color: #000000;
 }

.blankRow
{
    height:10px;
    background: #5C340C;
}

.banner
{
    background: #B08536;
}
.footerMenu
{
    background-color:#000000;
    color:#FFFFFF;    
}

.headerMenu
{
    background: #5C340C;
}

.contentPlaceBG
{
    /*background: #5C340C url( /WillowTreeLodge/images/forms/main_content_back.gif ) repeat-y top left;*/
    /*background: #ffffff url( /WillowTreeLodge/images/forms/two_col_right.gif ) repeat-y top left;*/
    background-color:#FFFFFF;
}

.contentPlaceFooterBG
{
    background: #5C340C url( /images/forms/bucket_background.gif ) repeat top left;
    background-position:bottom;
}

.twoColRight
{
    background: #ffffff url( /images/forms/two_col_right.gif ) repeat-y top left;
}

.twoColRigthBot .twoColRight{
    background: url( /images/forms/two_col_right_bot.gif ) no-repeat bottom left;
    padding-bottom: 15px;
}


.leftPanel 
{
    background-color: #000000;
}


.tabPanleft .twoColRight .twoColRigthBot 
{
    width: 665px;
    float: left;
}

.tabPanright .twoColRight .twoColRigthBot
{
    width: 275px;
    float: right;
}

.header
{
    font-family:Verdana;
    font-size:14px;
    font-weight:bold;
}

.tableWTBorder
{
    /*background: #5C340C url( /WillowTreeLodge/images/forms/site_background.gif ) repeat-x top left;*/
}

.pageHeader
{
    background: #5C340C;
    height:25px;
    color:#000000;
    vertical-align:middle;
}

.footerPanel
{
    background-color:#B08536;
    color:#000000;
    font: 15px arial;
}

.menuItem
{
    border-bottom: none;
    border-top: none;
    border-left:none;
    border-right:none;
    color:#000000;
    height:25px;
}

.menuHover
{
    border-bottom: none;
    border-top: none;
    border-left:none;
    border-right:none;
    background: #5C340C;
    height:25px;
}

.GridRow
{
    background: #B08536;
}

.AltGridRow
{
 background: #5C340C;   
}

.tblBorder
{
    border-style:solid;
    border-width:thin;
    border-color:#000000;
}