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

table {
		border-collapse:collapse;
		background:#d1d8e2; /* url(http://www.roscripts.com/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;
		border-collapse: separate;
        border-spacing: 4px 4px;
}

td, th {
		padding:5px;
}

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

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

table a {
		/*color:#950000;*/
		text-decoration:none;
}

table a:link {}

table a:visited {
		font-weight:normal;
		/*color:#666;*/
		text-decoration: line-through;
}

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

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

thead th, tfoot th, tfoot td {
		background:#c7c0a8 url(http://www.roscripts.com/images/llsh.gif) repeat-x;
		color:#fff;
		padding: 5 5 .5em 5;
		font-size: 1.6em;
}

tfoot td {
		text-align:right
}

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

tbody th, tbody td {
		/*border-bottom: dotted 1px #333;*/
		font-weight:bold;
}

tbody th {
		white-space: nowrap;
}

tbody th a {
		color:#d1d8e2;
}

.odd {}

tbody tr:hover {
		/*background:#fafafa*/
}