body, table td, table th, select {
	font-family: sans-serif;
	font-size: small;
}

h1 {
	font-size: large;
}

div.description {
	font-style: oblique;
	color: #444;
}

div.menu {
	width: 100%;
	background-color: #FAFAD2;
	border-top: #CCC dashed 1px;
	border-bottom: #CCC dashed 1px;
	margin-bottom: 15px;
	margin-top: 10px;
}

div.menu span {
	cursor: pointer;
}

div.menu a {
	color: #000;
	text-decoration: none;
}

div.menu a:hover, div.menu span:hover {
	background-color: #EEE8AA;
}

table.menu {
	position: absolute;
	border-collapse: collapse;
	border: 1px solid #CCC;
	background-color: #FAFAD2;
}

table.menu a {
	color: #000;
	text-decoration: none;
}

table.menu tr:hover {
	background-color: #EEE8AA;
}

div.popup {
	position: fixed;
	z-index: 100;
	border: 3px solid #C3D9FF;
	background-color: white;
	top: 100px;
	left: 100px;
	right: 100px;
	bottom: 100px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
}

div.popup h1 {
	background-color: #C3D9FF;
	margin: 0px;
	height: 20px;
	font-size: small;
}

div.popup div.content {
	position: absolute;
	overflow: auto;
	top: 20px;
	left: 0px;
	right: 0px;
	bottom: 23px;
	padding: 3px;
}

div.popup div.controls {
	position: absolute;
	height: 20px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	padding: 3px;
	background-color: #C3D9FF;
}

div.faded {
	background-color: #000;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 20;
	FILTER:Alpha(Opacity=70); /* IE */
	-moz-opacity: 0.7; /* firefox */
	opacity: 0.7; /* safari */
	cursor: wait;
}

div.fadedElement {
	background-color: #FFF;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 200;
	FILTER:Alpha(Opacity=30); /* IE */
	-moz-opacity: 0.3; /* firefox */
	opacity: 0.3; /* safari */
	cursor: wait;
}

div.fadedElementImage {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 300;
	background-image: url('/common/images/loading.gif');
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

table.standard {
	border-collapse: collapse;
	border: 1px solid black;
}

table.standard thead tr {
	background-color: #BBF;
}

table.standard thead tr th {
	border: 1px solid #88F;
}

table.standard tbody tr td, table.standard thead th {
	border: 1px solid #CCC;
	padding: 1px 5px;
}

table.standard tfoot td {
	font-size: xx-small;
	background-color: #EEE;
	border: 1px solid #CCC;
}


div.scrollTableHover {
	position: absolute;
	top: 0px;
	color: white;
	background: black;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 5px;
	FILTER:Alpha(Opacity=85); /* IE */
	-moz-opacity: 0.85; /* firefox */
	opacity: 0.85; /* webkit */
	width: 400px;
}

table.scrollTable {
	width: 100%;
}

table.scrollTable td.sliderCol {
	background-color: #EEE;
	width: 15px;
}

table.scrollTable td.sliderCol span.scrollButton {
	display: block;
	border: 0px;
	position: absolute;
	width: 15px;
	height: 14px;
	padding: 0px;
	padding-bottom: 4px;
	background-color: #BBF;
	text-align: center;
	cursor: default;
}
table.scrollTable td.sliderCol span.scrollButtonUp {
	border-bottom: 1px solid #88F;
}
table.scrollTable td.sliderCol span.scrollButtonDn {
	border-top: 1px solid #88F;
}
table.scrollTable td.sliderCol span.scrollButtonDisabled {
	color: #AAA;
}

table.scrollTable td.sliderCol div {
	position: relative;
	border: 0px;
	background-color: #BBF;
}

table.scrollTable thead tr th {
	white-space: nowrap;
	cursor: pointer;
}

table.scrollTable tbody tr.selected {
	background-color: #FF8;
}

table.scrollTable tbody tr td {
	border: 1px solid #FFF;
}

table.scrollTable tbody tr.data td, table.scrollTable thead th {
	border: 1px solid #CCC;
	padding: 1px 5px;
}

table.scrollTable tbody tr {
	display: none;
}

table.scrollTable tbody tr.data {
	display: table-row;
}

table.selectable tbody tr.data {
	cursor: pointer;
}

table.scrollTable tbody tr.data:hover {
	background-color: #EEE8AA;
}
table.scrollTable tbody tr.selected:hover {
	background-color: #FF0;
}

table.scrollTable tfoot td span.link {
	text-decoration: underline;
	color: blue;
	cursor: pointer;
}
table.scrollTable tfoot td span.navlink {
	float: right;
	text-decoration: underline;
	color: blue;
	margin-left: 5px;
	cursor: pointer;
}
table.scrollTable tfoot td span.navtext {
	float: right;
	margin-left: 5px;
}

input.braunButton {
	margin: 0px;
	margin-right: 5px;
	color: black;
	cursor: pointer;
	background: url('/common/images/hborder.png') repeat-x 0px -27px;
	border: 1px outset #ccc;
	min-width: 100px;
}

input.braunButton[disabled] {
	color: #888;
}

label {
	display: block;
	padding: 5px 0px 1px 0px;
	border: none;
	color: #444;
	font-size: 95%;
}

label.error {
	color: #F00;
	background-color: inherit;
	_background-color: #FFF;
}

label.required {
	font-weight: bold;
	background-color: inherit;
	_background-color: #FFF;
}

label.rightOf {
	display: inline;
}

div.error {
	font-weight: bold;
	color: red;
	border: 1px solid black;
	background-color: #FCC;
	text-align: center;
}
div.message {
	font-weight: bold;
	color: blue;
	border: 1px solid black;
	background-color: #CCF;
	text-align: center;
}

INPUT.numeric {
	text-align: right;
}

div.calendar {
	width: 160px;
	z-index: 1000;
	position: absolute;
}
DIV.calendar TABLE {
	font-size: 8pt;
	width: 100%;
	border-collapse: collapse;
	border: 1px solid black;
}

DIV.calendar TABLE TD {
	border: 1px solid black;
	text-align: center;
	cursor: pointer;
	padding: 2px;
	background-color: #FFFFC0;
	font-size: 8pt;
}
DIV.calendar TABLE TR.title TH {
	background-color: #00F;
	color: #FFF;
}
DIV.calendar TABLE TH {
	background-color: #C0C0C0;
	font-size: 8pt;
}

DIV.calendar TABLE TD.Today {
	color: #00F;
}
DIV.calendar TABLE TD.Selected {
	background-color: #FF0;
}

/* Tabs */

DIV.tabs {
	padding: 15px 0;
}

DIV.tabs SPAN.tab {
	cursor: pointer;
	border:1px solid #E0E0E0; 
	padding:3px 6px;
	margin: 0 3px; 
	background:#F0F0F0; 
	font-size:14px; 
	text-decoration:none; 
	font-family: 'Tahoma', sans-serif;
	color: #333;
}

DIV.tabs SPAN.tab:first-child { margin-left: 16px; }

DIV.tabs SPAN.tabSelected {
	font-weight:bold;
	background:#fff; 
	color:#222; 
	border-bottom:1px solid #fff;
	
	/*
	font-weight: bold;
	border-bottom: 1px solid white;
	background-color: white;
	color: #000;
	*/
}

DIV.tabs DIV.tabContent {
	border:1px solid #E0E0E0; 
	padding:15px; 
	margin-top:3px; 
	/*
	border: 1px solid black;
	padding: 5px;
	background-color: white;
	*/
}

/* Data Record table */

div.dataRecord {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 5px;
	padding: 5px;
	background-color: #EEE;
	border: 1px dashed #888;
}

div.dataRecord h1 {
	white-space: nowrap;
}

table.dataRecord {
	border-collapse: collapse;
}

table.dataRecord tr td, table.dataRecord tr th {
	border: 1px solid black;
	padding: 0px 5px;
}
table.dataRecord col.fieldName {
	font-weight: bold;
	background-color: #EEE8AA;
}
table.dataRecord col.fieldValue {
	background-color: #FAFAD2;
}

fieldset {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border-color: blue;
	margin: 15px 5px;
	padding: 7px;
}

fieldset legend {
	color: blue;
	font-style: italic;
	font-weight: bold;
	background-color: #EEE;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid blue;
	padding: 0px 5px;
}

fieldset hr {
	color: blue;
}

span.error {
	color: red;
}

span.checking {
	color: blue;
	font-style: italic;
}

table.mselect {
	border-collapse: collapse;
}

table.mselect th {
	background-color: #DDD;
}

#ajaxStatus {
	font-weight: bold;
	font-size: 12px;
	background-color: #0F0;
	padding: 5px;
	border: 1px solid black;
	width: 200px;
	position: fixed;
	bottom: 2px;
	filter: alpha(opacity=90);
	opacity: 0.9;
	z-index: 99999;
}

DIV.progress {
	border: 1px solid black;
	background-color: #CCC;
	height: 20px;
}
DIV.progress_done {
	background-color: blue;
	height: 100%;
	text-align: right;
	vertical-align: middle;
	color: #EEE;
}

DIV.scrollbar {
	background-color: #CCC;
	border: 1px solid black;
}
DIV.scrollbar INPUT {
	min-width: 0px;
	padding: 0px;
	margin: 0px;
}
DIV.scrollbar INPUT.scrollbarButton {
	position: absolute;
}
DIV.scrollbar INPUT.scrollbarKnob {
	position: relative;
}
