.dataTables_wrapper {
	width: 100%;
}

.dataTable {
	width: 100%;
	border-left: solid 1px #D4D1BF;
	border-right: solid 1px #D4D1BF;
}

.dataTables_paginate a {
	width: 70px;
}

#simpleSearch table, #advancedSearch table{
	width: 100%;
}


#simpleSearch #txt_description, #advancedSearch #txt_description, #advancedSearch #location {
	width: 90%;
}

div#search {
    float: left;
    width: 25%;
    border-right: solid 1px #D4D1BF;
    padding-right: 5px;
}
div#searchresult {
    float: right;
    width: 73%;
}

div#searchresult table{
    width: 100%;
    border: solid #D4D1BF 1px;
}

.odd {
	background-color: #EFEFEF;
}

.even {
	background-color: #F5F5F5;
}

#importReport {
	width: 50%;
	border: solid #D4D1BF 1px;
}

#importReport td {
	border: solid #D4D1BF 1px;
}

/**
 * 	Pop Up style
 */
#popUpBody {
	background-color: #F5F5F5;
}

.popUpContent {
	margin: 5px;
	text-align: left;
}

/**
 *  Error Table style
 */
.errorTable {
	border: solid black 1px;
}

.errorTableTr td{
	border-top: solid black 1px;
}

/**
 * History
 */
.requestsHistory, .operationsHistory {
	border: solid black 2px;
}

.requestsHistory td, .operationsHistory td{
	border: solid black 1px;
}

/**
 *
 */
.codeForProcess {
	font-size: 25px;
	height : 40px;
	width: 500px;
}

#endLink, #nextLink {
	font-size: 25px;
	height : 40px;
	width: 250px;
}

/**
 * 	Login container
 */

/*#loginContainer {
	border: solid black 1px;
	margin: auto;
	width: 300px;
	margin-top: 100px;
}*/

.publHeader, .newsHeader, .blocHeader, .elimHeader, .maxHeader, .minHeader, .codeHeader{
	width: 40px;
}

.vatHeader, .pricHeader, .packHeader, .avaHeader {
	width: 50px;
}

#productsTable td {
	height: 35px;
}

.codeHeader {
	width: 100px !important;
}

.descriptionHeader {
	width: auto;
}

.sentHeader {
	width: 70px !important;
}

.priceHeader {
	width: 120px !important;
}

.valHeader {
	width: 120px !important;
}
