div#cal-calendar-container {
	margin-bottom: 20px;
	text-align: center;
	background-color:#f8f8f8;
	border-top: 1px dotted #BABABA;
	border-right: 1px dotted #BABABA;
}

div#cal-trials-container {
	text-align: center;
	background-color:#f8f8f8;
	border: 1px dotted #BABABA;
}

div#cal-calendar-container table {
	text-align: center;	
}

div#cal-calendar-container table td {
	border-bottom: 1px dotted #BABABA;
	border-left: 1px dotted #BABABA;
	text-align: center;
}

.cal-calendar-days  td {
	background: #F8F8F8 !important;
	font-weight:bold;
	border-bottom: 1px dotted #BABABA;
	text-align: center;
}

.cal-calendar-selected {
	background-color:#ffffff;
	text-align: center;
}

.cal-calendar-now {
	background: #F8F8F8 !important;
	text-align: center;
}

.cal-calendar-selected a {
	color: #336699 !important;
	text-align: center;
}

.cal-calendar-now a {
	color: #000 !important;
	text-align: center;
}

.cal-table {
	margin: 0px auto;
}

.cal-table a {
	color: #8B3090;
	text-decoration: underline;
}

.cal-table a:hover {
	color: #000 !important;
	text-decoration: none !important;
}

.cal-table .offset a {
	color: #999999;
}

.cal-table th, .cal-table .cal-trials-heading {
	font-weight: bold;
	background: #CA0000;
	color: #FFF;
}

.cal-trial-row-even td {
	background: #FEFEFE;
}

.cal-trial-row-odd td {
	background: #F8F8F8;
}
