

/* ----------- Top Navigation --------------- */
.topNav2Links {
	background-color: #757B8A;
	width: 654px;
	float: left;
}

.topNav2Links9 {
	background-color: #757B8A;
	width: 896px;
	float: left;
}

.topNav2Links a:link,.topNav2Links a:visited,.topNav2Links9 a:link,.topNav2Links9 a:visited
	{
	color: #fff;
	font-weight: bold;
	padding-left: 9px;
	padding-right: 9px;
	text-decoration: none;
}

.topNav2Links a:hover,.topNav2Links9 a:hover {
	font-weight: bold;
	color: black;
	text-decoration: none;
	background-color: #C6C9D1;
	padding: 6px 9px 6px;
}

.topNav2Links a:selected,.topNav2Links9 a:selected {
	background-color: #C6C9D1;
	color: #000000;
	font-weight: bold;
	padding: 6px 9px 6px 9px;
	text-decoration: none;
	vertical-align: top;
}

.topNavEntry {
	padding: 6px 0px;
	float: left;
	white-space: nowrap;
}

/* ---------- Printing -------------- */
.print {
	display: none;
}

/* ----------- Header --------------- */
.HeaderBox,#HeaderBox {
	margin-right: 4px;
	padding-bottom: 2px;
}

.HeaderBoxProtocol,#HeaderBoxProtocol {
	width: 876px;
	padding-bottom: 2px;
}

.HeaderRow,#HeaderRow {
	height: 22px;
	background-color: #dedfe0;
	margin-bottom: 2px;
}

.HeaderTitle,#HeaderTitle {
	background-color: #757b8a;
	padding: 52px 25px 5px 0px;
	text-align: right;
	font-size: 1.2em;
	text-transform: uppercase;
	color: white;
}

.HeaderLogo,#HeaderLogo {
	position: absolute;
	background-color: white;
	top: 11px;
	width: 162px;
	height: 54px;
	vertical-align: middle;
	text-align: center;
	z-index: 1;
}

/* ------ Form Body Classes ------ */
.ContentBox, #ContentBox {
	position: absolute;
	width: 658px;
}

.ContentBox9 {
	position: absolute;
	width: 900px;
}

.rowBox {
	float: left;
	width: 644px;
	padding: 0px 2px 2px 8px;
	background-color: #eee;
}

.rowBoxLight {
	float: left;
	width: 644px;
	padding: 0px 2px 2px 8px;
}

.rowBoxSP {
	float: left;
	width: 644px;
	padding: 0px 2px 2px 8px;
	background-color: #eee;
	display: none;
}

.rowBoxSpez {
	float: left;
	width: 654px;
	background-color: #eee;
	padding: 0px 0px 2px 0px;
}

.rowEmpty {
	height: 10px;
}

.rowContent {
	float: left;
	background-color: #c6c9d1;
}

.rowContentShowHide {
	float: left;
	background-color: #dedff0;
	border-left: 5px solid #c6c9d1;
}

.label {
	float: left;
	padding: 3px 4px 3px 8px;
	width: 196px;
}

.labelLight {
	float: left;
	padding: 3px 4px 3px 8px;
	width: 196px;
	background-color: #DEDFE0;
}


.labelShowHide {
	float: left;
	padding: 3px 4px 3px 8px;
	width: 191px;
}

.labelTextArea {
	padding: 0px;
}

.labelShowHideSwitch {
	font-weight: bold;
	margin: 2px;
	float: none;
}

.labelTextAreaBox {
	float: left;
	padding: 4px 0px 4px 2px;
	background-color: #eee
}

.labelRadioCheckbox {
	float: left;
	padding: 3px 4px 2px 8px;
	font-size: 1em;
	width: 196px;
}

.imgInfo {
	margin: 1px 0px 0px 4px;
	border: none;
	cursor: help;
}

.imgDatePicker {
	float: left;
}

.textSimple {
	padding: 2px 6px 2px 0px;
}

.textPositive {
	color: green;
	padding-bottom: 5px;
	padding-top: 2px;
}

.textNegative {
	color: red;
	padding-bottom: 5px;
	padding-top: 2px;
}

.textAfterInput {
	float: left;
	padding: 2px;
}

.textInfo {
	color: #8A91A2;
	clear: both;
}

.inputBox {
	float: left;
	padding-left: 2px;
	background-color: #eee;
}

.inputBoxLight {
	float: left;
	padding-left: 2px;
	background-color: white;
}

.readOnly {
	float: left;
	padding-top: 2px;
	min-height: 13px;
	padding-bottom: 2px;
}

.inputBoxMulti input,.inputBoxMulti2 select {
	padding-right: 0px;
	margin-left: 0px;
}

/* IE 6 and prior does not understand html>body */
html>body .specialField {
	margin: 2px 0px 3px 0px;
	float: none;
	width: 423px;
}

/* For IE6 */
.specialField {
	margin: 2px 1px 3px 0px;
	padding-left: 1px;
	float: none;
	width: 428px;
}

.radioLabel,.checkboxLabel {
	
}

.dateField {
	width: 100px;
	float: left;
}

.showHideSwitch {
	margin-left: 2px;
	margin-top: 4px;
}

.sectionShowHide {
	display: block;
}

/* ----------- Table --------------- */
.tableGrey {
	border-collapse: collapse;
	background-color: #C6C9D1;
	margin: 15px 0px;
}

.tableGreyTitle {
	border: 2px solid #C6C9D1;
	padding: 3px 4px;
	font-weight: bold;
	vertical-align: top;
}

.tableGreyContent {
	border: 2px solid #C6C9D1;
	background-color: #FFFFFF;
	padding: 3px 4px;
}

.tableGreyTextLeft {
	padding: 2px 4px;
	border: 2px solid #C6C9D1;
	background-color: white;
	vertical-align: top;
}

.tableGreyTextRight {
	padding: 2px 4px;
	border: 2px solid #C6C9D1;
	text-align: right;
	background-color: white;
	margin: 0px;
	vertical-align: top;
}

.tableCellWhite {
	background-color: #FFFFFF;
	padding: 3px 4px;
}

.tableGrey a {
	visible: false;
	font-weight: normal;
	text-decoration: none;
}

.tableGrey a:visited {
	visible: false;
	color: #326CB3;
}

.tableGrey a:hover {
	visible: false;
}

.tableGrey a:active {
	visible: false;
	color: #90C1E8;
}

/* ------ Help ------ */
.helpBox {
	padding-top: 15px;
	background-color: #E6E6FA;
}

.sectionHelp {
	border-bottom: 2px solid #113388;
	border-right: 15px solid #113388;
	margin-top: 10px;
	padding: 0px 5px 0px 4px;
	background-color: #E6E6FA;
	min-width: 400px;
	max-width: 100%;
}

.helpText {
	font-size: 0.9em;
	padding: 0px 8px 8px 4px;
	max-width: 380px;
}

/* class for JS function addHelp */
.help {
	
}

/* ------ Error Box ------ */
#errorBox {
	float: left;
	background-color: #fcd106;
	padding: 10px 0px 0px 18px;
	width: 636px;
}

#errorBox div {
	color: #000000;
	padding-bottom: 10px;
}

#errorBox div span {
	padding-left: 10px;
	font-weight: bold;
}

#errorBox div p {
	padding-right: 4px;
}

/* ------ FooterBox ------ */
.footerBox, #footerBox {
	float: left;
	width: 646px;
	padding: 10px 0px 5px 8px;
	font-size: 0.9em;
	color: #757b8a;
}

.footerBox .copyright, .footerBox .text, #footerBox .copyright, #footerBox .text {
	float: left;
}

.footerBox .thisYear, #footerBox #thisYear {
	margin-left: 5px;
}

.footerBox .link, #footerBox .link  {
	padding-left: 15px;
	float: left;
}

.footerBox .top, #footerBox .top {
	text-align: right;
}

.footerBox .top a img, #footerBox .top a img {
	border: none;
}

.footerBox a,.footerBox a:link,.footerBox a:hover, #footerBox a, #footerBox a:link, #footerBox a:hover {
	color: #757b8a;
}

/* ------ Field size ------ */
.inputLenShort {
	width: 100px;
	float: left;
}

.inputLenMid {
	width: 198px;
	float: left;
}

.inputLenLong1 {
	width: 296px;
	float: left;
}

/* Target IE only */
html>body .inputLenLong1 {
*width: 294px;
}
/* end */
/* Target Opera only */
 @media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0)
 {
 head~body .inputLenLong1 { width: 294px;}
 }
/* end */

/* Safari */
@media screen and (-webkit-min-device-pixel-ratio:0){
 .inputLenLong1{
  width: 294px;
}}
/* end */

.inputLenLong2 {
	width: 300px;
	float: left;
}

.inputLenFull {
	width: 400px;
	float: left;
}

.inputLenSel {
	float: left;
	width: 403px;
}

.readLen390 {
	width: 390px;
}

.readValues {
	float: left;
	padding-top: 2px;
	padding-bottom: 4px;
	padding-right: 2px;
}

.textAfterReadValues {
	float: left;
	padding-top: 2px;
	padding-bottom: 4px;
}

.readValuesTextArea {
	width: 610px;
	float: left;
	background-color: #eee;
	padding-left: 2px;
}

.resultField {
	border: 4px solid #426BB3;
	padding: 0px 2px;
}

/* ---- next ones are copied from core.css of uneUI --- */
 
.lotusRight  {
float:right;
text-align:right;
}
/* from defaultTheme.css */
span.lotusBtn {
border-color:#C0C7CD;
}
span.lotusBtn a, span.lotusBtn a:visited {
background-color:#FFFFFF;
background-image:url("/domjava/xsp/theme/oneui/images/btnBkgd.png");
border-color:#FEFEFE;
color:#0084FF;
}


input.lotusBtn {
background-color:#9CE181;
background-image:url("/domjava/xsp/theme/oneui/images/btnBkgd.png");
border-color:#9CDA43;
color:#FFFFFF;
}

.lotusBtn:hover, .lotusBtn:focus {
border-color:#8E8E8E;
}

/* from core.css */
.lotusActionBar {
margin-bottom:3px !important;
position:relative;
width:100%;
}

span.lotusBtn  {
border-style:solid;
border-width:1px;
display:table;
text-align:center;
}
span.lotusBtn a {
background-repeat:repeat-x;
border-style:solid;
border-width:1px 0 0;
display:block;
font-size:0.9em;
font-weight:bold;
padding:1px 10px 2px;
text-decoration:none;
white-space:nowrap;
}

/* ----- end copying ------- */

/* ----- Action Bar ----- */
.lotusActionBar {
	margin-top: 10px;
	line-height: 1.4em;
}

/* span.lotusButton:hover, span.lotusButton:focus, span.lotusBtn:hover, */
span.lotusBtn:focus,span.lotusBtn:active {
	border-color: #B5B7BD;
}

/* span.lotusButton a, span.lotusButton a:visited */
span.lotusBtn a,span.lotusBtn a:visited {
	color: #757B8A;
}

span.lotusBtn a img {
	padding-left: 3px;
}


/* ------ buttons ------ */
.asButtonBox{
border-top: white 2px solid;
	border-bottom: white 2px solid;
	float: left;
	margin: 0px;
	background-color: #eee;
	padding: 0;
}


/* ------ buttons - deprecated do not use it ------ */
.buttonBox {
	border-top: white 2px solid;
	border-bottom: white 2px solid;
	width: 654px;
	float: left;
	margin: 0px;
	background-color: #eee;
	padding: 0px 0px 0px 0px;
}

.buttonBoxLight {
	border-top: white 2px solid;
	border-bottom: white 2px solid;
	width: 654px;
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

.buttonSubmit {
	float: right;
	font-weight: bold;
	font-size: 1em;
	color: white;
	background-color: #8a91a2;
	cursor: hand;
	cursor: pointer;
	border: 0px;
	margin-left: 2px;
	margin-top: 0px;
	padding: 4px 7px 4px 7px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { /* for safari */
	.buttonSubmit {
		float: right;
		font-weight: bold;
		font-size: 1em;
		color: white;
		background-color: #8a91a2;
		cursor: hand;
		cursor: pointer;
		border: 0px;
		margin-left: 2px;
		margin-top: 0px;
		padding: 4px 7px 6px 7px;
	}
}

@media all and (-webkit-min-device-pixel-ratio:10000) , not all and
	(-webkit-min-device-pixel-ratio:0) {
	head              ~body .buttonSubmit {
		padding: 4px 7px 6px 7px;
	} /* for Opera 9 up */
	:root .buttonSubmit {
		padding: 4px 7px 6px 7px;
	} /* for Opera 9.5 up */
}

.buttonLink {
	text-decoration: none;
	font-weight: bold;
	color: white;
	cursor: hand;
	cursor: pointer;
}

.buttonOther {
	float: right;
	margin-left: 2px;
	padding: 5px 12px 5px 12px;
	vertical-align: middle;
	background-color: #8a91a2;
}

/* ------ Protocol ------- */
.protocolBox {
	position: absolute;
	left: 660px;
	width: 218px;
}

.pHeadBox {
	border: #113388 1px solid;
	padding: 4px;
	font-weight: bold;
	text-transform: uppercase;
	color: #113388;
	margin-bottom: 3px;
}

.pBodyBox {
	border: #113388 1px solid;
}

.pRow {
	margin: 1px 0px 1px 1px;
	font-weight: bold;
	color: white;
}

.pNumSel {
	background-color: #113388;
	width: 20px;
	text-align: center;
	float: left;
	padding: 3px 0px 3px 0px;
}

.pNum {
	width: 20px;
	text-align: center;
	float: left;
	background-color: #757b8a;
	padding: 3px 0px 3px 0px;
}

.pTextSel {
	color: #113388;
	margin-left: 20px;
	padding: 3px 0px 0px 4px;
}

.pText {
	color: #757b8a;
	margin-left: 20px;
	padding: 3px 0px 0px 4px;
	font-weight: normal;
}

.pText a {
	text-decoration: none;
}

/* ------ HTML Tags ------ */
BODY {
	font-size: 0.7em;
	margin: 2px;
	font-family: verdana, helvetica, sans-serif;
}

INPUT,SELECT {
	font-size: 1em;
	font-family: verdana, helvetica, sans-serif;
}

SELECT {
	height: 19px;
	}

H1,H2 {
	font-size: 1em;
	padding: 12px 4px 0px 0px;
}

H3 {
	font-size: 0.9em;
	padding: 5px 0px 0px 4px;
}

HR {
	height: 1px;
	color: #8a91a2;
	background-color: #8a91a2;
	border: none;
}

A {
	color: #757b8a;
}

TEXTAREA {
	height: 100px;
	width: 610px;
	font-size: 1em;
	font-family: verdana, helvetica, sans-serif;
}

LABEL {
	font-size: 1em;
	padding-right: 3px;
}

IMG {
	border: 0;
}

/* ----- Datepicker -- */
	/* the div that holds the date picker calendar */
.dpDiv {
	
}

/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: verdana, helvetica, sans-serif;
	font-size: 1em;
	text-align: center;
	background-color: #eee;
	border: 1px solid #8a91a2;
}

/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	
}

/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	
}

/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	
}

/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	
}

/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #eee;
}

/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #C6C9D1;
	border: 1px solid #C6C9D1;
}

/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #C6C9D1;
	border: 1px solid #C6C9D1;
	cursor: pointer;
	color: red;
}

/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	
}

/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	
}

/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	
}

/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #C6C9D1;
	border: 1px solid #AAAAAA;
}

/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 1em;
	font-weight: bold;
}

/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlight {
	color: black;
	font-weight: bold;
}

/* the forward/backward buttons at the top */
.dpButton {
	font-family: verdana, helvetica, sans-serif;
	font-size: 0.9em;
	color: white;
	background: #8a91a2;
	font-weight: bold;
	padding: 0px;;
	background: #8a91a2;
}

/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: verdana, helvetica, sans-serif;
	font-size: 0.9em;
	color: white;
	background: #8a91a2;
	font-weight: bold;
}

/* ------------------------------------------------------ */
/* overriding styles for type-ahead widget */
.dijitMenu {
	border-color: #8A91A2;
	background-color: #EEEEEE;
}

.dijitMenuItemSelected {
	background-color: #8A91A2;
}

.dijitMenuItem pre,.dijitMenuItemSelected pre {
	margin: 0px;
	font-family: verdana, helvetica, sans-serif;
	font-size: 1em;
}

.dijitTextBox {
	border: none;
}

.dijitValidationIcon {
	display: none;
}

.dijitTextBox input {
	border: 2px inset threedface !important;
}

div.inputLenShort,div.inputLenLong1,div.inputLenLong2 {
	border: none;
	padding: 0;
	margin: 0 2px 0 0;
	background-color: white;
}

div.inputLenShort input,div.inputLenLong1 input,div.inputLenLong2 input {
	padding: 1px 1px 1px 0;
}

/* Target IE only */
html>body div.inputLenShort input,div.inputLenLong1 input,div.inputLenLong2 input {
	padding: 2px;
}
div.inputLenShort,div.inputLenLong1,div.inputLenLong2 {
	margin: 0 4px 0 0;
}
/* end */

/* Target Safari */
@media screen and (-webkit-min-device-pixel-ratio:0){
	.inputLenLong2{
  	width: 294px;
}}
/* end */

