﻿.foo
{
}
/* W3C CSS validator likes CSS files to start with a class */

body
{
	margin: 0;
	padding: 0;
	font-family: Verdana, Helvetica, sans-serif;
	text-align: center;
}
body.left
{
	text-align: left;
	margin: 8px;
}
div#wrapper
{
	margin: 0 auto;
	width: 700px;
	text-align: left;
}
div#header
{
	padding-top: 5px;
	width: 100%;
}
div#primaryMenu
{
	margin-top: 3px;
	margin-bottom: 3px;
}
div#primaryContent
{
}
div#leftContent
{
	float: left;
	width: 122px;
}
.clear
{
	clear: both;
}
.hidden
{
	display: none;
}
img
{
	border-width: 0px;
	margin: 14px 0px 14px 0px;
}
img.tight
{
	border-width: 0px;
	margin: 2px 0px 2px 0px;
}
img.calendar
{
	border-width: 0px;
	margin: 0px;
}

div#footer
{
	clear: both;
	float: left;
	width: 100%;
	background-color: #265ba1;
	color: #ffffff;
	text-align: center;
	margin-top: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 70%;
}
div#footer a:link, div#footer a:active, div#footer a:visited
{
	text-decoration: none;
	border-bottom: 1px dotted #ffffff;
	color: #ffffff;
}
div#footer a:hover
{
	text-decoration: none;
	color: #000000;
}
div#footer2
{
	clear: both;
	float: left;
	width: 98%;
	text-align: right;
	padding-top: 3px;
	padding-bottom: 5px;
	font-size: 55%;
}
div#footer2 a:link, div#footer2 a:active, div#footer2 a:visited
{
	text-decoration: none;
	border-bottom: 1px dotted Gray;
	color: Gray;
}
div#footer2 a:hover
{
	text-decoration: none;
	color: #eea606;
}

/*** Home Page ***/

.homepage div#logo
{
	background: #fff url(images/top_logo.jpg) no-repeat left top;
	height: 130px;
}

.homepage div#Content
{
	float: left;
	background: #255ba1 url(images/home_bus_lane.jpg) no-repeat left top;
	border: solid 1px #aec6e2;
	font-size: 80%;
	width: 550px;
	height: 577px;
}
.homepage div#Content h1
{
	font-size: 130%;
	margin: 250px 0 0 100px;
	color: #eea606;
}
.homepage div#Content h2
{
	font-size: 130%;
	margin: 20px 0 0 100px;
	color: #eea606;
}
.homepage div#Content p
{
	margin: 0;
	padding: 8px 60px 5px 100px;
	color: #ffffff;
}

.homepage div#Quote
{
	float: right;
	background: #fff url(images/quote.jpg) no-repeat left top;
	border: solid 1px #aec6e2;
	width: 143px;
	height: 226px;
}
.homepage div#WhySettleImage
{
	float: right;
	margin-top: 4px;
	border: solid 1px #aec6e2;
	width: 143px;
	height: 181px;
}
.homepage div#WhySettleImage img
{
	margin: 0px;
}
.homepage div#news
{
	float: right;
	margin-top: 4px;
	height: 157px;
	width: 143px;
}


/*** Standard ***/

.standard div#logo
{
	background: #fff url(images/top_logo.jpg) no-repeat left top;
	height: 125px;
}

.standard div#login
{
	position: relative;
	float: right;
	text-align: right;
	margin-top: -80px;
	margin-right: 15px;
	font-size: 65%;
	color: White;
}
.standard div#login a:link, .standard div#login a:active, .standard div#login a:visited
{
	text-decoration: underline;
	color: White;
}
.standard div#login a:hover
{
	text-decoration: none;
	color: White;
}

.standard div.orange
{
	float: left;
	background: #fff url(images/home_news.jpg) repeat-y left top;
	border: solid 1px #aec6e2;
	width: 100%;
	font-size: .7em;
	color: #062c73;
}
.standard div.orange h2
{
	margin: 16px 0px 8px 8px;
	font-size: 110%;
}
.standard div.orange p
{
	margin: 0px 8px 0px 8px;
	padding: 0px;
}
.standard div.orange ul
{
	margin-top: 0px;
	text-indent: 0px;
	margin-left: 20px;
	padding-left: 0px;
}
.standard div.orange a:link, .standard div.orange a:active, .standard div.orange a:visited
{
	text-decoration: none;
	color: #062c73;
}
.standard div.orange a:hover
{
	text-decoration: none;
	color: #eea606;
}
.standard div#DemoFaqImage
{
	float: right;
	width: 540px;
}

.standard div#ContentWrapper
{
}
.standard div#Content
{
	float: right;
	background: #fff url(images/2nd_content.jpg) repeat-y left top;
	border: solid 1px #aec6e2;
	font-size: 80%;
	width: 570px;
	height: auto;
}
.standard div#Content .left
{
	float: left;
	width: 280px;
}
.standard div#Content .right
{
	float: left;
	width: 280px;
}
.standard div#ContentFull
{
	float: left;
	background: #fff url(images/2nd_content.jpg) repeat-y left top;
	border: solid 1px #aec6e2;
	font-size: 80%;
	width: 100%;
	height: auto;
}
.standard div#ContentFull .left
{
	float: left;
	width: 350px;
}
.standard div#ContentFull .right
{
	float: left;
	width: 350px;
}
.standard div#ContentFull .leftExtra
{
	float: left;
	width: 392px;
	font-size: 85%;
	margin: 10px 10px 0px 0px;
	border-right: solid 1px #aec6e2;
}
.standard div#ContentFull .rightExtra
{
	float: left;
	width: 285px;
	font-size: 85%;
}

.standard h1
{
	font-size: 125%;
	margin: 15px 30px 5px 30px;
	color: #eea606;
}
.standard h1.divide
{
	width: 90%;
	padding-bottom: 6px;
	margin-bottom: 20px;
	border-bottom: solid 1px #aec6e2;
}
.standard h1.small
{
	font-size: 115%;
	margin: 15px 30px 0px 30px;
	color: #6e94c3;
}
.standard h2
{
	font-size: 115%;
	margin: 15px 30px 0px 30px;
	color: #6e94c3;
}
.standard h3
{
	font-size: 115%;
	margin: 15px 30px 0px 45px;
	color: #6e94c3;
}
.standard h3.sub
{
	font-size: 105%;
	margin: 15px 30px 0px 45px;
	color: #6e94c3;
}
.standard h3.longText
{
	font-size: 105%;
	margin: 15px 30px 0px 30px;
	color: Black;
}
.standard p
{
	margin: 0px 0px 8px 0px;
	padding: 0px 30px 5px 30px;
}
.standard hr
{
	margin: 10px 30px 10px 30px;
	color: #eea606;
}
.standard .indent
{
	padding: 0px 30px 5px 30px;
}
.standard .center
{
	text-align: center;
}
.standard .spacer
{
	width: 100%;
	height: 4px;
}
.standard div.floatLeft
{
	float: left;
}
.standard li.none
{
	list-style-type: none;
}

.standard .product h2
{
	margin-top: 30px;
}
.standard .product p.important
{
	margin: 0;
	padding: 16px 30px 8px 30px;
	color: #062c73;
	font-weight: bold;
}
.standard .product p.narrative
{
	margin: 6px 35px 12px 35px;
	color: #646464;
	font-style: italic;
	line-height: 170%;
}
.standard .product p
{
	margin: 0px 0px 12px 0px;
	padding: 0px 30px 0px 30px;
	color: #062c73;
	font-size: 85%;
	line-height: 150%;
}
.standard .product ul
{
	margin: 0px 0px 0px 30px;
	padding: 0px 30px 0px 30px;
}
.standard .product li
{
	margin-top: 6px;
	font-size: 85%;
}
.standard .product li li
{
	font-size: 100%;
}

.standard div#news
{
	padding: 2px 0 12px 10px;
	width: 113px;
}
div#news
{
	background: #fff url(images/home_news.jpg) repeat-y left top;
	border: solid 1px #aec6e2;
	color: #062c73;
}
div#news h2
{
	font-size: 70%;
	margin: 16px 0 8px 8px;
	color: #062c73;
}
div#news p
{
	font-size: 60%;
	margin: 0;
	padding: 6px 8px 8px 8px;
}
div#news p a:link, div#news p a:active, div#news p a:visited
{
	text-decoration: underline;
	color: #062c73;
}
div#news p a:hover
{
	text-decoration: none;
	color: Green;
}

.standard .article ol
{
	margin: 0px 0px 0px 30px;
	padding: 0px 30px 0px 30px;
}
.standard .article li
{
	margin-top: 6px;
}

.standard div.toggleList
{
	margin: 15px 30px 0px 30px;
}
.standard div.toggleList ul
{
	list-style: none;
	margin-top: 0px;
	margin-bottom: 0px;
}
.standard div.toggleList ol
{
	margin-top: 0px;
	margin-bottom: 0px;
}
.standard div.toggleList ol.hide
{
	display: none;
}
.standard div.toggleList ol.show
{
	display: block;
}
.standard div.toggleList li
{
	margin-top: 8px;
	margin-left: 20px;
}
.standard div.toggleList li.disc
{
	list-style: disc;
}
.standard div.toggleList div
{
	margin-top: 8px;
}
.standard div.toggleList span
{
	padding-left: 18px;
	color: #062c73;
}
.standard div.toggleList span.hide
{
	background: url(images/plus.gif) no-repeat left center;
}
.standard div.toggleList span.show
{
	background: url(images/minus.gif) no-repeat left center;
}

.standard ol.faq li
{
	margin: 15px 30px 0px 30px;
	font-weight: bold;
	color: #062c73;
}
.standard ol.faq a.top:link, .standard ol.faq a.top:active, .standard ol.faq a.top:visited
{
	font-size: 80%;
	text-decoration: none;
	color: #6e94c3;
}
.standard ol.faq a.top:hover
{
	font-size: 80%;
	text-decoration: none;
	color: #eea606;
}
.standard ol.faq .answer
{
	font-weight: normal;
	color: #000;
}
.standard ol.faq .answer li
{
	margin: 6px 0px 0px 0px;
	font-weight: normal;
	color: #000;
}
.standard ol.faq .answer ol li
{
	list-style-type: lower-roman;
}
.standard ol.faq .answer li ol li
{
	list-style-type: lower-alpha;
}

div.requiredMessage
{
	float: right;
	color: #00C000;
	text-align: right;
	padding-right: 40px;
}

div.requirements
{
	margin: 6px 20px 0px 70px;
}
div.requirements h2
{
	font-size: 90%;
	margin: 4px 0px 0px 0px;
	color: #000000;
}
p.quote
{
	font-size: 88%;
	margin: 6px 40px 0px 40px;
	font-weight: bold;
}
p.quoteAuthor
{
	color: Gray;
	font-size: 88%;
	width: 85%;
	text-align: right;
	margin: 2px 0px 16px 0px;
}
p.quoteBasic
{
	margin: 6px 40px 12px 40px;
	font-style: italic;
}

/*** Forms ***/

table.form
{
	text-align: left;
	width: 95%;
	border-width: 0px;
	margin-left: 30px;
}
table.form th, table.form td
{
	border-width: 0px;
}
table.form td.label
{
	text-align: right;
	width: 40%;
	padding-right: 4px;
}
table.form td.requiredMessage
{
	color: #00C000;
	text-align: right;
	padding-right: 40px;
}
div.submit
{
	clear: both;
	text-align: center;
	border-top: solid 3px #aec6e2;
	margin: 20px 20px 15px 20px;
	padding-top: 8px;
}
div.submit input
{
	width: 140px;
}
div.validationSummary
{
	margin: 0 0 0 30px;
}

.width100
{
	width: 100%;
}
.width80
{
	width: 80%;
}
.width75
{
	width: 75%;
}
.width60
{
	width: 60%;
}
.width55
{
	width: 55%;
}
.width45
{
	width: 45%;
}
.width40
{
	width: 40%;
}
.width30
{
	width: 30%;
}
.width20
{
	width: 20%;
}
.error
{
	color: red;
}
.comment
{
	color: Green;
}
.tooltip
{
	background: url("images/alert.gif") no-repeat 0 0;
	cursor: help;
	text-decoration: none;
	margin-left: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
}
span.required
{
	color: #00C000;
}

.FormGroup
{
	float: left;
	padding: 0px 30px 0px 30px;
}
.FormField
{
	float: left;
	padding-left: .8em;
	margin-bottom: 8px;
}
.FormField label
{
	font-size: 95%;
}
.FormField label.block
{
	display: block;
}
.FormField label.inline
{
	display: inline;
}
.FormField .validatorMessage
{
	margin-left: 2px;
}
.labelFixed100 .FormField label
{
	float: left;
	text-align: right;
	padding-right: 6px;
	padding-top: 4px;
	width: 100px;
}
.labelFixed150 .FormField label
{
	float: left;
	text-align: right;
	padding-right: 6px;
	padding-top: 6px;
	width: 150px;
}
div.buttons
{
	clear: both;
	border-top: solid 3px #aec6e2;
	margin: 20px 0px 4px 0px;
	padding: 8px 0px 10px 20px;
	width: 80%;
}
div.seperator
{
	clear: both;
	background-color: #e1e9f4;
	border: solid 1px #aec6e2;
	margin: 15px 0px 10px 4px;
	padding: 4px 12px 4px 12px;
	width: 80%;
}
div.seperator p
{
	margin: 0;
	padding: 0;
	font-size: 80%;
	font-weight: bold;
}

fieldset
{
	clear: both;
	border: 1px solid #aec6e2;
	font-size: 100%;
	padding: 0 0 20px 0;
	margin: 10px 50px 0 50px;
}
fieldset legend
{
	color: #aec6e2;
	font-size: 110%;
	font-weight: bold;
	text-indent: 5px;
}
fieldset div
{
	clear: left;
	display: block;
	width: 580px;
	margin: 5px 0 0 0;
}
fieldset label
{
	display: block;
	float: left;
	width: 200px;
	padding: 3px 0 0 0;
	text-align: right;
}
fieldset input.inputText
{
	width: 160px;
	margin: 0 0 0 15px;
}
fieldset span.Validation
{
	margin: 0 0 0 15px;
}

fieldset div.optionList
{
	padding: 0 0 15px 0;
	clear: both;
	float: right;
	width: 480px;
}
fieldset div.optionList .header
{
	width: auto;
}
fieldset div.optionList input
{
	width: 40px;
	margin: 5px 0 0 30px;
}
fieldset div.optionList input.inputText
{
	width: 200px;
	margin: 0 0 0 5px;
}
fieldset div.optionList label
{
	display: inline;
	float: none;
	width: auto;
	padding: 3px 0 0 0;
	text-align: left;
	font-weight: normal;
}
fieldset div.optionList span label
{
	width: auto;
}
fieldset div.optionList .other
{
	width: auto;
	padding: 0 0 0 70px;
}
fieldset div.optionList .other label
{
	width: auto;
}
fieldset div.comments
{
	padding: 10px 0 0 0;
	clear: both;
	float: right;
	width: 480px;
}
fieldset div.comments .header
{
	width: auto;
}
fieldset div.comments textarea
{
	margin: 5px 0 0 40px;
}

/* RadGrid */
.RadGrid 
{
    margin-top: 10px;
}
.RadGrid .rgCommandRow .heading
{
    float: left;
    font-weight: bold;
    font-family: Arial, Verdana, Sans-serif;
    font-size: 1.2em;
    margin-left: 4px;
    width: 60%;
}
.RadGrid .rgCommandRow .add
{
    font-size: 1em;
    float: right;
    margin-right: 4px;
    text-align: right;
    width: 35%;
}
.RadGrid .rgCommandRow .add a:link,
.RadGrid .rgCommandRow .add a:active,
.RadGrid .rgCommandRow .add a:visited {
    text-decoration: underline;
    color: #062C73;
}

/*** Standard Left Images ***/

.standard div#twoColumnBackground
{
	float: left;
	width: 100%;
	background: #fff url(images/home_client_login.jpg) repeat-y left top;
}

.standard div.LeftSpacer
{
	width: 100%;
	height: 4px;
	background-color: White;
}
.standard div#ContactImage
{
	border: solid 1px #aec6e2;
	background: #fff url(images/contact.jpg) no-repeat left top;
	width: 100%;
	height: 221px;
}
.standard div#Contact2Image
{
	border: solid 1px #aec6e2;
	background: #fff url(images/contact2.jpg) no-repeat left top;
	width: 100%;
	height: 123px;
}
.standard div#AboutUsImage
{
	border: solid 1px #aec6e2;
	background: #fff url(images/about_us.jpg) no-repeat left top;
	width: 100%;
	height: 336px;
}
.standard div#AboutUs2Image
{
	border: solid 1px #aec6e2;
	background: #fff url(images/about_us2.jpg) no-repeat left top;
	width: 100%;
	height: 296px;
}
.standard div#SupportImage
{
	border: solid 1px #aec6e2;
	background: #fff url(images/support.jpg) no-repeat left top;
	width: 100%;
	height: 140px;
}
.standard div#SchedulingImage
{
	border: solid 1px #aec6e2;
	background: #fff url(images/scheduling.jpg) no-repeat left top;
	width: 100%;
	height: 237px;
}
.standard div#Scheduling2Image
{
	border: solid 1px #aec6e2;
	background: #fff url(images/scheduling2.jpg) no-repeat left top;
	width: 100%;
	height: 269px;
}
.standard div#DriverRecordsImage
{
	border: solid 1px #aec6e2;
	background: #fff url(images/driver_records.jpg) no-repeat left top;
	width: 100%;
	height: 505px;
}
.standard div#MaintenanceImage
{
	border: solid 1px #aec6e2;
	background: #fff url(images/maintenance.jpg) no-repeat left top;
	width: 100%;
	height: 227px;
}
.standard div#Maintenance2Image
{
	border: solid 1px #aec6e2;
	background: #fff url(images/maintenance2.jpg) no-repeat left top;
	width: 100%;
	height: 197px;
}
.standard div#WhySettleImage
{
	float: right;
	margin: -50px 20px 10px 10px;
	width: 143px;
	height: 181px;
}
.standard div#JackOfAllImage
{
	margin: 20px 10px 0px 0px;
	background: #fff url(images/jack_of_all.jpg) no-repeat left top;
	width: 265px;
	height: 370px;
}
.standard div#EasyTripVideoImage
{
	float: right;
	margin: 20px 40px 10px 0px;
	width: 217px;
	height: 161px;
	text-align: center;
}
.standard div#EasyTripVideoImage a:link, .standard div#EasyTripVideoImage a:active, .standard div#EasyTripVideoImage a:visited
{
	font-size: 115%;
	font-weight: bold;
	color: #6e94c3;
}
