.treeTableValuationLeafEven{
	background-color: #FFFFFF;
	color: #254188;
}

.treeTableValuationLeafOdd{
	background-color: #F1F1F1;
	color: #254188;
	height: 35px;
}

.treeTableValuationHighlightEven {
	background-color: #ffedb5;
	color: #254188;
}

.treeTableSizeNode {
	height: 30px;
}

.treeTableValuationHighlightOdd {
	background-color: #ffe38c;
	color: #254188;
}

.treeTableValuationReference{
}

.treeTableValuationReferenceTr{
	background-color: #C8E1F5;
	color: #254188;
	font-weight: bold;
}

.treeTableVal_vgrEvalNoDvalMatch {
	background-color: #0080ff;
	color: #ffffff;
}

.propertyValueTd {
	vertical-align: middle;
}

.unitTd {
	vertical-align: middle;
}

.noValueTd {
	width: 150px; 
	height: 21px; 
	vertical-align: middle;
}
	
.dtypeTd {
	vertical-align: middle;
}

.scvtypeTd {
	width: 150px; 
	height: 21px; 
	vertical-align: middle;
	white-space: nowrap;
}

.propertyNameTd {
	vertical-align: middle;
	white-space: nowrap;
	height: 21px;
}

.symbolTd {
	height: 21px; 
	vertical-align: middle;
}

.pushColumn {
	width: 100%;
}

.removeButtonTd {
	width: 50px; height: 25px;
}

.actionsTd{
	width:150px; height: 25px; vertical-alignment: middle;
}

.errors {
	color: red;
	vertical-align: middle;
}

.required, .valuation-tree-required, valuation-tree-required-sap {
	color: red;
	padding-left: 2px;
}

.not-required {
    color:transparent;
}

.valuation-tree-required {
    color: blue;
}

.requiredChild {
	color: gray;
	padding-left: 2px;
}

.rich-calendar-input{
	width: 200px;
	height: 15px;
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px #AFAFAF solid;
	background-color: #FFFFFF;
	color: #000000;
}

.exportButton {
	background: transparent url('../img/export.png') no-repeat scroll top
		left;
	border: none;
	padding-left: 20px;
	cursor: pointer;
	height: 2em;
}

.cancelButton {
	background: transparent url('../img/button_cancel.png') no-repeat scroll top
		left;
	border: none;
	padding-left: 20px;
	cursor: pointer;
	height: 2.2em;
}

.backButton {
	background: transparent url('../img/back_export.png') no-repeat scroll bottom left;
	border: none;
	padding-left: 20px;
	cursor: pointer;
	height: 2em;
}

.docNameColumn{
	width: 20%;
}

.docTitleColumn{
	width: 20%;
}

.imagenameColumn{
	width: 20%;
}

.docAttachmentColumn{
	width: 35%;
}

.docIdColumn{
	width: 35%;
}

.thumbnailColumn{
	width: 15%;
}

.languageColumn {
	width: 15%;
}

.descriptionColumn{
	width: 20%;
}

.mimeColumn{
	width: 15%;
}

.sizeColumn{
	width: 5%;
}

.deleteColumn{
	width: 7%;
}

.dateTimeColumn{
	width: 15%
}

.propertyNameDiv{ 
	padding-right: 6px;
}

.columnHeaderTooltip {
	background-color: #FAE6B0;
    border: 1px solid #E5973E;
	font-weight: normal;
	text-decoration: none;
	vertical-align: middle;
	white-space: normal;
	width: 200px;
	font-size: 11px;
	font-family: Arial,Verdana,sans-serif;
}

.tooltip {
	color: #254188;
	font-weight: normal;
	text-decoration: none;
	vertical-align: middle;
	white-space: normal;
	width: 300px;
	font-size: 11px;
	font-family: Arial,Verdana,sans-serif;
}

.autosizeTooltip {
	color: #254188;
	font-weight: normal;
	text-decoration: none;
	vertical-align: middle;
	white-space: normal;
	width: auto;
	font-size: 11px;
	font-family: Arial,Verdana,sans-serif;
}

.autosizeTooltipContent {
	width: 1%; float: left;
}

.noValueTypeTooltip {
	color: #254188;
	font-weight: normal;
	text-decoration: none;
	vertical-align: middle;
	white-space: normal;
	width: 100px;
	font-size: 11px;
	font-family: Arial,Verdana,sans-serif;
}

.statusTooltip {
	color: #254188;
	font-weight: normal;
	text-decoration: none;
	vertical-align: middle;
	white-space: normal;
	width: 100px;
	font-size: 11px;
	font-family: Arial,Verdana,sans-serif;
}

.disabledTooltip {
	color: #afafaf;
	font-weight: normal;
	text-decoration: none;
	vertical-align: middle;
	white-space: normal;
	width: 300px;
	font-size: 11px;
	font-family: Arial,Verdana,sans-serif;
}

.widthdrawnEntity{
	color: #afafaf;
	text-decoration: line-through;
}

.disabledEntity{
	color: #afafaf;
}

.importSelector{
	padding-left: 2px;
	background-color: #FFFFFF;
	font-size: 11px;
	font-family: Arial,Verdana,sans-serif;
	color: #000000;
	border: 1px #AFAFAF solid;
}

.importSelectorRequired{
	padding-left: 2px;
	background-color: #FFFFFF;
	font-size: 11px;
	font-family: Arial,Verdana,sans-serif;
	color: #000000;
	border: 1px #FF0000 solid;
}

.availableUnitsSelector{
	width: 80px;
	padding-left: 2px;
	background-color: #FFFFFF;
	font-size: 11px;
	font-family: Arial,Verdana,sans-serif;
	color: #000000;
}

.inputNormalRequired{
	width: 200px; 
	border-color: #ff0000; 
	background-color: #FFFFFF;
	border: 1px #ff0000 solid;
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 11px;
	font-family: Arial,Verdana,sans-serif;
}

.inputNormal{
	background-color: #FFFFFF;
	border: 1px #AFAFAF solid;
	width: 200px;
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 11px;
	font-family: Arial,Verdana,sans-serif;
}

.disabledInputNormal{
	color: #afafaf;
	background-color: #FFFFFF;
	border: 1px #AFAFAF solid;
	width: 200px;
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 11px;
	font-family: Arial,Verdana,sans-serif;
}

.borderedUnit{
	width: 60px;
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px #AFAFAF solid;
	background-color: #FFFFFF;
	white-space: normal;
	color: #000000;
	font-size: 11px;
	font-family: Arial,Verdana,sans-serif;
	font-weight: normal;
}

.borderedEmptyUnit{
	width: 60px;
	height: 14px;
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px #AFAFAF solid;
	background-color: #FFFFFF;
	color: #000000;
	font-size: 11px;
	font-family: Arial,Verdana,sans-serif;
}

.sortLinksItems {
	color: #00448B;
}

.quarterColumn{
	width: 25%
}

.rich-combobox-font{ 
	color: #000000;
}

.input.rich-combobox-font{
	color: #000000;
}

input.rich-combobox-font-disabled{
	color: #AFAFAF;
}

.rich-combobox-font-disabled{
	color: #AFAFAF;
}

input.rich-combobox-font-inactive{
	color: #000000;
}

.rich-combobox-font-inactive{
	color: #000000;
}

input.rich-combobox-button-icon-disabled{
	background-color: #CFCFCF;
}

input.rich-combobox-input{
	border: none;
	padding: 1px;
} 

input.rich-combobox-input-disabled{
	border: none;
	padding: 1px;
} 

input.rich-combobox-input-inactive{
	border: none;
	padding: 1px;
} 

.propertyInvalidChildren{
	color: #FF0000;
}

.divUnitComboBox{
	border: 1px #AFAFAF solid;
	width: 80px;
	height: 18px;
}
.divUnitComboBoxUpdated{
	border: 1px #FF0000 solid;
	width: 80px;
	height: 18px;
}

.statusColumn{
	text-align: center;
	min-width: 165px;
	padding: 4px;
}

.itemColumnHeader{
	vertical-align: bottom;
}

.itemIdColumnHeader{
	vertical-align: top;
	text-align: left;
}

.itemIdFirstColumnHeader{
	vertical-align: top;
	font-weight:bold;
	font-style:italic;
	text-align: left;
}

.itemIdColumnCell{
	width: 200px;
	height: 20px;
	vertical-align: top!important;
}

.itemIdColumnCell2 {
	vertical-align: top!important;
}

.itemIdColumnCellDisabled{
	width: 200px;
	height: 20px;
	background: lightgray;
}

.itemColumnHeaderTopAligned {
	vertical-align: top;
}

/*.switchColorForFilters {*/
	/*background-color: #F5FAFE;*/
/*}*/

/*.switchColorBackForFilters {*/
	/*background-color: #EEF2F8;*/
/*}*/

/*.switchColorBackForFiltersAndAddSpace {*/
	/*background-color: #EEF2F8;*/
	/*padding-bottom: 17px;*/
/*}*/


.altUnitsTooltip {
	width: 100px;
}

.addAttachmentDisabled{
	color: #AAAAAA;
    font-family: Arial,sans-serif;
    font-size: 11px;
    text-decoration: underline;
}

.selectTemplateCombo{
	padding-left: 2px;
	background-color: #FFFFFF;
	font-size: 11px;
	font-family: Arial,Verdana,sans-serif;
	color: #000000;
	border: 1px #AFAFAF solid;
}

.selectTemplateComboHighlighted{
	padding-left: 2px;
	background-color: #FFFF00;
	font-size: 11px;
	font-family: Arial,Verdana,sans-serif;
	color: #000000;
	border: 1px #AFAFAF solid;
}

.selectTemplateFilterGroup{
	width: 150px;
	padding-left: 2px;
	background-color: #FFFFFF;
	font-size: 11px;
	font-family: Arial,Verdana,sans-serif;
	color: #000000;
	border: 1px #AFAFAF solid;
}

.inputNormalMatrix{
	background-color: #FFFFFF;
	border: 1px #AFAFAF solid;
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 11px;
	font-family: Arial,Verdana,sans-serif;
}

.disabledInputNormalMatrix{
	color: #afafaf;
	background-color: #FFFFFF;
	border: 1px #AFAFAF solid;
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 11px;
	font-family: Arial,Verdana,sans-serif;
}

.borderedMatrixValue{
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px #AFAFAF solid;
	background-color: #FFFFFF;
	color: #000000;
	white-space: normal;
	font-weight: normal;
	font-size: 11px;
	font-family: Arial,Verdana,sans-serif;
}

.itemIdColumn{
	width: 33%;
}

.levelTextTd {
	width: 30px;
}

.levelInputTd{
	width: auto;
}

.levelNoValueTd {
	width: 12px;
	padding-left: 8px;
}

.levelHorizontalTd {
	width:100px;
	max-width:100px;
	display: inline-block;
}

.rationalInputTd{
	width: 49%;
}

.commandIcon{
	border: none; 
	height: 16px;
}

.viewMatrixValue {
	text-align: right;
	background-color: #FFFFFF;
	border: 1px #AFAFAF solid;
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 11px;
	font-family: Arial,Verdana,sans-serif;
}

.alignRight{
	text-align: right;
}

.toolbarButtonDisabled{
	color: #777777;
}

.localPropertiesMapping{
}

.localPropertiesMapping_dis{
	color: #AFAFAF;
}

.listItemNormal{
}

.listItemPendingChange{
	background-color: yellow;
}

.listItemPendingChangeSimple{
	color: #DBAB11;
	font-style: italic;
}

.editListItemChanged{
	background-color: #faffbd;
}

.listItemNew{
	color: green;
}

.listItemPendingDelete{
	text-decoration: line-through;
	color: #FA0511;
}

.itemDuplicateTypeId{
	width: 60px;
	display: block;
	overflow: auto;
	border: solid #BED6F8 1px;
	padding: 4px;
	text-align: center;
	background-color: #ff2222 ;
}

.itemDuplicateTypeValuation{
	width: 60px;
	display: block;
	overflow: auto;
	border: solid #BED6F8 1px;
	padding: 4px;
	text-align: center;
	background-color: #DBAB11; ;
}

.itemDuplicateTypeUnknown{
	width: 60px;
	display: block;
	overflow: auto;
	border: solid #BED6F8 1px;
	padding: 4px;
	text-align: center;
	background-color: #faffbd ;
}

.itemDuplicateTypeEmpty{
	width: 60px;
	display: block;
	overflow: auto;
	border: solid #BED6F8 1px;
	padding: 4px;
	text-align: center;
	background-color: #DFDFDF ;
}

.vgrRulesSelector{
	width: 100%; 
	border: none;
	padding: 0;
	margin: 0;
	background-color: #DFDFDF;
	font-size: 11px;
	font-family: Arial,Verdana,sans-serif;
}

.attributeDiv {
	width: 206px;
}

.itemIdDisplay {
	width: 199px;
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px #AFAFAF solid;
	background-color: #FFFFFF;
	color: #000000;
	white-space: nowrap;
	font-weight: normal;
	font-size: 11px;
	font-family: Arial,Verdana,sans-serif;
	height: 14px;
	overflow: hidden;
}

.itemIdDisplayEmpty {
	width: 199px;
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px #AFAFAF solid;
	background-color: #FFFFFF;
	color: #000000;
	white-space: nowrap;
	font-weight: normal;
	font-size: 11px;
	font-family: Arial,Verdana,sans-serif;
	height: 14px;
}

/* ticket 30593 */
#searchInputPane input
{
   vertical-align: middle; 
}

#searchInputPane select
{
   vertical-align: middle; 
}

.mandatoryFieldTooltip {
	color: red;
}

/* Rewritten view and manage valuation */

.defaultTextField {
	border: none;
	padding: 0;
	margin: 0;
	width: 100%;
	font-size: 11px;
	font-family: Arial,Verdana,sans-serif;
	color: #000000;
	background: none;
}

.longTextArea {
	padding: 0;
	margin: 0;
	width: 100%;
	font-size: 10px;
	font-family: Arial,Verdana,sans-serif;
	color: #000000;
	background: none;
	overflow-y: auto;
	overflow-x: hidden;
}

input.defaultTextField, select.defaultTextField {
	width: 100%;
}

.defaultBorder {
	width: auto;
	border: 1px #AFAFAF solid;
	padding: 2px;
	background-color: #FFFFFF;
}

.vgrDiv{
	width: auto;
	border: 1px #AFAFAF solid;
	background-color: #DFDFDF;
}

.red {
	border-color: #FF0000;
}

.blue {
    border-color: #0000FF;
}

.card {
	background-color: #FFFF00;
}

.greyedOut {
	background-color: #DFDFDF;
}

.right {
	text-align: right;
}

.empty {
	height: 14px;
}

.disabled {
	color: #afafaf;
}

.pad2bot {
	padding: 0;
	padding-bottom: 2px;
}

.noPad {
	padding: 0;
}

.axisCol1 {
	white-space: nowrap;
	padding-right: 5px;
}

.axisCol2 {
	width: 100%;
}

.axisCol3 {
	white-space: nowrap;
	padding-left: 5px;
}

.rationalPlusDiv {
	width: 20px;
	text-align: center;
}

.addHeight {
	height: 14px;
}

.tableHeadingArrowsDiv {
	height: 14px;
	background-color: #ACACBC;
}

.tableHeadingArrowsAndFilterDiv {
	height: 17px;
}

.tableHeadingNameDiv {
	padding: 2px 2px 8px 2px;
	height: 100%;
}

.transFieldCountStyle {
	float: right;
	white-space: nowrap;
	vertical-align: middle;
	border: 0;
	padding: 0;
}

.transField {
	width: 100%;
	border: 0;
	margin: 0;
	padding: 0;
}

.transFieldInput {
	width: 90%;
	padding-right: 10px;
	border: 0;
}

.counterField {
	width: 10%;
}


.itemManagerInput {
	width: 250px;
}

.divBpGroup{
	border: 1px #AFAFAF solid;
	width: 520px;
}

.valueTableKeyColumn{
    font-weight:bold;
    background-color: #EFEFEF;
    text-align: center;
}

.valueTableItemIdColumn{
    text-align: center;
}

.valueTablePropertyColumn{
    text-align: center;
}

.messagePre{
	margin-top: 10px; 
	margin-bottom: 0px; 
	font-family: Arial,Verdana,sans-serif;
}

.controlTreeLinkInactive{
	color: #afafaf;
	text-decoration: none;
}

.controlTreeLinkActive{
	color: #000000;	
	text-decoration: none;
}

.deprecatedValueWarn{
	float:left; border: none; position: absolute;
}

.deprecatedValueOuput{
	padding-left: 12px;
}

.templateViewNodeSeparator, .templateViewNodeSeparator td{
	border-bottom: 3px solid #FFF200 !important;
	padding-bottom: 5px !important;
}

.bitCombo {
	border: 1px solid black;
}


#wizardTableId .fieldLabelFixedWidth {
	width: 250px;
}

#wizardTableId .stepLink {
	text-align: center;
}
#wizardTableId .stepCurrent {
	text-align: center;
}
#wizardTableId .stepGreyedOut {
	text-align: center;
	color: #afafaf;
}
#wizardTableId .horizontalLine {
	width: 100%; border: 0px; height: 1px; vertical-align: middle; text-align: center;
}
#wizardTableId .verticalLine {
	width: 1px; height: 11px; border: 0px; vertical-align: middle; text-align: center;
}
#wizardTableId .bullet {
	width: 11px; height: 11px; border: 0px; vertical-align: middle; text-align: center;
}
#wizardTableId {
  	table-layout:fixed;
  	margin-bottom: 20px;
	width: 100%;
	text-align: center;
	backgrund-color: #f3f3f3;
}

.wizardLabel {
	color: #254188;
	font-family: Arial;
	font-size: 17px;
	padding-left: 0px;
	padding-right: 15px;
	text-decoration: none;
	vertical-align: middle;
	white-space: nowrap;
}
  	