﻿.style4
{
	font-family:Tahoma;
	font-size:12px;
}
.ListItem
{
	list-style-type: square;
	font-size: 10px;
	font-weight:bold;
	font-family: Tahoma;
	color:Navy;
}
.submitButton
{
	border-style: none;
	margin: 0px;
	font-family: Tahoma;
	cursor: hand;
	color: white;	
	background-color: #ff6600;
	font-weight: bold;	
}

.VehicleButton
{
	font-family: Arial;
	font-size:9px;
	font-weight:bold;
	cursor: hand;
	color:Navy;
	position: absolute;
	background-color:Silver;
	font-weight: normal;
	text-align: left;
	padding-left: 10px;
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-top: none;
}

.mainMenu
{
	text-align: center;
}

.mainHeader
{
	top: 20px;
	left: 15px;
	color: Maroon;
	position: absolute;
	font-family: Tahoma;
	font-weight: bold;
	font-size: larger;
}
.subHeader
{
	background-color: Black;
	text-align: center;
	font-weight: normal;
	font-family: Tahoma;
	vertical-align: middle;
	color: White;
	font-size: small;
}
.infoTitle
{
	color: Navy;
	font-family: Arial;
	font-size: 12px;
}
.information
{
	font-weight: normal;
	font-family: Tahoma;
	vertical-align: middle;
	font-size: 12px;
	color: #ff6633;
}

.MyCalendar .ajax__calendar_container
{
	border: 1px solid #646464;
	background-color: #ffc884;
	color: red;
	position: absolute;
	z-index: 360;
}
.MyCalendar .ajax__calendar_other .ajax__calendar_day, .MyCalendar .ajax__calendar_other .ajax__calendar_year
{
	color: black;
}
.MyCalendar .ajax__calendar_hover .ajax__calendar_day, .MyCalendar .ajax__calendar_hover .ajax__calendar_month, .MyCalendar .ajax__calendar_hover .ajax__calendar_year
{
	color: black;
}
.MyCalendar .ajax__calendar_active .ajax__calendar_day, .MyCalendar .ajax__calendar_active .ajax__calendar_month, .MyCalendar .ajax__calendar_active .ajax__calendar_year
{
	color: black;
	font-weight: bold;
}

.inputTitle
{
	color: #ff0000;
	font-family: Arial;
	font-size: 10px;
}

.vehicleNameHeader
{
	color: Black;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}

.vehicleDescriptionHeader
{
	color:Navy;
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
}
.inputTextBox
{
	color: Navy;
	font-family: Arial;
	font-size: 11px;
}

.link
{
	font-family: Arial;
	font-size: small;
	color: black;
}

div.mainContent
{
	position: absolute;
	border-color: Silver;
	border-width: 2px;
	border-style: solid;
	width: 505px;
	height: 445px;
	left: 0px;
	top: 3px;
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	visibility: visible;
	letter-spacing: 0px;
	line-height: 20px;
	word-spacing: 3px;
	padding: 10px;
	overflow: auto;
	background-repeat: no-repeat;
}
h1
{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	background-color: #CCCCCC;
	text-align: center;
	line-height: 25px;
}
h3.location
{
	color: #ff6600;
	font-size: 12px;
	font-family: Tahoma;
	font-style: normal;
	font-weight: bold;
	line-height: 1px;
}
h3.guide
{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	background-color: #CCCCCC;
	text-align: left;
	line-height: 25px;
}

a.link
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
a.link:hover
{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: #FF6600;
}

