
body, input, table{
	font-family: Verdana, sans-serif;
	font-size: 0.9em;
	background: #f5f5f5;
}



/* decorative */

h4 {
	background: #000000;
	color: #ffffff;
	margin: 0;
	padding: .5em;
	width: 15em;
}

#container {
	background: #fcfcfc;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 3px solid #aaaaaa;
	border-right: 3px solid #aaaaaa;
	padding: 1em;
}

.clear {
	clear: both;
}

.copyright {
	font-size: 0.7em;
}

.readonlyvar {
	float: right;
	padding-right: 2em;
}

/* styles for the group */

.group {
	border: 1px solid #cfcfcf;
	margin-right: 1em;
	margin-bottom: 1em;
	float: left;
	background: #ffffff;
}

.group table {
	width: 100%;
	background: #ffffff;
}

.grouphdr {
	background: #080808;
	color: #ffffff;
	padding: 0.25em;
	cursor: pointer;
}

.grouphdr span {
	font-family: courier, monospace;
	background: #ffffff;
	color: #000000;
	width: 1em;
	padding: 0.1em;
	text-align: right;
}

/* styles for the selection bar */

.selectbar {	
	position: relative;
	width: 12em;
}

.selectbar .bar {
	position: relative;
	width: 10em;
	margin: 0 1em;
	height: 1.5em;
	cursor: pointer;
	border: 1px solid #dfdfdf;
}

.selectbar .bar div {
	height: 1.5em;
	background: #dddddd;
}

.selectbar .bar span {
	display: block; 
	position: absolute; 
	right: 0.5em; 
	top: 0
}



.selectbar .lt, .selectbar .gt {
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	height: 1.5em;
	width: 1em;
	cursor: pointer;
	background: #f2f2f2;
	color: #bfbfbf;
	text-align: center;
}

.selectbar .lt {
	position: absolute;
	left: 0;
	top: 0;
	border-left: 1px solid #dfdfdf;
	-moz-border-radius-topleft: 0.5em;
	-moz-border-radius-bottomleft: 0.5em;
}

.selectbar .gt {
	position: absolute;
	right: 0;
	top: 0;
	border-right: 1px solid #dfdfdf;
	-moz-border-radius-topright: 0.5em;
	-moz-border-radius-bottomright: 0.5em;
}

/* hovers */

.selectbar_hovered .bar {
	border: 1px solid #8f8f8f;
}

.selectbar_hovered .lt {
	border-top: 1px solid #8f8f8f;
	border-bottom: 1px solid #8f8f8f;
	border-left: 1px solid #8f8f8f;
	color: #8f8f8f;
}

.selectbar_hovered .gt {
	border-top: 1px solid #8f8f8f;
	border-bottom: 1px solid #8f8f8f;
	border-right: 1px solid #8f8f8f;
	color: #8f8f8f;
}


.selectbar_hovered .bar div {
	background: #bbbbbb;
}

.selectbar .ltgt_hovered {
	background: #dddddd;
	color: #8f8f8f;
}

.error {
	border: 1px solid #ff0000;
	background: #ff0000;
}