/* roScripts
Table Design by Mihalcea Romeo
www.roscripts.com
----------------------------------------------- */

#tab table {
		border-collapse:collapse;
		background:#F4F4F4 url(../images/teaser.gif) repeat-x;
		border-left:1px solid #686868;
		border-right:1px solid #686868;
		font:0.9em/145% 'Trebuchet MS',helvetica,arial,verdana;
		color: #333;
}

#tab td, th {
		padding:5px;
}

#tab caption {
		padding: 0 0 .5em 0;
		text-align: left;
		font-size: 1.4em;
		font-weight: bold;
		text-transform: uppercase;
		color: #333;
		background: transparent;
}

/* =links
----------------------------------------------- */

#tab table a {
		color:#FFFFFF;
		text-decoration:none;
}

#tab table a:link {}

#tab table a:visited {
		font-weight:normal;
		color:#FFFFFF;		
}

#tab table a:hover {
		border-bottom: 1px dashed #bbb;
}

/* =head =foot
----------------------------------------------- */

#tab thead th, tfoot th, tfoot td {
		background:#333 url(../images/llsh.gif) repeat-x;
		color:#fff
}

#tab tfoot td {
		text-align:right
}

/* =body
----------------------------------------------- */

#tab tbody th, tbody td {
		border-bottom: dotted 1px #333;
}

#tab tbody th {
		white-space: nowrap;
}

#tab tbody th a {
		color:#333;
}

#tab .odd {}

#tab tbody tr:hover {
		background:#FEBD4C;
		color:#fff;
}
