/* roScripts
Table Design by Mihalcea Romeo
www.roscripts.com
----------------------------------------------- */

table {
		border-collapse:collapse;
		background:#EFF4FB url(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;   /* TEXT in table (non-HREF): black */
		width: 90%;
}

td, 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 a {
		color:#000FFF;   /* HREF links...anywhere in table: blue */
/*		color:#950000;   (color of HREF links in table) */
		text-decoration:none;
}

table a:link {}

table a:visited {
		font-weight:normal;
/*		color:#666;  (color of visited HREF links) */
/*		text-decoration: line-through;  */
}

table a:hover {
		border-bottom: 1px dashed #bbb;
}

/* =head =foot
----------------------------------------------- */

thead a {
		color:#FFFFFF;   /* HREF links...ONLY in "THEAD": white */
}

thead th, tfoot th, tfoot td {
		background:#333 url(llsh.gif) repeat-x;
		color:#fff
}

tfoot td {
		text-align:right
}

/* =body
----------------------------------------------- */

tbody th, tbody td {
		border-bottom: dotted 1px #333;
}

tbody th {
		white-space: nowrap;
}

tbody th a {
		color:#333;   /* FIRST (1st) column, HREF links: black */
}

.odd {}

tbody tr:hover {
		background:#fafafa
}
