/* Calendar table styles */

html {
	font-size: 100.01%;
}

html, body {
	color: #000;
	background-color: #fff;
	font-family: Verdana, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'Bitstream Vera Sans', 'Arial Unicode MS', sans-serif;
}

body {
	font-size: 62.5%;
}

table {
	margin: 0 auto;
	border-collapse: collapse;
	border-left: 1px solid #aaa;
	empty-cells: show;
}
table, th, tr, td {
	font-size: 100%;
}

th {
	padding: 5px;
	color: #fff;
	background-color: #e71c3a;
	border: none;
	text-align: center;
	font-size: 1.4em;
}

th a {
	padding: 2px;
	font-size: 0.8em;
}

tbody tr {
	height: 30px;
}

td {
	width: 10em;
	padding: 2px;
	vertical-align: top;
	color: #e71c3a;
    background-color: #fff;
	border-style: none solid none none;
	border-width: 1px;
	border-color: #aaa;
	font-size: 1.2em;
	font-style: italic;
}

.ord td {
	text-align: right;
	vertical-align: bottom;
	color: #000;
	border-style: none solid solid none;
	border-width: 1px;
	border-color: #aaa;
	font-style: normal;
	font-weight: bold;
}

a:link {
	color: #104e8b;
	background-color: #fff;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #145fa9;
	background-color: #fff;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #e71c3a;
	background-color: #fff;
}

a:active, #content a:focus {
	color: #1874cd;
	background-color: #fff;
}

