h1 {
	font: bold 22px/32px Trebuchet, "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
	color: #174f7d;
	text-decoration: none;
}
h2 {
	font: bold 11px Arial, Helvetica, sans-serif;
}
div, p {
	font: 11px/16px Trebuchet, "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
}
th {
	font: bold 11px/16px Trebuchet, "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
}
td {
	font: 12px/16px Trebuchet, "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
}
textarea {
	font: 11px/16px Trebuchet, "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
	color: #807C6E;
}


#loginLink {
	font: 9px "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
	text-align: center;
	padding-top: 3px;
}
	#loginLink a {
		text-decoration: none;
	}
	#loginButton {
		margin-left: 20px;
	}

.mask {
	position: fixed;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 1001;
	-moz-opacity: 0.5;
	opacity:.50;
	filter: alpha(opacity=50);
}
.overlay {
	position: absolute;
	display: block;
	top: 0px;
	left: 42px;
	z-index: 1001;
}	
	.overlay.big {
		width: 699px;
		top: 100px;
		left: 50%;
		margin-left: -350px;
	}
		.overlay.big .hd {
			position: relative;
			display: block;
			height: 32px;
			background: url(../images/global/overlayBigSprites.png) repeat-y -699px top;
			z-index: 50;
		}
		.overlay.big .bd {
			position: relative;
			display: block;
			width: 672px;
			padding: 0 6px 0 21px;
			background: url(../images/global/overlayBigSprites.png) repeat-y left top;
			z-index: 50;
		}
		.overlay.big .ft {
			position: relative;
			display: block;
			height: 32px;
			background: url(../images/global/overlayBigSprites.png) repeat-y -1398px top;
			z-index: 50;
		}

	.overlay.medium {
		width: 413px;
		top: 150px;
		left: 50%;
		margin-left: -206px;
	}
		.overlay.medium .hd {
			position: relative;
			display: block;
			height: 32px;
			background: url(../images/global/overlayMediumSprites.png) repeat-y -413px top;
			z-index: 50;
		}
		.overlay.medium .bd {
			position: relative;
			display: block;
			padding: 0 6px 0 34px;
			background: url(../images/global/overlayMediumSprites.png) repeat-y left top;
			z-index: 50;
		}
		.overlay.medium .ft {
			position: relative;
			display: block;
			height: 32px;
			background: url(../images/global/overlayMediumSprites.png) repeat-y -826px top;
			z-index: 50;
		}

.controlPanels {
	position: relative;
	display: inline;
	float: left;
	margin-bottom: 12px;
}
	.controlPanels .tabs {
		position: relative;
		display: block;
		padding-left: 10px;
	}
		.controlPanels .tab {
			position: relative;
			display: inline;
			float: left;
			height: 24px;
			background: url(../images/global/controlPanelTabs.png) repeat-x right -24px;
		}
		.controlPanels .tab span {
			position: relative;
			display: block;
			padding: 4px 15px 3px;
			white-space: nowrap;
			font: bold 11px/16px Trebuchet, "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
			color: #fff;
			background: url(../images/global/controlPanelTabs.png) no-repeat left -96px;
			cursor: pointer;
		}
		.controlPanels .tab.active {
			background: url(../images/global/controlPanelTabs.png) repeat-x right 0px;
		}
		.controlPanels .tab.active span {
			color: #000;
			background: url(../images/global/controlPanelTabs.png) no-repeat left -72px;
		}
		.controlPanels .tab:hover {
			background: url(../images/global/controlPanelTabs.png) repeat-x right -48px;
		}
		.controlPanels .tab:hover span {
			color: #fff;
			background: url(../images/global/controlPanelTabs.png) no-repeat left -120px;
		}
		.controlPanels .tab.active:hover {
			background: url(../images/global/controlPanelTabs.png) repeat-x right 0px;
		}
		.controlPanels .tab.active:hover span {
			color: #000;
			background: url(../images/global/controlPanelTabs.png) no-repeat left -72px;
		}
	.controlPanel {
		position: absolute;
		display: block;
		clear: both;
		left: -2000px;
		top: 24px;
	}
		.controlPanel.active {
			left: 0;
		}
	.controlPanel th {
		text-align: right;
		padding-right: 8px;
	}
.commandButtons {
	position: relative;
	display: block;
	padding-bottom: 13px;
	clear: both;
}
input.button {
	height: 22px;
	font-size: 11px;
	cursor: pointer;
}
	input.button.small {
		width: 65px;
		background: url(../images/global/buttons.png) no-repeat 0px 0px;
	}
	input.button.medium {
		width: 95px;
		background: url(../images/global/buttons.png) no-repeat -66px 0px;
	}
	input.button.large {
		width: 125px;
		background: url(../images/global/buttons.png) no-repeat -161px 0px;
	}
	
	input.button.default {
		height: 28px;
		color: #fff;
		font-weight: bold;
	}
	input.button.small.default {
		background: url(../images/global/buttons.png) no-repeat 0px -25px;
	}
	input.button.medium.default {
		background: url(../images/global/buttons.png) no-repeat -66px -25px;
	}
	input.button.large.default {
		background: url(../images/global/buttons.png) no-repeat -161px -25px;
	}
	
	input.button.small.default:hover {
		width: 65px;
		background: url(../images/global/buttons.png) no-repeat 0px -53px;
	}
	input.button.medium.default:hover {
		width: 95px;
		background: url(../images/global/buttons.png) no-repeat -66px -53px;
	}
	input.button.large.default:hover {
		width: 125px;
		background: url(../images/global/buttons.png) no-repeat -161px -53px;
	}
	.addButton {
		position: relative;
		display: inline;
		float: right;
		height: 22px;
		width: 20px;
		margin-left: 2px;
		background: url(../images/global/editButtons.png) no-repeat -25px 0px;
	}
		.addButton:hover {
			background: url(../images/global/editButtons.png) no-repeat -25px -23px;
		}
		.addButton.disabled {
			background: url(../images/global/editButtons.png) no-repeat -25px -46px;
		}
	.editButton {
		position: relative;
		display: inline;
		float: right;
		height: 22px;
		width: 23px;
		margin-left: 2px;
		background: url(../images/global/editButtons.png) no-repeat -0px 0px;
	}
		.editButton:hover {
			background: url(../images/global/editButtons.png) no-repeat 0px -23px;
		}
		.editButton.disabled {
			background: url(../images/global/editButtons.png) no-repeat 0px -46px;
		}
	

input.text.small {
	background: #fff url(../images/global/inputBackgroundSprites.png) no-repeat -234px 0px;
	width: 65px;
	height: 20px;
	font-size: 12px;
	color: #807C6E;
	padding: 4px 4px 0 5px;
}
input.text.medium {
	background: #fff url(../images/global/inputBackgroundSprites.png) no-repeat -197px -41px;
	width: 102px;
	height: 20px;
	font-size: 12px;
	color: #807C6E;
	padding: 4px 4px 0 5px;
}
input.text.large {
	background: #fff url(../images/global/inputBackgroundSprites.png) no-repeat 0px 0px;
	width: 225px;
	height: 20px;
	font-size: 12px;
	color: #807C6E;
	padding: 4px 4px 0 5px;
}
textarea.large {
	background: #fff url(../images/global/textareaBackgroundSprites.png) no-repeat 0px 0px;
	width: 225px;
	height: 60px;
	font-size: 12px;
	color: #807C6E;
	padding: 4px 4px 0 5px;
}
.statusIndicator {
	font-size: 11px;
	color: #f00;
}
h3.statusIndicator {
	font-size: 15px;
}
span.asterisk {
	color: red;
	font-weight: bold;
	margin: 0 2px;
}

.truck {
	position: relative;
	display: block;
	background: #ebe1ac;
	margin-bottom: 12px;
}
	.truck table {
		position: relative;
		display: block;
	}
	.truck tr {
		empty-cells: show;
	}
	.truck th {
		text-align: right;
		vertical-align: top;
		padding: 0 5px 0 0;
		font-size: 10px;
		font-weight: bold;
		empty-cells: show;
	}
	.truck th div {
		font-size: 10px;
		font-weight: bold;
	}
	.truck td {
		vertical-align: top;
		padding: 0 0 0 5px;
		empty-cells: show;
		min-height: 10px;
	}
	.truck .attribute {
		border: 1px solid #d9d4bb;
		background: #fff9db;
		height: 16px;
		padding-left: 9px;
		overflow: hidden;
	}
	.truck .attribute.truckComments {
		height: 70px;
	}
.truck.simplified {
	padding: 11px 12px 12px 0;
	width: 633px; /* 645px; */
	height: 163px; /* 186px; */
	background: url(../images/global/truckBackgrounds.png) no-repeat -2197px 0;	
}
	.truck.simplified table {
		width: 633px;
	}
	.truck.simplified .col1 {
		width: 70px;
	}
	.truck.simplified .col2 {
		width: 110px;
	}
	.truck.simplified .col3 {
		width: 100px;
	}
	.truck.simplified .col4 {
		width: 110px;
	}
	.truck.simplified .col5 {
		width: 90px;
	}
	.truck.simplified .col6 {
		width: 110px;
	}
	.truck.simplified table select {
		height: 15px;
		width: 127px;
	}
	.truck.simplified table select.range {
		width: 53px;
	}
	.truck.simplified textarea {
		width: 127px;
	}
.truck.extended {
	width: 692px; /* 732px; */
	height: 265px; /* 275px; */
	padding: 10px 30px 0px 10px;
	margin-left: 25px;
	background: url(../images/global/truckBackgrounds.png) no-repeat -1464px 0;	
}
	.truck.extended table {
		width: 692px;
	}
	.truck.extended .col1 {
		width: 60px;
		overflow: hidden;
	}
	.truck.extended .col2 {
		width: 127px;
		overflow: hidden;
	}
	.truck.extended .col3 {
		width: 110px;
		overflow: hidden;
	}
	.truck.extended .col4 {
		width: 127px;
		overflow: hidden;
	}
	.truck.extended .col5 {
		width: 110px;
		overflow: hidden;
	}
	.truck.extended .col6 {
		width: 127px;
		overflow: hidden;
	}
	.truck.extended table select {
		height: 15px;
		width: 127px;
	}
	.truck.extended table select.range {
		width: 54px;
	}
	.truck.extended table input.text {
		background: #fff url(../images/global/inputBackgroundSprites.png) no-repeat 0px -67px;
		width: 118px; /* 127px */
		height: 15px; /* 19px */
		font-size: 12px;
		color: #807C6E;
		padding: 4px 4px 0 5px;
	}
	.truck.extended table textarea {
		background: #fff url(../images/global/textareaBackgroundSprites.png) no-repeat -431px 0;
		width: 127px;
		height: 72px;
	}

.help {
	color: #1c5481;
	font-size: 11px;
}
