
/*
#Changes due to RBH theme
#
#

*/
Table.colorblockinner {

background-color: E4E9EF;

}


#bestBidsTable {

background-color:  E4E9EF;
}

#overallOrderTable{

background-color: E4E9EF;
}


#participantListTable{

background-color: E4E9EF;
}



td.cell_line a.main_menu{
    color : #4C4A41;
 	text-decoration : none;
	font-weight: bold;

}




a.buttonlink{
    color : #4C4A41;
 	text-decoration : none;
	font-weight: bold;

}

/*.buttonlink{
    color : #4C4A41;
 	text-decoration : none;
	font-weight: bold;


}
*/
a.buttonlink:visited{
    color : #4C4A41;
    text-decoration : none;
	font-weight: bold;
	

}
a.buttonlink:hover{
    color : #4C4A41;
    text-decoration : none;
	font-weight: bold;
	
}


/*.buttonlink:hover{
    color : #4C4A41;
    text-decoration : none;
	font-weight: bold;

}

*/


/*
#
#
#
*/


TABLE.oldblock { border-width: 1; border-color: blue; border-style: solid; background-color: #000000; }
TR.oldblocktitle { background-color: blue; color: white; text-align: center; font-weight: bold; valign: middle; border-style: none; }
TR.oldblockinner { border-style: none; }


TABLE.block { border-width: 0; }
TR.blocktitle { font-size: 18px; text-align: center; }
TD.blocktitle { font-size: 18px; text-align: center;  }
TABLE.blockinner { border-width: 0; }
TR.blockinner { border-width: 0; }
TD.blocklabelcell { text-align: right; }
TD.blockdatacell { text-align: left; }

SPAN.headerBlockTitle { font-size: 18px; text-align: center; color: 4C4A41;}

SPAN.summaryViewheaderBlockTitle { font-size: 16pt; text-align: center; color: 4C4A41;}

SPAN.fieldlabel { font-weight: bold; text-align: right; color: 4C4A41; }
SPAN.mandatoryfieldlabel { font-weight: bold; text-align: right; font-style: italic; }

INPUT.fieldErroneous { border:2px solid #ff0000; }
INPUT.field { background-color: white; }
INPUT.mandatoryfieldErroneous { background-color: #cedde8; border:2px solid #ff0000; }
INPUT.mandatoryfield { background-color: #c3dde8; }

TEXTAREA.fieldErroneous { background-color: #FF8888; }
TEXTAREA.field { background-color: white; }
TEXTAREA.mandatoryfieldErroneous { background-color: #c3dde8; }
TEXTAREA.mandatoryfield { background-color: #c3dde8; }

SPAN.errorText { font-weight: bold; color: red; font-style: italic; }
