.rcMenuContainer 
{
    position: absolute;
    z-index: 10;

    width: 250px;
    
    background: #779701 url(../../images/calendar/hintergrund_popup) 0 bottom repeat-x;
    
    border: 3px solid #a3c529;
}
.rcMenuItemText 
{
    color: #d2ed70;
    font-size: 13px;
}
.rcMenuItem, .rcMenuItemHover
{
    padding: 0 0 0 10px;
    
    color: #bdea1a;
    font-weight: bold;
    
    background: url(../../images/calendar/hintergrund_rcMenuItem.gif) 4px 5px no-repeat;
}
.rcMenuItemTextExt {
    font-size:11px;
    font-weight:normal;
    border:1px dotted grey;
    padding:2px;
} 
.rcMenuSeparator{
    color:#7e7e7e;
    height:1px;
    width:200px;
}
.rcImage {
	padding-right:4px; 
}
