
body {
	FONT: smaller/1.22 verdana, arial, helvetica, clean, sans-serif
}


#doc3 {
	padding-top: 10px;
}

#bd {
	padding-top: 10px;
}

a:link.selectedAccount {
	color: #003A7A;
	text-decoration: underline;
}
a:visited.selectedAccount {
	color: #003A7A;
	text-decoration: underline;
}
a:active.selectedAccount {
	color: #003A7A;
	text-decoration: underline;
}
a:hover.selectedAccount {
	color: #003A7A;
	text-decoration: none;
}

.dw-list-table {
	border: 0px solid #FFF;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-collapse: separate;
	float: left;
}

.smaller-font, .smaller-font td {
	font-size:0.85em
}

th.dw-head-row {
	background-color: #1e61a8;
	color: #FFFFFF;
}

th.dw-head-row.sortable a {
	padding-right: 20px;
	background: url(/resources/images/sort-sprite.png) no-repeat right top;
}

th.dw-head-row.sortable.sorted.order1 a {
	background-position: right -32px;
}

th.dw-head-row.sortable.sorted.order2 a {
	background-position: right -64px;
}

th.dw-head-row a {
	color: #FFF;
}

.dw-list-table .dw-even td {
	background-color: #a2c6ee;
}

.dw-list-table .dw-even-gray td {
	background-color: #c1d4ea;  /*#b0ccec;*/
}

.dw-list-table th {
	padding: 2px 4px 2px 4px;
	border-top: 0px solid #FFF;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 0px solid #FFF;
}

.dw-list-table td {
	background-color: white;
	padding: 2px 4px 2px 4px;
	border-top: 0px solid #FFF;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 0px solid #FFF;
}

.dw-list-table .jobStatus-assigned td, .jobStatus-assigned {background-color: #a2c6ee;}
.dw-list-table .jobStatus-pending td, .jobStatus-pending {background-color: yellow;}
.dw-list-table .jobStatus-enRoute td, .jobStatus-enRoute {background-color: green;}
.dw-list-table .jobStatus-completed td, .jobStatus-completed {background-color: orange;}
.dw-list-table .jobStatus-cancelled td, .jobStatus-cancelled {background-color: #EB2D2D;}

.yui-skin-sam h1 {
	font-size: large;
	color: #1e61a8;
	font-weight: bold;
}

.pagebanner {
	clear: both;
}

.pagebanner,.pagelinks {
	color: #333;
	display: block;
	/* font-family: verdana, arial, helvetica, clean, sans-serif; */
	/* font-size: smaller; */
	/* font-size: 0.9em; */
}

.exportlinks a:link, .exportlinks a:visited, .exportlinks a:hover, .exportlinks a:active {
	text-decoration: none;
}

td.exportlinks {
	text-align: right;
	/* background-color: #a2c6ee; */
}

.yui-skin-sam button,a.actionButton,input.submit,input[type=submit] {
	font-family: verdana, arial, helvetica, clean, sans-serif;
	font-size: 0.9em;
	color: #FFF;
	background-color: #48c;
	border-top: 2px outset #ace;
	border-right: 2px outset #48c;
	border-bottom: 2px outset #48c;
	border-left: 2px outset #ace;
}

.yui-skin-sam button:hover,a.actionButton:hover,input.submit:hover {
	color: #FFF;
	background-color: #6ae;
	border-top: 2px outset #cef;
	border-right: 2px outset #6ae;
	border-bottom: 2px outset #6ae;
	border-left: 2px outset #cef;
}

.yui-skin-sam fieldset {
	margin: 0.2em;
	border: 1px solid #4489cd;
	padding: 1em;
}
.yui-skin-sam fieldset table {
	float: none;
}

.yui-skin-sam legend {
	color: #FFF;
	background-color: #1e61a8;
	padding: 0.2em;
}

a.actionButton,a.actionButton:hover {
	text-decoration: none;
	padding: 0.2em;
}

#logoutButton {
	float: right;
	padding: 0.4em;
	margin: 0px;
	right:10px;
	top:10px;
	position:absolute;
}

div#logoutButton {
	font-size: 0.8em
}

div#loggedInAs {
	/* font-family: verdana, arial, helvetica, clean, sans-serif; */
	font-size: 0.8em;
	color: #48c;
	/* color: #1e61a8; */
	/* font-weight: bold; */
	/* font-style: italic; */
	position: absolute;
	left: 211px;
	top: 10px;
	margin: 0px;
	padding-top: 0.4em;
}

.errorMessage {
	border: 1px solid #900;
	background-color: #f99;
	color: #900;
	font-weight: bold;
	width: 20em;
	margin: 1em auto;
	padding: 0.2em;
	word-wrap:break-word; 
	-ms-word-wrap:break-word;
}

.successMessage {
	border: 1px solid #090;
	background-color: #9f9;
	color: #090;
	font-weight: bold;
	width: 20em;
	margin: 1em;
	padding: 0.2em;
	word-wrap:break-word; 
	-ms-word-wrap:break-word;
}

#menu { 
	/* TODO fix this overflow hack for IE/FF menu issue */
	overflow: visible; 
	*overflow: hidden;
	padding-bottom: 0px;
	border-bottom: 1px solid #16a;
}

table {
	border-collapse: separate;
	border-spacing: 1px;
}

#logo-div {
	padding: 0px;
	margin: 0px;
}

.form-label {text-align: right;}
.form-field {}

#loading-message {
	vertical-align: middle;
	visibility: hidden;
	border: 2px solid #16a;
	background-color: #FFF;
	margin: 2px;
}
.loading-message {
	vertical-align: middle;
	border: 2px solid #16a;
	background-color: #FFF;
	margin: 2px;
}

#loading-logo {
	vertical-align: middle;
	margin: 2px;
}

.loading-logo {
	vertical-align: middle;
	margin: 2px;
}

.dw-marker-label{
	font-size: 0.8em; 
	width: 6em;
	border: 1px solid black;
	background-color: white;
	overflow: visible;
	word-wrap: break-word; /* this attribute is IE proprietary */
}

.dw-mail-col-read{
	background-image: url("/resources/images/email_open.png") ! important;
}
.dw-mail-col{
	text-align: center;
	padding:4px;
	background-image: url("/resources/images/email.png");
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}

tr.dw-mail-read{}
tr.dw-mail-unread{font-weight: bold;}

.boldlace {
	font-weight: bold;
}

/* do superscript without jacking up line height */
.super {
	position: relative;
	bottom: 0.5em;
	font-size: 0.8em;
}

tr.dw-deleted {
	color: red;
}

/*
form input[readonly], input[disabled], select[readonly], select[disabled], textarea[readonly], textarea[disabled] {
	background-color: #a2c6ee;
	border: 1px silver;
	border-style: solid;
	color: black;
}
*/

button.dwcalendar {
	height: 22px;
	background: url("/resources/images/calendar-sprite.png") no-repeat center top;
	padding: 8px;
	vertical-align: top;
}

.dw-help-msg {
	font-size: 0.8em;
	color: #333; 
	clear: left;
}

/* button:hover.dwcalendar {
	background-position: center -22px;
} */

#find-mobiles-list,
#find-fleet-mobiles-list{
	_height:10em;
}

/* hack for ie6 and yui modal dialogs */
.yui-compat-modal select{
	_visibility:inherit;
}

div.dw-control-group{ 
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	width: 340px;
	height: 19px;
	}

div.dw-control{ 
	border: 1px solid black;
	float:left;
	background-color: white;
	cursor: pointer;
	text-align: center;
	width: 6em;
	position:absolute;
	 
	}

div.dw-control div{
	border-top: white 1px solid;
	border-right: #b0b0b0 1px solid;
	border-bottom: #b0b0b0 1px solid;
	border-left: white 1px solid;
	margin:0px;
}

.invisible {
	display: none;
}

option.nonstd {
	background-color: #f99;
}
#infowindow-poi-prop ul{
	padding-left:8px;
}
#infowindow-poi-prop li{
	padding-left:8px;
	list-style-type: disc;
}
#infowindow-poi-tx table {
	width: 22em;
}
#infowindow-poi-tx th {
	border-bottom: black 1px solid;
}
#infowindow-poi-tx th, #infowindow-poi-tx td {
	padding-left: 2px;
	padding-right: 2px;
}
.regsym {
	font-size: 0.9em; 
	vertical-align: top
}

div#reportFrame div {
	height: auto ! important;
}

option.excluded {
	color: #999;
}

.wrapinwords {
	word-wrap:break-word; 
	-ms-word-wrap:break-word;
}

.pagedSearchWidgetInput {
	width:100%; *
	width:12em;
}

.oldJobEta {
	font-style: italic;
	color:#666666;
}