body {
	padding: 0;
	margin: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #222222;
	color: #eeeeee;
	font-size: 12px;
}

a {
	color: #ffffff;
	text-decoration: none;
	outline: none;
	font-variant: small-caps;
}

a:hover {
	color: #ff6600;
	text-decoration: underline;
}

img {
	border: none;
}

h1 {
	margin: 0;
	padding: 0 0 0px 0;
	font-size: 16px;
	font-variant: small-caps;
	color: #ff6600;
}

h2 {
	margin: 0;
	padding: 20px 0 0 0;
	font-size: 14px;
	font-variant: small-caps;
	color: #ff6600;
}

.heading {
	width: 550px;
	height: 65px;
	background-repeat: no-repeat;
}

.heading h1 {
	display: none;
}

label {
	display: block;
	float: left;
	width: 150px;
	margin: 0 10px 0 0;
	text-align: right;
	font-weight: bold;
}

input, textarea, select {
	background-color: #292929;
	border: 1px solid #000000;
	font-size: 14px;
	padding: 2px 5px 2px 5px;
	color: #ff6600;
}

select {
	padding: 0;
}

table {
	border-collapse: collapse;
}

#container {
	margin: 0 auto;
	width: 765px;
	background-color: #494949;
	clear: both;
	overflow: auto;
	border: 1px solid #000000;
}

#header {
	margin: 0 0 10px 0;
	width: 765px;
	height: 223px;
	float: left;
	background-image: url(images/header_bg.jpg);
	background-repeat: no-repeat;
	clear: both;
	overflow: auto;
}

li.hdrLogin input{
	font-size: 11px;
}

li.hdrLogin {
	font-size: 10px;
	font-weight: normal;
}

li.hdrLogin input.radioInput {
	margin: 3px 2px 0 0;
}

#topNav {
	float: right;
	width: auto;
	text-align: right;
	clear: both;
	overflow: auto;
	font-size: .85em;
	letter-spacing: 1px
}

#topNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#topNav li {
	margin: 15px 7px 0 15px;
	float: left;
	font-weight: bold;
}

#topNav a:hover {
	color: #ff6600;
}

#bottomNav {
	float: right;
	width: 765px;
	margin-top: 148px;
	clear: both;
	overflow: auto;
}

#bottomNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#bottomNav li {
	margin: 10px 14px 0 14px;
	float: left;
	font-weight: bold;
}

#bottomNav a:hover {
	color: #ff6600;
}

div.hdrLogin1 {
	float: left;
	padding: 7px 10px 0 0;
	background-image: url(images/username_sm.jpg);
	background-position: 10% 2%;
	background-repeat: no-repeat;
}

div.hdrLogin2 {
	float: left;
	padding: 6px 0 0 0;
	background-image: url(images/password_sm.jpg);
	background-position: 2% 2%;
	background-repeat: no-repeat;
}

#mainContent {
	padding: 10px 20px 10px 20px;
	line-height: 22px;
	text-align: justify;
	clear: both;
	overflow: auto;
}

#mainContent a{
	font-variant: normal;
	text-decoration: underline;
}

img.info {
}

#contactForm {
	margin: 0 auto;
	width: 550px;
	margin-top: 30px;
}

#contactForm label{
	display: block;
	float: left;
	text-align: right;
	width: 200px;
	margin: 0 0 10px 0;
}

#contactForm textarea {
	width: 300px;
	height: 100px;
}

#contactSpecial {
	display: none;
}

.center {
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
}

#calendarBox {
	float: left;
	margin: 0 10px 10px 0;
	padding: 10px;
	border: 1px solid #000000;
	width: auto;
	background-color: #292929;
}

#calendar {
	margin: 0;
	font-weight: bold;
}

#calendar a{
		text-decoration: none;
}

#calendar th {
	text-align: center;
	background-color: #000000;
	border: 1px solid #000000;
}

#calendar th a{
	margin: 0 10px 0 10px;
	font-weight: bold;
	font-size: 16px;
}

#calendar th img{
	margin-bottom: -4px;	
}

#calendar td {
	border: 1px solid #000000;
	padding: 0 0 0 5px;
	width: 30px;
}

.resDate {
	background-color: #151515;
	color: red;
}

.dotw td{
	color: #ff6600;
	font-weight: normal;
	font-size: 10px;
}

.selectDate {
	background-color: #494949;
	color: #ff6600;
}

.vehicleList {
	margin: 0 0 20px 0;
	border: 1px solid #000000;
	clear: both;
	overflow: auto;
	padding: 10px;
	float: left;
	width: 700px;
	background-color: #292929;
}


.vehicleList img{
	float: left;
	margin: 0 10px 0 0;
	width: 300px;
	height: 186px;
}

.vehicleStats {
	float: left;
	width: 350px;
}

.vehicleStats ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 11px;
}

#resBox {
	float: right;
	width: 430px;
	margin-top: 20px;
}

.bold2{
	color: #ff6600;
	border: 1px solid #000000;
	background-color: #292929;
	padding: 0 5px 0 5px;
}

.reserveBttn {
	float: right;
}

.reserveBttn a img{
	border: 1px solid #000000;
	filter:alpha(opacity=100); 
	-moz-opacity: 1.0; 
	opacity: 1.0;	
}

.reserveBttn a:hover img{
	border: 1px solid #000000;
	filter:alpha(opacity=75); 
	-moz-opacity: 0.75; 
	opacity: 0.75;	
}

.myResBoxes {
	border: 1px solid #000000;
	margin: 0 0 20px 0;
	background-color: #292929;
	clear: both;
	overflow: auto;
	float: left;
	width: 722px;
}

.resDates {
	float: left;
	width: auto;
	padding: 10px;
	font-weight: bold;
	color: #ffffff;
}

.dateTitle {
	color: #ff6600;
}

.approval {
	text-align: center;
	background-color: #000000;
	border: 1px solid #ff6600;
	font-weight: bold;
}

.approved {
	text-align: center;
	background-color: #000000;
	border: 1px solid #00FF33;
	font-weight: bold;
	color: #ffffff;
}

.userListTitle {
	font-weight: bold;
}

.userList table {
	background-color: #292929;
	font-size: 11px;
}

.userList table tr td {
	border: 1px solid #000000;
	padding: 5px;
}

#footer {
	float: left;
	width: 765px;
	margin: 30px 0 0 0;
	padding: 25px 0 10px 0;
	background-image: url(images/footer_bg.jpg);
	background-repeat: no-repeat;
	font-size: 11px;
	color: #999999;
	text-align: center;
	font-variant: small-caps;
}

#footer a{
	margin: 0 10px 0 10px;
}

.forgotPassword {
	font-size: 11px;
	font-variant: small-caps;
	color: #ff6600;
}

.error {
	font-size: 11px;
	color: red;
}

.optionsBar {
	margin: 10px 0 0 0;
	text-align: right;
	width: 700px;
}

.optionsBar a{
	margin: 0 20px 0 20px;
	font-size: 16px;
}

.bigLink {
	font-size: 16px;
}

/* Tool Tips */

.tool-tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
	border: 1px solid #000000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #ff6600;
	padding: 8px 8px 4px;
	background: url(images/bubble.png) top left;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(images/bubble.png) bottom right;
}
 
.custom-tip {
	color: #000;
	width: 130px;
	z-index: 13000;
}
 
.custom-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #3E4F14;
	padding: 8px 8px 4px;
	background: #C3DF7D;
	border-bottom: 1px solid #B5CF74;
}
 
.custom-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #CFDFA7;
}