table.calendar2 {
	position: absolute;
    border: 1px solid #A1A1A1;
    font-size: 11px;
    background: #fff;
    z-index: 500;
    width:176px;
    border-collapse: collapse;   
}

table.calendar2 thead tr,
table.calendar2 tfoot tr {
	background: #e7e7e7;
	color:#000;
	font:11px tahoma,sans-serif;
	font-family:tahoma,sans-serif;
	font-size:11px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;	
	line-height: 2em;	
}

table.calendar2 thead tr td {
	text-align:center;
	padding: 5px;
}

table.calendar2 thead tr td.navbutton {
	width: 1px;
	padding: 5px;
}
table.calendar2 thead tr td.navbutton a {
	color: #000000;
	text-decoration:none;
	border-bottom: 1px dashed #4D4D4D;
}

table.calendar2 tbody tr td table {
	width: 100%;
	border-collapse: collapse;
}

table.calendar2 tbody tr td table td {
	width: 1.8em;
    height: 1.8em;
    text-align: center;
}

table.calendar2 tbody tr td table thead tr th {
	background: #a1a1a1;
    padding:5px 0px;
    font-weight:normal;
    color:#fff;
}

table.calendar2 tbody tr td table tbody tr td a {
	font: 11px arial,sans-serif;
	text-decoration:none;
	color: #000;
}

table.calendar2 tbody tr td table tbody tr td.weekend a {
	font: 11px arial,sans-serif;
	text-decoration:none;
	color: #A1A1A1;	
}
table.calendar2 tbody tr td table tbody tr td.selected {
	background: #FFE57E none repeat scroll 0%;
}

table.calendar2 tbody tr td table tbody tr td.today {
	border: 1px solid #ffe57e;
}

table.calendar2 tbody tr td table tbody tr td.hover {
	background: #ffe57e;
}

table.calendar2 tfoot a {
	border-bottom: 1px dashed #4D4D4D;
	color: #4d4d4d;
	text-decoration:none;
}
