#calendar
{
	border: 1px solid black;
	position:absolute;
	width:190px;
	visibility:hidden;
	height:150px;
	z-index: 99px !important;
	background      : white;
	padding         : 0px;

}
#calendar tr th
{
font:11px Arial, Helvetica, sans-serif !important;
}
#calendar tr td a ,#calendar tr td 
{
cursor:pointer !important;
}
#cal_left, #cal_title, #cal_right
{
	background	: #015ea5;
	border		: 1px solid black;
	color		: white;
	font-weight	: bold;
	text-align	: center;
}
#cal_title
{
	width		: 100px;
}
#cal_tail
{
        text-align      : center;
        width           : 140px;
        border-top      : 1px solid black;
}
#calendar th
{
        background      : #015ea5;
	color		: white;
	font-weight	: bold;
	cursor:pointer;
}
#calendar a
{
	color		: black;
	text-decoration	: none;
	font-weight	: bold;
	cursor:pointer;
}
#calendar a:hover
{
	text-decoration	: underline;
	cursor:pointer;
}
#cal_left a, #cal_right a
{
	color		: white
}
