* { 
	margin: 0;
	padding: 0;
}
body {
	line-height: 1.3em;
	color: #6F6F6F;
	background:#fff;
	margin:10px;
	color:#000;
	X__border: thin dotted #009;
	font-family: Arial, Helvetica, sans-serif;
	X__font:x-small/1.5em Georgia,Serif;
	voice-family: "\"}\""; voice-family:inherit;
	font-size:small;
} html>body {font-size:small;}

p {
	font-size: small;
}
a {
	color: #666;
	text-decoration: none;
}
	a:visited {
		color: #999;
		text-decoration:none;
	}
	a:hover {
		text-decoration:underline;
	}

h1,h2,h3,h4 {
	color: #009;
}
h1 {
	font-size : 1.5em;
}
h2 {
	font-size : 1.4em;
}
h3 {
	font-size : 1.3em;
}
h4 {
	font-size : 1.2em;
}
/*
pre, table, td { 
	font-family : 'MS Trebuchet', 'Verdana', Arial, Helvetica; font-size : 10pt; line-height:1.2em;
}
form.labelAbove label {
	display: block;
}
form.labelAbove div.row {
	margin: .75em 0;
}
.feedback ul {
	background: #FFD39F;
	padding: .5em;
	margin: 0 0 .5em 0;
	list-style-type: none;
	border: dashed 1px #E9601A;
	width: 35em;
	color: black;
}

tr.a, tr.even {
	background: #E6E6E5;
}

tr.b, tr.odd {
	background: #F5F5F5;
}

a img {
	border: none;
}
*/

/* DataView */

tr.navigation div {
	height: 2em; /* for IE 6 */
}

tr.navigation a, tr.navigation em {
	font-size: 125%;
	padding: .2em;
}

tr.navigation a {
	text-decoration: none;
}

tr.navigation a:hover {
	background-color: #DFDFFF;
}

tr.navigation em span {
	font-size: 150%;
}

tr.navigation td {
	margin: 3em;
}

tr.headers th {
	background-position: right; 
	background-repeat: no-repeat;
	padding: .2em 13px;
}

tr.headers th.wicket_orderDown 
{
	background-color: #DFDFFF;
	background-image: url(arrow_up.png); 
}

tr.headers th.wicket_orderUp 
{
	background-color: #DFDFFF;
	background-image: url(arrow_down.png); 
}

.clearer {
	display: block;
	clear: both;
	margin: -0.66em 0;
	X__visibility: hidden;
}

div#indicatorBackground {
	display: none;
	background-color: black;
	opacity: 0.2; /* Safari, Opera */
	-moz-opacity: 0.20; /* FireFox */
	filter: alpha(opacity = 20); /* IE */
	z-index: 20;
	height: 100%;
	width: 100%;
	background-repeat: repeat;
	position: fixed;
	top: 0px;
	left: 0px;
	cursor: wait;
}
	span#indicator {
	    z-index: 100;
		border-style:solid; 
		position: absolute;
	}


