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

.grid table {
		border-collapse:collapse;
		background:#EFF4FB url('./images/teaser.gif') repeat-x;
		border-left:1px solid #686868;
		border-right:1px solid #686868;
		color: #333;
}

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

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

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

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

.grid table a:link {}

.grid table a:visited {
}

.grid table a:hover {
		/*border-bottom: 1px dashed #bbb;*/
}

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

.grid thead th, .grid tfoot th, .grid tfoot td {
		background:#365a8e url('./images/llsh2.gif') repeat-x;
		color:#fff
}

.grid thead th {
		text-align:left;
		vertical-align:top;
}

.grid tfoot td {
		text-align:right;
}

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

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

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

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

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

.grid tfoot td a {
		color:#ffffff;
		text-decoration:underline;
}

.grid tfoot td .activepagelink
{
	text-decoration:none;
}

.grid .odd {}

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