
table.styled {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc; 
	color: #333;
	width: 100%;
}

table.styled caption {
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: -1px;
	margin-bottom: 10px;
	padding: 5px;
	background: #efefef;
	border: 1px solid #ccc;
	color: #666;
}

table.styled a {
	text-decoration: none;
	border-bottom: 1px dotted #f60;
	color: #f60;
	font-weight: bold;
}

table.styled a:hover {
	text-decoration: none;
	color: #fff;
	background: #f60;
}

table.styled tr th a {
	color: #369;
	border-bottom: 1px dotted #369;
}

table.styled tr th a:hover {
	color: #fff;
	background: #369;
}

table.styled thead tr th {
	text-transform: uppercase;
	background: #e2e2e2;
}

table.styled tfoot tr th, table.styled tfoot tr td {
	text-transform: uppercase;
	color: #000;
	font-weight: bold;
}

table.styled tfoot tr th {
	width: 20%;
}

table.styled tfoot tr td {
	width: 80%;
}

table.styled td, table.styled th {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px;
	line-height: 1.8em;
	font-size: 0.9em; /* 0.8 */
	vertical-align: top;
	/*width: 20%;*/
}

table.styled tr.odd th, table.styled tr.odd td {
	background: #efefef;
}

/* Table styled no border */

table.stylednb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	border-left: 0px solid #ccc;
	border-top: 0px solid #ccc; 
	color: #333;
	width: 100%;
}

table.stylednb caption {
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: -1px;
	margin-bottom: 10px;
	padding: 5px;
	background: #efefef;
	border: 1px solid #ccc;
	color: #666;
}

table.stylednb a {
	text-decoration: none;
	border-bottom: 0px dotted #f60;
	color: #f60;
	font-weight: bold;
}

table.stylednb a:hover {
	text-decoration: none;
	color: #fff;
	background: #f60;
}

table.stylednb tr th a {
	color: #369;
	border-bottom: 0px dotted #369;
}

table.stylednb tr th a:hover {
	color: #fff;
	background: #369;
}

table.stylednb thead tr th {
	text-transform: uppercase;
	background: #e2e2e2;
}

table.stylednb tfoot tr th, table.stylednb tfoot tr td {
	text-transform: uppercase;
	color: #000;
	font-weight: bold;
}

table.stylednb tfoot tr th {
	width: 20%;
}

table.stylednb tfoot tr td {
	width: 80%;
}

table.stylednb td, table.stylednb th {
	border-right: 0px solid #ccc;
	border-bottom: 0px solid #ccc;
	padding: 5px;
	line-height: 1.8em;
	font-size: 0.8em;
	vertical-align: top;
	/*width: 20%;*/
}

table.stylednb tr.odd th, table.stylednb tr.odd td {
	background: #efefef;
}



table.styled td.medium {
	width: 25%;
	vertical-align: left;
}
table.styled td.large {
	width: 35%;
	vertical-align: left;
}
table.styled td.small {
	width: 15%;
	vertical-align: left;
}
table.styled td.fifty {
	width: 50%;
	vertical-align: left;
}

div.small
{
	background-color: #eee;
	font-size: 90%;
}

td.aRight
{
	text-align: right;
	padding-right: 10px;
}

td.aLeft
{
	text-align: left;
	font-weight: bold;
	padding-left: 10px;
}

td.aCenter
{
	text-align: center;
}