h1,h2,h3,h4,h5,h6,h7,h8 {
	color: #282254;
}

h2 {
	font-size: 1.25em;
}

h3 {
	font-size: 1em;
}

img {
	border: none;
	vertical-align: text-top;
}

img.button {
	cursor: pointer;
}

hr {
	color: #000066;
	height: 3px;
	border: 1px solid #000066;
	margin: 10px;
}

.vAlignTop {
	vertical-align: top;
}

.clearer {
	clear: both;
}

.nowrap {
	white-space: nowrap;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.hidden {
	display: none;
}

.shown {
	
}

.inline {
	display: inline;
}

.hint {
	font-size: 0.9em;
	font-style: italic;
}

.separator {
	display: block;
	font-size: 0.9em;
	text-align: left;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 5px;
	color: #000000;
	border-top: 1px solid #e1e2d3;
}

.content {
	background-color: #FFFFFF;
	/*border-color: #000099;
	border-width: 1px;
	border-style: solid;*/
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 0px;
	width: 98%;
	text-align: left;
	margin-bottom: 20px;
}

.content a:link,.content a:visited {
	color: #282254;
	text-decoration: none;
}

.content a:hover {
	text-decoration: underline;
}

.visible {
	visibility: visible;
}

.invisible {
	visibility: collapse;
}

body {
	color: #000000;
	/*background-color: #CCCCCC;*/
	background-color: #282254;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	margin: 5px;
}

table,td,th {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
}

table.wrapperTop {
	border: 1px solid #000000;
	width: 100%;
	background-color: #FFFFFF;
}

table.wrapperBottom {
	position: relative;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-color: #FFFFFF;
	width: 100%;
}

tr.banner {
	background-color: #FFFFFF;
	border-bottom: 1px solid #000;
	height: 75px;
	max-height: 75px;
}

img.banner {
	float: right;
	margin-top: 10px;
	margin-right: 10px;
}

.bannerTitle {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 30px;
	color: #DE2211;
	margin-top: 15px;
	margin-left: 10px;
	word-spacing: 5px;
	font-style: italic;
	font-weight: bold;
	font-variant: small-caps;
	/*text-decoration: underline;*/
	vertical-align: middle;
	float: left;
}

.rightBanner {
	display: block;
}

.legal {
	color: #FFFFFF;
	font-size: 10px;
	text-align: left;
	margin-left: 10px;
	margin-right: 10px;
}

.legal a {
	color: #FFFFFF;
}

p.justify {
	text-align: justify;
}

/* TOP NAVIGATION BAR */
.navbar {
	background-color: #000066;
	border-top: solid 1px #000000;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	font-size: 12px;
	margin: 0;
	padding-bottom: 1px;
	padding-top: 1px;
	padding-left: 5px;
}

.navbar a {
	padding: 1px 10px 1px 10px;
	color: #FFFFFF;
	text-decoration: none;
}

.navbar a:hover {
	background-color: #000099;
	color: #FFFFFF;
}

.navbar a:visited {
	color: #FFFFFF;
}

/* CENTER CONTET */
td.centercontent {
	background-color: #FFFFFF;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
}

/* LEFT HAND NAVIGATION LINKS */
ul.sidebar {
	padding: 0px;
	font-size: 12px;
	/*text-align: center;*/
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	margin-left: 5px;
	margin-bottom: 5px;
	margin-top: 14px;
	padding-bottom: 5px;
	list-style-type: none;
	width: 125px;
}

ul.sidebar a {
	
}

ul.sidebar a:link,a:visited {
	color: #000000;
	text-decoration: none;
}

ul.sidebar a:hover {
	color: #000000;
	background-color: transparent;
	text-decoration: underline;
}

li.boxtitle {
	text-align: center;
	color: #FFFFFF;
	background-color: #000066;
	border-bottom: 1px solid #000000;
	font-weight: bold;
}

li.sidebar {
	margin-top: 3px;
	margin-left: 4px;
	text-align: left;
}

li.sidebarSub {
	margin-right: 4px;
	text-align: right;
}

div.sidebarInfo {
	margin-left: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
	padding-bottom: 5px;
	width: 125px;
}

/* Config Tables */
table.configTable td {
	padding-left: 5px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}

table.configTable input {
	vertical-align: middle;
}

table.configTable label {
	vertical-align: middle;
	padding-left: 3px;
	padding-right: 6px;
}

/* Objects Tables */
table.objectsTable { /*border-right: 1px solid #999999;*/
	margin-top: 5px;
	margin-left: 10px;
}

table.objectsTable td {
	vertical-align: middle;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

th.objectsTableTitle {
	color: #FFFFFF;
	border: 1px solid #999999;
	background-color: #282254;
	font-weight: bold;
	text-align: center;
	padding: 2px;
}

th.objectsTableTitle a:link {
	color: #C0C0C0;
	cursor: pointer;
	text-decoration: none;
}

td.objectsTable a,td.objectsTable a:hover,td.objectsTable a:visited {
	cursor: pointer;
	color: #282254;
	text-decoration: underline;
}

td.nohover a,td.nohover a:hover,td.nohover a:visited {
	text-decoration: none;
}

th {
	white-space: nowrap;
	padding: 5px;
	/*padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;*/
}

th.wicket_orderNone,th.wicket_orderDown,th.wicket_orderUp {
	/*	cursor: pointer;
	color: #282254;
	text-decoration: none;*/
	background-color: #FFF8D8;
	background-image: url(../img/arrow_off.png);
	background-position: 2px 50%;
	background-repeat: no-repeat;
	vertical-align: middle;
	border: 1px solid #999999;
	padding: 2px 4px 2px 4px;
	text-align: left;
	text-indent: 10px;
}

th.wicket_orderDown {
	background-image: url(../img/arrow_down.png);
}

th.wicket_orderUp {
	background-image: url(../img/arrow_up.png);
}

th.wicket_orderNone a:link,th.wicket_orderNone a:hover,th.wicket_orderNone a:visited
th.wicket_orderDown a:link,th.wicket_orderDown a:hover,th.wicket_orderDown a:visited
th.wicket_orderUp a:link,th.wicket_orderUp a:hover,th.wicket_orderUp a:visited,.thLink
	{
	cursor: pointer;
	color: #282254;
	text-decoration: none;
}

th.unsortable {
	color: #282254;
	background-position: 2px 60%;
	background-repeat: no-repeat;
	background-color: #FFF8D8;
	vertical-align: middle;
	border: 1px solid #999999;
	padding: 2px 4px 2px 4px;
	text-align: left;
}

tr.inactive {
	font-style: italic;
	font-weight: bold;
}

tr.even {
	color: #000000;
	background-color: #D9DEE8;
	/*border-right: 1px solid #999999;*/
}

tr.odd {
	color: #000000;
	background-color: #F0F8FF;
	/*border-right: 1px solid #999999;*/
}

tr.orderSummaryJob {
	
}

tr.orderSummaryJobTitle {
	border: 1px solid #999999;
}

tr.orderSummaryJobTitle th {
	color: #000000;
	background-color: #D6DEFF;
}

tr.orderSummaryJobTitle .expand {
	cursor: pointer;
	text-decoration: underline;
}

tr.orderSummaryFilterRow {
	
}

tr.orderSummaryBeltRow {
	
}

tr.orderSummaryTaxRow {
	
}

tr.orderSummaryTotalRow {
	
}

td.orderSummaryItemTitle {
	color: #282254;
	font-szie: 1em;
	font-weight: bold;
	margin: 2px;
}

td.orderSummaryItemEven {
	color: #000000;
	background-color: #E9E9E9;
	padding-left: 5px;
	padding-right: 5px;
}

td.orderSummaryItemOdd {
	color: #000000;
	background-color: #D9DEE8;
	padding-left: 5px;
	padding-right: 5px;
}

td.border {
	border: 1px solid #999999;
	padding: 2px 2px 2px 2px;
}

td.borderTop {
	border-top: 1px solid #999999;
}

td.borderBottom {
	border-bottom: 1px solid #999999;
}

td.borderRight {
	border-right: 1px solid #999999;
}

td.borderLeft {
	border-left: 1px solid #999999;
}

td.bold {
	font-weight: bold;
}

.cellAlignLeft {
	text-align: left;
}

.cellAlignRight {
	text-align: right;
}

.cellAlignCenter {
	text-align: center;
}

.cellAlignTop {
	vertical-align: top;
}

.cellAlignMiddle {
	vertical-align: middle;
}

.cellAlignBottom {
	vertical-align: bottom;
}

.blank {
	background: #FFFFFF;
}

img.link {
	cursor: pointer;
	padding-right: 2px;
}

/* Dispatch */
table.dispatchCalendar {
	width: 100%;
}

table.dispatchCalendar a, table.dispatchCalendar a:hover {
	text-decoration: none;
}

table.dispatchCalendar th a, table.dispatchCalendar th a:hover,
table.dispatchCalendar th a:link, table.dispatchCalendar th a:visited {
	text-decoration: underline;
}

table.dispatchCalendar th {
	font-weight: bold;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

table.dispatchCalendar tfoot td {
	font-weight: bold;
	padding: 5px;
}

table.dispatchCalendar tbody tr.monday {
	border-top: 3px solid #999999;
}

table.dispatchCalendar tbody td {
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	padding: 2px 5px 2px 5px;
	vertical-align: top;
}

table.dispatchCalendar td.hour {
	vertical-align: top;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	text-align: right;
	width: 8%;
	font-weight: bold;
}

#dispatchBoardOptions select {
	width: 15em;
}

#dispatchView {
	text-align: center;
}

#dispatchView a.closeDay {
	text-decoration: underline;
}

span.date {
	color: #282254;
	font-size: 1.2em;
	font-weight: bold;
}

#dispatchViewEvents {
	
}

#dispatchViewEvents a.closeDay {
	text-decoration: underline;
}

#dispatchViewEvents .dispatchViewDay {
	border-top: 1px dashed #000066;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
}

#dispatchViewEvents .even {
	background-color: #D9DEE8;
}

#dispatchViewEvents .odd {
	background-color: #F0F8FF
}

#dispatchViewEvents hr {
	color: #000066;
	height: 1px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

/* Dispatch Summary */
.dispatchViewNavigator {
	text-align: left;
}

.dispatchViewSummary {
	padding-bottom: 5px;
	text-align: right;
}

.dispatchSummary {
	font-weight: bold;
}

.dispatchSummary span.summary {
	padding: 2px 4px 2px 4px;
}

.dispatchSummary span.summaryValue {
	font-weight: normal;
}

.dispatchSummary span.summaryTotal {
	color: #000000;
}

.dispatchSummary span.summaryOpen {
	color: #800000;
}

.dispatchSummary span.summaryPartial {
	color: #FF4500;
}

.dispatchSummary span.summaryCompleted {
	color: #000080;
}

.dispatchSummary span.summaryClosed {
	color: #006400;
}

.dispatchDaySummary {
	font-weight: normal;
}

.dispatchDaySummary img {

}

.dispatchDaySummary span {
	margin: 0 3px 0 1px;
}

/* Dispatch Event Status */
table.dispatchEvents {
	
}

table.dispatchEvents tbody td {
	border: none;
	padding: 2px;
	vertical-align: top;
}

table.dispatchEvents tbody td span.highPriority {
	color: #AA0000;
	font-style: italic;
	font-weight: bold;
}

table.dispatchEvents tbody td span.normalPriority {
}

div.eventStatus {
	border: 1px solid #000000;
	padding: 0 5px 5px 5px;
	margin-left: 10px;
	position: absolute;
	z-index: 100;
}

div.eventStatus .companyName {
	font-size: 1.25em;
	font-variant: small-caps;
	color: #2F4F4F;
}

div.open {
	background-color: #FFE4E1;
}

div.partial {
	background-color: #FFE4B5;
}

div.completed {
	background-color: #F0F8FF;
}

div.closed {
	background-color: #F0FFF0;
}

table.eventStatus {
	
}

table.eventStatus thead tr.eventStatusOptions {

}

table.eventStatus thead tr.eventStatusOptions th.eventStatusOptionsActions {
	padding-left: 0;
	text-align: left;
}

table.eventStatus thead tr.eventStatusOptions th.eventStatusOptionsClose {
	padding-right: 0;
	text-align: right;
}

table.eventStatus thead tr.eventStatusHeader {
	border: 1px solid black;
	padding: 2px 4px 2px 4px;
}

table.eventStatus thead th {
	font-weight: bold;
	padding: 2px 4px 2px 4px;
	white-space: nowrap;
	width: 100%;
}

table.eventStatus thead tr.open {
	color: #FFE4E1;
	background-color: #800000;
}

table.eventStatus thead tr.partial {
	color: #FFE4B5;
	background-color: #FF4500;
}

table.eventStatus thead tr.completed {
	color: #F0F8FF;
	background-color: #000080;
}

table.eventStatus thead tr.closed {
	color: #F0FFF0;
	background-color: #006400;
}

table.eventStatus tbody td {
	font-weight: bold;
	white-space: nowrap;
}

table.eventStatus tbody td span {
	font-weight: normal;
}

div.notes {
	color: #000000;
	background-color: #F8F8FF;
	border: 1px solid #000000;
	padding: 2px 4px;
	margin: 2px;
}

div.taskNotes {
	font-weight: normal;
	font-size: .80em;
	margin-left: 20px;
}

div.taskComplete {
	font-weight: normal;
	font-size: .80em;
	margin-left: 20px;
}

div.taskDetails {
	font-weight: normal;
}

div.taskDetails img {
	vertical-align: bottom;
}

div.taskDetails span.taskType {
	font-weight: bold;
}

/*Mootools Tooltips*/
.dispatch_tip .tip {
	background-color: #000000;
	padding-left: 2px;
}
 
.dispatch_tip .tip-title {
	color: #FFFFFF;
	padding: 2px;
	font-size: 1.10em;
}
 
.dispatch_tip .tip-text {
	color: #CCCCCC;
	padding: 5px;
	margin-left: 5px;
	font-size: 0.9em;
	font-style: italic;
}

/*Wicket AJAX Styles.
span.inline-edit {
	border: 1px solid green;
	padding: 4px;
}

span.inline-edit input {
	border: 0;
	margin: 0;
	padding:0;
}
*/ /*Wicket Styles.*/
#feedbackPanel {
	width: 600px;
}

.feedbackPanelERROR {
	color: red;
	list-style: circle;
	font-weight: bold;
}

.feedbackPanelINFO {
	color: green;
	list-style: circle;
	font-weight: bold;
}