a {
	text-decoration: none;
	color: #0000ff;
}

a:hover {
	text-decoration: underline;
	color: #ff0000;
}

a:visited {
	color: #0000ff;
}

a:visited:hover {
	color: #ff0000;
}

a:active {
	color: #ff0000;
}

body {
	font-face: Tahoma, Verdana;
	font-size: 10pt;
	font-color: black;
}

td.title {
	font-family: Garamond, Times New Roman; 
	font-size: 22pt;
	font-weight: bold;
	font-style: italic;
	color: #888888;
}

td.navTitle {
	font-family: Tahoma, Verdana;
	font-size: 11pt;
	font-weight: bold;
	background: #dddddd;
}

td.navRow {
	font-family: Tahoma, Verdana;
	font-size: 10pt;
	background: #eeeeee;
}

td.loginTitle {
	font-family: Tahoma, Verdana;
	font-size: 11pt;
	font-weight: bold;
	background: #dddddd;
}

td.loginBody {
	font-family: Tahoma, Verdana;
	font-size: 10pt;
	background: #B4CBBA;
}

td.loginBody a.edit{
	font-size: 11pt;
}

font.error {
	font-family: Tahoma, Verdana;
	color: #ff0000;
	font-weight: bold;
	font-size: 11pt;
}

font.system {
	font-family: Tahoma, Verdana;
	color: #000000;
	font-size: 11pt;
}

tr.myTrainingTitle {
	background: #cccccc;
	font-family: Tahoma, Verdana;
	color: #000000;
	font-size: 12pt;
	font-weight: bold;
	align: center;
}

tr.trainingTitle {
	background: #dddddd;
	font-family: Tahoma, Verdana;
	color: #000000;
	font-size: 11pt;
	font-weight: bold;
	align: center;
}

tr.trainingRow {
	background: #eeeeee;
	font-family: Tahoma, Verdana;
	color: #000000;
	font-size: 10pt;
}

table.calendar {border: 1;  font-family: Tahoma, Verdana; }
table.calendar td, th {text-align: center; border: 1; background: white}
table.calendar th {height: 10px; font-size: 10pt;}
table.calendar td {width: 100px; height: 100px; font-size: 9pt; vertical-align: top; text-align: left;}
table.calendar .month {font-weight: bold; margin-top: 3px; font-size: 12pt; text-align: center}
table.calendar .month a{text-decoration: none}
table.calendar th.dayofweek {color: green; text-align: center;}
table.calendar td.linked-day {font-size: 11pt}
table.calendar td.availDay {background: #eeeeee; }
table.calendar td.myAvailDay {background: #FAEBEC; }
table.calendar td.notAvailDay {background: #cccccc; }
