/* GENERAL RULES */
body, table {
	font-family: Arial, Helvetica, sans-serif;	/* Default Font */
	font-size: 12px;
}
html, body {
	margin: 0px;
	padding: 0px;
}
img {
	border: 0px;
}
p {
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
}
.background{
  	background: #0730a4 url('images/background.gif') repeat-x scroll top;
}
.LogoPane
{
	background: transparent;
}

.TopPane
{
	background: transparent url('images/container_background.jpg') no-repeat scroll top;
	text-align: center;	/* Center (IE) */
	height: 108px;
	width: 1173px;
}
.body{
	background: #0730a4 url('images/background.gif') repeat-x scroll top;	/* Canvas background */
}
.BottomPane1{
	text-align: center;	
	background: transparent url('images/bottom_background.gif') repeat-x scroll top;
	height: 50px;
}
.BottomPane{
		background: transparent url('images/footer_background.gif') no-repeat scroll bottom;
		height: 47px;	
		text-align: center;
		vertical-align:text-top;					
} 
.MiddlePane{
	background: white;
	text-align: left;
}
.BannerPane
{   
    background: white; 
	height: 188px;
	width: 973px;	
}
.SideTopL
{
    background: transparent url('images/tl.png') repeat-x scroll top;
   	width: 22px;
	height: 70px;
}
.SideTopR
{
    background: transparent url('images/tr.png') repeat-x scroll top;
   	width: 22px;
	height: 70px;    
}
.SideMiddleL
{
    background: transparent url('images/l.png') repeat-x scroll top;
	width: 22px;
	min-height: 300px;
	height: 300px;    
}
.SideMiddleR
{
    background: transparent url('images/r.png') repeat-x scroll top;
	width: 22px;
	min-height: 300px;
	height: 300px;    
}
.SideBottomL
{
    background: transparent url('images/bl.png') repeat-x scroll top;
   	width: 22px;
	height: 70px;    
}
.SideBottomR
{
    background: transparent url('images/br.png') repeat-x scroll top;
   	width: 22px;
	height: 70px;    
}
/* ================================

    CSS STYLES FOR Inventua

     Side menu level 1

   ================================
*/
.MenuHdr, .MenuItem HR { 
    font-size: 12px; padding-left: 10px;
    background: transparent url('images/menu-button.gif') no-repeat scroll top; height:29px;
    color: #0857c8;	text-decoration: none;
}
.MenuItem, .MenuItemMouseOver{
    font-size: 12px; padding-left: 20px;height:29px;
    color: #757575;	text-decoration: none;
}
.MenuItem A, .MenuItem A:Active, .MenuItem A:Hover, .MenuItem A:Visited, 
.MenuItem A:Link, .MenuItemMouseOver A, .MenuItemMouseOver A:Active, 
.MenuItemMouseOver A:Visited, .MenuItemMouseOver A:Link{
    text-decoration: none;color: #757575;
}
.MenuHdr A, .MenuHdr A:Active,  .MenuHdr A:Visited, 
.MenuHdr A:Link {
    text-decoration: none;color: #0857c8;
}
.MenuItemMouseOver{
}
.MenuHdr A:Hover{	
    font-size: 12px; color: #7fba04;    
    background: transparent url('images/menu-button_h.gif') no-repeat scroll top; 
    height:29px; width:187px; padding-top:7px;
}
.MenuItemMouseOver A:Hover{
    color: #7fba04;
}
.currentItemHighlight {
}

.currentHeaderHighlight {
}



