body, td {
	font-family: Arial;
	font-size: 12px;
	line-height: 17px;
}

.btn {
	font-family: Arial;
	font-size: 12px;
	color: #ffffff;
}

a:visited, a:active, a:link {
 color: #000000;
 text-decoration: none;
}

a:hover {
 color: #ff0000;
 text-decoration: underline;
}

.day {
	background-color: white;
	font-weight: bold;
	border-bottom: 1px solid Black;
	border-right: 1px solid Black;
	font-size: 12px;
}

.day-selected {
	background-color: #deefff;
	font-weight: bold;
	border-bottom: 1px solid Black;
	border-right: 1px solid Black;
}

.today {
	background-color: #ffffff;
	font-weight: bold;
	color: #02cbf7;
	border-bottom: 1px solid Black;
	border-right: 1px solid Black;
}

.td {
	border-bottom: 1px solid Black;
	border-right: 1px solid Black;
}
	
.table {
	border-top: 1px solid Black;
	border-left: 1px solid Black;
}
.listcol1 {
	background-color: #e6e6e6;
}

.listcol2 {
	background-color: #f0f0f0;
}

.head {
	font-size: 20px;
	text-transform: uppercase;
}