

a {
	color: #993300;
	text-decoration: none;
}
a:hover {
	color: #CC3333;
	text-decoration: underline;
}
a.galleryLink {
	text-decoration: none;
	color: black;
	font-weight: bold;
}
a.galleryLink:hover {
	text-decoration: underline;
	color: blue;
	font-weight: bold;
}
a.caution {
	color: red;
	font-weight: bold;
}
a.applicationAddName {
	display: block;
	padding: 3px 0px 3px 160px;
}
.adminMenuOption
{
  font-style: italic;
  font-size: 12px;
  margin: 10px 0 3px;
}
#applicationMainDetails
{
  width: 100%; 
}
#applicationMainDetails td
{
  padding: 2px 0; 
}
#applicationMainDetails tr td:first-child
{
  text-align: right;
  padding-right: 5px;
}
#availableBuses > div > h4,
#availableTrucks > div > h4
{
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 5px;
}
#availableBuses > div > h4 a,
#availableTrucks > div > h4 a
{
  font-size: 11px;
  font-weight: normal;
}



body {
 /* background-color: #4c80b0; */
 	background-image: url(../images/bg-grass-green.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
  margin: 0;
  padding: 0;
}
.busDiv
{
  background-color: #CCC;
}
.busDiv,
.truckDiv
{
  border: 1px solid #FFF;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 5px 10px;
  margin: 10px 0;
}
.busCollapsed .riderList {
 	display: none;
}


#content
{
  background-color: #F9EECD;
  box-shadow: 0 0 25px #F9EECD;
  -moz-box-shadow: 0 0 50px #F9EECD;
  -webkit-box-shadow: 0 0 50px #F9EECD;
  min-height: 700px;
  margin: 0 0 50px 210px;
  padding: 30px 20px 50px;
  width: 770px;
}



#allApplicants h2 {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  margin: 5px 0 5px 20px;
  padding: 0;
}
div.applicant {
  border: 1px solid #CCC;
  background-color: #4C80B0;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  line-height: 24px;
  margin-bottom: 10px; 
  position: relative;
}
div.applicantDetails {
  padding: 0px 5px 5px;
}
div.applicationDivision {
  border: 1px solid #CCC;
	background-color: #EEE;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 10px;
	padding:10px;
}
div.applicationDivision h4
{
  margin-top: 0; 
}
div.applicationFlightOptions 
{
  line-height: 26px;
}
div.header {
	color: #930;
	font-size: 20px;
}
div.tableCellSingleRow{
  height: 26px;
  vertical-align: bottom;
}
div.userCenteredText {
  text-align: center;
  width: 100%;
}


form {
  display: inline;
}
form#applicationLookupForm table {
	margin-bottom: 5px;
}
form#applicationLookupForm table tr td {
	padding: 2px 3px;
}



img {
	border: 0px;
}


label {
	cursor: pointer; 
}


#managePaymentsTable
{
  border-collapse: collapse; 
  width: 790px;
}
#managePaymentsTable th
{
  padding: 10px 0; 
  text-align: left;
}
#managePaymentsTable td
{
	vertical-align: top;
  padding: 5px;
}
#managePaymentsTable tbody tr:nth-child(odd)
{
  background-color: #DDD;
}
.manageRiderArrivalsTable
{
  width: 800px; 
}
.manageRiderArrivalsTable > tbody td
{
  vertical-align: top; 
}
.manageRiderArrivalsTable th
{
  font-size: 18px;
  font-weight: bold;
  width: 50%;
}
.manageRiderArrivalsTable .noPayments {
 	display: none; 
}



#navLayer 
{
  left: 5px; 
  position: absolute;
  text-align: center;  
  top: 20px;
  width: 200px;  
}
#navLayer a {
	color: #FFF;
  display: block;
	font-size: 12px;
	margin-bottom: 15px;
	text-decoration: none;
  text-shadow: 0 0 3px #000;
}
#navLayer a:hover {
	color: #FC0;
	text-decoration: underline;
}
#navTop 
{
  margin-left: 5px;
}


.newBus,
.newTruck
{
  font-style: italic; 
}



.riderRemoved
{
  color: #CCC;
  font-size: 14px;
  font-style: italic;
  padding: 3px 7px;
}
.riderList,
.riderBikeList
{
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.riderList li,
.riderBikeList li
{
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #FFF;
  font-size: 12px;
  margin: 0 0 3px;
  padding: 2px 5px;
}
.riderList li
{
  background-color: #BDF;  
}
.riderBikeList li
{
  background-color: #9BD;  
}
.riderContactInformationTable tr td:first-child {
	padding-right: 5px;
 	text-align: right;
}


.smallArrival
{
 	font-size: 10px;
  font-style: italic;
}
span.disabledLink {
	color: #999999;
	font-weight: bold;
}
h1,
span.header {
	color: #993300;
	font-size: 20px;
}
span.error {
	color: red;
	font-weight: bold;
}
span.message {
  color: blue;
  font-weight: bold;
}
span.success {
	color: green;
	font-weight: bold;
}



.truckDiv
{
  background-color: #AAA;
}

ul#unassignedRiders li#unassignedRidersMissingInfo {
 	background-color: transparent;
  border: none;
  font-weight: bold;
  padding: 1.5em 0 0.5em 0.5em;
}



#Layer2,
#Layer3 {
  padding-bottom: 70px;
}




