/* roScripts
Table Design by Mihalcea Romeo
www.roscripts.com
----------------------------------------------- */
table thead, table tfoot{
    background:none;
}

table thead tr th, table thead tr td, table tfoot tr th, table tfoot tr td
{
    color:black;
}
table.b482 {
		width:100%;
		
		background: url(../img/table/teaser.png) repeat-x;
		border:none;
		color: white;
		font-weight:bold;
		font-size: 12px;
		
}

td.b482, th.b482 {
		padding:5px;
		text-align:center;
}

td.b482.alignContentTableLeft, th.b482.alignContentTableLeft {
		padding-left: 20px;
		text-align:left;

}

caption.b482 {
		padding: 0 0 1em 0;
		text-align: center;
		font-size: 1.4em;
		font-weight: bold;
		text-transform: uppercase;
		color: white;
		background: transparent;
}

/* =links
----------------------------------------------- */

table.b482 a {
		color:#D3A826;
		text-decoration:none;
}

table.b482 tbody td:hover{
    background: none;
    color:#d09902;
}

table.b482 tbody td a:hover{
    color:#d09902;
    text-decoration: underline;
}

table.b482 a:link {}

table.b482 a:visited {
		font-weight:bold;
		color:#D3A826;
		text-decoration: none;
}

table.b482 a:hover {
		font-weight:bold;
		color:#666;
		text-decoration: none;
}

/* =head =foot
----------------------------------------------- */

thead.b482 th, tfoot.b482 th, tfoot.b482 td
{
		background:#cf902f url(../img/table/llsh.png) repeat-x;

}

thead.b482 th a:VISITED, tfoot.b482 th a:VISITED
{
		
}

table.b482 tfoot:hover{
background:url(../img/table/llsh.png) repeat-x;
color:white;
}




/* =body
----------------------------------------------- */

tbody.b482 th, tbody.b482 td {
		border-bottom: solid 1px #D3A826;
}

tbody.b482 th {
		white-space: nowrap;
}

tbody.b482 th a {
		font-weight:bold;

		text-decoration: none;
}

.odd {}

tbody.b482 tr:hover {

}


td.b482.red{
    color:#ff4040;
    font-weight: bold; 
}

td.top{
	vertical-align:top!important;
}