   table {
	border-collapse:collapse;
	background:#EFF4FB url(../images/Gradient.jpg) repeat-x;
	border-left:1px solid #686868;
	border-right:1px solid #686868;
	font:0.8em/145% 'Trebuchet MS',helvetica,arial,verdana;
	color: #333;
}
.page .demo #accordion div .tableWrap table tfoot {
	background-color: #FFF;
	background-image: none;
	border: thin solid #666;
	text-align: right;
	color: #333;
}


td, th {
	padding:5px;
	text-align: left;
	font-size: 12px;
}

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

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

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

table a:link {}

table a:visited {
		font-weight:normal;
		color:#666;
		text-decoration: line-through;
}

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

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

thead th {
	background:#333 url(../images/headerGradient.gif) repeat-x;
	color:#fff;
	font-size: 13px;
}

tfoot td {
		text-align:right
		font-size: 13px;
	color: #666;
	border: 1px solid #CCC;
}

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

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

tbody th {
		white-space: nowrap;
}

tbody th a {
		color:#333;
}

.odd {}

tbody tr:hover {
		background:#fafafa
}

