/* CSS Document */

/* styles for admin forms */
html, body {
  background: #FFF;
  color:#373737
  margin: 0;
  padding: 0;
  font-family:Arial, Helvetica, sans-serif;
  font-size: 90%;
  }
h1 {
  font-size:165%;
  font-family:Arial, Helvetica, sans-serif;
  color: #003399;
  }
form {
  margin: 10px 25px 0 0px;
  }

.mediumbox {
  width: 200px;
  }
.widebox {
  width: 500px;
  }
textarea {
  width: 500px;
  height: 100px;
  }
label, .warning, .radioLabel {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  }
.warning {
  color:#F00;
  }
td.centered {
  text-align: center;
  }
#striped td {
  padding: 2px 10px 2px 0;
  vertical-align: top;
  }
  .form {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
}
.style1 {color: #FF0000}
.style12 {color: #FF0000; font-weight: bold; }
.style13 {color: #FFFFFF; font-size: 12px; font-weight: bold; }
.style16 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
	color: #FF0000;
	font-weight: bold;
}
.warning {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	color: #FF0000;
}
/*navigation style for buttons*/ 
  #nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  }
/* float each list element inline */
#nav li {
  float: left;
  display: inline;
  }
/* style the links in the nav list */
#nav a {
	display:block;
	margin: 0;
	height: 1em;
	padding: 7px 5px 7px 5px;
	width: 130px;
	text-decoration: none;
	font-weight:bold;
	font-size: 90%;
	text-align: center;
  }
#nav a:link, #nav a:visited {
  background-color: #999999;
  color: #FFF;
  border-left: #908AA5 solid 2px;
  border-top: #908AA5 solid 2px;
  border-right: #2C263D solid 2px;
  border-bottom: #2C263D solid 2px;
  }
#nav a:hover, #nav a:active {
  background-color: #CCCCCC;
  color: #999999;
  border-left: #EBF3E7 solid 2px;
  border-top: #EBF3E7 solid 2px;
  border-right: #777E74 solid 2px;
  border-bottom: #777E74 solid 2px;
  }

/* This gives odd-numbered rows a pale gray background
#striped tr {
  background-color:#eee;
  }
*/
#striped tr.hilite {
  background-color:#E8F2F8;
  }dt {
	font-weight: bold;
}
.apmindent {
	margin: 10px;
}
