.dataTable {
	background-color: white;
	border-collapse:collapse;
	border: solid 1px #000066;
	font-size :	11px;
	width:100%;        
}
.dataTable div.status_inprogress {
    font-weight: bold;
    color: #9A0505;
    white-space: nowrap;
    text-align: center;
}
.dataTable th {
	border-right: 1px solid #c8c8ff;
	border-bottom: 1px solid #000066;
	padding:2px 12px 2px 2px;
	font-family: verdana;
	color: #000066;
	background-color: white;
	margin-right: 10px;
}

.dataTable  td {
    font-size: 10px;
    text-transform: uppercase;
    padding:2px;
}

.dataTable tr.total td {
	white-space: nowrap;
	vertical-align: top;
	font-weight: bold;
	border-top: 1px solid black;
	padding-bottom: 10px;
}

.dataTable tr.total td.customer {
	visibility: hidden;
}

.dataTable td.hidden {
	display: none;
}

.dataTable th.hidden {
	display: none;
}

.dataTable th.r {
	text-align: right;
	padding-right: 10px;
}

.dataTable th.c {
	text-align: center;
}

.dataTable td.r {
	text-align: right;
	padding-right: 10px;
}

.dataTable td.c {
	text-align: center;
}

.dataTable  tr.odd {
	background-color: whitesmoke;
}

.dataTable tr.even {
	background-color: #B9CAED;
}

.dataTable th a ,.dataTable th a:visited 
{
	font-size:10px;
	font-weight: bold;
	text-align: left;
	color: #000066;
}

.dataTable th a:hover {
	color: blue;
	background-color: transparent;
}

.dataTable .order1 {
	background-position: right;
	background-image: url(/images/arrow_up.gif);
	background-repeat: no-repeat;
	background-color:#eeeeee;
}

.dataTable .order2 {
	background-position: right;
	background-image: url(/images/arrow_down.gif);
	background-repeat: no-repeat;
	background-color:#eeeeee;
}

.pagelinks {
	color: #999999;
}

.pagelinks img {
	vertical-align: middle;
}

span.export {
	padding: 0 4px 1px 20px;
	font-size: x-small;
	text-align: center;
}

span.excel {
	background-image: url(/images/ico_file_excel.png);
	background-repeat: no-repeat;
	width: 16px;
}

span.csv {
	background-image: url(/images/ico_file_csv.png);
	background-repeat: no-repeat;
	width: 16px;
}

span.xml {
	background-image: url(/images/ico_file_xml.png);
	background-repeat: no-repeat;
	width: 16px;
}

span.pdf {
	background-image: url(/images/ico_file_pdf.png);
	background-repeat: no-repeat;
	width: 16px;
}

span.rtf {
	background-image: url(/images/ico_file_rtf.png);
	background-repeat: no-repeat;
	width: 16px;
}

.dataTable tr.rowMouseOver {
	background-image: url(/images/selected.gif);
	background-repeat: repeat-x;
	background-color: #ffff99;
}

html,body {
	width: 100%;
	height: 100%;
	margin: 0px;
	font-family: arial, helvetica, sans-serif;
	font-size: 9pt;
}

.pageHeader {
	height: 60px;
	background-image: url(/images/header.gif);
	background-repeat: repeat-x;
}

.pageHeaderText {
	font-size: 30px;
	margin-left: 5px;
	color: whitesmoke;
	font-family: "century gothic", verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	display:inline;
	white-space: nowrap;
}

.leftMenu {
	white-space: nowrap;
	height: 100%;
	background-color: #d6cfe6;
	font-family: verdana, arial, helvetica, sans-serif;
}

.content {
	width: 100%;
	padding: 10px;
}

.rightColumn {
	width: 3px;
}

.customer {
	width: 20%;
	text-align: left;
}

.orderNumber {
	width: 10%;
	text-align: left;
}

.orderDate {
	text-align: center;
	width: 10%;
}

.productName {
	width: 25%;
}

.quantity {
	text-align: center;
	width: 10%;
}

.lineItemTotal {
	text-align: right;
	width: 15%;
	padding-right:10px;
}

.logo {
	border-top: 1px solid #000066;
	border-left: 1px solid #000066;
	border-bottom: 1px solid #000066;
	display:inline;
	text-align: right;
}

.code {
	font-family: verdana, arial, helvetica, "courier new", monospace;
	font-size: 9pt;
}

.borderedInline {
	display: inline;
	border: 1px solid black;
}