﻿body {
	min-width: 780px;
	margin: 0;
	padding: 0;
	border: 10;
	text-align: center;
	font-family:Arial;
	font-size: 85%;
	color: #666666;
	background-image: url(bg.jpg);
	background-repeat:repeat-x;
}		

h1, h2, h3, h4, h5, h6 {color: #0066CB;}

h1 {
	margin-left: -39px;
	padding-top: 10px;
	padding-left: 10px;
	margin-top: -25px;
	font-size: 2.0em;
	font-weight: normal;
	width:718px;
}
h2 {
	clear: both;
	margin: 1.2em 0em 1.2em -1em;
	font-size: 1.7em;
	font-weight: normal;
}
h3 {
	margin: 1.2em 0em 1.2em -1em;
	font-size: 1.4em;
	font-weight: normal;
}
h4 {
	margin: 1.2em 0em 1.2em -1em;
	font-size: 1.2em;
	font-weight: bold;
}
h5 {
	margin: 1.2em 0em 1.2em -1em;
	font-size: 1.0em;
	font-weight: bold;
}
h6 {
	font-size: 0.8em;
	font-weight: bold;
}
pre {
	font-family: monospace;
	font-size: 1.0em;
}

#mainwrapper {			
	margin: 0 auto;
	width: 780px;
	text-align: left;
}
#topHeader {
	height: 10px;
	background-image: url(top_shadow.png);
	background-repeat: no-repeat;
}

#bottomHeader {
	height: 20px;		
	background-image: url(bottom_shadow.png);
	background-repeat: no-repeat;
	margin-bottom:-10px;
}

#header {
	position: relative;
	margin-left: 0px;
	margin-bottom: 0px;
	width: 780px;
}

#headingName {
	font-size: 24px;
	color: #FFFFFF;
	margin-left: 9px;
	padding: 10px;
	margin-top: -15px;
	font-size: 2.0em;
	font-weight: normal;
	width:718px;
	background-color: #8CA7BB;	
}

#heading {
	font-size: 24px;
	color: #333399;
	margin-left: 0px;
	padding: 10px;
	margin-top: -15px;
	font-weight: normal;
	width:718px;
}

#subHeadingDesc {
	color: #8CA7BB;
	font-size: 14px;
	margin-left: 9px;
	margin-right: 30px;
	padding: 10px;
}
#menuArea {
	color: #8CA7BB;
	font-size: 12px;
	margin-left: 7px;
	margin-right: 2px;
	padding: 2px;
}

.clearfix:after {
  content: "."; 
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.textbox
{
	font-size:9pt;
}
#topContent {
	height: 20px;
	width:800px;
	background-image: url(content_top.jpg);
	background-repeat: no-repeat;
	margin-bottom:-10px;
}

#bottomContent {
	height: 20px;		
	width:800px;
	background-image: url(content_bottom.jpg);
	background-repeat: no-repeat;
}

#content {
	position:relative;
	margin-top:0px;
	width:800px;
	background-image: url(content_bg.jpg);
	background-repeat: repeat-y;
}
#copy {			
	position:static;
	margin-top:2px;
	margin-left:3px;
	margin-right:3px;
	padding: 0 1em 0.3em;
	color:Black;
}

#copy p {
	font-size: 1.0em;
	line-height: 1.8em;
}

* html #copy {padding:0 5em 4em 2em;}

.table {
	border:0px solid #8CA7BB;
	border-collapse:collapse;
	width:100%;
	}

.table td 
{
	padding: 0px 0px 0px 0px;
	font-size:10pt;
}
.table_selectDates
{
	border:0px solid #8CA7BB;
	border-collapse:collapse;
	width:500px;
}
.table_selectDates td 
{
	font-size:10pt;
}
.table_trackVehicles
{
	border:0px solid #8CA7BB;
	border-collapse:collapse;
	width:300px;
}
.table_trackVehicles td 
{
	padding: 5px 5px 5px 5px;
	font-size:10pt;
}
.table_trackOrders
{
	border:0px solid #8CA7BB;
	border-collapse:collapse;
	width:300px;
}
.table_trackOrders td 
{
	padding: 5px 5px 5px 5px;
	font-size:10pt;
}

.content-left {
	float:left;
	width:240px;
	margin-left: 10px;
	padding:4px 0px 4px 0px;
	}

.content-right {
	float:left;
	padding:4px 7px 4px 0px;
	width:490px;
	border-left:1px solid #A7A7A7;
	}
	
.Menu_NodeStyle
{
	color:Black;
	font-family:"Verdana";
	font-size:8pt;
	padding:0px 5px 0px 5px;
}

.Menu_HoverNodeStyle
{
	background-color:#CCCCCC;
	border:solid 1px #888888;
}

.Menu_SelectedNodeStyle
{
	 font-weight:bold;
	 color:#0066CB;
}

.roundedDivBorder
{
	border:Solid 1px Blue;
	padding:4px 4px 4px 4px;
}

.divSelectCriteria
{
	border:1px;
	border-style: solid; 
	border-color: gray;
}
.title
{
	color: Black;
	font-size: 0.8em;
	font-weight: bold;
}
.urlOutput
{
	border-style:solid;
	border-bottom-color:Gray;
	border-width:1px;
	background-color:InactiveCaptionText;
	height:60px;
	width:690px;
	overflow:scroll;
}

/*rounded div*/
.t {background: url(dot.gif) 0 0 repeat-x; width: 20em}
.b {background: url(dot.gif) 0 100% repeat-x}
.l {background: url(dot.gif) 0 0 repeat-y}
.r {background: url(dot.gif) 100% 0 repeat-y}
.bl {background: url(bl.gif) 0 100% no-repeat}
.br {background: url(br.gif) 100% 100% no-repeat}
.tl {background: url(tl.gif) 0 0 no-repeat}
.tr {background: url(tr.gif) 100% 0 no-repeat; padding:10px}
/*rounded div*/

.requiredField
{
	font-size:10pt;
	color:Red;
}

/*ajax calendar*/
.cal_Theme1 .ajax__calendar_container   
{    background-color: #e2e2e2;     border:solid 1px #cccccc;}
.cal_Theme1 .ajax__calendar_header  
{    background-color: #ffffff;     margin-bottom: 4px;}
.cal_Theme1 .ajax__calendar_title,
.cal_Theme1 .ajax__calendar_next,
.cal_Theme1 .ajax__calendar_prev   
 {    color: #004080;     padding-top: 3px;}
 .cal_Theme1 .ajax__calendar_body    
 {    background-color: #e9e9e9;     border: solid 1px #cccccc;}
 .cal_Theme1 .ajax__calendar_dayname 
 {    text-align:center;     font-weight:bold;     margin-bottom: 4px;     margin-top: 2px;}
 .cal_Theme1 .ajax__calendar_day 
 {    text-align:center;}
 .cal_Theme1 .ajax__calendar_hover .ajax__calendar_day,
 .cal_Theme1 .ajax__calendar_hover .ajax__calendar_month,
 .cal_Theme1 .ajax__calendar_hover .ajax__calendar_year,
 .cal_Theme1 .ajax__calendar_active  
 {    color: #004080;     font-weight: bold;     background-color: #ffffff;}
 .cal_Theme1 .ajax__calendar_today  
  {    font-weight:bold;}
  .cal_Theme1 .ajax__calendar_other,
  .cal_Theme1 .ajax__calendar_hover .ajax__calendar_today,
  .cal_Theme1 .ajax__calendar_hover .ajax__calendar_title
   {    color: #bbbbbb;}
   
a {
	font-weight: bold;
}
a:link {
	color: #333399;
}
a:visited {
color:#333399;
}
