div.dataset-banner {
	background: #eee;
	padding: 0px 2px 2px 0px;
	margin: 1px;
	height: 3ex;
	line-height: 160%;
}

span.dataset-banner-text {
	margin: 0 0 0 5px;
}

div.dataset-row-options {
	float: left;
	margin: 0;
}

div.dataset-row-options button {
	font-size: 0.8em;	
	padding: 0;
	margin: 0 1px 0 0;	
}

span.close-icon {
	background: url('close.png') center center no-repeat transparent;	
}

span.select-all-icon {
	background: url('select-all.png') center no-repeat transparent;
	display: block;
	width: 16px;
	height: 16px;	
}

span.select-none-icon {
	background: url('select-none.png') center no-repeat transparent;
	display: block;
	width: 16px;
	height: 16px;	
}

span.select-toggle-icon {
	background: url('select-toggle.png') center  no-repeat transparent;
	display: block;
	width: 16px;
	height: 16px;	
}

div.dataset-page-options {
	float: right;
	margin: 0;
}

div.dataset-page-options button {
	font-size: 0.8em;
	padding: 0 2px 0 2px;	
	margin: 0 0 0 1px;	
}

div.dataset-page-options select.page-selector {
	margin: 0 0 0 1px;
	vertical-align: middle;
	min-width: 85px;
}

div.dataset-page-options select.page-sizer {
	margin: 0 0 0 1px;
	vertical-align: middle;
	min-width: 25px;
}

div.dataset-page-options input.page-sizer {
	margin: 0 0 0 1px;
	vertical-align: middle;
	min-width: 25px;
	width: 30px;
	height: 16px;
}

div.dataset-container {
	clear: both;
	overflow: auto;
	margin: 0px;
	padding: 0px;
}

table.dataset {
	width: 100%;
	margin: 0px;
	/*border: 1px solid blue;*/
}

table.dataset TH, table.dataset TD {
	padding: 2px 4px 2px 4px;
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
}

table.dataset THEAD TR {
	background-color: #fc0;
	width: 100%;
}

table.dataset TH.sortable {
	cursor: pointer;	
}

table.dataset TH.sorted {
	background-color: orange;
	background-repeat: no-repeat;
	background-position: center right;
	padding-right: 15px;
}

table.dataset TH.sortable SPAN.order {
	display: none;
}

table.dataset TH.sortable.sorted SPAN.order {
	display: inline;
	font-size: 80%;
	line-height: 150%;
	float: right;
	-moz-user-select: none;	
}

table.dataset TH.sorted.asc {
	background-image: url(sort-asc.png);
}

table.dataset TH.sorted.desc {
	background-image: url(sort-desc.png);
}

table.dataset TR.empty TD {
	width: 100%;
}

table.dataset TR.odd {
	background-color: rgb(255, 250, 200);
}

table.dataset TR.odd.selected {
	background-color: rgb(224, 235, 243);	
}

table.dataset TR.even {
	background-color: rgb(255, 238, 170);
}

table.dataset TR.even.selected {
	background-color: rgb(203, 221, 235);	
}

table.dataset TD.total-label {
	text-align: right;
	font-weight: bold;
}

table.dataset TD.total {
	white-space: nowrap;
	background-color: rgb(203, 221, 235);
}

table.dataset input[type="checkbox"], table.dataset input[type="radio"] {
	margin-top : 2px;
	margin-bottom : 2px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
}
	
table.dataset TR.total {
	background-color: #eee;
}

table.dataset .hot {
	color: red;
}
table.dataset .hotter {
	background: yellow;
}
div.select-all-months {display:inline}
div.select-all-months > span{font-weight: bold}

