/************************************************************************
		betterTable.css
		
		Is Copyright 2005 by Daniel Morrison <daniel@collectiveidea.com>
		It is NOT licensed as free or open-source software (at this time).
		It may NOT be used without permission.
	*************************************************************************/

.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: small;
}

.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;
	cursor: pointer;
}
