﻿table {
	border: 0; /*border-collapse:collapse;*/
	border-collapse: separate;
	width: 100%;
	margin: 10px 0;
	border-width: 0;
	border-style: none;
}
.tableResultsHeader {
	background: #ffffff url(../img/bgResultsTableHeader.gif) repeat-x top left;
	text-align: left;
}


.tableResultsHeaderPaddl40 {
	background: #ffffff url(../img/bgResultsTableHeader.gif) repeat-x top left;
	padding-left: 40px;
}

.tableResultsHeaderButton {
	background: #ffffff url(../img/bgResultsTableHeader.gif) repeat-x top left;
	padding-right: 0px;
	top: 0px;
	text-align: right;
}
td {
	border: 0;
	border-width: 0;
	border-style: none;
	border-collapse: separate;
	padding: 25px 5px 7px 5px;
	background: #f2f4f7 url(../img/bgTable.gif) repeat-x top left;
}


caption {
	clear: both;
}
tr:first-child td {
	padding: 17px 5px 7px 5px;
	background: #f2f4f7;
}
.firstChild {
	padding: 17px 5px 7px 5px;
	background: #f2f4f7;
}
.tablePaging {
	padding: 11px 5px 7px 5px;
}
.alternate td {
	padding: 15px 5px;
	background-color: #ffffff;
}
table th {
	padding: 0 5px 10px 5px;
	background: #ffffff url(../img/bgTableHead.gif) repeat-x bottom left;
	height: 28px;
}
table .title {
	font-weight: bold;
	color: #5d3974;
}
table a {
	font-weight: bold;
	color: #5d3974;
}
.padd40 {
	padding-left: 40px;
}
.padd140 {
	padding-left: 140px;
}
.tableConcession, .tablePublication, .tableArticle, .tableContact, .tableDocument {
	font-size: 13px;
	font-family: Arial, Helvetica;
	line-height: 16px;
	color: #333333;
}

.tableConcession td {
	padding: 20px 5px 0 5px;
	background: #ffffff url(../img/bgTableConcession.gif) repeat-x top left;
	height: 116px;
	vertical-align: top;
}
.tablePublication td {
	padding: 20px 5px 0 5px;
	background: #ffffff url(../img/bgTablePublication.gif) repeat-x top left;
	height: 138px;
	vertical-align: top;
}
.tableArticle td {
	padding: 20px 5px 0 5px;
	background: #ffffff url(../img/bgTableArticle.gif) repeat-x top left;
	height: 106px;
	vertical-align: top;
}
.tableContact td {
	padding: 20px 5px 0 5px;
	background: #ffffff url(../img/bgTableContact.gif) repeat-x top left;
	height: 106px;
	vertical-align: top;
}
.tableDocument td {
	padding: 20px 5px 0 5px;
	background: #ffffff url(../img/bgTableDocument.gif) repeat-x top left;
	height: 141px;
	vertical-align: top;
}


/*  Remove common formating for TABLES */


.tableWithoutStyle table {
	border: 0;
	border-collapse: collapse;
	width: 100%;
	margin: 10px 0;
	font-size: 13px;
	font-family: Arial, Helvetica;
}

.tableWithoutStyle td {
	padding: 25px 5px 7px 5px;
	background-color: White;
}
.tableWithoutStyle tr {
	background-color: White;
}
.tableWithoutStyle caption {
	clear: both;
	background-color: White;
}
.tableWithoutStyle tr:first-child td {
	padding: 17px 5px 7px 5px;
	background-color: White;
}
.tableWithoutStyle .firstChild {
	padding: 17px 5px 7px 5px;
	background-color: White;
}
.tableWithoutStyle th {
	padding: 0 5px 10px 5px;
	height: 28px;
	background-color: White;
}

/* No style, No padding */

.tableWithoutStyleNoPadding table {
	border: 0;
	border-collapse: collapse;
	width: 100%;
	margin: 10px 0;
	font-size: 13px;
	font-family: Arial, Helvetica;
}

.tableWithoutStyleNoPadding td {
	background-color: White;
}
.tableWithoutStyleNoPadding tr {
	background-color: White;
}
.tableWithoutStyleNoPadding caption {
	clear: both;
	background-color: White;
}
.tableWithoutStyleNoPadding tr:first-child td {
	background-color: White;
}
.tableWithoutStyleNoPadding .firstChild {
	background-color: White;
}
.tableWithoutStyleNoPadding th {
	height: 28px;
	background-color: White;
}

