table.generalTable 
{
	font-family: verdana,arial,sans-serif;
	font-size:11px;
	color:#333333;
	border-width: 1px;
	border-color: #CDCDCD;
	border-collapse: collapse;
	width:99.5%;
}
table.generalTable th {
	border-width: 1px;
	padding: 4px;
	border-style: solid;
	border-color: #CDCDCD;
	background-color: #dedede;
	height:13px;
}
table.generalTable td {
	border-width: 1px;
	padding: 4px;
	border-style: solid;
	border-color: #CDCDCD;
	background-color: #ffffff;
	height:13px;
	font-size: 10px;
}

#divVouchersList
{
    width:100%;
}

.textDivCargue
{
    text-align:center;
    color:#7E7E7E;
    font-size:11px;
}

#divVouchersFilters
{
    text-align:left;
    color:#7E7E7E;
    font-size:14px;
    border:1px solid #CDCDCD;
    width:657px;
    vertical-align:middle;
    padding:8px;
	padding-right: 0;
}