/*
----------- Table Row Selection --------
*/
.iceRowSelSelected {
  /*  background: #0080FF;*/
  	background: red;
}

.iceRowSelSelected .iceOutTxt {
  /*  color: #FFFF00;*/
  color: yellow;
}
.iceRowSelSelectedMouseOver {
    background: #FFA326;
  background: blue;
}
.iceRowSelSelectedMouseOver  .iceOutTxt {
    color: white;
}
.iceRowSelMouseOver {
    color: white;
  /*  background: #4591A1;*/
  background: #FEA326;
}
.iceRowSelMouseOver .iceOutTxt {
    color: blue;
}
/*
----------- Calendar Component classes
*/

.iceSelInpDateInput {
    width: 80px;
    margin: 2px;
    font-size:11px;
}

.iceSelInpDatePopup {
	width: 172px;
    min-width: 172px;
}

.iceSelInpDate {
	font-size: 11px;
}

/* ------------ Menu Classes --
*/
.iceMnuBarSubMenu, .iceMnuBarVrtSubMenu {
    position: absolute;
    background-color: #FCFCFC;
    display: block;
    width: 285px;
    border-right: 1px solid #DBDBDB;
    border-left: 1px solid #DBDBDB;
    border-top: 1px solid #DBDBDB;
    z-index: 1000;
}


/*
----------- message ----------
*/
.iceMsg {
	color: red;
}

.iceMsgFatal {
	color: red;
}

.iceMsgError {
	color: red;
}

.iceMsgWarn {
	color: red;
}

.iceMsgInfo {
	color: red;
}

/*
----------- messages ----------
*/
.iceMsgs {

}

.iceMsgsFatal {

}

.iceMsgsError {
	color: red;
}

.iceMsgsWarn {

}

.iceMsgsInfo {

}
/* START PANELPOSITIONABLE */

.positionPanelContainer{
    /*border: 1px solid #d9d9d9;    */
}
.rankPanelContainer  span, .rankPanelContainer  span{
    font-weight: normal;
}

.positionPanelContainer div.container{
    background: #FFF url( '../xmlhttp/css/rime/css-images/PnlHdr_bgslice.gif' ) repeat-x top left;
    color: #484848;
    padding-left: 5px;
    font-weight: normal;
    width: 270px;
    border: 1px solid #d9d9d9;
}

.positionPanelContainer div.moveLabel{
    background: url( '../images/move_arrows.gif' ) no-repeat center left;
    padding: 6px 0 0 25px;
    height: 20px;
}
.rankPanelContainer div{
    padding: 6px 0 0 5px;
    border: 1px solid white;
    height: 20px;
}

/* END PANELPOSITIONABLE */

.returnItemButton {
    border: 1px solid #d9d9d9;
    background-color: white;
    display:inline;
    padding: 4px 25px 4px 10px;
    background-image: url('../images/dragDrop/return_arrow.png');
    background-position: right center;
    background-repeat: no-repeat;
}
.cartDropTarget{
    background-color: #fda505;
}
