BODY, TD, th {
	font-family : trebuchet MS, Arial, sans-serif ;
	font-size : small;
}

body, form {
	margin: 0;
	padding: 0;
}

ul {
	list-style-image: url(/images/bullet.gif);
}

body {
	margin: 20px 0;
}

txt {
	font-color: #d50b27;
}

a {
	text-decoration: underline;
	color: #d50b27;
}

a:hover {
	color: #F45A22;
}

h1 {
 color: #B8C65D;
 font-size:small;
}

table#topmenu img {
	padding-left: 30px;
}

#header_1, #header_2, #header_3, #header_4, #header_5{
	color: #FFFFFF;
	font-weight: bold;
	font-size: xx-small;
	text-transform: capitalize;
	padding: 10px;
}

#header_1 {
	background-color: #FF9E20;
}
#header_2 {
	background-color: #6EAB24;
}
#header_3 {
	background-color: #F45A22;
}
#header_4 {
	background-color: #D50B27;
}
#header_5 {
	background-color: #002E65;
}

/*#border_1, #border_2, #border_3, #border_4, #border_5{
	padding: 10px;
}
*/
#border_1 {
	border: 1px solid #FF9E20;
}
#border_2 {
	border: 1px solid #6EAB24;
}
#border_3 {
	border: 1px solid #F45A22;
}
#border_4 {
	border: 1px solid #D50B27;
}
#border_5 {
	border: 1px solid #002E65;
}

#footer {
	text-align: center;
}

.bold, th {
	font-weight: bold;
	font-style: italic;
	color: #06275a;
}


#content {
	text-align: left;
	padding-left: 15px;
}

#footer {
	font-size: xx-small;
	text-align: center;
	padding: 10px;
}

img#leftmenu {
	margin-bottom: 20px;
}

#admin-container {
	margin: 20px;
}

th {
	text-align: left;
}

table#locations td{
	font-size: smaller;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
table#locations th{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #FF9E20;
	color: #FFFFFF;
	padding: 10px 5px;
}

div#line {
	border-bottom: 1px dotted #333333;
}


#UserEditForm div.input label, #UserEditForm div.input input{
  display:block;
  float:left;
}

#UserEditForm div.input label{
  text-align:right;
	width: 150px;
	margin-right: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#UserEditForm div.input input {
	width: 150px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#UserEditForm div.input {
  clear: left;
}

#UserEditForm div.submit {
  clear: left;
	margin-left: 95px;
}

div.input label, div.input input, div.input select, div.input textarea {
  display:block;
  float:left;
}

div.input label{
  text-align:right;
	width: 150px;
	margin-right: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
}

div.input input {
	width: 150px;
	margin-top: 0px;
	margin-bottom: 0px;
}

div.input select {
	width: 155px;
}

div.input textarea {
  height: 50px;
	width: 275px;
}

div.input {
  clear: left;
}

div.submit {
  clear: left;
	margin-left: 95px;
}

.required {
	color: #CF1010;
}

div.input {
  height: 25px;
}

#UserLoginForm {
	margin-left: auto;
	margin-right: 15px;
	margin-top: 10px;
}

#UserLoginForm label {
	display: inline;
	padding-right: 5px;
	color: #000000;
	text-align: left;
}

#UserLoginForm #UserEmail {
	width: 100px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: 0px;
}

#UserLoginForm #UserPassword {
	width: 100px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: 0px;
}

#UserLoginForm div.submit {
	margin-right: 16px;
	padding-top: 8px;

}

#flashMessage {
	text-align: center;
	margin-bottom: 20px;
}

#content div.users table {
	padding: 5px;
}

.altrow {
	background: #eeeeee;
}

.nonpublic {
	background: #FAF70A;
}

fieldset {
	border: 0px;
	margin-top: 10px;
	padding: 5px 20px;
}
fieldset legend {
	color: #0C376D;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 10px;
	margin-left: 15px;
	font-style: italic;
}

#LocationAddForm #LocationTitle {
	width: 275px;
}

#LocationEditForm #LocationTitle {
	width: 275px;
}
