/* GENERAL */
/* tyle for module title */
.Head
{
	font-weight: bold;
	font-size: 12px;
	color: black;
	font-family: Arial, Helvetica;

}

/* background color for the  const ent part of the page */
.Content_Body
{
    background-color: White;    
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;    
}

#backPic {
 z-Index:0;
 position:absolute;
 left:0%;
 top:230;
 width:100%;
 height:100%;
}

#tbl 
{
 z-index:2;
 position:absolute;
 left:0%;
 top:230;
 width:100%;
 height:100%;
}

#Divs {
 z-index:3;
 position:absolute;
 left:0%;
 top:230;
 width:100%;
 height:100%;
 overflow:auto;
}
#Logo_Img { WIDTH: 100%; HEIGHT: 100% }
/* text tyle for the elsected tab */


