#date_changer  select,option{
	 background: #FFEB73;
	 background-color: #FFFF80;
	line-height: 11px;
	border: none;
	margin: 5px;
	padding:2px;
	
	-moz-border-radius:0px;
	}


.rcMenuContainer {
    font-family: Verdana, Arial;
    position: absolute;
    border: 1px solid #7e7e7e;
    background: #FFEB73;
    padding:2px;
    z-index:10;
}
.rcMenuItem {
    width:200px;
    float:left;
    font-size:11px;
    font-weight:normal;
    padding:3px;
    text-decoration:none;
    text-decoration:underline;
    color:#333333;
    background-color: #FFEB73;
    border:1px solid #7E7E7E;
}
.rcMenuItemHover {
    width:200px;
    float:left;
    font-size:11px;
    font-weight:normal;
    padding:3px;
    text-decoration:underline;
    background-color:#F5DA33;
    color:#333333;
    border:1px solid #7E7E7E;
}
.rcMenuItemText {
    font-size:100%;
    font-weight:bold;
    border:0px;
    padding:2px;
    color:#FFFFFF;
    border: 0px solid #FFFFFF;
    background:  #599438;
    text-align:center;
}
.rcMenuItemTextExt {
    font-size:11px;
    font-weight:normal;
    border:1px dotted grey;
    padding:2px;
} 
.rcMenuSeparator{
    color:#7e7e7e;
    height:1px;
    width:200px;
}
.rcImage {
	padding-right:4px; 
}
