@CHARSET "ISO-8859-1";
		.header-text {
			font-size: 12pt;
			font-color: #FFFFFF;
			font-style: bold;
		}
		h1 {
			font-size: 12pt;
			font-color: #000000;
			font-style: bold;
		}
		.section-header {
			position:relative;
			height: 50px;
			width: 100%;
		}
		.statistics-dispatch {
			position:relative;
			height:300px;
		}
		.dispatch-days {
			position:absolute;
			height:300px;
			width:300px;
		}
		.dispatch-hours {
			position:absolute;
			left:300px;
			height:300px;
			width:900px;
		}
		.statistics-cancel {
			position:relative;
			height:300px;
		}
		.cancel-days {
			position:absolute;
			height:300px;
			width:300px;
		}
		.cancel-hours {
			position:absolute;
			left:300px;
			height:300px;
			width:900px;
		}
		.statistics-status {
			position:relative;
			height:300px;
		}
		.status-days {
			position:absolute;
			height:300px;
			width:300px;
		}
		.status-hours {
			position:absolute;
			left:300px;
			height:300px;
			width:900px;
		}
		.statistics-asset {
			position:relative;
			height:300px;
		}
		.asset-days {
			position:absolute;
			height:300px;
			width:300px;
		}
		.asset-hours {
			position:absolute;
			left:300px;
			height:300px;
			width:900px;
		}
		.statistics-completion {
			position:relative;
			height:300px;
		}
		.completion-days {
			position:absolute;
			height:300px;
			width:300px;
		}
		.completion-hours {
			position:absolute;
			left:300px;
			height:300px;
			width:900px;
		}
		.statistics-deprogramming {
			position:relative;
			height:300px;
		}
		.deprogramming-days {
			position:absolute;
			height:300px;
			width:300px;
		}
		.deprogramming-hours {
			position:absolute;
			left:300px;
			height:300px;
			width:900px;
		}
		.topbar {
			position:relative;
			height:300px;
		}
		.timeline {
			position:absolute;
			height:300px;
			width:900px;
		}
		.flow-breakdown {
			position:absolute;
			left:900px;
			height:220px;
			width:220px;
		}
		table.error-table {
			cellpadding:2px;
		}
		table.summary-table {
			cellpadding:2px;
		}
		th.head-cell {
			text-align:left;
			vertical-align:top;
			width: 140px;
		}
		th.head-cell-date {
			text-align:left;
			vertical-align:top;
			width: 140px;
		}
		td.col-cell-date {
			text-align:left;
			vertical-align:top;
			width: 140px;
		}
		td.col-alt-cell-date {
			text-align:left;
			vertical-align:top;
			width: 140px;
		}
		td.date-selector {
			text-align:left;
			vertical-align:top;
		}
		td.date-selector-today {
			text-align:left;
			vertical-align:top;
			width: 75px;
		}
		th.head-cell-flow {
			text-align:left;
			vertical-align:top;
			width: 200px;
		}
		td.col-cell-flow {
			text-align:left;
			vertical-align:top;
			width: 200px;
		}
		td.col-cell {
			text-align:left;
			vertical-align:top;
			width: 200px;
		}
		td.col-alt-cell-flow {
			text-align:left;
			vertical-align:top;
			width: 200px;
		}
		td.col-alt-cell {
			text-align:left;
			vertical-align:top;
			width: 200px;
		}
		th.head-cell-message {
			text-align:left;
			vertical-align:top;
		}
		td.col-cell-message {
			text-align:left;
			vertical-align:top;
		}
		td.col-alt-cell-mesage {
			text-align:left;
			vertical-align:top;
		}
		tr:nth-child(2n) {
             background-color: #EEEEEE;
        }
		#queryResponse {
			height:345px;
			width:800px;
			margin-left: 120px;

		}
		#submitBtn {
			margin-left:5px;
		}
		.input-div{
			padding-left:315px;
			padding-bottom: 15px;
		}
