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

.tableBG {
		border-collapse:collapse;
		background:#EFF4FB repeat-x;
		border-left:1px solid #686868;
		border-right:1px solid #686868;
		font-family:Calibri;
		color: #333;
			margin: 10px 45px 10px 45px;
	width: 930px;

}

.tableBG td, th {
		padding:5px;
}

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

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

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

.tableBG a:link {}

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

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

.tableBG thead th, .tableBG tfoot th{
		background:#333 url(Images/llsh.gif) repeat-x;
		color:#fff
}

.tableBG tfoot td {
		border-bottom: 1px solid #bbb;	
}

.tableBG tfoot td {
		text-align:right
}

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

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

.tableBG tbody th {
		white-space: nowrap;
}

.tableBG tbody th a {
		color:#333;
}

.tableBG.odd {}

.tableBG tbody tr:hover {
		background:#fafafa
}
