
table.scroller {
	border-spacing: 3px;
	border-collapse: collapse;
}

table.paginator td.paginatoractive {
	font-weight: bold;
	text-decoration: underline;
}

table.paginator {
	font-family: "Verdana", sans-serif;
	font-size: 1em;
	border-spacing: 3px;
	border-collapse: collapse;
}

table.paginator a:link {
	text-decoration: none;
	color: black;
}

table.paginator a:visited {
	text-decoration: none;
	color: black;	
}

table.paginator a:hover {
	text-decoration: none;
	color: #568;
}

table.data {
	font-family: "Verdana", sans-serif;
/*	font-size: 0.8em;*/
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%;
}

table.datanoborder {
	font-family: "Verdana", sans-serif;
/*	font-size: 0.8em;*/
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%;
}

th.data {
	color: white;
	background-color: #568;
	font-family: "Verdana", sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	vertical-align: top;
	padding: 3px;
}

th.datanoborder {
	color: white;
	background-color: #568;
	font-family: "Verdana", sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	vertical-align: top;
	padding: 3px;
}

tr.dataeven {
	background-color: white;
}

tr.dataeven:hover {
	background-color: #78a;
}

tr.dataevennohover {
	background-color: white;
}

tr.dataevennohover:hover {
}

tr.dataodd {
	background-color: #ddd;
}

tr.dataodd:hover {
	background-color: #78a;
}

tr.dataodd td a {
	display: block;
}

tr.dataodd td a:link {
	text-decoration: none;
	color: black;
}

tr.dataodd td a:visited {
	text-decoration: none;
	color: black;
}

tr.dataodd:hover {
	text-decoration: none;
	color: #568;
}

tr.dataeven td a {
	display: block;
}

tr.dataeven td a:link {
	text-decoration: none;
	color: black;
}

tr.dataeven td a:visited {
	text-decoration: none;
	color: black;
}

tr.dataeven:hover {
	text-decoration: none;
	color: #568;
}

tr.dataevennohover td a {
	display: block;
}

tr.dataevennohover td a:link {
	text-decoration: none;
	color: black;
}

tr.dataevennohover td a:visited {
	text-decoration: none;
	color: black;
}

tr.datanews {
	background-color: white;
}

tr.datanews td a {
	color: black;
}

tr.datanews td a:link {
	text-decoration: underline;
	color: black;
}

tr.datanews td a:visited {
	text-decoration: underline;
	color: black;
}

tr.dataratings {
	background-color: white;
	border-bottom: 1px dotted #666;
	padding-top: 15px;
	padding-bottom: 15px;
}

tr.dataratings td a {
	color: black;
}

tr.dataratings td a:link {
	text-decoration: underline;
	color: black;
}

tr.dataratings td a:visited {
	text-decoration: underline;
	color: black;
}

th.dataevenhdr {
	background-color: white;
	font-weight: bold;
	/*font-style: italic;*/
	border-right-width: 1px;
	border-right-color: #999;
	border-right-style: solid;
	border-left-width: 1px;
	border-left-color: #999;
	border-left-style: solid;
	border-top-width: 1px;
	border-top-color: #999;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #999;
	border-bottom-style: solid;
}

th.dataoddhdr {
	background-color: #ddd;
	font-weight: bold;
	/*font-style: italic;*/
	border-right-width: 1px;
	border-right-color: #999;
	border-right-style: solid;
	border-left-width: 1px;
	border-left-color: #999;
	border-left-style: solid;
	border-top-width: 1px;
	border-top-color: #999;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #999;
	border-bottom-style: solid;
}

table.data td {
	border-right-width: 1px;
	border-right-color: #999;
	border-right-style: solid;
	border-left-width: 1px;
	border-left-color: #999;
	border-left-style: solid;
	border-top-width: 1px;
	border-top-color: #999;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #999;
	border-bottom-style: solid;
	vertical-align: middle;
	padding-left: 2px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

table.datanoborder td {
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	vertical-align: middle;
	padding-left: 2px;
	padding-right: 2px;
}

table.data td.inputbox {
	padding-left: 2px;
	padding-right: 2px;
}

table.data td input {
	width: 100%;
}

.rowcount {
	font-family: "Verdana", sans-serif;
	font-size: 0.9em;
	/*font-style: italic;*/
}
