.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td{
	border-top	:	none;
}
.supercal .supercal-header {
display: block;
line-height: 30px;
margin-bottom: 20px;
text-align: center;
position: relative;
}
.supercal .supercal-header .prev-month {
float: left;
}
.supercal .supercal-header .next-month {
float: right;
}
.supercal-month {
position: relative;
z-index: 0;
overflow: hidden;
}
.supercal table {
table-layout: fixed;
background: #fff;
}
.supercal th {
	color	:	#696969;
	font-size	:	10px;
	font-weight	:	normal;
}
.left-arrow{
	background	:	url(../../images/icons/left-hand.png)no-repeat;
	border		:	none;
	padding		:	10px;
	margin		:	10px;
}
.left-arrow:hover{
	background	:	url(../../images/icons/left-hand.png)no-repeat;
	border		:	none;
}
.right-arrow{
	background	:	url(../../images/icons/right-hand.png)no-repeat;
	border		:	none;
	padding		:	10px;
	margin		:	10px;
}
.right-arrow:hover{
	background	:	url(../../images/icons/right-hand.png)no-repeat;
	border		:	none;
}
.supercal td {
cursor: pointer;
border	:	none;
color		:	#275CBD;
font-size	:	11px;
font-weight	:	bold;
}
.supercal td:hover {
background: #2f96b4 !important;
color: #fff;
}
.supercal td.month-prev, .supercal td.month-next {
color: #BAB3B7;
}
.supercal td.selected {
background: #0088cc;
color: #fff;
font-weight: normal;
}
.supercal td.today {
font-weight: bold;
}