
.ZoneHeader, .ZoneHeader table
{
    color: black;
    background-color: #C0C0C0;
    text-align: center;
}

.EditorZone, .CatalogZone
{
}
.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;
		background: #fff;
}

/* 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: #D21033; *//* FiveGuys red*/
		color: #D21033;
		/*background: #fff;*/
		/*border-bottom: 1px solid #D3D3D3;*/
    width: 100%;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none; /*text-align: center;*/
}

.WebPartTitle {
		background: #fff url(images/module-header-bg.gif) repeat-x;
		height: 22px;
}

.WebPartMenu
{
    /*background-color:Lime;*/
}

WebPartMenuPopup, WebPartMenuPopup span, WebPartMenuPopup table
{
    /*background-color: Blue;*/
}

.WebPartMenuHover
{
    /*	font-family: Garamond; 	background-color: #163A98; 	font-family: Lucida Console;*/
}

/* Google RSS Feed */

.gfc-title 
{
    font-size: 1.2em;
    font-weight: bold;
    color: #930C17;
}

/* Suppress everything except for title */
#feedControl .gf-snippet, #feedControl .gf-author, #feedControl .gf-spacer, #feedControl .gf-relativePublishedDate, #feedControl .gfg-title, #feedControl .gfg-entry
{
    display: none;
}

/* End Google RSS Feed */

.strongLabel
{
    color: #D21033;
    font-weight:bolder;
}

.adminMenu
{
    line-height: 1.5em;
    margin-left: 1em;
}

td.WebPart img.bottomAlign
{
    vertical-align: bottom;
}

.directoryList
{
    width: 145px;
}