
* { 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;
	
	
	/*** blue ***/
	text-align: left; 
	width: 900px; 
	margin: 0 auto; 
	line-height: 1em;
}

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;}

/** Blue***/

table
{

}

p, div, h1, h2, h3, h4, h5, ul, li { margin: 0; padding: 0;font-family:"Lucida Grande, Verdana, sans-serif";color:#013b50;
}

#equipmentTable
{
	border-collapse: separate;
	empty-cells: show;
}
.divImageExpand
{
    width:17px;
    height:17px;
    margin-top:5px;
    margin-left:5px; 
}
.contenedor
{
	width:900px;
	background-color:#edf4fb;
	border-bottom-style:dashed;
	border-bottom-color:Gray;
	border-bottom-width:1px;
}

.tableLook
{
	background-color: #edf4fb;	
	font-weight:bold;
}

.col
{
	width:155px; 
	margin:0 auto;
	float:left;
	font-family:Arial;
	font-size:13px;	
	/*font-weight:bold;	*/
	padding:3px 0px 10px 15px;

	
}

.colRequired
{
	width:155px; 
	margin:0 auto;
	float:left;
	font-family:"Lucida Grande, Verdana, sans-serif";
	font-size:13px;	
	font-weight:bold;	
	padding:3px 0px 10px 15px;

	
}

.colImg
{
	width:45px;
	float:right;
	visibility:visible;
	padding-top:5px;
	text-align:center;
}

.required
{
	background-color: #FFFFE0;
	
}


.col2
{
	width:185px; 
	margin:0 auto;
	float:left;
	/*LH font-family:Arial;*/
	/*LH font-size:13px;*/
	/*font-weight:bold;	*/
	padding:3px 0px 0px 15px;
    font-family:"Lucida Grande, Verdana, sans-serif";
    
  
	
}

div.contenedor select
{
	width: 185px;
	font-family:"Lucida Grande, Verdana, sans-serif";
    font-size:1.1em;
    font-weight:bold;
    color:#013b50;
}

div.contenedor input
{
	width: 179px;
	font-family:"Lucida Grande, Verdana, sans-serif";
	/*font-size:13px;*/
	font-size:1.1em;
    font-weight:bold;
    color:#013b50;
}

.LookupExContainer
{
	border: solid 1px #A7A6AA;
	width: 204px;
	height: 16px;
	background: #FFFFFF url(/Media/LookupEx.jpg) no-repeat;
	background-position: 187px 0px;
}

.LookupExContainer:hover
{
	border-color: #335EA8;
	background-position: 187px -16px;
}

.LookupExInput
{
	border-width: 0px;
	float: left;
	width: 181px;
	height: 14px;
	cursor: default;
	margin-left: 2px;
}

.LookupExItems
{
	visibility: hidden;
	position: absolute;
	width: 204px;
	margin-top: 2px;
	border: solid 1px #A7A6AA;
}

.LookupExItem
{
	float: left;
	border-width: 0px;
	width: 202px;
	cursor: default;
	color: Black;
	font-family:"Lucida Grande, Verdana, sans-serif";
}

.LookupExItem:hover
{
	background-color: #335EA8;
	color: White;
	font-family:"Lucida Grande, Verdana, sans-serif";
}

.LookupOptions
{
	visibility: hidden;
	position: absolute;
	width: 183px;
	margin-top: 2px;
	border: solid 1px #A7A6AA;
	z-index: 1000;
	background-color: White;
	font-family:"Lucida Grande, Verdana, sans-serif";
	font-size: 12px;
	color: #515150;
}

.LookupOptionsInfo
{
	visibility: hidden;
	position: absolute;
	width: 308px;
	margin-top: 2px;
	border: solid 3px #0010C4;
	z-index: 1000;
	background-color: White;
	font-family:"Lucida Grande, Verdana, sans-serif";
	font-size: 12px;
	color: #515150;
}


/*  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%;
	height: 26px;*/
}

.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;
	/** font-size:16px; ***//** BLUE**/
}
#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;
	/** padding-left:15px; **/
}

/*  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;
}
#summaryMessages
{
    visibility: hidden;
}

.buttonsearch {
            padding: 4px 10px 3px 25px;
            border: solid 1px #00a6ff;
            position: relative;
            cursor: pointer;
            display: inline-block;
            background-image: url( '/bkg.png' );
            background-repeat: repeat-x;
            font-size: 11px;
            height: 16px;
            text-decoration: none;
            color: #00a6ff/*40740D*/;
            -moz-border-radius-bottomleft: 5px;
            -moz-border-radius-bottomright: 5px;
            -moz-border-radius-topleft: 5px;
            -moz-border-radius-topright: 5px;
}
.buttonsearch img {
            position: absolute;
            top: /*-4px*/0px;
            left: /*-12px*/0px;
            border: none;
}
.button:hover {
            color: #7cc5ed/*8AB134*/;
}


.HideColumn input
{
	display:none;
}

.ShowColumn input
{
	display:block;
}