/*
 * Version: MPL 1.1/GPL 2.0/LGPL 2.1
 *
 * "The contents of this file are subject to the Mozilla Public License
 * Version 1.1 (the "License"); you may not use this file except in
 * compliance with the License. You may obtain a copy of the License at
 * http://www.mozilla.org/MPL/
 *
 * Software distributed under the License is distributed on an "AS IS"
 * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
 * License for the specific language governing rights and limitations under
 * the License.
 *
 * The Original Code is ICEfaces 1.5 open source software code, released
 * November 5, 2006. The Initial Developer of the Original Code is ICEsoft
 * Technologies Canada, Corp. Portions created by ICEsoft are Copyright (C)
 * 2004-2006 ICEsoft Technologies Canada, Corp. All Rights Reserved.
 *
 * Contributor(s): _____________________.
 *
 * Alternatively, the contents of this file may be used under the terms of
 * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"
 * License), in which case the provisions of the LGPL License are
 * applicable instead of those above. If you wish to allow use of your
 * version of this file only under the terms of the LGPL License and not to
 * allow others to use your version of this file under the MPL, indicate
 * your decision by deleting the provisions above and replace them with
 * the notice and other provisions required by the LGPL License. If you do
 * not delete the provisions above, a recipient may use your version of
 * this file under either the MPL or the LGPL License."
 *
 */

/* Basic CSS styles This stylesheet is intended to match the style of the default Windows XP UI */
/* Default CSS styles. These styles override the basic HTML tags on the page  */
/* Version received from KF Apr 01 2006 v1.2   */

/*
=================== Font Family, Size and Color ==============
*/

/* set the attributes for the font family, size and color for ALL elements on the page */
/* make the fonts inside tables and forms == the default size of the page */
html {
	height: 100%;
}

body {
	margin: 0px; /*
    user-select: none;
    -o-user-select: none;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
*/
}

body, table {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin-left: auto;
	margin-right: auto;
}

/* now set the size and other attributes of the fonts for any of the form elements for non-ICE form elements. (note this will also affect any ICE components that render out any of the following HTML tags  */
input, textarea, select {
	
}

/*
=================== HTML Form Element Appearence ==============
*/

/* set the style elements for any of the textarea form elements   */
textarea {
	
}

/* set the style elements for any of the select form elements   */
select {
	
}

/* set the style elements for any of the input form elements   */
input {
	
}

fieldset {
	border: 0% none;
}
/*
=================== Style class definitions for ICE Standard Extended Component Appearance ==============
*/
.iceInpTxt, .iceInpSecrt, .iceInpTxtArea {
	border: 1px solid #ABABAB;
	background-color: #FFFFFF;
	margin: 2px;
	padding: 2px;
}

.iceSelMnyCb {
	white-space: nowrap;
}

.iceSelMnyCb input, .iceSelOneRb input, .iceSelBoolChkbx {
	margin: 2px;
	padding: 2px;
}

.iceSelBoolChkbx-dis {
	color: GrayText;
}

.iceSelOneRb table tr td {
	padding: 1px;
}

.iceInpTxt, .iceInpSecrt {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 2px;
}

.iceSelOneMnu, .iceSelMnyLb, .iceSelMnyMnu, .iceSelOneLb {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 2px;
	margin: 2px;
}

.iceSelOneMnuWebParagraf {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
	border: none;
	border-spacing: 0px;
}

.iceSelOneMnuWebParagraf table tr td {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
	border: none;
	border-spacing: 0px;
}

.iceSelOneMnuWebParagraf-dis {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
	border: none;
	border-spacing: 0px;
}

.iceSelOneMnuWebParagraf-dis table tr td {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
	border: none;
	border-spacing: 0px;
}

.iceInpTxtArea {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 2px;
}

.iceCmdLnk, .iceOutLnk {
	text-decoration: none !important;
	font-weight: normal;
	color: #333333;
}

.iceOutTxt, .iceOutLbl {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 2px;
	padding-bottom: 0px;
}

.iceOutLblSearch {
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.iceOutLblPattern {
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	padding-left: 8px;
	padding-right: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.iceOutTextUnderButton {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 85%;
}

.iceCmdBtn {
	font-family: Arial, Helvetica, sans-serif;
	max-width: 100%;
	max-height: 100%;
}

#mainForm\:h_pg_cb_q {
	position: relative;
	top: -24px;
	left: -15px;
}

/*
=================== ICE Component Appearence ==============
*/
/*
----------- Calendar Component classes
*/
.iceSelInpDate { /* calendar outline & background color */
	background-color: #FFFFFF;
	border: 1px solid #ABABAB;
	/* removed margin from calendar outline - better absolute positioning of popup */
	/*margin:10px;*/
}

.iceSelInpDateIFrameFix, .iceIEIFrameFix {
	z-index: -1;
	position: absolute;
	display: block;
	filter: mask();
}

.iceSelInpDatePopup {
	min-width: 172px;
}

.iceSelInpDateInput {
	width: 150px;
	margin: 2px;
}

.iceSelInpDateOpenPopup {
	display: inline;
	text-decoration: none;
	background-color: transparent;
	background-image: url( "./css-images/cal_button.gif" );
	background-repeat: no-repeat;
	text-align: center;
	border: none;
	width: 16px;
	height: 16px;
}

.iceSelInpDateClosePopup {
	display: inline;
	text-decoration: none;
	background-color: transparent;
	background-image: url( "./css-images/cal_off.gif" );
	background-repeat: no-repeat;
	text-align: center;
	border: none;
	width: 16px;
	height: 16px;
}

.iceSelInpDateMonthYear, .iceSelInpDateTime {
	background-color: #EFEFEF;
	background-image: url( "./css-images/table_col_header.gif" );
	background-position: bottom;
	background-repeat: repeat-x;
	font-weight: normal;
	text-align: center;
	color: #000000;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 4px;
	padding-bottom: 4px; /*border-right:1px solid #CCCCCC;*/
}

.iceSelInpDateTime {
	border-left: 1px solid #ABABAB;
	border-bottom: 1px solid #ABABAB;
	border-right: 1px solid #ABABAB;
}

.iceSelInpDateMoYrDropdown, .iceSelInpDateTimeDropDown {
	background-color: #EFEFEF;
	font-weight: bold;
	color: #000000;
}

.iceSelInpDateMonthYear img {
	border: none;
}

.iceSelInpDateMovePrev {
	text-decoration: none;
	display: inline;
	background-color: transparent;
	background-image: url( "./css-images/cal_arrow_left.gif" );
	background-repeat: no-repeat;
	text-align: center;
	border: none;
	width: 17px;
	height: 16px;
}

.iceSelInpDateMoveNext {
	text-decoration: none;
	display: inline;
	background-color: transparent;
	background-image: url( "./css-images/cal_arrow_right.gif" );
	background-repeat: no-repeat;
	text-align: center;
	border: none;
	width: 17px;
	height: 16px;
}

.iceSelInpDateWeek { /* the days of the week row */
	font-weight: normal;
	color: #2A6CC2;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	border-bottom: 1px solid #000000;
}

/* set the look for the days of the week backgrounds */
.iceSelInpDateDay, .iceSelInpDateCur {
	/* the background & alignment for the days */
	padding: 3px;
	text-align: center;
}

.iceSelInpDateCur .iceOutTxt {
	color: #FFFFFF;
}

/* now set the attributes for the numbers for each day of the week */
.iceSelInpDateDay a { /* the day text */
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	color: #000000;
	width: 100%;
	height: 100%;
	padding: 0px;
	display: block;
}

.iceSelInpDateDay .iceOutTxt {
	color: #000000;
}

.iceSelInpDateCur a {
	text-decoration: none;
	background-color: #2A6CC2;
	border: 1px solid #2A6CC2;
	color: #FFFFFF;
	width: 100%;
	height: 100%;
	padding: 0px;
	display: block;
}

/* now set the color attributes for the hover effect on non-current days */
.iceSelInpDateDay a:hover { /* the day text */
	text-decoration: none;
	color: #2A6CC2;
}

/*
----------- Data Table Component classes
*/
.iceDatTbl { /* was iceDataTblOutline */
	background-color: #FFFFFF;
	/*border: 1px solid #ABABAB;*/
	border: 1px solid #ABABAB;
	/*margin: 10px;*/
	margin: none;
	width: 100%;
}

.iceDatTbl table {
	border-collapse: collapse;
}

.iceDatTblColHdr, .iceDatTblColHdr1, .iceDatTblColHdr2,
	.iceDatTblColGrpHdrCol, .iceDatTblFtr { /* was iceTblHeader */
	/*background-color: #EFEFEF;*/
	background: url("./css-images/off-mid-mid.gif");
	background-position: bottom;
	background-repeat: repeat-x;
	font-weight: normal;
	text-align: center;
	color: #000000;
	border-right: none;
	border-top: none;
	padding-left: none;
	padding-right: none;
	padding-top: none;
	padding-bottom: none;
}

/* paragaf columns*/
.stockColumn, .modelColumn, .desriptionColumn, .odometerColumn,
	.priceColumn {
	
}

.stockColumn {
	width: 3%;
}

.modelColumn {
	width: 3%;
}

.desriptionColumn {
	width: 85%;
}

.odometerColumn {
	width: 5%;
}

.priceColumn {
	width: 4%;
}

.tableStyle {
	border: none;
	height: auto;
	font-size: 75%;
	overflow: auto;
}

.oddRow {
	background-color: #C0C0C0;
}

.evenRow {
	background-color: #CCCCFF;
}
/*paragraf columns*/
.iceDatTblResHdlr {
	margin: 0px;;
	padding: 0px;
	border-width: 0px;
	width: 2px;
	background-color: transparent;
}

.iceDatTblResBor {
	margin: 0px;;
	padding: 0px;
	background-color: #EFEFEF;
	background-position: bottom;
	background-repeat: repeat-x;
	width: 2px;
}

.iceDatTblBlkTd {
	border-bottom: 1px solid #CCCCCC;
	background-color: #EFEFEF;
}
/* data tables are rendered with alternating row colors */
.iceDatTblRow1 { /* was iceTblRow1 */
	background-color: #FFFFFF;
}

.iceDatTblRow2 { /* was iceTblRow2 */
	background-color: #FFFFFF;
}

/* set the common attributes for the column classes */
.iceDatTblCol, .iceDatTblCol1, .iceDatTblCol2 {
	/*was column, column1, column2, column3*/
	color: #000000;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	text-align: left;
}

.iceDatTblHdr {
	
} /*was iceTblHeader */
.iceDatTblFtr {
	background: none;
	border-top: 1px solid #CCCCCC;
}

.iceDatTblScrlSpr {
	background: url( './css-images/table_col_header.gif' ) repeat-x bottom
		left;
	background-color: #EFEFEF;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

.iceDatTblScrlSprFtr {
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

.iceDatTblScrlSprFtr .iceDatTblFtr {
	border-bottom: none;
}

.iceDatTblScrlSpr .iceDatTblColHdr1, .iceDatTblScrlSpr .iceDatTblColHdr2
	{
	border-left-style: none;
	border-top-style: none;
}

.iceDatTblActvSrtHdr {
	
}
/*
----- for datatable when cell content length exceeds-----
*/
.iceDatTbl td span.iceOutTxt {
	overflow: hidden;
	display: block;
	padding: 1px 0px;
	/*padding: 0px;*/
	height: 1.2em !important;
	cursor: pointer;
}

.srkijevZajebaniDiv {
	position: relative;
	float: left;
	width: 300px;
	white-space: nowrap;
	overflow: hidden;
}

/* etc */

/*
----------- Data Scroller Component classes
*/
.iceDatPgrScrOut { /* the class for the outside table */
	background-color: #FFFFFF;
	margin: 10px;
}

.iceDatPgrScrBtn { /* the cells behind the scroll buttons */
	background-color: #FFFFFF;
	padding: 2px;
}

.iceDatPgrScrBtn .iceCmdLnk-dis {
	border-bottom: none;
}

.iceDatPgrTbl { /* the container for the pagination*/
	background-color: #FFFFFF;
}

/* set the common attributes for the pagination numbers */
.iceDatPgrScrCol a, .iceDatPgrCol a {
	text-decoration: none;
	font-weight: normal;
	background-color: #FFFFFF;
	color: #666666;
	display: block;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #FFFFFF;
}

* html .iceDatPgrCol a {
	width: 1%;
}

/* override the attributes for the currently selected page */
.iceDatPgrScrCol a {
	color: #FFFFFF;
	border: 1px solid #2A6CC2;
	background-color: #2A6CC2;
}

* html .iceDatPgrScrCol a {
	width: 1%;
}

/* set the attributes for the mouseover on none-current pages */
.iceDatPgrCol a:hover {
	color: #000000;
	border: 1px solid #2A6CC2;
}

/*
----------- File Tree Component classes
*/
.fileTreeOutlineClass {
	background-color: #FFFFFF;
	border: 1px solid #ABABAB;
	margin: 10px;
}

.nodeClass {
	background-color: #FFFFFF;
	padding-left: 3px;
}

.footerClass {
	border-top: 1px solid #ABABAB;
	color: #666666;
	padding: 4px;
}

.treeTableHdrClass {
	
}

/*
----------- Tabbed Pane Component classes
*/
-------------
PanelLayout

.pageHdr {
	font-weight: bold;
	height: 80px;
	background-color: #CDCDCD;
	padding: 5px;
	text-align: center;
}

.icePnlBrdrStyle {
	background-color: #FFFFFF;
	border: 1px solid #ABABAB;
	margin: 10px;
	width: 97%;
}

.pageNavigation {
	width: 20%;
	background-color: #DEDEDE;
	padding: 5px;
	vertical-align: top;
}

.pageBody {
	width: 80%;
	background-color: #FFFFFF;
	padding: 5px;
	vertical-align: top;
}

.pageFtr {
	border-top: 1px solid #ABABAB;
	color: #666666;
	padding: 4px;
}

/*
------------ PanelNavigation
*/
.navFormOutline {
	background-color: #DEDEDE;
	margin: 0px;
	width: 100%;
	padding: 0px;
}

.navItem, .navActvItem, .navOpenItem {
	color: #333333;
	text-decoration: none;
	background-color: #CDCDCD;
	width: 100%;
	border: 1px solid #CDCDCD;
	border-bottom: 1px solid #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 1px;
	display: block;
}

.navItem:hover, .navActvItem:hover, .navOpenItem:hover {
	background-color: #FFFFFF;
	color: #000000;
	border: 1px solid #2A6CC2;
}

.navOpenItem {
	white-space: nowrap;
	text-decoration: none;
	font-weight: bold;
}

.navActvItem {
	width: 100%;
	background-color: #2A6CC2;
	color: #FFFFFF;
	background-image: url( ./css-images/cal_arrow_right.gif );
	background-position: center right;
	background-repeat: no-repeat;
}

.navSeparator {
	width: 100%;
	height: 1px;
	padding: 0px;
	margin: 0px;
	background-color: #CDCDCD;
	border-bottom: 1px solid #DEDEDE;
}

/*
--------------- Progress bar
*/
.iceOutProg {
	margin: 10px;
}

.iceOutProgBg {
	border: 1px solid #ABABAB;
	width: 300px;
	height: 13px;
}

.iceOutProgFill {
	background-color: #026AFF;
	/* background-image:url(./css-images/window_top.gif);*/
	background-position: top left;
	background-repeat: repeat-x;
	display: block;
}

.iceOutProgTxt {
	color: black;
}

/*
--------------- autoComplete classes ------
*/
.iceSelInpTxtTxt {
	border: 1px solid #ABABAB;
	background-color: #FFFFFF;
	margin: 2px;
	padding: 2px;
}

.iceSelInpTxtList {
	position: absolute;
	display: block;
	border-top: 1px solid #ABABAB;
	border-right: 1px solid #666666;
	border-left: 1px solid #ABABAB;
	border-bottom: 1px solid #333333;
}

.iceSelInpTxtRow {
	display: block;
	background-color: #FFFFFF;
	color: #333333;
	padding: 2px;
	padding-left: 10px;
	border-bottom: 1px solid #DEDEDE;
	position: relative;
}

.iceSelInpTxtSelRow {
	display: block;
	background-color: #2A6CC2;
	color: #FFFFFF;
	padding: 2px;
	padding-left: 10px;
	border-bottom: 1px solid #FFFFFF;
	position: relative;
}

.iceSelInpTxtSelRow span {
	color: #FFFFFF;
}

/*
--------------- autoComplete disable class ------
*/
.iceSelInpTxtTxt-dis {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .95em;
	color: #ABABAB;
	border: 1px dotted #CCCCCC;
	cursor: default;
}

/*
----------- FileUpload Component classes
*/
.iceInpFile {
	overflow: hidden;
}

.iceInpFileTxt {
	border: 1px solid #ABABAB;
	background-color: #FFFFFF;
	margin: 2px;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

.iceInpFileBtn {
	border: 1px solid #ABABAB;
	background-color: #FFFFFF;
	margin: 2px;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

/*
----------- Data Navigation Bar classes
*/
.tablebg {
	background-color: #EEF3FB;
	border: 1px solid #6392C6;
	width: 70%;
}

.oddRow {
	background-color: #FFFFFF;
}

.evenRow {
	background-color: #EEF3FB;
}

.barCol1 {
	width: 40%;
	text-align: left;
}

.barCol2 {
	width: 15%;
	text-align: left;
}

.barCol3 {
	width: 20%;
	text-align: left;
}

.barCol4 {
	width: 15%;
	text-align: right;
}

.barCol5 {
	width: 15%;
	text-align: left;
}

/*
----------- TreeView component
*/
.iceTreeRow {
	white-space: nowrap;
	padding: 0px;
	height: auto !important;
}

.iceTreeRow a {
	text-decoration: none;
	color: #000000;
	cursor: pointer;
	padding: 0px;
	vertical-align: middle;
}

.iceTreeRow a:hover {
	text-decoration: none;
}

.iceTreeRow img {
	border: 0px;
	vertical-align: top;
	background-repeat: repeat-y;
	padding: 0px;
}

.iceTreeRow div {
	padding: 0px;
}

.iceTreeRow a img {
	/* vertical-align: top; - Bug in FF, when img has focus it is not highlighted with a box.*/
	background-repeat: repeat-y;
	border: 0px;
	padding: 0px;
}

/*
----------- PanelPopup ----------
*/
.iceMnuPopVrtItemLabel {
	vertical-align: middle;
}

.iceMnuPopVrtItemImage {
	width: 19px;
	vertical-align: middle;
}

.iceMnuPopVrt { /* was iceMenu_vertical */
	float: left;
	white-space: nowrap;
	margin: 0px;
	padding: 0px;
	border: 0px;
	width: 0px;
	height: 0px;
}

.iceMnuPopVrtTopSubMenu {
	padding: 1px;
	width: auto;
	background-color: #EFEFEF;
	border: 1px solid #999999;
	position: absolute;
	height: auto !important;
	display: block;
	z-index: 1;
}

.iceMnuPopVrtItem { /* was iceMenu_verticalItem */
	width: auto;
	display: block;
}

.iceMnuPopVrtItem a { /* was iceMenu_verticalItem */
	/*    background-color: #DDDDDD;*/
	height: auto;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #333333;
	font-size: 1.1em;
	margin-bottom: 1px;
	float: none;
	display: block;
	text-decoration: none;
	border: 0px solid #FFFFFF;
	/*width: 100%;*/
}

.iceMnuPopVrtItem a:hover { /* was iceMenu_verticalItem */
	background-color: #2A6CC2;
	color: #FFFFFF;
	text-decoration: none;
}

.iceMnuPopVrtSubMenu { /* was iceSubMenu_vertical*/
	padding: 1px;
	width: auto;
	background-color: #EFEFEF;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
	position: absolute;
	height: auto !important;
	display: block;
}

.iceMnuPopVrtSubMenuInd { /* was iceSubMenuDividerVert */
	display: inline;
	float: right;
	padding-top: 0px;
	padding-right: 1px;
}

/*
----------- PanelPopup & panelTooltip ----------
*/
.icePnlPop, .icePnlTlTip {
	color: #666666;
	border-right: 2px solid #ABABAB;
	border-top: 1px solid #ABABAB;
	border-left: 1px solid #ABABAB;
	border-bottom: 2px solid #ABABAB;
	background-color: #DDDDDD;
	padding: 0px;
	z-index: 1000;
}

.icePnlPop .icePnlPopBody {
	background-color: #DDDDDD;
}

.icePnlPopHdr, .icePnlTlTipHdr {
	background-color: #DEDEDE;
	background-image: url( "./css-images/window_top.gif" );
	background-position: top;
	background-repeat: repeat-x;
	height: 2.0em;
}

.icePnlPopHdr .iceOutTxt, .icePnlTlTipHdr .iceOutTxt {
	color: #FFFFFF;
	font-size: 1.1em;
	font-weight: bold;
	padding: 4px;
	text-align: center;
	vertical-align: middle;
}

.icePnlPopBody, .icePnlTlTipBody {
	padding: 10px;
}

.icePnlPopFtr, .icePnlTlTipFtr {
	float: right;
	height: auto;
	background-color: #DDDDDD;
}

/*
   Classes for the output progress bar
*/
.iceOutProgIndetActv {
	background-color: #EFEFEF;
	background-image: url( css-images/in_progress.gif );
	background-position: center;
	background-repeat: repeat-x;
}

.iceOutProgIndetInactv {
	background-color: #EFEFEF;
	background-image: url( css-images/in_progress_inactive.gif );
	background-position: center;
	background-repeat: repeat-x;
}

/*
    Classes for the connection status indicator
*/
.iceOutConStat {
	margin: 10px;
	width: 25px;
	height: 25px;
	border: none;
	font-size: .5em;
}

.iceOutConStatInactv {
	position: absolute;
	background-image: url( css-images/connect_idle.gif );
	background-position: top;
	background-repeat: no-repeat;
	width: 25px;
	height: 25px;
}

.iceOutConStatActv {
	position: absolute;
	background-image: url( css-images/connect_active.gif );
	background-position: top;
	background-repeat: no-repeat;
	width: 25px;
	height: 25px;
}

.iceOutConStatCaution {
	position: absolute;
	background-image: url( css-images/connect_caution.gif );
	background-position: top;
	background-repeat: no-repeat;
	width: 25px;
	height: 25px;
}

.iceOutConStatDisconnect {
	position: absolute;
	background-image: url( css-images/connect_disconnected.gif );
	background-position: top;
	background-repeat: no-repeat;
	width: 25px;
	height: 25px;
}

/* XP Disabled styles CSS Document  v1.0 mar 31 2006 */
.iceCmdBtn-dis {
	
}

.iceCmdLnk-dis, .iceOutLnk-dis {
	color: #ABABAB;
	text-decoration: none;
	border-bottom: 1px dotted #CCCCCC;
	cursor: default;
}

.iceOutTxt-dis, .iceOutLbl-dis {
	color: #ABABAB;
	text-decoration: none;
	border-bottom: 1px dotted #CCCCCC;
	cursor: default;
}

.myIceOutTxt {
	
}

.myIceOutTxt-dis {
	color: GrayText;
}

.iceInpTxt-dis, .iceInpSecrt-dis {
	font-family: Arial, Helvetica, sans-serif;
	color: #ABABAB;
	border: 1px dotted #CCCCCC;
	cursor: default;
	margin: 2px;
	padding: 2px;
}

.iceInpTxtArea-dis {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .95em;
	color: #ABABAB;
	border: 1px dotted #CCCCCC;
	cursor: default;
	margin: 2px;
	padding: 2px;
}

.iceSelMnyCb-dis {
	background-color: #CCCCCC;
	padding: 2px;
	margin: 2px;
	cursor: default;
	color: #CCCCCC;
	border: none;
}

.iceSelOneMnu-dis, .iceSelMnyLb-dis, .iceSelMnyMnu-dis, .iceSelOneLb-dis
	{
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	padding: 2px;
	font-size: .95em;
	cursor: default;
	border: none;
}

.iceSelOneRb-dis { /*background-color: #CCCCCC;*/
	padding: 0px;
	margin: 0px;
	cursor: default;
	color: #444444;
	border: none;
}

.iceInpFileTxt-dis {
	border: none;
	background-color: #FFFFFF;
	margin: 2px;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	cursor: default;
}

.iceInpFileBtn-dis {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	margin: 2px;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	cursor: default;
}

/* submenu disabled style classes */
.iceSubMenuRowLabel-dis {
	color: #ABABAB;
	text-decoration: none;
	cursor: default;
}

.iceSubMenuRow-dis {
	color: #ABABAB;
	text-decoration: none;
	cursor: default;
	padding: 0px;
	display: block;
	height: auto;
}

.iceSubMenuRow-dis a {
	color: #333333;
	text-decoration: none;
	cursor: default;
	display: block;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.iceSubMenuRow-dis a:hover {
	color: #ABABAB;
	text-decoration: none;
	border-bottom: 1px dotted #CCCCCC;
	cursor: default;
}

/*
data scroller classes disabled styles
*/
.sclBtnCell-dis { /* the cells behind the scroll buttons */
	background-color: #FFFFFF;
	padding: 2px;
}

.sclBtnCell-dis img {
	cursor: default;
}

.icePaginatorTbl-dis { /* the container for the pagination*/
	background-color: #FFFFFF;
}

/* set the common attributes for the pagination numbers */
.icePaginatorAtvCol-dis a, .icePaginatorCol-dis a {
	text-decoration: none;
	font-weight: normal;
	background-color: #FFFFFF;
	color: #ABABAB;
	display: block;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #FFFFFF;
	cursor: default;
}

/* override the attributes for the currently selected page */
.icePaginatorAtvCol-dis a {
	color: #ABABAB;
	/*    border:1px solid #2A6CC2;
        background-color:#2A6CC2;
    */
	cursor: default;
}

/* set the attributes for the mouseover on none-current pages */
.icePaginatorCol-dis a:hover { /*    color:#000000;
  border:1px solid #2A6CC2;*/
	
}

/*
Disabled classes for the calendar controls
*/
.iceSelInpDate-dis { /* calendar outline & background color */
	background-color: #FFFFFF;
	border: 1px solid #DEDEDE;
	/* removed margin from calendar outline - better absolute positioning of popup */
	/*margin:10px;*/
}

.iceSelInpDateMonthYear-dis {
	background-color: #EFEFEF;
	/*    background-image: url("./css-images/table_col_header.gif");
    background-position:bottom;
    background-repeat:repeat-x;*/
	font-weight: normal;
	text-align: center;
	color: #999999;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 4px;
	padding-bottom: 4px; /*border-right:1px solid #CCCCCC;*/
}

.iceSelInpDateMoYrDropdown-dis {
	background-color: #EFEFEF;
	color: #999999;
}

.iceSelInpDateMonthYear-dis img {
	cursor: default;
}

.iceSelInpDateWeek-dis { /* the days of the week row */
	font-weight: normal;
	color: #999999;
	background-color: #EFEFEF;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	border-bottom: 1px solid #ABABAB;
}

/* set the look for the days of the week backgrounds */
.iceSelInpDateDay-dis, .iceSelInpDateCur-dis {
	/* the background & alignment for the days */
	padding: 3px;
	text-align: center;
}

/* now set the attributes for the numbers for each day of the week */
.iceSelInpDateDay-dis a { /* the day text */
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	color: #ABABAB;
	width: 100%;
	height: 100%;
	padding: 0px;
	display: block;
	cursor: default;
}

.iceSelInpDateCur-dis a {
	text-decoration: none;
	background-color: #ABABAB;
	border: 1px solid #ABABAB;
	color: #FFFFFF;
	width: 100%;
	height: 100%;
	padding: 0px;
	display: block;
	cursor: default;
}

/*
----------- commandSortHeader classes
*/
.iceCmdSrtHdr {
	text-decoration: none;
	/*border: 1px solid #ABABAB;*/
	color: #333333;
	width: 100%;
	height: 100%;
	padding: 0px;
	display: block;
}

.iceCmdSrtHdr table {
	display: inline;
}

.iceCmdSrtHdr-dis {
	text-decoration: none;
	/*border: 1px solid #ABABAB;*/
	color: #999999;
	width: 100%;
	height: 100%;
	padding: 0px;
	display: block;
	cursor: default;
}

.iceCmdSrtHdrAsc, .iceCmdSrtHdrDesc {
	background-repeat: no-repeat;
	background-position: center;
	width: 10px;
	height: 10px;
}

.iceCmdSrtHdrAsc {
	background-image: url('./css-images/column_sort_asc.gif');
}

.iceCmdSrtHdrDesc {
	background-image: url('./css-images/column_sort_desc.gif');
}

.iceCmdSrtHdr td {
	white-space: nowrap;
	overflow: hidden;
}

/* IE specific CSS to enlarge clickable area of SortHeader links */
* html .iceCmdSrtHdr {
	height: 1%;
}

/*
----------- form ----------
*/
.iceFrm {
	
}

/*
----------- graphicImage ----------
*/
.iceGphImg {
	
}

/*
----------- message ----------
*/
.iceMsg {
	
}

.iceMsgFatal {
	
}

.iceMsgError {
	
}

.iceMsgWarn {
	
}

.iceMsgInfo {
	
}

/*
----------- messages ----------
*/
.iceMsgs {
	
}

.iceMsgsFatal {
	
}

.iceMsgsError {
	
}

.iceMsgsWarn {
	
}

.iceMsgsInfo {
	
}

/*
----------- panelGrid ----------
*/
.icePnlGrd {
	width: 100%;
}

.icePnlGrdHdr {
	
}

.icePnlGrdFtr {
	
}

.icePnlGrdRow1 {
	width: 100%;
}

.icePnlGrdRow2 {
	width: 100%;
}

.icePnlGrdCol1 {
	
}

.icePnlGrdWebParagrafCol1 {
	float: left;
	border: none;
	margin: 0px;
	padding: 0px;
}

.icePnlGrdCol2 {
	
}

/*
----------- panelGroup ----------
*/
.icePnlGrp {
	
}

#mainForm\:h_pg_c {
	position: relative;
	left: 8px;
}

/*
----------- outputFormat ----------
*/
.iceOutFrmt {
	
}

/*
----------- tree ----------
*/
.iceTree {
	margin-bottom: 3px;
	margin-top: 3px;
}

.iceTreeRow {
	
}

/*
----------- panelSeries ----------
*/
.icePnlSrs {
	
}
/*
----------- positionedPanel ----------
*/
.icePnlPos {
	
}

.icePnlPos-dis {
	
}

/*
----------- positionedPanel ----------
*/
.icePnlStk {
	
}

.icePnlStkRow {
	
}

.icePnlStkCol {
	
}

/*
----------- Table Row Selection --------
*/
.iceRowSelSelected {
	background-color: #0D4092;
}

.iceRowSelSelected span {
	color: #FFFFFF !important;
}

.iceRowSelSelectedMouseOver {
	background-color: #0D4092;
}

.iceRowSelSelectedMouseOver span {
	color: #FFFFFF;
}

.iceRowSelMouseOver {
	background-color: #FFFFFF;
}

.iceRowSelMouseOver span {
	color: #000000;
}

/*
----------- outputChart --------
*/
.iceOutChrt {
	
}

.iceGmp {
	border-collapse: collapse;
	border-spacing: 0px;
	padding: 0px;
}

.iceGmpMapTd {
	vertical-align: top;
}

.iceGmpMapTd div.gmap {
	width: 300px;
	height: 300px;
}

.iceInpRchTxt {
	width: 100%;
}

/*-------------------------------------------*/
.pdDocRel { /* width:300px;
    height:300px;*/
	
}

.pdDocRelCnt { /*border: 1px solid #ABABAB;*/
	/*width:100%; */
	height: 100%;
}

.pdDocRelFst, .pdDocRelSnd {
	height: 100%;
	display: block;
	float: left;
	overflow: auto;
}

.pdDocRelSpt {
	width: 2px;
	height: 100%;
	display: inline;
	background-color: #EFEFEF;
	border-left: 1px solid #ABABAB;
	border-right: 1px solid #ABABAB;
	float: left;
	cursor: e-resize;
}
/*
----------- PanelConfirmation ----------
*/
.icePnlCnf {
	border-top: 1px solid #ABABAB;
	border-right: 2px solid #ABABAB;
	border-left: 1px solid #ABABAB;
	border-bottom: 2px solid #ABABAB;
	background-color: #DDDDDD;
	padding: 0;
	width: 300px;
	z-index: 1000;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

.icePnlCnfHdr {
	background-color: #DEDEDE;
	background-image: url( "./css-images/window_top.gif" );
	background-position: top;
	background-repeat: repeat-x;
	height: auto;
	color: #FFFFFF;
	font-size: 1em;
	font-weight: bold;
	padding: 4px;
	text-align: left;
	vertical-align: middle;
}

.icePnlCnfBody {
	padding: 10px 10px 5px 10px;
	background-color: #DDDDDD;
	font-size: 1em;
	font-weight: normal;
}

.icePnlCnfBtns {
	padding: 5px 10px 10px 10px;
	background-color: #DDDDDD;
	text-align: center;
	font-size: 1em;
	font-weight: normal;
}

.icePnlCnfBtns input {
	margin: 0 20px 0 20px;
}

/*
----------- DataExporter ----------
*/
.iceDatExp input {
	font-family: Arial, Helvetica, sans-serif;
}

.icePnlTbLblLnk img {
	border: 0;
}

/*
----------- focus hidden link ----------
*/
.iceHdnLnk {
	float: left;
	border: none;
	margin: 0px;
	display: none !important;
}

.iceHdnLnk img {
	border: 0;
	width: 0px;
	display: none !important;
}

/*
----------- relations tab buttons -----------
*/
.btnRel {
	background-color: #F0F0F0;
	border-width: 2px;
	border-style: outset;
	padding: 0px;
	margin: 2px;
	height: 25px;
	font-size: 80%;
	vertical-align: center;
	float: left;
}

.btnOutTxt {
	position: relative;
	top: -4px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 0px;
	margin: 0px;
	font-size: 80%;
}
/*
button
{
	background-color:#F0F0F0;
	border-style: outset;
	border-width: 2px;
	margin: 2px;
	padding: 2px;
	//width: 120;
	//height: 30;
	font-size: 10px;
}
*/

/* common to all headers*/
.tableRelSuperHeader {
	background-color: white;
}

/* common to all columns*/
.tableRelSuperColumn {
	
}

.tableRelSuper {
	border: 1px outline #F0F0F0;
	overflow: auto;
}

.oddRow1 {
	background-color: #C0C0C0;
}

.evenRow1 {
	background-color: #CCCCFF;
}

.wpfTreeIceOutTxt {
	font-weight: bold;
}

SPAN.skype_pnh_container {
	display: none !important;
}

span.skype_pnh_container {
	display: none !important;
}

.listInTableStyleClass {
	overflow: auto;
}

/*#staticContent{
	 user-select: auto;
    -o-user-select: auto;
    -moz-user-select: text;
    -khtml-user-select: auto;
    -webkit-user-select: auto;
}
*/
.wpfPnlGrdClass {
	align: left;
	background-color: #6699FF;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
	table-layout: auto;
}

.wpfPnlGrdCol1 {
	text-align: center;
}

.wpfPnlGrdCol2 {
	text-align: center;
}

.wpfPnlGrdCol1 img, .wpfPnlGrdCol2 img {
	max-width: 100%;
	max-height: 100%;
}

.corePopup {
	width: 250px;
}

.corePopupHdr {
	width: 100%;
}

.popupHeaderImage {
	float: right;
	padding: 2px;
}

.popupBody span.iceOutTxt {
	padding-left: 2px;
}

.popupBodyInput {
	float: left;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.favPopupBodyBtn {
	float: right;
}

.favPopupBodyBtn1 {
	float: right;
	width: 8em;
}

.popupHeaderWrapper {
	width: 100%;
	padding: 4px;
}

/*datatable style classes for print and copy*/
.printTableStyle { /* was iceDataTblOutline */
	background-color: #FFFFFF;
	border: 1px solid #ABABAB;
	margin: 1px;
	width: 100%;
}

.printTableStyle table {
	border-collapse: collapse;
}

.printTableStyle td span.iceOutTxt {
	display: inline;
	padding: 2px 0px;
	font-size: 0.6em;
	height: auto !important;
}

.printTableStyle {
	background-color: #FFFFFF;
	border: 2px solid black;
	margin: 1px;
	width: 100%;
}

/*print Europe Law Table Style Classes*/
.printDtblType {
	width: 7%;
}

.printDtblRest {
	width: 10%;
}

.printDtblEurLaw {
	width: 43%;
}

.printTableStyleHdr {
	font-size: 0.6em;
	background: none;
	border: 2px solid;
}

.printTableStyleColGrpHdrRow {
	font-size: 0.6em;
	background: none;
	border: 2px solid;
}

.printTableStyleColGrpHdrCol {
	background: none;
}

.wpfTblRowLnk {
	text-decoration: none !important;
	font-weight: normal;
	border: none;
	padding: none;
	color: white;
}

.wpfMnuPopUp-dis {
	
}

.wpfMnuPopUpVrtItem {
	
}

.wpfMnuPopUpVrtItemLabel {
	
}

.wpfMnuPopUpVrtItem-dis {
	
}

.wpfMnuPopUpVrtItem a span {
	height: auto;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #333;
	font-size: 1.1em !important;
	margin-bottom: 1px;
	float: none;
	display: block;
	text-decoration: none;
	border: 0px solid white;
}

.wpfMnuPopUpVrtItem-dis span {
	vertical-align: middle;
	font-size: 1.1em !important;
}

.wpfMnuPopUpVrtItem-dis span span {
	vertical-align: middle;
	font-size: 1.1em !important;
	display: block !important;
	padding-left: 6px !important;
	padding-right: 3px !important;
	padding-top: 3px !important;
	padding-bottom: 3px !important;
}

.wpfMnuPopUpVrtSubMenu div a span {
	font-size: 1.1em !important;
}

.tableStyleRow td div a {
	border: none;
}

.tableStyleRow td div img {
	border: none;
}

.aboutTab {
	width: 100%;
	height: 100%;
	background: white;
}

.aboutContent {
	width: 100%;
	height: 100%;
	overflow: auto;
	background: white;
}

.aboutContentPart {
	height: 95%;
	overflow: auto;
	margin-top: 1px;
}

.aboutHeadline {
	background: #E0E0E0;
	height: 16px;
}

/*div container style classes*/
#dDocFull {
	width: 100%;
	height: 100%;
}

#documentTextContent {
	width: 100%;
	height: 100%;
	background: white;
}

/* 2in1
#staticContent{
	 padding-right: 1%;
	 padding-left: 1%;
	 overflow: auto;
	 border-width: 1px;
	 border-style: inset;
}
*/
#dCurrentDocContent {
	padding-right: 1%;
	padding-left: 1%;
	height: 100%;
	width: 98%;
	overflow: auto;
	margin-top: 1px
}

#dCurrentRemarkContentLeft {
	padding-right: 1%;
	padding-left: 1%;
	height: 100%;
	width: 98%;
	overflow: auto;
	margin-top: 1px;
}

/* 2in1
#dCurrentDocRemark{
	height: 20%;
	overflow: hidden;
	border-width: 1px;
	border-style: inset;
}
*/

/* 2in1
#otCurrentDocRemark,
*/
#otCurrentDocRemarkLeft, #otCurrentDocTitleWithRemark,
	#otRelatedDocTitleWithRemark, #otRelatedDocTitle, #otRelatedDocTitle,
	#otRelatedDocRemarkRight {
	width: 100%;
	background: #F0F0F0;
	white-space: nowrap;
}

}
#otRelatedDocTitle {
	font-weight: bold;
	white-space: nowrap;
}

#dCurrentDocRemarkLeft {
	width: 100%;
	height: 20%;
	overflow: hidden;
	border-width: 1px;
	border-style: inset;
}

/* 2in1
#dCurrentRemarkContent{
	height: 89%;
	width:98%;
	overflow: auto;
	margin-top: 1px;
}
*/
#dDocContentLeft #dDocContentRight {
	width: 100%;
	overflow: hidden;
	border-width: 1px;
	border-style: inset;
}

#otCurrentDocTitle {
	width: 100%;
	background: #F0F0F0;
	white-space: nowrap;
}

#dRelatedDocContent {
	padding-right: 1%;
	padding-left: 1%;
	height: 100%;
	width: 98%;
	overflow: auto;
	margin-top: 1px;
}

#dRelatedRemarkContentRight {
	height: 100%;
	width: 98%;
	overflow: auto;
	margin-top: 1px;
}

#dRelatedDocRemarkRight {
	width: 100%;
	height: 20%;
	overflow: hidden;
	border-width: 1px;
	border-style: inset
}

#dRelatedRemarkContentRight {
	padding-right: 1%;
	padding-left: 1%;
}

/* 2in1
#dCurrentRemarkContent{

     padding-right:1%;
	 padding-left:1%;

	}
*/
#dCurrentRemarkContentLeft {
	padding-right: 1%;
	padding-left: 1%;
}

/* #aboutDocumentContent{
	width:100%;
	height:100%;
	overflow: auto;
	background:white;
} */
#dDocTextLeft, #dDocTexRight {
	float: left;
	overflow: hidden;
	border-width: 1px;
	border-style: inset;
	width: 49.6%;
	height: 100%;
	background: white;
}

/* #dAboutDocumentCurrentContent, #dAboutDocumentRelatedContent{
	height: 95%;
	overflow: auto;
	margin-top: 1px;
} */

/*3in1
#leftpb{
	padding-right:1%;
	padding-left:1%;
}
*/
/*3in1
#rightpb{
     padding-right:1%;
	 padding-left:1%;
}
*/
/*3in1
#southpb{
     padding-right:1%;
	 padding-left:1%;
}
*/
.hSLPane {
	
}

.tbStL {
	width: 100%;
	height: 100%;
	font-size: 1.1em;
	/*overflow:hidden;*/
}

.tbStL>ul {
	overflow: hidden;
	width: 100% !important; /*IE (...?,11)*/
	font-size: 80%;
	float: left;
}

.selected>div>em {
	background-color: gray !important;
	text-align: center;
	height: 110% !important;
}

.tbStLulli0, .tbStLulli1, .tbStLulli2, .tbStLulli3, .tbStLulli4,
	.tbStLulli5, .tbStLulli6, .tbStLulli7 {
	
}

div.tbStLulli0, div.tbStLulli1, div.tbStLulli2, div.tbStLulli3, div.tbStLulli4,
	div.tbStLulli5, div.tbStLulli6, div.tbStLulli7 {
	height: 100% !important;
}

.tbStLulli0 {
	width: 40%;
}

.tbStLulli0, .tbStLulli1, .tbStLulli2, .tbStLulli3 {
	width: 24.2%;
}

/* .tbStLulli2 {
	width: 35%;
} */
.tbStLulli4, .tbStLulli5, .tbStLulli6, .tbStLulli7 {
	width: 32.6%;
}

.tbStL>ul>li>div>em {
	background-color: #E0E0E0;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	padding-left: 1px !important;
	padding-right: 1px !important;
}

.tbStL>ul>li>div>em>input {
	vertical-align: bottom;
	padding-left: 10px !important;
}

.tbStl .yui-nav div.yui-navdiv em {
	background: #E0E0E0;
	white-space: nowrap;
	overflow: hidden;
}

.tbStL div.yui-content {
	width: 100%;
	padding: 0px !important;
	margin: 0px !important;
	border: 0px !important;
	background: none !important;
	overflow: hidden;
	font-size: 85%;
	float: left;
	height: 93%;
}

.tbStL div.yui-content>div {
	/*overflow-y: hidden;*/
	overflow-y: auto;
	overflow-x: auto;
	height: 100%;
}

.dwrpTree {
	background-color: white;
	border-width: 2px;
	border-style: inset;
	border-bottom: 0px;
	margin-top: 3%;
	margin-left: 4px;
	margin-right: 4px;
	margin-bottom: 1%;
	padding-top: 0;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 0px;
	overflow: auto;
	height: 95%;
}

.dwrpTreeEpress {
	background-color: white;
	border-width: 2px;
	border-style: inset;
	border-bottom: 0px;
	margin-top: 0px;
	margin-left: 4px;
	margin-right: 4px;
	margin-bottom: 1%;
	padding-top: 0;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 0px;
	overflow: auto;
}

.tbL {
	width: 100%;
}

.tbStR { /*width:100%;
      font-size:100%;*/
	overflow: hidden;
	position: relative;
	height: 100%;
}

.tbStR ul.yui-nav { /*width:100%;
      height:2%;*/
	/*height:2%;*/
	background-color: #E0E0E0;
}

.tbStR li em {
	background-color: #E0E0E0;
}

.tbStR>ul>li>div>em>input {
	vertical-align: bottom;
	padding-left: 10px !important;
}

.tbStR div.yui-content { /*width:100%;
      height:98% !important;*/
	height: 95%;
	background: white !important;
	padding: 0px !important;
	border-width: 0px !important;
	margin-top: 0px !important;
}

.tabscntwpFdiv0 {
	height: 100% !important;
}

.tabscntwpFdiv1 {
	height: 100% !important;
}

.tabscntwpFdiv2 {
	height: 100% !important;
}

.tabscntwpFdiv3 {
	height: 100% !important;
}

.tabscntwpFdiv4 {
	height: 100% !important;
}

.offsetChecking1 {
	float: left;
	width: 25%;
	height: 100%;
	/*overflow:hidden;*/
	background-color: #E0E0E0;
}

.contRightGroup {
	float: left;
	width: 75%;
	height: 100%;
	background-color: #E0E0E0;
	overflow: hidden;
}

.cmdMMCls {
	height: 40%;
}

.pgnrPreD { /*  height:10% !important;*/
	
}

.dtblPreD { /*height:90 !important;
  overflow:auto;
  */
	
}

.wpfhdrPopUp {
	z-index: 25000 !important;
}

.wpfhdrPopUpVrtTopSubMenu {
	z-index: 25000 !important;
}

#listInTable {
	float: left;
	width: 100%;
	height: 98%;
	overflow: auto;
	background: white;
	border: 1px inset;
}

#dRelationsMessage {
	clear: both;
}

.abtLstDoc {
	float: left;
	width: 100%;
	height: 10%;
	border-width: 1px;
	border-style: inset;
	font-size: 11px;
	overflow: auto;
}

.sBtnRelClss {
	margin-top: auto;
	margin-bottom: auto;
}

.wpfUserInputPanel {
	width: 100%;
	height: 100%;
	padding: 0px !important;
	margin: 0px !important;
}

#wpfUsredInputPnl {
	
}

.wpfUsredInputPnlStlClass {
	width: auto !important;
	height: auto !important;
}

.wpfWarning {
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
	text-align: center;
	position: relative;
	top: 50%;
}

.wpfWarningDev {
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
	text-align: left;
	position: relative;
	top: 30%;
}

a.userEditClass:link {
	color: blue;
	text-decoration: underline
}

a.userEditClass:visited {
	color: purple !important;;
	text-decoration: underline
}

.mDocTextHead {
	width: 100%;
}

.lDocTextHead {
	width: 49.8%;
	float: left;
	height: 16px;
	border-right: 2px solid;
}

.rDocTextHead {
	float: left;
	width: 49.8%;
}

.mDocTextHeadOutTxt {
	white-space: nowrap;
	width: 48%;
	padding: 0px;
	font-weight: bold;
	font-size: 1em;
}

.lDocTextHeadOutTxt {
	border-right: 1px inset;
	display: block;
	height: 16px;
	overflow: hidden;
	width: 100%;
	padding: 0px;
}

.rDocTextHeadOutTxt {
	float: left;
	font-weight: bold;
	height: 16px;
	width: 96%;
	word-wrap: break-word;
	padding: 0px;
}

#documentTextContentHeadline {
	background: #E0E0E0;
	height: 16px;
}

/* #aboutDocumentHeadline{
	background:#E0E0E0;
	height:16px;
} */

/*3in1
#documentDevTextHeadline{
	background:#E0E0E0;
	height:16px;
	}
*/
/*3in1
#dDocDevLeft{
	background:white;
}
*/
/*3in1
#dDocDevRight{
	background:white;
}
*/
/*3in1
#dDocDevDown{
	background:white;
}
*/
/* #aboutDocumentTabContent{
  width:100%;
  height:100%;
  background:white;
} */
.BiltenColumn, .BiltenBilten, .ActSlGlasilo, .ActStartDate,
	.ActPublished, .ActColumn, .AdviceColumn, .EUSlGlasilo, .EUColumn,
	.EpressColumn, .PublisherSlGlasilo, .PublisherColum, .RegisterSlGlasilo
	{
	white-space: nowrap;
}

.ctntRelMenuPopUpVrtItem a span {
	font-size: 1em !important;
}

.wpfRelTabSubHeadingsCntnt {
	position: absolute;
	bottom: 0;
	max-width: 98%;
}

.wpfWarningWithSubtitles {
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
	text-align: center;
	position: relative;
	height: 49%;
	max-height: 49%%;
	top: 25%;
}

.wpfFavLastUsed {
	
}

.wpfFavLastUsedInMyList {
	color: red;
}