@charset "utf-8";
/* CSS Document */

/* roScripts
Table Design by Mihalcea Romeo
www.roscripts.com
----------------------------------------------- */

table.xx {
		border-collapse:collapse;
		background:#EFF4FB url(../images/teaser.gif) repeat-x;
		border-left:1px solid #686868;
		border-right:1px solid #686868;
		font:0.8em/145% 'Trebuchet MS',helvetica,arial,verdana;
		color: #333;
}

table.xx td, table.xx th {
		padding:5px;
}

caption {
		padding: 0 0 .5em 0;
		text-align: left;
		font-size: 1.4em;
		font-weight: bold;
		text-transform: uppercase;
		color: #333;
		background: transparent;
}

/* =links
----------------------------------------------- */

table.xx a {
		color:#950000;
		text-decoration:none;
}

table.xx a:link {}

table.xx a:visited {
		font-weight:normal;
		color:#666;
		
}

table.xx a:hover {
		border-bottom: 1px dashed #bbb;
}

/* =head =foot
----------------------------------------------- */

table.xx thead th, table.xx tfoot th, table.xx tfoot td {
		background:#333 url(../images/llsh.gif) repeat-x;
		color:#fff
}

table.xx tfoot td {
		text-align:right
}

/* =body
----------------------------------------------- */

table.xx tbody th, table.xx tbody td {
		border-bottom: dotted 1px #333;
}

table.xx tbody th {
		white-space: nowrap;
}

table.xx tbody th a {
		color:#333;
}

.odd {}

table.xx tbody tr:hover {
		background:#fafafa
}
