.betterTable {
	border: 1px solid #7f7f7f;
	margin: 0px;
	padding: 0px;
	border-spacing: 0px;
}

.betterTable thead tr {
	/*background: #9999ff;*/
	background: #2161a1;
	border-bottom: inherit;
	background: #2161a1;
}

.betterTable th {
	font: bold small 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	text-align: left;
	vertical-align: top;
	padding-right: 10px;
	color: #ffffff;
}

.betterTable td {
	font: small 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	text-align: left;
	padding-right: 10px;
	border: 0 none;
	border-spacing: 0;
}

* html .betterTable td, * html .betterTable th {
	font-size: smaller;
}

.betterTable tbody tr {
	background: #ffffff;
	vertical-align: top;
}

.betterTable tbody .alt-tr {
	background: #cccccc;
}

/* Extra class 'highlight' here to make it easy to turn off highlights */

.betterTableHighlight tbody tr:hover {
	background: #ffff66;
}

.betterTableLink {
	cursor: pointer;
}

* html .betterTableLink {
	cursor: hand;
}

.betterTableLink a:link, 
.betterTableLink a:visited {
	color: #000 !important;
	text-decoration: none !important;
}

.betterTableLink a:hover, 
.betterTableLink a:active, 
.betterTableLink a:focus {
	color: #333 !important;
	text-decoration: underline !important;
}
