body { 
  font-family: verdana, helvetica, arial, sans-serif; 
  color: #000000;
  background: #ffffff;
  margin: 0;
  padding: 0;
}

ul#mainnav {
    list-style-type: none;
    padding: 5px;
    margin-left: 10px;
}
ul#mainnav a:link, ul#mainnav a:active, ul#mainnav a:visited {
    display: block;
    width: 200px;
    border-bottom: 1px dotted #ccc;
    text-decoration: none;
    color: #600;
    padding-bottom: 2px;
}
ul#mainnav a:hover {
    display: block;
    width: 200px;
    border-bottom: 3px solid #ccc;
    text-decoration: none;
    color: #600;
    padding-bottom: 0px;
}

a:link, a:active, a:visited {
    color: #600;
}
a:hover {
    color: #900;
    text-decoration: none;
}

div#content {
    margin-left: 10px;
    margin-right: 10px;
}

td { 
  font-family: verdana, helvetica, arial, sans-serif; 
  color: #000000;
}
	
tr.alt {
	background: #dddddd;
}
	
th { 
  font-family: verdana, helvetica, arial, sans-serif;
  font-weight: bold;
  color: #000000;
  background-color: #eeeeee;
}


th.selected {
  font-weight: bold; 
  text-align: center;
  background-color: #bbbbbb;
}

/*.login-box {
	vertical-align: text-bottom; 
	font-size: 10px; 
	}*/

.banner { 
  text-align: center; 
  font-weight: bold;
  padding: 1.5em;
  font-size: 16px;
}
	
.error {
  text-align: center;
  font-weight: bold;
  color: #ff0000;
  padding-bottom: 0.1em;
}

.result {
  text-align: center;
  font-weight: bold;
  color: #0000ff;
  padding-bottom: 0.1em;
}

a.sidenavlink {
  color: #000000;
  text-decoration: none;
}

.navinput {
	vertical-align: middle;
	background: #ffffff;
	color: #00000;
	font-family: "Arial", sans-serif;
	font-size: 12px;
	}
	
.sidenav {
	vertical-align: top;
	background: #9999ff;
	color: #ffffff;
	font-family: "Verdana", "Tahoma", "Helvetica", sans-serif;
	font-size: 14px;
	font-weight: bold;
	}
	
.bottomnav {
	vertical-align: middle;
	background: #ffffcc;
	color: #000000;
	font-family: "Arial", sans-serif;
	font-size: 10px;
	font-weight: bold;
	}
	
.bottomnavinput {
	vertical-align: middle;
	color: #00000;
	font-family: "Arial", sans-serif;
	font-size: 10px;
	}
	
.topnavbox {
	vertical-align: middle;
	background: #9999ff;
	color: #ffffff;
	font-family: "Arial", sans-serif;
	font-size: 14px;
	font-weight: bold;
	border-width: 1px 0px 1px 0px;
	border-color: #ffffff;
	border-style: solid;
	padding: 5px;
	cursor: pointer;
	cursor: hand;
	}
	
.navbox {
	vertical-align: middle;
	background: #9999ff;
	color: #ffffff;
	font-family: "Arial", sans-serif;
	font-size: 14px;
	font-weight: bold;
	border-width: 0px 0px 1px 0px;
	border-color: #ffffff;
	border-style: solid;
	padding: 5px;
	cursor: pointer;
	cursor: hand;
	}
	
.navboxselected {
	vertical-align: middle;
	background: #ffffcc;
	color: #ffffff;
	font-family: "Arial", sans-serif;
	font-size: 14px;
	font-weight: bold;
	border-width: 0px 0px 1px 0px;
	border-color: #ffffff;
	border-style: solid;
	padding: 5px;
	cursor: pointer;
	cursor: hand;
	}
	
.maincontent {
	vertical-align: top;
	background: #ffffff;
	color: #000000;
	font-family: "Arial", sans-serif;
	font-size: 12px;
	padding: 5px;
	}
	
.info {
	font-size: 10px;
	color: #000000;
	background:  #eeeeee;
	border-width: 1px 1px 1px 1px;
	border-color: #000000;
	border-style: solid;
	padding: 5px;
	text-align: center;
}

.header-col { font-weight: bold; }
.center-col { text-align: center; }

.navlink {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
