@charset "utf-8";
.tablestyle1 table tbody {
	border-collapse:collapse;
	border-left:1px solid #686868;
	border-right:1px solid #686868;
	font:0.8em/145% 'Trebuchet MS',helvetica,arial,verdana;
	color: #333;
}

.tablestyle1 td, .tablestyle1 th {
		padding:5px;
}

.tablestyle1 caption {
		padding: 0 0 .5em 0;
		text-align: left;
		font-size: 1.4em;
		font-weight: bold;
		text-transform: uppercase;
		color: #333;
		background: transparent;
}

/* =links
----------------------------------------------- */

.tablestyle1  table a {
		color:#950000;
		text-decoration:none;
}

.tablestyle1  table a:link {}

.tablestyle1  table a:visited {
		font-weight:normal;
		color:#666;
		text-decoration: line-through;
}

.tablestyle1  table a:hover {
		border-bottom: 1px dashed #bbb;
}

/* =head =foot
----------------------------------------------- */

.tablestyle1  thead th, .tablestyle1 tfoot th, .tablestyle1 tfoot td, {
		background:#333 url(http://www.roscripts.com/images/llsh.gif) repeat-x;
		color:#fff
}
.tablestyle1 thead th p {
	color: #FFFFFF;	
}

.tablestyle1  tfoot td {
		text-align:right
}

/* =body
----------------------------------------------- */

.tablestyle1  tbody th, .tablestyle1  tbody td {
		border-bottom: dotted 1px #333;
}

.tablestyle1  tbody th {
		white-space: nowrap;
}

.tablestyle1  tbody th a {
		color:#333;
}

.odd {}

.tablestyle1  tbody tr:hover {
		background:#fafafa
}

