.bigBoldText {
	font-weight: bold;
	font-size: 19px;
}
.formLabel {
	font-style: normal;
	font-weight: normal;
	padding-left: 12px;
	padding-top: 21px;
	padding-bottom: 1px;
	letter-spacing: 0.3px;
	color: #999;
	font-size: 12px;
}
.formLabel > strong {
	color: #999;
	font-size: 12px;
}
.whiteFormHeader {
	padding-top:2px;
	color:white;
	font-weight:bold;
	font-size:14px;
}
.formText {
	font-style: normal;
	font-weight: normal;
	color: #333;
	font-size: 12px;
}
.formCheckboxLabel {
	font-style: normal;
	font-weight: normal;
	color: #999;
	font-size: 12px;
}
.selectFormLabel {
	font-style: normal;
	font-weight: normal;
	padding-left: 12px;
	padding-top: 9px;
	padding-bottom: 1px;
	letter-spacing: 0.3px;
	color: #333;
	font-size: 12px;
}
.formSelectList {
	background-color: #FFFFFF;
    padding: 3px;
	font-size: 12px;
	border-radius:2px;
	height:29px;
}
.formField {
	font-style: normal;
	font-weight: normal;
	padding-left: 8px;
	vertical-align: top;
	font-size: 12px;
}
.inputField {
	font-style: normal;
	font-weight: normal;
	padding-left: 8px;
	vertical-align: top;
	font-size: 12px;
}
.formFieldDisabled {
	border: 1px solid #aaaaaa;
	color: #555555;
	background-color:#DDDDDD;
	height:36px;
	font-size:16px;
  	padding: 6px;
	border-radius:3px;
	text-overflow:ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.formFieldProblem {
	font-style: normal;
	font-weight: normal;
	padding-left: 8px;
	vertical-align: top;
	font-size: 16px;
  padding: 6px;
    border: 1px solid #f57922;
    border-radius: 4px;
}
.formSeperatorDiv {
    background-color: #dddddd;
    height: 1px;
    margin-left:9px;
    margin-bottom: 10px;
  	}
.formControlRowWihte {
    padding-top: 25px;
    padding-bottom: 40px;
    background-color: #FFFFFF;
}
.formHelpLink {
    font-weight: bold;
    color: #52A227;  
    font-size: 14px;
    cursor: pointer;
    }
.formHelpLink a{
    color: #52A227;;  
    font-size: 14px;
    }
.formActionLink {
    font-weight: bold;
    color: #2c9c4d;  
}
.formControlRow {
    padding-top: 25px;
    padding-bottom: 40px;
    background-color: #FFFFFF;
    }
.formSaveButtons {
    padding-top: 20px;
    padding-left: 7px;
    padding-bottom: 5px;
}
.formBackButtons {
    padding-top: 20px;
    padding-bottom: 5px;
    }
.requiredStar {
    color: #f57922;
    font-weight: bold;
    left: -3px;
    position: relative;
    top: 2px;
}
.formStandardField {
	background-color:white;
	text-align:center;
	height:22px;
	padding:0px;
	margin:0px;
	outline: 0px;
	border: 1px solid white;
  	border-radius: 2px;
}
.formStandardInput {
    border: 1px solid #aaaaaa;
	margin: 0px;
	outline: 0px;
	font-size: 16px;
	color: #555555;
	padding: 6px;
  border-radius: 4px;
}
.formStandardInput:hover:enabled  {
	border-style: solid;
    border: 1px solid #aaaaaa;
    background-color:#eeeeee;
	border-radius: 4px;
	color: #555555;
} 
.formStandardInput:active:enabled,
.formStandardInput:focus:enabled {
	border-style: solid;
  border: 1px solid #52A227;
	border-radius: 4px;
	color: #555555;
  background-color:#FFFFFF;
	cursor: default;
}
.formTextAreaInput {
    width:630px; 
    height: 80px;
	color: #555555;
	border: 1px solid #aaaaaa;
    padding:6px;
    border-radius:4px;
    font-size:16px;
	resize: none;
    white-space: pre-wrap; 
	outline:0px !important;
	-webkit-appearance:none;    
    }
.formTextAreaInput:hover:enabled {
    border: 1px solid #aaaaaa;
    background-color:#eeeeee;
}
.formTextAreaInput:active:enabled,
.formTextAreaInput:focus:enabled {
    width:630px; 
    white-space: pre;
	color: #555555;
	overflow: auto;
    border: 1px solid #52A227;
    border-radius:4px;
    background-color:#FFFFFF;
	-webkit-appearance:none;    
}
.formTextAreaInput:disabled {
    border: 1px solid #aaaaaa;
	resize: none;
	margin: 0px;
	outline: 0px;
	font-size: 16px;
  padding:6px;
	color: #555555;
  	border-radius: 4px;
	background-color:#DDDDDD;
    }

.formFileDiv {
	position: relative;
}	
.formFileHiddenInput {
	position: relative;
	text-align: right;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
        left:3px;
        top:0px;
}
.formFileDisplayDiv {
	position: absolute;
	top: 0px;
    left:3px;
    padding-top:0px;
	z-index: 1;
	width:298px;
    height:24px;
}
.formStandardInput:disabled {
	color: #555555;
	background-color:#DDDDDD;
} 

.formStandardInputProblem {
    border: 1px solid #f57922;
	margin: 0px;
	outline: 0px;
	font-size: 16px;
	color: #555555;
	border-radius: 6px;
    padding: 6px;
}
.formStandardInputProblem:focus{
    border-style: solid;
	border: 2px solid #5cb85c;
	border-radius: 4px;
}
.whiteFormStandardInput {
    border: 2px solid #eeeeee;;
	margin: 0px;
	outline: 0px;
	font-size: 16px;
  padding: 6px;
	color: #555555;
	padding: 1px;
  	border-radius: 4px;
    padding-left:1px;
}
.errorRow {
	background-color: white;
}
.messageRow {
	background-color: white;
}
.whiteFormStandardInput:focus{
    border-style: solid;
    border: 2px solid #5cb85c;
}
.whiteFormStandardInputProblem {
    border: 2px solid #f57922;
    padding-left:1px;
  	border-radius: 4px;
}
.whiteFormStandardInputProblem:focus{
    border-style: solid;
    border: 2px solid #2c9c4d;
}
.formTextAreaInputProblem {
    width:630px; 
    white-space: pre;
    overflow: auto;
    border: 2px solid #f57922;
    padding:4px;
    border-radius:4px;
}
.formTextAreaInputProblem:focus {
    width:620px; 
    white-space: pre;
    overflow: auto;
    border: 2px solid #2c9c4d;
    padding-left:3px;
    }

.messageText {
    color: #333333;
    position: relative;
    width: 600px;
    top: -10px;
    left: 18px;
    font-size: 13px;
    align:left;
 }
.messageButton {
    position:absolute;
    top: 56px;
    left: 11px;
    }
.messageCloseButton {
    position: relative;
    padding-top: 0px;
    left:-2px;
    text-align: right;
    width: 100%;
}
.appIndexBigTextGrey{
	font-size:15px;
	font-weight: bold;
	color:black;
}
.appIndexTextGrey{
	font-size:12px;
	color:#666666;
	font-weight:bold;
}
.appIndexTextGrey b{
	font-size:12px;
	color:#666666;
}
.appIndexBigText{
	font-size:15px;
	font-weight: bold;
	color:black;
	letter-spacing: 1px;
}
.appIndexText{
	font-size:12px;
	font-weight: bold;
	color:black;
}
.appIndexStatistikCell {
	padding-left: 20px; 
	padding-top: 15px; 
	padding-bottom: 15px; 
	border-color: #cccccc; 
	border-width: 2px;
}
.settingsOverViewIconCell {
	 padding-left:20px;
	 padding-right:20px;
	 padding-top:33px;
	 padding-bottom:27px;
	}
.formOverviewPageLine1  {
   padding-bottom:5px;
    letter-spacing: 0.5px;
   color: black;
    font-weight: bold;
}
.formOverviewPageLine1 a {
    color: black;
    font-weight: bold;
}
.formOverviewPageLine2 {
    font-weight: bold;
	color: #666666;
    font-weight: bold;
}
.formOverviewPageLine2 a {
    font-weight: bold;
}
.formHeader {   
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	padding-left: 1px;
	letter-spacing: 0.3px;
	padding-top: 2px;
	padding-left:11px;
    padding-bottom: 7px;
	color:white;
}
.whiteTableDiv {
	text-align:center;
	height:24px;
	padding:0px;
	margin:0px;
	border:0px;
	border-radius:3px;
}
.privateIndexBoldText {
	color:black;
	font-size:14px;
	font-weight:bold;
	padding-left:20px;	
}
.helpBox {
	font-size:16px;
	padding-top:30px;
	width:800px;
	padding-bottom:30px;
	padding-left:40px;	
}
.helpBox a {
	font-size:16px;
}
.helpBox b {
	font-size:16px;
}
.helpBoxText {
	font-size:16px;
	line-height:22px;
	padding-bottom:10px;
}
.helpBoxText a {
	font-size:16px;
	margin-left:0px;
}
.helpBoxText b {
	font-size:16px;
}
.helpBoxText li {
	font-size:16px;
}
.helpBoxText ul {
	font-size:16px;
}
.helpBoxTextHeader {
	font-size: 20px; 
	font-weight: bold; 
	margin-bottom: 16px;
}
.paginatorTableClass {
	height:30px;
}
.paginatorCellStyleClass {
	border-left:1px solid #999999;
	min-width:30px;
	height:30px;
	background-color: white;
}
.paginatorActiveCellStyleClass {
	background-color: #357EBD;
	color: white;
	font-weight: bold;
}
.firstPaginatorCellStyleClass {
	border-left:0px;
	min-width:30px;
	height:30px;
	background-color: white;
}

.paginatorStyleClass {
    text-align: center;
}
.greyButtonRight {
	width: 36px;
	height: 36px;
	background-color: #E7E8E9;
	text-align: center;
	padding-top:5px;
	border-radius: 2px;
	cursor: pointer;
}
.greyButtonRight:hover,
.greyButtonRight:active   {
	background-color: #DDDDDD;	
}
.greenButtonRight {
	width: 36px;
	height: 36px;
	background-color: #52A227;
	text-align: center;
	padding-top:5px;
	border-radius: 2px;
	cursor: pointer;
}
.greenButtonRight:hover,
.greenButtonRight:active   {
	background-color: #2e8a31;
}
.blueButtonRight {
	width: 36px;
	height: 36px;
	background-color: #1D5366;
	text-align: center;
	padding-top:5px;
	border-radius: 2px;
	cursor: pointer;
}
.blueButtonRight:hover,
.blueButtonRight:active   {
	background-color: #24687F;
}
.firstFormCell {
	padding-top:3px;
}
.formCell {
	padding-left:9px;
	padding-top:3px;
}
.formTableCell {
	padding-left:2px;
}
.formControlTable tr td:last-child {
	padding-right:0px;
}
.messageBoxText {
	padding-left:10px;
	padding-bottom:10px;
	padding-right:0px;
	font-size:14px;	
}
.messageBoxText ul {
	padding-bottom:0px;
	font-size:14px;	
}
.messageBoxText ul li {
	padding-bottom:0px;
	font-size:14px;	
}
.arrowUp {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 8px solid #7A7A7A;
  margin-bottom:2px;
  margin-top:2px;
}
.arrowDown {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 8px solid #7A7A7A;
}