﻿.banner
{
 background-image: url(../Images/Agenda/sidebar_header.png);
 background-repeat: no-repeat;    
}
.MaskedEditFocus
{
    background-color: #ffffcc;
    color: #000000;
}
.MaskedEditError
{
    background-color: #ffcccc;
}	
.webPanel
{	
	
	background-color:#FAFBEB;
    width:auto;	
	
	
}
.eventPanel
{
    display: none; 
    background-color:#E9ECF9; 
    border: thin solid navy;
    white-space:nowrap;
    height: auto;
    width: auto;
}
.descLabel
{
    width: auto;
    height: auto;
}
.roundedWebPart
{	
	width:300px;	
	background-color:#5377A9;	
	color:white;
	font-weight:bold;		
}
.headerPanel
{
  background-color: PaleGoldenrod;
  border-width:1px;
  border-style:Solid;
}
.chromePanel
{
    border-color: PaleGoldenrod;
    border-width:1px;
    border-style:Solid;
}
.titlePanel
{
    background-color: #fde9bb;
    border-color: #453102;
    border-width:1px;
    border-style:Solid;
}

.progrmatable {
        background-color: #740000;
        color: #EEE8AA;
}