/* ================================
    CSS STYLES FOR Module Bp_act_buysale
   ================================
*/
.Normal_Header
{
	font-family: Arial;
	font-size: 16;
	font-weight: bold;
	color: #003366;
}
.Normal_lbl_SubHead
{
	font-family: Arial;
	font-size: 11;
	font-weight: bold;
}
.Normal_txt_SubHead
{
	font-family: Arial;
	font-size: 11;
	width: 300;
}
.Normal_lbl_valid
{
	font-family: Arial;
	font-size: 11;
	color: red;
}
.NormalCbo
{
	font-family: Arial;
	font-size: 11;
	width: 230;
}
.NormalCommandButton
{
	font-family: Arial;
	font-size: 11;
}

.Bp_buysaleLink     {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.Bp_buysaleLink:link {
    text-decoration:    underline;
    color: #003366;
}

A.Bp_buysaleLink:visited  {
    text-decoration:    underline;
    color: #003366;
}

A.Bp_buysaleLink:active   {
    text-decoration:    underline;
    color: #003366;
}

A.Bp_buysaleLink:hover    {
    text-decoration:    underline;
    color: #ff0000;
}