body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	}
.footer {
  text-align: center;
  font-size: 80%;
}

.error {
  font-weight: bold;
  color: #FF0000;
}

.login {
  font-style: italic;
}

form label {
  display: inline-block;
  width: 150px;
  font-weight: bold;
}

td.label {
  font-weight: bold;
}

img.profile {
  vertical-align: top;
}
.rowcolor2 {
	background-color: #eeeeee;
}
tbody#scroll {
	overflow: scroll;
	overflow-x: hidden;
	max-height: 300px;
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	width: 100%;
}
table tbody td {
	padding: 2px;
	vertical-align: top;
	border: none;
}
table tfoot, table tfoot td {
	border: none;
	height: 0px;
}
table thead {
	text-align: left;
}
td.lastcol {
}
.debug {
	/*display: none;*/
}
html {
	border: none;
}
#mappage table {
	width: 300px;
	text-align: left;
}
#mappage #instructions {
position: absolute;
top: 20px;
right:20px;
width: 300px;
background: white;
padding: 20px 20px 20px 5px;
border: 1px solid black;
}
#mappage a {
padding-left: 20px;
}
#mappage #map {
text-align: center;
margin: auto;
background: #3333cc;
}
#mappage table {
	width: 300px;
	text-align: left;
}
#mappage #instructions {
position: absolute;
top: 20px;
right:20px;
width: 300px;
background: white;
padding: 20px 20px 20px 5px;
border: 1px solid black;
}
#mappage a {
padding-left: 20px;
}
#mappage {
background: #3333cc;
}
#mappage a {
padding-left: 20px;
}
#mappage #map {
width: 650px;
height: 600px;
overflow: hidden;
}
#mappage #sidebar {
width: 225px;
padding-left: 20px;
padding-top: 10px;
padding-bottom: 10px;
height: 580px;
overflow: auto;
color: blue;
margin-bottom: 10px;
font-size: 12px;
background: white;
border-left: 1px #777777 solid;
}
#mappage table {
border-collapse:collapse;
margin: 0 auto;
padding: 0;
}
body#mappage table tr td {
padding: 0;
margin: 0;
}
#mappage #sidebar #travel {
color:red;
font-weight:bold;
}
#mappage #sidebar #rest {
color: #9be61a;
font-weight: bold;
}
#mappage ul {
text-align: center;
}
#mappage ul li {
display: inline;
padding: 15px 0px 10px 35px;
background: white;
}
#mappage #Tdays {
background: url('images/red-marker.gif') no-repeat white 8px;
}
#mappage #Rdays {
background: url('images/green-marker.gif') no-repeat white 18px;
padding-left: 45px;
padding-right: 10px;
}