body {
        background-color: #ffffff;
        font-family: Arial, Helvetica, "sans serif";
        color: #000000;
        margin: 0;
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
}

a {
        text-decoration: none;
        color: #336699;
}

a.button:hover { background: none; }

a:hover {
        text-decoration: none;
        background-color: #336699;
        color: #ffffff;
}

th {
        font-family: arial,helvetica,sans-serif;
        font-size: 80%;
        font-weight: bold;
        background-color: #336699;
        color: #ffffff;
}

td {
        font-family: arial,helvetica,sans-serif;
}

.box {
	border-top: 1px solid #336699;
	border-bottom: 1px solid #336699;
	border-left: 1px solid #336699;
	border-right: 1px solid #336699;
}

.auth {
        font-family: arial,helvetica,sans-serif;
        font-size: 120%;
        background-color: #eeeeee;
        color: #336699;
        border-top: 1px solid #999999;
        border-left: 1px solid #999999;
        border-right: 1px solid #999999;
        border-bottom: 1px solid #999999;
}

.masthead {
        font-family: verdana,arial,helvetica,sans-serif;
	font-size: 250%;
        font-weight: bold;
        color: #336699;
        background-color: #cccccc;
        background-image: url(bg.gif);
	height: 50;
}

.footer {
        font-family: verdana,arial,helvetica,sans-serif;
        font-weight: bold;
	font-size: 80%;
        color: #336699;
        background-color: #cccccc;
        background-image: url(bg.gif);
	height: 30;
}

h1 {
        font-family: arial,helvetica,sans-serif;
	font-size: 150%;
        color: #336699;
}

.even {
	background-color: #dddddd;
}

.twixt {
	background-color: #eeeeee;
}

.full {
	background-color: #FFB9A3;
}

.odd {
	background-color: #cccccc;
}

.stat {
	background-color: #99ccff;
}

.locked {
	background-color: #99eeee;
}


.hilite {
	background-color: #ffff99;
}

.data {
        font-family: arial,helvetica,sans-serif;
	font-size: 80%;
}

.sched {
        font-family: arial,helvetica,sans-serif;
	font-size: 80%;
	text-align: center;
}

.svc {
        font-family: arial,helvetica,sans-serif;
	text-align: center;
	background-color: #000099;
        color: #ffffff;
}

.hol {
        font-family: arial,helvetica,sans-serif;
	text-align: center;
	background-color: #ffff00;
        color: #000000;
}

.adm {
        font-family: arial,helvetica,sans-serif;
	text-align: center;
	background-color: #99ff99;
        color: #000000;
}

