/* CSS Document */

/* styles for admin forms */
html, body {
  color:#373737
  margin: 0;
	padding: 0;
	background-color: #2F2F2F;
  }
h1 {
	font-size:165%;
	font-family:Arial, Helvetica, sans-serif;
	color: #5CA752;
	text-indent: 20px;
  }
form {
  margin: 10px 25px 0 50px;
  }
table {
  }
.mediumbox {
  width: 200px;
  }
.widebox {
  width: 500px;
  }
textarea {
	width: 500px;
	height: 100px;
	font-family: Arial;
  }
p {
	color: #77C089;
	font-family: Arial;
	font-size: medium;
}
.frtBioText {
	font-family: Arial;
	font-size: 12px;
	word-spacing: 3px;
}

label, .warning, .radioLabel {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  }
.warning {
  color:#F00;
  }
td.centered {
  text-align: center;
  }
#striped td {
	vertical-align: top;
	border-bottom: 1px solid #336633;
	color: #77C089;
	font-family: Arial;
	font-size: 12px;
	float: none;
	padding-left: 2px;
}


/* This gives odd-numbered rows a pale gray background
#striped tr {
  background-color:#eee;
  }
*/
#striped tr.hilite {
	background-color:#666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #336633;
	color: #FFFFFF;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 1px;
  }
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #FFFF00;
}
#main #striped {
	color: #FFFFFF;
	width: 100%;
	font-family: "Times New Roman";
	padding-left: 10px;
}
.left_line {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #2D6039;
}
