body{
	margin: 0px;
}
A:link {
  COLOR: blue
}
A:active {
  COLOR: red
}
A:visited {
  COLOR: blue
}

.Width100pc{
	width:100%;
}
.ContainerL3Headerdiv {
  PADDING-RIGHT: 0px; PADDING-LEFT: 4px; FONT-WEIGHT: bold; PADDING-BOTTOM: 4px; COLOR: white; PADDING-TOP: 4px
}
.Disabled {
  COLOR: silver; TEXT-DECORATION: none
}
.Enabled {
  COLOR: white; TEXT-DECORATION: none
}
.ErrorHeaderCell {
  FONT-WEIGHT: bold; COLOR: white; BACKGROUND-COLOR: #ff3e11
}
.foot {
	FONT-SIZE: 10px; COLOR: black; FONT-FAMILY: arial, helvetica
}
.Formula {
  FONT-SIZE: 10px; COLOR: blue; BACKGROUND-COLOR: #ebebeb
}
.GridBackGrd {
  BACKGROUND-COLOR: #ebebeb
}
.GridData {
  FONT-SIZE: 10px; COLOR: #000000; BACKGROUND-COLOR: #e1e1e1
}
.GridDataBestPositionRank {
  FONT-SIZE: 10px; COLOR: red; BACKGROUND-COLOR: #e1e1e1;
}
.GridDataLight {
  FONT-SIZE: 10px; COLOR: #000000; BACKGROUND-COLOR: #ffffcc
}
.GridDataMiddle
{
    BACKGROUND-COLOR: #e1e1e1;
    COLOR: #000000;
    FONT-SIZE: 10px;
	vertical-align: middle;
	border-bottom: 1px solid #fff;
}

.GridFooter {
  FONT-SIZE: 10px; COLOR: #000000; BACKGROUND-COLOR: #c0c0c0
}
.GridHeader
{
    BACKGROUND-COLOR: #7F7F7F;
    COLOR: #FFFFFF;
    FONT-SIZE: 11px;
    FONT-WEIGHT: bold;
    vertical-align: middle
}
.ImgBlind {
  HEIGHT: 1px
}
.ListTable {
  COLOR: black; TEXT-INDENT: 0px; BACKGROUND-COLOR: #ebebeb
}
.MandatoryFieldSign {
  FONT-WEIGHT: bolder; FONT-SIZE: 15pt; COLOR: green;
  vertical-align: middle
}
.TabDisabled {
  BACKGROUND-COLOR: #888888
}
.TabDisabledLine {
  HEIGHT: 1px; BACKGROUND-COLOR: #999999
}
SPAN.TabDisabledText {
  FONT-SIZE: 10pt; COLOR: #ffffff; HEIGHT: 18px; TEXT-DECORATION: none
}
A.TabDisabledText {
  FONT-SIZE: 10pt; COLOR: #ffffff; HEIGHT: 18px; TEXT-DECORATION: none
}
TD.TabDisabledText {
  FONT-SIZE: 9pt; COLOR: #ffffff; HEIGHT: 18px; TEXT-DECORATION: none
}
.TabSelected {
  FONT-FAMILY: Arial,Verdana,Helvetica; BACKGROUND-COLOR: #ebebeb
}
.TabSelectedText {
  FONT-WEIGHT: bold; COLOR: #000000; HEIGHT: 18px
}
.TabSelectedTopLine {
  HEIGHT: 1px; BACKGROUND-COLOR: #c0c0c0
}
.TableBar {
  HEIGHT: 18px; BACKGROUND-COLOR: #ebebeb
}
.TableEntryConfirmFont {
  FONT-WEIGHT: bolder; COLOR: #000000
}
.TableEntryFont {
  COLOR: #000000
}
.TableEntryMandatorySignFont {
  FONT-WEIGHT: bolder; FONT-SIZE: 20px; COLOR: green
}
.TableLabel {
  padding: -1px -1px -1px -1px;
  BACKGROUND-COLOR: #ebebeb;
  font-family: Arial, sans-serif;
  }
.TableLabelFont {
  COLOR: #000000
}
.TableLabelFontBold {
  FONT-WEIGHT: bolder; COLOR: #000000
}
.TableLabelHeaderFont {
  FONT-WEIGHT: bolder; COLOR: #888888
}
.TableWarningMsg {
  FONT-WEIGHT: bold; BACKGROUND-COLOR: #ebebeb
}
.TableErrorMsg {
  FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: red
}
.MiddleVAlignCell {
  VERTICAL-ALIGN: middle
}
.MenuItem {
  VERTICAL-ALIGN: top; WIDTH: 128px; TEXT-ALIGN: left
}
.NavigationDivider {
  WIDTH: 155px; TEXT-ALIGN: left;
  height: 1px; /*in mozilla firefox, the menu in auction displayed thick dividers*/
}
.NavigationDivider img{
	display: none;
}
.EntrySelected {
  COLOR: #008800
}
.EntryNotSelected {
  COLOR: red
}
.TableDetailHeader {
  FONT-WEIGHT: bold; COLOR: white; BACKGROUND-COLOR: #006699
}
.ConfirmButton
{
    BACKGROUND-COLOR: #ebebeb;
    HEIGHT: 25px;
    POSITION: relative;
    WIDTH: 160px
}
.WideActionButton
{
    BACKGROUND-COLOR: #ebebeb;
    HEIGHT: 25px;
    POSITION: relative;
    WIDTH: 200px;
}
.SelectedTreeItem
{
    BACKGROUND-COLOR: #ffcf31;
    COLOR: black
}

.TableHeaderCell {
  padding-right: 0.1cm;
  }
#ContentLeft, .ContentLeft {
	margin: 0px 20px 0px 0px;
}
td.ContentLeft{
	padding-right: 20px;
}
fieldset{
	border: none;
	padding: 0px;
	margin: 0;
}
fieldset legend{
	display: none;
}

.TaskHolder{
	padding: 1px;
	margin-bottom: 5px;
}
.TaskHolder .TaskTitle{
	font-weight: bold;
	padding-left:3px;
	font-size: 1.1em;
}
.TaskHolder .TaskMessage{
	margin: 1px;
	padding: 3px;
	background: #ffffff;
	background: rgba(255,255,255,0.8);
	font-size: 0.8em;
}

.TaskHolder .TaskMessage  .TaskMessageLink{
	text-align: right;
}
.ContainerL2Headerdiv{
	/*background: #336699;*/
	font-size: 12px;
}
.DefaultTable{
	width: 100%;
	border: 2px solid #ebebeb;
}
.DefaultTable > tr > td,
.DefaultTable > tbody > tr > td,
.DefaultTable > form > tbody > tr > td{
	
	padding: 2px 5px 2px 0px;
}
.DefaultTable > tr > td.TableLabel,
.DefaultTable > tbody > tr > td.TableLabel,
.DefaultTable > tr > td.TableLabelLabel,
.DefaultTable > tbody > tr > td.TableLabelLabel,
.DefaultTable > tbody > form > tr > td.TableLabelLabel{
	background-color: #ebebeb;
	padding-left: 0px;
	padding-right: 2px;
}
td.TableLabelLabel{
	font-size: 12px;
	font-weight: bold;
	width: 160px;
}
td.TableLabelValue,
.DefaultTable > tr > td.TableLabelValue,
.DefaultTable > tbody > tr > td.TableLabelValue{
	word-wrap:break-word;
	background-color: #ffffff;
}
.TableLabelRow2 td.TableLabelValue,
.TableLabelRowBordered td.TableLabelValue{
	border-top: 2px solid #ebebeb;
}
.TableLabelRow2 td.TableLabelLabel,
.TableLabelRowSimple td.TableLabelLabel{
	font-weight: normal;
}
.DefaultTable  .TableLabelSpaceRow td{
	padding: 1px 0 0 0;
}

.TaskBoxHeaderDiv{
	padding: 4px;
}
tr.status td{
	font-weight: bold;
}

.ButtonHolder{
	display: inline-block;
	float: left;
}
.fakeright{
	float: right;
}
.clear{
	clear: both;
	font-size: 0px;
	height: 0;
}

.Width190, .LongButton.Width190{
	width:190px;
}
.Width200{
	width:200px;
}
.NoWrap,
.NoWrap font{
	white-space: nowrap;
}

.HideOld{
	display:none;
}
.BgTransparent {
	background: transparent;
}


.RightSideSection.NoEmpty tr.EmptyTr{
	display:none;
}

table.RightSideSection{
	border-spacing:0px;
}

.Bold{
	font-weight: bold;
}
.Italic{
	font-style: italic;
}
.ColorRed, .ColorRed *{
	color: red;
}
.ColorGreen, .ColorGreen *{
	color: green;
}
.FontSize2{

}

table.FakeSection{
	margin: 0px;
	padding:0px;
}
.FakeSection .ContainerL2HeaderCell{
	background: transparent;
}
.FakeSection .ContainerL2HeaderCell .ContainerL2Headerdiv{
	padding: 0px;
	background: transparent;
}
.Datadiv:empty{
	display: none;
}

.LongButton, .NavigButton, .StandardButton{
	font-size: 11px;
}
.NoTitleSection .ContainerL2HeaderCell,
.NoTitleSection .ContainerL2Headerdiv{ 
	display: none;
}
.spaceSpan{
	padding-left: 4px;
	font-size: 0px;
}
.AuctionFieldset > table.grid{
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	border-left: 2px solid #ebebeb;
	border-right: 2px solid #ebebeb;
}
.AuctionFieldset > table.grid tr.bbiTableCellOdd > td,
.AuctionFieldset > table.grid tr.bbiTableCellEven > td{
	padding: 5px;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
}
.AuctionFieldset > table.grid tr.bbiTableCellOdd,
.AuctionFieldset > table.grid tr.bbiTableCellEven{
	background: transparent;
}
tr.status.info{
	background-color: #ECECEC;
}
tr.info td{	
	font-weight: normal;
	padding: 4px;
}
.AuctionBtn span{
	display: none;
}

.FakeSection .ContainerL2Headerdiv{ /*hide header in fake section: it showed in ie*/
	display:none;
}

.NavigButton{
	padding:0px;
}

table.HeaderBorder {
	border-bottom:3px solid #7f7f7f;
}
.OldWhiteBgTable .bbiTableCellOdd,
.OldWhiteBgTable .bbiTableCellEven{
	background: #fff;
}
.oldpadding8{
	padding: 8px;
}
.NewButtonsRow{
	display: none;
}
p{
	margin: 2px 0;
}
.WithBorder > tbody > tr > td{
	border-right: 2px solid #EBEBEB;
	border-bottom: 2px solid #EBEBEB;
}
.ReportSectionContainer
{
	width: 100%; 
	top: -2px; 
	border: 1px outset #EBEBEB; 
	background-color: #EBEBEB;
	float: left;
}

.ESCEventsFilterItem{
	width: 49%;
	float: left;
	margin-bottom: 3px;
}
.rowBoxRightFixed
{
	width:390px;
}
body.ErrorPageBody{
	height: 100%;
	font-family: Arial;
	font-size: 12px;
}
.ErrorPageHolder{
	margin: 100px auto 50px auto;
	width: 400px;
	border: 2px solid #990000;
	padding: 20px 20px 20px 100px;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	background: #FFE6E6 url(images/error_warning.png) no-repeat 10px center;	
}
.ErrorPageHeader{
	color: #E60000;
	font-size: 2em;
	font-weight: bold;
	margin-bottom: 10px;
}
a.ErrorPageLink:link, a.ErrorPageLink:visited, a.ErrorPageLink:hover, a.ErrorPageLink:active{
	color: #990000;
	text-decoration: none;
}
a.ErrorPageLink:hover, a.ErrorPageLink:active{
	text-decoration: underline;
}

.icon.tooltip_icon{
	margin-left:5px;
}

.Highlight{
	color:#FF8040;
}
.ListFormCrtNo {
	float:left;
	width: 30px;
	padding: 5px 0 0 5px;
	
}
.ListFormRow{
	border: 2px solid #cccccc;
	margin-left: 30px;
	padding: 5px;
}
.ListForm .row{
	margin-bottom: 20px;
}
.ListFormRow.Alternate{
	background-color: #f3f3f3;
}

/*legend*/
fieldset.legend,
fieldset.inner.legend{
	width:auto;
	display:inline-block;
	border-color: #999;
}
fieldset.legend legend,
fieldset.inner.legend legend{
	color: #333;
}
.legend .legendRow{
	padding: 2px 0;
	/*border-bottom: 1px solid #ddd;*/
}
.legend .legendSymbol{
	float: left;
	width: 25px;
}
.legend .legendDescription{	
	margin-left: 30px;
}
.legend .treeStatus_1{
	background-position: left 0;
}

.legend .legendColumn{
	float: left;
	margin-right: 15px;
}
/*stop legend*/

/*start scoring tree*/
.treeHeader tr.bbiTableHeader > th{
	font-weight: normal;
	vertical-align:top;
}
.treeHeaderRow{
	margin-bottom: 5px;
}
.treeHeaderRowLinkHolder{
	/*height: 2.7em;*/
	height: 1.2em;
	overflow:hidden;
	white-space: nowrap;
}

.treeHolder span.TreeNode,
.treeHolder span.TreeNodeOver,
.treeHolder span.TreeNodeSelect{
	display: inline-block;	
	margin-left: 0px;
	clear: right;
	padding: 0px;
}
.treeHolder span.TreeNodeOver{
	border-top: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	cursor:default;
}
.treeHolder span.TreeNodeOver,
.treeHolder span.TreeNodeOver .treeItemSupplier.alternate{
background: #E0F0FF;
}
.treeHolder span.TreeNodeOver .ellipses,
.treeHolder span.TreeNodeOver .treeItemSupplier.alternate .ellipses{
	background: #E0F0FF!important;
}
.treeHolder span.TreeNodeOver .grid tr.bbiTableCellOdd td,
.treeHolder span.TreeNodeSelect .grid tr.bbiTableCellOdd td{
	padding-top: 3px;
	padding-bottom: 3px;
}

.treeHolder span.TreeNodeSelect{
	background: #f9f9f9;
	border-top: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
}
.treeHolder span.TreeNode .grid,
.treeHolder span.TreeNode .bbiTableCellOdd,
.treeHolder span.TreeNode .bbiTableCellOdd td,
.treeHolder span.TreeNodeOver .grid,
.treeHolder span.TreeNodeOver .bbiTableCellOdd,
.treeHolder span.TreeNodeOver .bbiTableCellOdd td,
.treeHolder span.TreeNodeSelect .grid,
.treeHolder span.TreeNodeSelect .bbiTableCellOdd,
.treeHolder span.TreeNodeSelect .bbiTableCellOdd td{
	background-color: transparent;
}



.treeItemName{
	width:1px;
}
.treeItemName .treeData{	
	white-space: normal;
}
.treeHeader .treeItemName .treeData,
.treeFooter .treeItemName .treeData
{width: 279px;}

.treeHeader.wCheckboxes .treeItemName .treeData,
.treeFooter.wCheckboxes .treeItemName .treeData
{width: 292px;}
.treeHeader.wCheckboxes .treeItemName .treeData,
.treeFooter.wCheckboxes .treeItemName .treeData
{* width: 285px;}
.treeHeader.wIcons .treeItemName .treeData,
.treeFooter.wIcons .treeItemName .treeData
{width: 303px;}
.treeHeader.wIcons .treeItemName .treeData,
.treeFooter.wIcons .treeItemName .treeData
{* width: 298px;}
.treeHeader.wIcons.wCheckboxes .treeItemName .treeData,
.treeFooter.wIcons.wCheckboxes .treeItemName .treeData
{width: 316px;}
.treeHeader.wIcons.wCheckboxes .treeItemName .treeData,
.treeFooter.wIcons.wCheckboxes .treeItemName .treeData
{* width: 322px;}
.treeLvl0 .treeItemName .treeData{width: 260px; font-weight: bold;}
.treeLvl1 .treeItemName .treeData{width: 241px; font-weight: bold;}
.treeLvl2 .treeItemName .treeData{width: 222px;}
.treeLvl3 .treeItemName .treeData{width: 203px;}
.treeLvl4 .treeItemName .treeData{width: 184px;}
.treeLvl5 .treeItemName .treeData{width: 165px;}
.treeLvl6 .treeItemName .treeData{width: 146px;}

.treeItemStatus .treeData {width:55px; text-align: center;}
.treeItemWeight .treeData {width:55px; text-align: right;}
.treeItemSupplier .treeData{width:140px; text-align:right;}

.treeHeader .treeItemSupplier .treeData{
	text-align:left;
	position: relative;
}
.treeHeader .treeItemSupplier .treeData .treeHeaderRow{
	width: 125px;
}
.treeHeader .treeItemSupplier .treeData .treeHeaderRow.noToggle{
	width: auto;
}
.treeHeader .treeItemSupplier .treeData .toggleColumn{
	position:absolute;
	top:0px;
	right:0px;
}
.treeHeader .treeItemSupplier .treeData .toggleColumn .toggleHide,
.treeHeader .treeItemSupplier .treeData .toggleColumn .toggleShow{
	cursor: pointer;
	background: transparent url(images/collapse.gif) no-repeat right center;
	display:block;
	width: 14px;
	height: 14px;
}
.treeHeader .treeItemSupplier .treeData .toggleColumn .toggleShow{
	display: none;
	background-image: url(images/expand.gif);
}

.treeFooter .bbiTableFooter .treeItemSupplier{
	padding-top: 5px;
	padding-bottom: 5px; 
	border-top: 1px solid #dddddd;
}
.treeFooter .treeItemSupplier .treeData{text-align:center;}
.treeFooter .treeItemSupplier .treeData .input_type_button_othertype,
.treeFooter .treeItemSupplier .treeData .input_type_button_blue
{
	margin:0px;
	white-space:normal;
}

.treeFooter .treeItemSupplier .treeData.hideButton_-1 .input_type_button_othertype
{
	display:none;
}

tr.bbiTableCellOdd td.treeItemSupplier.alternate,
.treeItemSupplier.alternate{
	background: #efefef;
}
tr.bbiTableHeader > th.treeItemSupplier.alternate{
	background: #d7d7d7!important;
}

.treeHolder table.grid{

}

.treeStatus_1{
	background: transparent url(images/icon_success.gif) no-repeat center 0;
	padding: 0 8px;
	height: 13px;
}
.treeHolder img{
	float: left;
}

.treeFooter .bbiTableFooter td{
	padding: 3px 5px;
}
/*for checkboxes*/
.treeHolder input{
	float: left;
	margin-top:5px;
	margin-top: 1px\9;
}
.scoringTypeAuto,
.scoringTypeManual{
	background: transparent url(images/scoringAuto.gif) no-repeat -17px 0;
	padding-left: 16px;
}
.scoringTypeManual{
	background-image: url(images/scoringManual.gif);
}

.qStatus, 
.qStatus input.input_type_text  {
	color: #000000;
}

.QS_Disabled, 
.QS_Disabled input.input_type_text {
	color: #cccccc;
}

.ScoreIncomplete{
	color: #999999;
}

/*progress bar*/
.progressBarHolder,
.progressBarHolder .progressBar{
	height: 20px;
}

.progressBarHolder{
	margin-bottom: 10px;
	background: #8AB8DA;
	background: #999999;
	position: relative;
}
.progressBarHolder .progressBar{
	background: #11578A;
}
.progressBarHolder .progressLabel{
	position: absolute;
	top: 0px;
	left: 0px;
	color: #ffffff;
	text-align: center;
	width: 100%;
	padding-top: 2px;
	font-weight: bold;
}

/*end progress bar*/

/* colapsable info */
.colapseBtn{
	float:right;
	margin-left: 10px;
	width: 16px;
	height: 16px;
	border: 1px solid #555;
	text-align:center;
	cursor:pointer;
	background: transparent url(images/close.gif) no-repeat center center;
	opacity:0.9;
	background-color: #ccc;
}
/* colapsable info */

.grid tr td .link_as_button_othertype{
	margin-bottom: 0px;
}

/*popup*/
.pBackground
{              
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.4;
	filter: alpha(opacity:40);
    z-index: 9999;
    display: none;
}
#popupControl{
	border: 1px solid #999999;
	background-color: #fffef5;
	position: absolute;
	background: #fff;
	display: none;
	top: 0;
	left: 0;
	z-index: 10000;
	min-width: 300px;
}
.loadingContainer{
	position: absolute;
	background: #fff;
	display: none;
	top: 0;
	left: 0;
	z-index: 10000;
	width: 180px;
	height: 44px;
}

#popupContent{
	padding: 30px 20px;
}
.popupButton{
	float: left;
	width: 50%;
}

.popupButton span{
	display: block;
	padding: 10px 5px;
	text-align: center;
	cursor: pointer;
	color: #fff;
	font-weight: bold;
}
.popupButton.Left span{
	background: #6e6e6e;
}
.popupButton.Right span{
	background: #1672B6;
}

.popupButton.Left span:hover{
	background: #616161;
}
.popupButton.Right span:hover{
	background: #0F5082;
}
#popupTitle{
	padding: 10px;
	font-size: 1.2em;
	font-style: italic;
	color: #0E5082;
	border-bottom: 1px solid #0E5082;
}
/*end popup*/

/*Start - Analyze Matrix*/

.treeHeader.wIcons .treeItemLevel .treeData
{width: 179px;}
.treeHeader.wIcons .treeItemLevel .treeData
{* width: 174px;}

.treeHeader.wIcons.wCheckboxes .treeItemLevel .treeData
{width: 177px;}
.treeHeader.wIcons.wCheckboxes .treeItemLevel .treeData
{* width: 198px;}

.treeLvl0 .treeItemLevel .treeData{width: 124px; font-weight: bold;}
.treeLvl1 .treeItemLevel .treeData{width: 105px; font-weight: bold;}
.treeLvl2 .treeItemLevel .treeData{width: 86px;}
.treeLvl3 .treeItemLevel .treeData{width: 67px;}
.treeLvl4 .treeItemLevel .treeData{width: 48px;}
.treeLvl5 .treeItemLevel .treeData{width: 29px;}
.treeLvl6 .treeItemLevel .treeData{width: 10px;}

.treeItemTitle .treeData {width:336px; text-align: left;}
.treeItemFormula .treeData {width:100px; text-align: left;}
.treeItemEnvelope .treeData {width:30px; text-align: left;}

.ColourCodeIcon{
	width: 16px;
	padding: 1pt 0pt 1pt 0pt;
}

.RootIcon{
	background: transparent url(images/bbi_house_open.gif) no-repeat center center;
}

.ItemWithChildrenIcon{
	background: transparent url(images/bbi_folder_simple.gif) no-repeat center center;
	width: 16px;
}

.ItemWithoutChildrenIcon{
	background: transparent url(images/bbi_folder_leaf.gif) no-repeat center center;
}

.BestPriceIcon{
	background: transparent url(images/AnalyzeMatrix_Bestprice.gif) no-repeat center center;
}

.EnvelopeClosedIcon{
	background: transparent url(images/AnalyzeMatrix_Closed.gif) no-repeat center center;
}

.AcceptedIcon{
	background: transparent url(images/AnalyzeMatrix_Accepted.gif) no-repeat center center;
}

.AuctionIcon{
	background: transparent url(images/AnalyzeMatrix_Auction.gif) no-repeat center center;
}

.NegotiationIcon{
	background: transparent url(images/AnalyzeMatrix_Negotiation.gif) no-repeat center center;
}

.DeclineIcon{
	background: transparent url(images/AnalyzeMatrix_Decline.gif) no-repeat center center;
}

.NextRoundIcon{
	background: transparent url(images/AnalyzeMatrix_NextRound.gif) no-repeat center center;
}

.MiscellaneousIcon{
	background: transparent url(images/AnalyzeMatrix_Multiple.gif) no-repeat center center;
}

.AnalyzeMatrixEnvelopeOpenend{
	background: transparent url(images/AnalyzeMatrix_EnvelopeOpened.gif) no-repeat center center;
	width: 31px;
}

.AnalyzeMatrixEnvelopeClosed{
	background: transparent url(images/AnalyzeMatrix_EnvelopeClosed.gif) no-repeat center center;
	width: 31px;
}

.PnlColourCodesLabel{
	width: 400px;
	display: inline-block;
	padding: 1pt 0px 1pt 20pt;
	font-weight: bold;
}

.highlight_status {
    display: inline-block;
    margin: 0;
    padding: 3px 0px 2px 5px;
	border-width:1px;
	border-style:solid;
}

.highlight_status.best-price {
    background-color: #70A415!important;
    color: #FFFFFF;
	font-weight:bold;
}

.AnalyseMatrixAccepted {
	border-color: #90C800!important;
	border-left:7px solid #90C800!important;
}

.AnalyseMatrixAuction {
	border-color: #CDAFD2!important;
	border-left:7px solid #CDAFD2!important;
}

.AnalyseMatrixNegotiation {
	border-color: #BFC1BE!important;
	border-left:7px solid #BFC1BE!important;
}

.AnalyseMatrixDecline {
	border-color: #FF6600!important;
	border-left:7px solid #FF6600!important;
}

.AnalyseMatrixNextRound {
	border-color: #FFAB44!important;
	border-left:7px solid #FFAB44!important;
}

.AnalyseMatrixMultiple {
	border-color: #91CEFE!important;
	border-left:7px solid #91CEFE!important;
}

.AnalyseMatrixEnvelopeClosed {
	border-color: #666666!important;
	border-left:7px solid #666666!important;
}
.AnalyseMatrixEnvelopeRejected {
	border-color: #CC0000!important;
	border-left:7px solid #CC0000!important;
}


.AnalyseMatrixMinPrice
{ 
  font-size: 8pt;
  font-weight: bold;
  color: #019001;
  border: none;
}
.AnalyseMatrixMinPriceAccepted 
{ 
	font-size: 8pt;
	font-weight: bold;
	color: #019001;
}
.AnalyseMatrixMinPriceAuction 
{ 
	font-size: 8pt;
	font-weight: bold;
	color: #019001;
}
.AnalyseMatrixMinPriceNegotiation 
{ 
	font-size: 8pt;
	font-weight: bold;
	color: #019001;
}
.AnalyseMatrixMinPriceDecline 
{ 
	font-size: 8pt;
	font-weight: bold;
	color: #019001;
}
.AnalyseMatrixMinPriceReturned 
{ 
	font-size: 8pt;
	font-weight: bold;
	color: #019001;
}
.AnalyseMatrixMinPriceNextRound  
{ 
	font-size: 8pt;
	font-weight: bold;
	color: #019001;
}
.AnalyseMatrixMinPriceMultiple 
{ 
	font-size: 8pt;
	font-weight: bold;
	color: #019001;
}

.AnalyseMatrixMaxPrice
{ 
  font-size: 8pt;
  font-weight: bold;
  color: #A349A4;
  border: none;
}
.AnalyseMatrixMaxPriceAccepted,
.AnalyseMatrixMaxPriceAuction,
.AnalyseMatrixMaxPriceNegotiation,
.AnalyseMatrixMaxPriceDecline,
.AnalyseMatrixMaxPriceReturned,
.AnalyseMatrixMaxPriceNextRound,
.AnalyseMatrixMaxPriceMultiple
{ 
  font-size: 8pt;
  font-weight: bold;
  color: #A349A4;
}

.AnalyseMatrixMaxPriceAccepted {
	border-color: #A349A4!important;
	border-left:7px solid #A349A4!important;
}

/*End - Analyze Matrix*/

/*** Tabs ***/
div.tabs ul,
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 35px;
	border-bottom: 1px solid #CCC;
	width: 100%;
}

div.tabs li,
ul.tabs li {
	float: left;
	margin: 0;
	cursor: pointer;
	background-color: #f2f2f2;
	position: relative;
	color: #424242;
	font-size: 13px;
	/*padding: 7px 14px;*/
	
}

div.tabs li a:link, div.tabs li a:visited, div.tabs li a:hover, div.tabs li a:active,
ul.tabs li a:link, ul.tabs li a:visited, ul.tabs li a:hover, ul.tabs li a:active {
	display: inline-block;
	padding: 7px 14px;
	border-top: 3px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	text-decoration:none!important;
}

div.tabs li a:link, div.tabs li a:visited
ul.tabs li a:link, ul.tabs li a:visited {
	color:#333333 !important;
	text-decoration:none;
}

div.tabs li a:hover, 
ul.tabs li a:hover {
	color: #000 !important;
	border-top-color: #000;
	border-left-color: #CCC;
	border-right-color: #CCC;
}

div.tabs li a.rtsSelected, 
ul.tabs li.active a {
	background-color: #fff;
	color: #333;
	border-bottom: 2px solid #fff;
	border-top: 3px solid #06C;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	display: block;
	cursor: default;
}

.tab_container {
	clear: both;
	float: left;
	width: 100%;
	background: #fff;
	/*
	padding: 10px 15px;
	border: 1px solid #ccc;
	border-top: 0px;
	*/
	margin-top: 10px;
}

.tab_content {
	padding: 15px 0;
	display:none;
}
/*** End Tabs ***/

/*Auction monitoring*/
.LVRow{margin-bottom: 5px; clear: both;}
.LVRow .rowLbl{
	font-weight: bold;
	width: 200px;
	float: left;
	
}
.LVRow span.rowLbl{
	float: none;
	width: auto;
}
.LVRow .rowVal{
	margin-left: 200px;
}

#popupContent .LVRow .rowLbl{
	width: auto;
	display: inline-block;
	max-width: 250px;
}
#popupContent .LVRow .rowVal{
	margin-left:10px;
	display: inline-block;
	float: right;
}
.moneyHolder{
	display: inline-block;
	width: 100px;
	text-align: right;
}

.BidStatus, .ParticipationStatus{
	padding-left: 15px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0 center;
	display: inline-block;
}
.BidStatus.Active{background-image: url(images/active.png);}
.BidStatus.Away{background-image: url(images/away.png);}
.BidStatus.NoActivity{background-image: url(images/inactive.png);}

.ParticipationStatus{
	background-position: 0px bottom;
	padding-left: 0px;
	/*padding-right: 15px;*/
	width: 15px;
	height: 12px;
}

.ParticipationStatus.ps_0{background-image: url(images/close.gif);background-position: 1px center;}
.ParticipationStatus.ps_1{background-image: url(images/icon_success.gif);}

/*End Auction monitoring*/

.sortable{
	padding-right: 15px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: right center;
}
.sortable.asc{background-image: url(images/SortAsc.gif);}
.sortable.desc{background-image: url(images/SortDesc.gif);}

.testAuction{
	color: #e60000;
	font-weight: bold;
}
.status_2{
	color: #007A00;
}
.status_3, .status_7{
	color: #880000;
}

.participationStatus_-1,
.participationStatus_0{
	font-weight: bold;
	color: #e60000;
}
.participationStatus_1{
	font-weight: bold;
	color: #007A00;
}

.accent{
	font-weight: bold;
}

.left_sidebar {position: relative;}

.togglemenu{
	position: absolute; 
	left: -8px; 
	top: 100px; 
	background: #f00; 
	color: #fff;
	height: 40px;
	width: 13px;
	cursor: pointer;
	z-index: 100;
	background: transparent url(images/left-grip.png) no-repeat 0 0;
}

.divContainer 
{
    display: table;
	margin-bottom: 10px;
}

.divRow  
 {
    display: table-row;
    height: auto;
}

.divColumn 
{
    display: table-cell;
	line-height: 18px;
}
.divColumn  fieldset
{
    height: 100%;
	padding-bottom: 0px;
	padding-top: 8px;
}


.blahContainer{
    width: 100%;
    height: 100%;
}

.blahColumna1{
    width: 50%;
    height: 100%;
}
.blahColumna1 fieldset{
	margin-right: 1%;
}

.blahColumna2{
    width: 50%;
    height: 100%;
}


.customDD{
	
	padding:3px 5px; 
	border:1px solid #CCC; 
	width:210px; 
	background:transparent url(images/down.png) 190px 5px no-repeat; 
	line-height:19px; 
	position:relative; 
	float:left; 
	margin-right:15px;
	z-index:100; 
}
.customDDlist{
	position:absolute; 
	top:25px;
	left:-1px; 
	
	border:1px solid #CCC; 
	width:210px; 
	padding:3px 5px; 
	background:#FFF; 
	display: none;
	max-height: 300px;
	overflow: auto;
}
.customDDlist ul{
	margin:0; 
	padding:0; 
	list-style:none;
	width: 185px;
}
.customDDlist ul li {
	width: 100%;
	overflow: hidden;
	
	white-space: nowrap;
}
.customDDlist ul li input{
	position:relative; 
	top:2px;
}

.customDDReset{
	margin-top:3px; padding-top:3px; border-top:1px solid #CCC;
}
.customDDSelection{
	cursor: pointer;
}
.customDDSelection div{
	white-space: nowrap;
	width: 182px;
	overflow: hidden;
}
.big_button {
	padding: 8px 18px!important;
	font-size: 13px!important;
}
#statisticsFSetHolder fieldset, #chartWrapperHolder, #placedBidsWrapper, #startingBidsWrapper{
	display: none;
}
#placedBidsHolder, #confirmationHolder{
	visibility: hidden;
	height: 5px;
}

.input_type_text.best_offer{
	width: 135px;
}
input.input_type_text.error{color:#e60000;border: 1px solid #e60000;}
.hightFixer{
	height: 0px;
}

/*obsolete*/

.Obsolete,
tr.Obsolete > td,
.icn_ACHART
{
	display: none!important;
	/*border: 1px solid #f00!important;*/
}

.BiddingDirectionDesc, .BiddingDirectionAsc, .BiddingDirectionBoth{
	display: inline-block;
	width: 10px;
	height: 20px;
	background-position: 0 5px;
	background-repeat: no-repeat;
}
.BiddingDirectionDesc{
	background-image: url(images/bbi_decreasing.gif);
}
.BiddingDirectionAsc{
	background-image: url(images/bbi_increasing.gif);
}
.BiddingDirectionBoth{
	background-image: url(images/bbi_bothdirections.gif);
}

.LeftIdent40{
	margin-left: 40px;
}
.PositionRank1{
	display: inline-block;
	width: 15px;
	height: 20px;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-image: url(images/icon_success.gif);
}

.bbiTableFoot td{
	border-top: 1px solid #999!important;
	padding: 7px 5px;
	font-weight: bold;
}

input.input_type_text.readonly{
	background-color: #EBEBE6!important;
}

.loadingBig{
	background: transparent url(images/loadingBar.gif) no-repeat center center;
	width: 180px;
	height: 44px;	
}
.StartingPrice td{
	font-size: 11px;
	padding: 4px 5px;
	background-color: #e1e1e1;
}

#placeBid-validationInfo{
	margin-top: 5px;
}
.ellipses{
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
}

.leftPadding5{
	padding-left: 5px!important;
}

.Yellow 
{ 
	border-color: #ECE000;
	border-left: 7px solid #ECE000;
}

.Green 
{ 
	border-style: solid;
	border-color: #8DD11B;!important;
	border-left: 7px solid #8DD11B!important;
}

.Red
{ 
	border-color: #990000!important;
	border-left: 7px solid #990000!important;
}

ul.results_pagination {
	float: right;
	font-size: 12px;
	list-style-type:none;
	margin:0;
	padding:0;
}
ul.results_pagination li {float: left; padding-right: 5px;}
ul.results_pagination li a {padding: 1px 6px 1px 6px; border: 1px solid #999; text-decoration: none; border-radius: 5px; -moz-border-radius: 5px; display: block; color:#00789F;}
ul.results_pagination li a:hover {color:#FFF; background: #00789F;}
ul.results_pagination li.page a:link, ul.results_pagination li.page a:visited {color: #fff !important; font-weight: 700;}
ul.results_pagination li.page a:hover {color: #fff;}
ul.results_pagination li.text a:link, ul.results_pagination li.text a:visited {border: none; text-decoration: underline; padding: 0;}
ul.results_pagination li.text a:hover {text-decoration:none; background:none!important; color:#00789F;}
ul.results_pagination li.text {line-height: 21px;}
ul.results_pagination li.page a:link, ul.results_pagination li.page a:visited {background: #00789F; border: 1px solid #000;}
ul.results_pagination li.page a:hover {background: #00789F; border: 1px solid #000;}

.tdPortum div {
 	display:inline-block;
    padding-right:0px;
}


.div_input_type_text input
{	
  border: 1px solid #d5d5d5;
  padding: 4px 5px 4px 5px;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  margin: 2px 0;
}

.div_input_type_text input:hover
{
  border: 1px solid #d1d1d1;
}