﻿body 
{
	background-color: #666666;
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, Georgia, Segoe UI, Arial;
	font-size: small;
	margin: 0 0 30px 0;
	padding: 0px;
}

a
{
	color: #FF6702;
	text-decoration: none;
}

a:hover
{
	color: #FF6702;
	text-decoration: underline;
}

select
{
	border: 1px solid gray;
}

/*
Georgia, 
*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	width:400px;
	height:400px;
}


div
{
/*
	border: 1px solid black;
*/
}


#Container
{
	background-color: White; 
	margin: 0 auto; 
	position: relative; 
	top: 15px; 
	width: 790px;
}

#Header, .Header 
{
	background-repeat: no-repeat;
	height: 120px;
/*
	margin: 0 0 48px 0;
*/
	position: relative;
	width:790px;
	z-index: 9;
}

.Menu
{
	height: 42px;
 	margin-left: 10px;
	width: 772px;
}

.Menu a
{
	color: White;
	font-weight: bold;
	text-decoration: none;
}

.Menu a:hover
{
	color: black;
	font-weight: bold;
	text-decoration: none;
}

#Footer, .Footer
{
	background-repeat: no-repeat;
	height: 24px;
	position: relative;
	width:790px;
	z-index: 9;
}

.ImageButton
{
	margin-bottom: 5px;
}

.PopupTitleImage
{
	margin-bottom: 10px;
}

.PopupButton
{
	/* Add 2px to the 33px height of button images, total = 35px */
	margin-top: 2px;
}

.SearchResult
{
	width: 100%;
}

.SearchResult th
{
	text-align: left;
}

.NumberOfDrivers td th
{
	text-align: center;
}

td.SearchResultCost
{
	font-size: large;
	font-weight: bold;
	text-align: center;
}

.TextBox
{
	font-family: Courier New;
	xborder: 1px solid gray;
}

.DropDownList
{
	font-family: Courier New;
}

.WizardFormLabel, .TaxiProfileFormLabel
{
	color: #333333;
	font-size: 8pt;
}

/*
.FormLabel
{
}
*/

.TaxiProfileFormLabel
{
	width: 130px;
}

/* ProfileForm.css */
.ProfileForm th
{
	color: #696969;
	text-align: left;
	vertical-align: middle;
}


.VehicleForm th
{
	color: #696969;
	text-align: left;
	vertical-align: middle;
	padding-top: 5px;
}

.VehicleForm td
{
}

/* Form.css */
.PageForm th
{
	color: #696969;
	text-align: left;
	vertical-align: top;
}

.PageForm td
{
}

.PageForm th span
{
	color: #696969;
	font-weight: bold;
}

.PopupForm td
{
}

.PopupForm th
{
	color: #333333;
	font-size: 8pt;
	text-align: left;
}

.PopupForm th span
{
	color: #333333;
	font-size: 8pt;
	font-weight: bold;
}

/* StandardGrid.css */
.StandardGrid td
{
}

.StandardGrid th
{
	color: #808080;
}

.StandardGrid a
{
	color: #FF850A;
}

/* SmallGrid.css */
.SmallGrid td
{
	font-size: 8pt;
}

.SmallGrid th
{
	color: #808080;	
	font-size: 8pt;
}

.SmallGrid a
{
	color: #FF850A;
}

/*  */

.TenderAmounts
{
	font-size: 8pt;
	text-align: center;
}


.Validator
{
	padding: 5px;
}