
* { margin: 0; padding: 0;}
body {
	font-size: 100.01%; 
	background-color:#efefef;
	/*background: #222 url(/images/page_bg.jpg) repeat 0 0;*/
	padding-bottom: 20px;
	font-family: "Lucida Grande", Verdana, sans-serif;
}

abbr, acronym, span.abbr { cursor: help; border-bottom: 1px dashed #000;}
a { text-decoration: underline;}
a:link { color: #013b50;}
a:visited { color: #013b50;}
a:hover, a:active, a:focus { color: #005270;}


/*  layout
******************************************************************/

#container { 
	margin: 0 auto; 
	max-width: 65em; 
	min-width: 940px;
	width:940px;
	position: relative;
	background-color: #fcfcfa; 
	color: #444;
	line-height: 1.4; 
	border-left: 1px solid #ccc; 
	border-right: 1px solid #ccc;
}
#content {
	border:0px solid red; 
	letter-spacing: -.5px;
	padding:0 1em;
}
#logo {
	height:58px;
}

#content table { width:100%;}

.clearme { clear: both;}
.center { text-align: center;}
.alignright { float: right;}
.alignleft { float: left;}


/*  navigation
******************************************************************/
.loginbar {
	display:block;
	font-size: 0.7em;
	float:right;
	padding-top:6px;
	margin-right:1em;
}

a.loginbar, a.loginbar:link, a.loginbar:visited { color: #f6f6f6;}
a.loginbar:hover, a.loginbar:active, a.loginbar:focus { color: #95cbe3;}

#menucontainer {
	background: #fff url(images/menu.gif) repeat-x 0 0;	
	border:0px solid red;
	z-index:2;

}
#menucontainer div {
	display:inline;
	z-index:2;

}

.menubar {
	background: #005270 url(images/menu.gif) repeat-x 0 0;	
	height:25px;
	font-size: 0.7em;
	z-index:2;
}

.menubar a { 	
	color:#f6f6f6;
	font-size: 0.7em; 
	font-weight: bold; 
	display:block;
	padding:0 1em;
}

.menuheaders {	
	border-left: 1px solid #035e80; 
	border-right: 1px solid #013244;
	z-index:2;
}

.menubar a:link, .menubar a:visited { color: #f6f6f6;}
.menubar a:hover, .menubar a:active, .menubar a:focus { color: #95cbe3;}

.menuitems {
	border:0px solid #013b50;
	background-color:#005270;
	font-size:.7em;
	z-index:2;
}

.menuitems a {
	color:#f6f6f6;
	display:block;
	padding:2px 10px;
	text-decoration:none;
	background-color:transparent;
}
.menuitems a:link, .menuitems a:visited { color: #f6f6f6;}

.menuitems a:hover {
	background-color:#013b50;
}

/*  headings
******************************************************************/
.saveform { 
	width: 30%;
	float:right;
	border:0px solid red; 
	margin-top:2.5em;
}
.saveform ul { 
	float: right; 
	width: 100%; 
	clear: both; 
	list-style-type: none; 
	height: 3em;
}

.saveform li { 
	float: left; 
	text-align: center; 
	width:70px;
}
.saveform a { 
	display: block; 
	float: left; 
	width: 100%; 
	padding:0; 
	font-size: 0.7em; 
	font-weight: bold; 
	text-decoration: none;
}
.saveform img{
	border:0;
}

h1 { 
	text-align: center;
	color:#013b50;
	margin: 1.5em 0 .5em;
	clear:both;
}

h3 {
	margin: 1em 0 .2em;
	padding-left:.7em;
}

/*  form
******************************************************************/
table.form th.sectionHeader {
	/*background-color:#efefef;*/
	font-size:1.1em;
	font-weight:bold;
	text-align:center;
	width:100%;
	/*padding:.2em 0 .2em;*/
	
}
.form {
	padding:2em;
}

table.form  {
	border-collapse: collapse;
	width:90%;
	font-size:.8em;
	border:0px solid #ccc;
	background-color:#edf4fb;
}
table.form  td, table.form  th {
	padding: .2em 0;
	vertical-align: top;	
	border-bottom: 1px dashed #c6d9f2;
	}
table.form  th {
	font-weight: normal;	
	text-align:left;
	padding-left: 1em;
	/*white-space:nowrap;*/
	}
table.form  td {
	white-space:nowrap;
}

table.form caption { 
	text-align:left;
	padding:1em 0 2em 1em;
}

table.form tfoot {
	background-color:#fff;
}
table.form tfoot td {	
	padding:2em 0;
}
/* inputs */

table.form  input, table.form textarea, table.form select { 
	width: 190px; 
	border: 1px solid #ccc;
	padding: 2px;
	height: 20px;
	font-size: 1.1em;
	font-weight: bold;
	color: #013b50;
	}
	
table.form select { 
	height: 25px; 
	width:196px;
	}
table.form  textarea {
	width: 200px;
	color: #013b50;
}
table.form  .checkbox input {
	width: 20px; 
	border: 0px;
}

.form .button {	
	text-align: center;	
	}
	
table.form label {
	padding:0;
	margin:0;
}

label {
	cursor: pointer;
	margin:0px;
}
	
label:hover {
		color: #951005;
	}
	
	
tr.noborder td, tr.noborder th {
	border:0;
	padding-bottom:0;	
}

tr.buttonrow td, tr.buttonrow th {
	padding:1em 0 0;
	text-align:left;
}

.fineprint {
	font-size: .7em;
}

tr.padtop td {
	padding-top:1.5em;
}

.form input.submit, input.submit{
	cursor:pointer;
	border:outset 1px #ccc;
	color:#666;
	font-weight:bold;
	padding:0 .5em;
	height:25px;
	vertical-align:middle;
	width:auto;
	background: #999 url(images/button_bg.gif) repeat-x left top;
}

input.checkbox {
	width:20px;	
}
/*  footer
******************************************************************/
#footer 
{
	clear: both; 
	overflow: hidden; 
	width: 100%; 
	font-size: 0.7em; 
	font-weight: bold; 
	line-height: 3.0; 
	color: #efefef; 
	padding: 2px 0;
}
#footer a:link, #footer a:visited { color: #95cbe3;}
#footer a:hover, #footer a:active, #footer a:focus { color: #95cbe3;}
#footer ul { 
	list-style-type: none; 
	float: left; 
	width: 100%; 
	border-top: 2px solid #ddd; 
	border-bottom:1px solid #14114c;
	background: #00668c url(images/footerbg.gif) repeat-x 0 0; 
	position: relative; 
	top: 2px; 
	white-space: nowrap;
}
#footer li { display: inline; padding: 0 15px;}


/*  general
******************************************************************/
.error, .message {
	margin:0em auto;
	width:420px;
	font-weight:bold;
	font-size:.7em;
	text-align:left;
}
.error li {
	color: #921b00;
	list-style-type:none;
}
.error { 
	background: #f0e4e2 url(images/exclamation.gif) 0 7px no-repeat;
	border:1px solid #921b00;
	color: #921b00;
	padding:1em 2em 1em 4em;
}
.requiredfield {
	color: #921b00;
}
.message {
	background: #cceec0 url(images/notification.gif) 4px 7px no-repeat;
	border: 1px solid #2f7018;	
	padding:1em 2em 1em 5em;
	color: #2f7018;
}
.texta {
 font-size: 10px;
 background-color: #CCCCCC;
 border: 1px solid #666666;
}

/*  progress indicators
******************************************************************/
.progress 
{
	text-align: center
}

/*  ModalPopup
******************************************************************/

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
}

.validatorCalloutHighlight 
{
    background-color: lemonchiffon;
}

/* Pushpins

/* Set the appropriate z-index.  
Pushpin layer ID and pushpin class is hardcoded here. 
Z-index is smaller by one than the default pushpin z-index set by VE.*/

#msftve_1002 .VEAPI_Pushpin{z-index:997 !important;}
#msftve_1004 .VEAPI_Pushpin{z-index:996 !important;}

.VEAPI_Pushpin{ text-decoration: none;}         
.bluePinStyle{ position:static; background:url('../../images/Tracking/bluepin.png') no-repeat 0 0; height:20px; width:20px; color:#fff; text-align:center; font: bold 12px Arial; cursor: pointer; }
.bluePinStyle .text{ position: static; top:2px;} 

.blackPinStyle{ position:static; background:url('../../images/Tracking/blackpin.png') no-repeat 0 0; height:20px; width:20px;color:#fff; text-align:center; font: bold 12px Arial; cursor: pointer;}
.blackPinStyle .text{ position: static; top:2px;} 

.darkBluePinStyle{ position:static; background:url('../../images/Tracking/darkbluepin.png') no-repeat 0 0; height:20px; width:20px;color:#fff; text-align:center; font: bold 12px Arial; cursor: pointer;}
.darkBluePinStyle .text{ position: static; top:2px;} 

.redPinStyle{ position:static; background:url('../../images/Tracking/redpin.png') no-repeat 0 0; height:20px; width:20px; color:#fff; text-align:center; font: bold 8px Arial; cursor: pointer; }
.redPinStyle .text{ position: static; top:2px;}   

.greenPinStyle{ position:static; background:url('../../images/Tracking/lightbluepin.png') no-repeat 0 0; height:20px; width:20px; color:#000; text-align:center; font: bold 12px Arial; cursor: pointer; }
.greenPinStyle .text{ position: static; top:2px;}          

.truckPinStyle{ position:relative; background:url('../../images/Tracking/blackpin2.png') 0 0;height:16px; color:#fff; text-align:center; font: bold 10px Arial; cursor: pointer; float:right; } 
.truckPinStyle .text{ position: relative; top:1px; white-space:nowrap}

.boldText{ color:#000; font: bold 12px Arial;}
.regularText{ color:#000; font: 12px Arial;}    
.whiteText{ color:#fff; font: 12px Arial; text-align:right; top:25px; cursor:pointer;} 

.listas { 
	height: 65px; 
	width:196px;
	}

/*modal popup form*/

.modalpopupform {
	padding:.5em;
}

table.modalpopupform  {	
	background-color:#edf4fb;
	width:550px;
}

table.modalpopupform  td, table.form  th {
	padding: .2em 0;
	vertical-align: top;	
	border-bottom: 1px dashed #c6d9f2;
}
	
table.modalpopupform  th {
	font-weight: bold;	
	text-align:left;
	padding-left: 1em;
	white-space:nowrap;
	border-bottom: 1px dashed #c6d9f2;
}
table.modalpopupform  td 
{
	padding-left: 1em;
	font-weight: normal;		
}

.markerLabel
{
	color:White;
	font-size:smaller;
	font-weight:bold;
}


#ctl00_MainContent_grid_FPW
{
	width: 50px!important;
}
