/* roScripts
Table Design by Mihalcea Romeo
www.roscripts.com
----------------------------------------------- */

.CLEAR-table {
		border-collapse:collapse;
		background:#EFF4FB url(/images/tablebg.gif) repeat-x;
		border-left:1px solid #686868;
		border-right:1px solid #686868;
		font-family:Arial, Helvetica, sans-serif;
		font-size:13px;
		color: #333;
}

.CLEAR-table td, .CLEAR-table th {
		padding:5px;
}

.CLEAR-table caption {
		padding: 0 0 .5em 0;
		text-align: left;
		font-size: 13px;
		font-weight: bold;
		text-transform: uppercase;
		color: #333;
		background: transparent;
}

/* =links
----------------------------------------------- */

.CLEAR-table a {
		color:#950000;
		text-decoration:none;
}

.CLEAR-table  a:link {}

.CLEAR-table  a:visited {
		font-weight:normal;
		color:#666;
		text-decoration: line-through;
}

.CLEAR-table  a:hover {
		border-bottom: 1px dashed #bbb;
}

/* =head =foot
----------------------------------------------- */

.CLEAR-table thead th, .CLEAR-table tfoot th, .CLEAR-table tfoot td {
		background:#333 url(/images/table-llsh.gif) repeat-x;
		color:#fff
}

.CLEAR-table tfoot td {
		text-align:right;
}

/* =body
----------------------------------------------- */

.CLEAR-table tbody th, .CLEAR-table tbody td {
		border-bottom: dotted 1px #333;
}

.CLEAR-table tbody th {
		white-space: nowrap;
		text-align:left;
}

.CLEAR-table tbody th a {
		color:#333;
}

.CLEAR-table .odd {}

.CLEAR-table tbody tr:hover {
		background:#fafafa;
}

