.center {
  text-align:center;
  margin-left: auto;
  margin-right: auto;
}

a img {
border:medium none;
}

.tipdesc {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.submit {
  display: inline;
}

.ac_results li {
  color: #003300;
}

.error {
	color: white;
	font-size: 25px;
	font-weight: bold;
}
a.dp-choose-date {

	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: inline;
	text-indent: -2000px;
	overflow: hidden;
	background: url('/img/calendar.png') no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 140px;
	display: inline;
/*  float: left;*/
}

#staff_sidebar {
  float: left; 
  padding-right: 20px;
  height: 100%;
  width: 180px;
}

#main_content {
  margin-top: 50px;
  font-size: 10pt;
}

#staff_bar{ 
  position: fixed;
  width: 100%;
  font-family: 'Helvetica, Verdana, Arial, sans-serif';
  top:0; 
  left: 0;
  font-size: 9pt;
  background-color: #005500;
  margin-bottom: 10px;
  padding-bottom: 5px;
}

.post {
  width: 760px;
  font-family:Verdana,Arial,sans-serif;
  margin-left: auto;
  margin-right: auto;
}
p {
  color:#FFFFFF;
  font-family:Verdana,Arial,sans-serif;
  font-size:11px;
  line-height:14px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.page p {
  margin-bottom: 10px;
}
select {
  width:130px;
  display: inline;
}


