/* Calendar style */
body{
	margin				: 0px;
	background-color	: #FFFFFF;
}

TABLE.main-table{
	background-color	: #FFFFFF;
	border-top			: 0px solid #A6A6A6;
	border-right		: 0px solid #A6A6A6;
	border-bottom		: 0px solid #A6A6A6;
	border-left			: 0px solid #A6A6A6;
	width				: 210px;
	height				: 270px;
}

TD.td-month-ar{
	background-color	: #BFD00C;
	padding-top			: 5px;
	padding-right		: 5px;
	padding-bottom		: 5px;
	padding-left		: 5px;
	font-family			: verdana;
	font-size			: 11px;
	font-weight			: bold;
	width				: 30px;
	height				: 20px;
	text-align			: center;
	vertical-align		: middle;
}

TD.td-go-today{
	background-color	: #BFD00C;
	padding-top			: 5px;
	padding-right		: 5px;
	padding-bottom		: 5px;
	padding-left		: 5px;
	width				: 30px;
	height				: 20px;
	text-align			: center;
	vertical-align		: middle;
}

TD.td-month-title{
	background-color	: #BFD00C;
	padding-top			: 5px;
	padding-right		: 5px;
	padding-bottom		: 5px;
	padding-left		: 5px;
	width				: 30px;
	height				: 20px;
	font-family			: verdana;
	font-size			: 11px;
	font-weight			: bold;
	width				: 150px;
	text-align			: center;
}

TD.td-short-day{
	background-color	: #FFFFFF;
	padding-top			: 5px;
	padding-right		: 5px;
	padding-bottom		: 5px;
	padding-left		: 5px;
	font-family			: verdana;
	font-size			: 11px;
	font-weight			: normal;
	width				: 30px;
	height				: 20px;
	text-align			: center;
	vertical-align		: middle;
}

TD.td-blank-day{
	border				: 1px solid #E0E0E0;
	background-color	: #EAEAEA;
	width				: 30px;
	height				: 20px;
	padding-top			: 5px;
	padding-right		: 5px;
	padding-bottom		: 5px;
	padding-left		: 5px;
	font-family			: verdana;
	font-size			: 11px;
	font-weight			: normal;
	
}

TD.td-today-nr{
	background-color	: #E1E1E1;
	border				: 1px solid #CDCDCD;
	padding-top			: 5px;
	padding-right		: 5px;
	padding-bottom		: 5px;
	padding-left		: 5px;
	font-family			: verdana;
	font-size			: 11px;
	font-weight			: bold;
	color				: #515151;
	width				: 30px;
	height				: 20px;
	text-align			: center;
	vertical-align		: middle;
	text-decoration		: none;
}

TD.td-day-nr{
	background-color	: #E1E1E1;
	border				: 1px solid #CDCDCD;
	padding-top			: 5px;
	padding-right		: 5px;
	padding-bottom		: 5px;
	padding-left		: 5px;
	font-family			: verdana;
	font-size			: 11px;
	font-weight			: normal;
	color				: #515151;
	width				: 30px;
	height				: 20px;
	text-align			: center;
	vertical-align		: middle;
	text-decoration		: none;
}

TD.td-day-nr-active{
	background-color	: #DAE289;
	border				: 1px solid #BFD00C;
	padding-top			: 5px;
	padding-right		: 5px;
	padding-bottom		: 5px;
	padding-left		: 5px;
	font-family			: verdana;
	font-size			: 11px;
	font-weight			: normal;
	color				: #515151;
	width				: 30px;
	height				: 20px;
	text-align			: center;
	vertical-align		: middle;
	text-decoration		: none;
}

TD.td-today-nr-active{
	background-color	: #DAE289;
	border				: 1px solid #BFD00C;
	padding-top			: 5px;
	padding-right		: 5px;
	padding-bottom		: 5px;
	padding-left		: 5px;
	font-family			: verdana;
	font-size			: 11px;
	font-weight			: bold;
	color				: #515151;
	width				: 30px;
	height				: 20px;
	text-align			: center;
	vertical-align		: middle;
	text-decoration		: none;
}

.today-nr{
	font-family			: verdana;
	font-size			: 11px;
	color				: #515151;
	font-weight			: bold;
	text-decoration		: none;
}
.day-nr{
	font-family			: verdana;
	font-size			: 11px;
	color				: #515151;
	font-weight			: normal;
	text-decoration		: none;
}

A.day-nr:HOVER,
A.today-nr:HOVER{
	text-decoration		: underlined;
}
	