/* This makes the background a light brown and sets up the
   scroll bar to be color for IE 5 or above. */
TH { background-color: silver; color: #000090; vertical-align: bottom;}
H1,H2,H3 { color: #000000;margin-top:0 }
body {
    font-family: "Century Gothic", CenturyGothic, AppleGothic, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color: black;
}
.errmsg
{
    color: Red;
    font-weight: bold;
}
#UserMenu button {
	width:100%;
	padding: 3px 6px;
	font-size: 0.9em;
}

.AWInfo {
	display: inline-block;
	border-radius: 15px;
	border: 2px solid;
	padding: 20px;
	background-color: rgba(128,128,128,0.5);
	font-size:9pt;
	color: black
}

a {
    color: skyblue;
}
a:visited {
    color: slategray;
}
a.button:visited {
    color: skyblue;
}

table tr.odd  {
    background-color: white;
    color: black;
}
table tr.even  {
    background-color: aliceblue;
    color: black;
}
table tr.silver {
    background-color: silver;
    color: black;
}

.calendar {
    background: black;
}

tr.odd a, tr.even a, tr.silver a, .calendar a {
    color: blue !important;
}
#UserMenu a {
    color: black;
}