.yui-calcontainer{
position: absolute;
padding: 5px;
background-color: #b3a16c;
border: 1px solid #604d25;
overflow: hidden;
}

.yui-calcontainer iframe{
position: absolute;
margin: 0;
padding: 0;
left: -1px;
top: -1px;
width: 50px;
height: 50px;
}

.yui-calcontainer.multi .groupcal{
position: relative;
padding: 5px;
background-color: transparent;
float: left;
}

.yui-calcontainer .title{
font-family: Verdana, Tahoma;
font-size: 11px;
color: #ffffff;
font-weight: bold;
margin-bottom: 5px;
height: 25px;
position: absolute;
top: 3px;
left: 5px;
}

.yui-calcontainer .close-icon{
position: absolute;
right: 3px;
top: 3px;
border: none;
}

/* Calendar element styles */

.yui-calendar{
position: relative;
font-family: Verdana, Tahoma;
font-size: 11px;
text-align: center;
}

.yui-calcontainer.withtitle{
padding-top: 1.5em;
}

.yui-calendar .calnavleft{
position: absolute;
background-repeat: no-repeat;
cursor: pointer;
top: 1px;
bottom: 0;
width: 9px;
height: 12px;
left: 2px;
}

.yui-calendar .calnavright{
position: absolute;
background-repeat: no-repeat;
cursor: pointer;
top: 1px;
bottom: 0;
width: 9px;
height: 12px;
right: 2px;
}

.yui-calendar td.calcell{
padding: .1em .2em;
border: 2px solid #e0e0e0;
text-align: center;
}

.yui-calendar td.calcell a{
color: #ffffff;
text-decoration: none;
}

.yui-calendar td.calcell.today{
border: 2px solid #604d25;
}

.yui-calendar td.calcell.oom{
font-family: Verdana, Tahoma;
font-size: 11px;
color: #a0a0a0;
background-color: #eeeeee;
border: 1px solid #c9c9c9;
}

.yui-calendar td.calcell.calcellhover{
cursor: pointer;
background-color: #604d25;
border: 0px solid #604d25;
}

.yui-calendar .calhead{
border: 1px solid #604d25;
vertical-align: middle;
background-color: #b3a16c;
}

.yui-calendar .calheader{
position: relative;
width: 152px;
height: 14px;
font-family: Verdana, Tahoma;
font-size: 11px;
color: #ffffff;
text-align: center;
}

.yui-calendar .calweekdaycell{
color: #604d25;
text-align: center;
height: 18px;
}