/* Calender Overlay */
#calOverlay
{
	display: none;
	width: 800px;
	height: auto;
	background: #fff url(/Images/overlay/fpShare.png);
	border: solid 1px #333;
}
#calOverlay div.close 
{
    float: right;
    clear: both;
	width: 35px;
	height: 35px;
	background: url(/Images/overlay/close.png) no-repeat;
	cursor: pointer;
}
/* generic styling for elements inside overlay */
#overCalWrap
{
    float: none;
    clear: both;
    width: 760px;
    margin: 0 auto;
    padding-bottom: 20px;
}
#calImgTitle
{
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #f5aa01;
    margin-bottom: 5px;
}
#calImgWrap
{
    float: none;
    clear: both;
}
#calCap 
{
    float: none;
    clear: both;
    margin: 10px 0;
}
/* End Calendar Overlay */
