

.dataTable{
	margin-top: 10px;
	background-color: #f5f6f7;
	border-collapse: collapse;
	margin:	5px;
	width:100%;
}

.dataTable th {
	background-color: #598ec3;
	/*padding-left: 2px;
	padding-right:15px;
	font-weight: bold;
	margin-right: 10px;
	white-space: nowrap;*/
	border: 1px solid #CCCCCC;
	height: 20px;
	color: white;
}

.dataTable td{
	padding: 5px;
	/*border: 1px solid #CCCCCC;*/
}

.dataTable th a{
	color : #fff;
}

.dataTable th a:hover{
	border-bottom : 1px solid #fff;
}

.dataTable td{
	/*background-color: #fff;*/
		border-bottom: 1px dotted #CCCCCC;
}

.dataTable tr.total td {
	white-space: nowrap;
	vertical-align: top;
	font-weight: bold;
	border-top: 1px solid black;
	padding-bottom: 10px;
}


.dataTable td.hidden {
	display: none;
}



.dataTable th.r {
	text-align: right;
	padding-right: 10px;
}

.dataTable th.c {
	text-align: center;
}


.dataTable  tr.odd {
	background-color: #f7f7f7;
}

.dataTable tr.even {
	background-color: white;
}

.dataTable th a   ,.dataTable th a:visited {
	text-align: left;
	color: white;
}


.dataTable .order1 {
	background-position: right;
	background-image: url(../images/arrow_up.gif);
	background-repeat: no-repeat;
	background-color: #CCCCCC;
	
}

.dataTable .order2 {
	background-position: right;
	background-image: url(../images/arrow_down.gif);
	background-repeat: no-repeat;
	background-color: #CCCCCC;
}

.pagelinks {
	color: #999999;
	margin-left: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	float: left;
	text-align: left;
	height: 18px;
}
.pagelinks_left {
	color: #999999;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	float: left;
	text-align: left;
	padding-top: 2px;
	height: 18px;
}
.pagelinks_right {
	color: #999999;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	float: left;
	text-align: left;
	padding-top: 2px;
	height: 18px;
}


.pagelinks img {
	vertical-align: top;
}

.pagebanner{
	float: right;
	width: 200px;
	text-align: right;
	padding-top:9px;
	margin-bottom: 5px;
	}

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;
}


.content {
	width: 100%;
	padding: 10px;
}

.rightColumn {
	width: 3px;
}


/*TS Prawdopodobnie nieuzywane*/
.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: left;
	width: 15%;
	padding-right:10px;
}

.borderedInline {
	display: inline;
	border: 1px solid black;
}
/*//TS*/

.col_nroferty{
	}
.col_nazwa{
	}
.col_dataof{
	}
.pbs-list-column-date{
	}
.col_status{
	}
.col_podstatus{
	}
.col_naklad{
	text-align:right;
}
.col_netto{
	text-align:right;
	}
.col_akcja{
	
	}




.col_number {
	text-align: right;
	width: 30px;
}