
/*START BGCOLOR*/
 
.bgLightGrey
{
	background-color:#F7F7F9;
	background-repeat:repeat;
}

.bgGrey
{
	background-color: #CCCCCC;
}
 
.bgNavy 
{
	 background-color:#003399; 
} 
.bgRed 
{
	 background-color: #FF0000; 
} 
.bgDarkBlue
{
	 background-color:#006699; 
} 
.table1{
background-image:url(../Images/Site/Table1.gif);
background-repeat:no-repeat;
width:528px;
height:159px;

}
.table2{
background-image:url(../Images/Site/Table2.gif);
background-repeat:no-repeat;
width:272px;
height:159px;

}
.seperator
{
	background-image:url(/DigiIBB/App_Themes/Images/Site/seperator.gif);
	background-repeat:no-repeat;
	height:18px;
	width:2px;
}
  
  
  
 .bgBlue
 {
 	background-color: #C8DFFB;
 	background-repeat:repeat-x;
 }
  
 .bgLightBlue
 {
 	background-color:#E8F3FF;
 	background-repeat:repeat-x;
 }

.bgLightOrange{
	background-color:#FFD99F;
	background-repeat:no-repeat;

}
.bgLightGreen{
	background-color:#EAFFEA;
	background-repeat:repeat-x;
}


.bgMiddleBar{
	background-color:#003399;
	background-repeat:repeat-x;
}

.bgLeftMenu{
	background-color:#C8DFFB;
	background-repeat:repeat;
	border:#106BDE 1px solid;
}

.bgRightMenu{
	background-color:#FFD99F;
	background-repeat:repeat;
	border:#FF9900 1px solid;
}

.bgTableBorder{
border:#006699 1px solid;
}

.blueTableBorder{
border: #FF9900 1px solid;
}
/*END BGCOLOR*/