
.ZoneHeader, .ZoneHeader table
{
    color: black;
    background-color: #C0C0C0;
    text-align: center;
}

.EditorZone, .CatalogZone
{
    margin: 10px;
}
.WebPartZone
{
}

.ZoneInstruction, .EmptyZone
{
    margin-left: 10px;
    margin-top: 15px;
    margin-right: 10px;
    margin-bottom: 15px;
    text-align: center;    
    font-family: Tahoma;
    font-size: 8pt;
    color: Gray;
}

/* catalog link */
.CatalogPartLink
{
}

/* web part */
.WebPart
{
    background: #F5F5F5; /* very light grey */
    text-align: left;
    margin-left: 5px;
}

/* web part header */
.WebPartTitle, .WebPartTitle SPAN, .WebPartTitle a, .WebPartTitle a:visited, .WebPartTitle a:link , .WebPartTitle a:hover, .WebPartTitle a:active 
{
    color: white;
    font-family: Tahoma;
    background-color: Maroon;
    width: 100%;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    /*text-align: center;*/
}

/* web part header */
.SystemPartTitle, .SystemPartTitle SPAN, .SystemPartTitle a, .SystemPartTitle a:visited, .SystemPartTitle a:link, .SystemPartTitle a:hover, .SystemPartTitle a:active
{
    color: #FFD700;
    font-family: Tahoma; 
    background-color: Maroon;
    width: 100%;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}

.WebPartMenu
{
    /*background-color:Lime;*/
}

WebPartMenuPopup, WebPartMenuPopup span, WebPartMenuPopup table
{
    /*background-color: Blue;*/
}

.WebPartMenuHover {
/*  font-family: Garamond;
    background-color: #163A98;
    font-family: Lucida Console;*/

}


#footer
{
    padding: 10px;
    width: 100%;
    border: silver 1px solid;
    border-left: none;
    border-right: none;
    background-color: Maroon;
    font-family: Tahoma, Verdana; 
    font-size: 0.9em;
    color: #FFD700; 
}

#footer a, #header a:visited
{
    color: #C0C0C0;
    text-decoration: none;
}
#footer a:hover
{
    color: white;
    text-decoration: underline;
}

