
#generalBody
{
    background-image:url(img/background.jpg);
    background-color:#E3EBEB;
}

#printBody
{
    background-image:url(img/background.jpg);
    background-color:#ffffff;
}

#tableHeader
{
     background-image:url(img/header.jpg);
}

#tableHeaderLeft
{
     background-image:url(img/headerLeft.jpg);
}

#tableHeaderRight
{
     background-image:url(img/headerRight.jpg);
}

#tableFooter
{
     background-image:url(img/footer.jpg);
}

#tableFooterLeftRight
{
     background-image:url(img/footerLeftRight.jpg);
}

#menuTD
{
    width:162px;
}

#menuDiv
{
     width:162px;
     overflow:hidden;
     background-image:url(img/menuBg.jpg);
     padding-top:10px;
}

#menuFooterDiv
{
     width:162px;
     height:88px;
     background-image:url(img/menuBgFooter.jpg);
     
}

#breadCrums 
{
    position:absolute;
    margin-left:280px;
    top:2px;
}

#breadCrums *
{
    color:#FFFFFF;
}

#contentPageHolder
{
    margin-top:20px;
    margin-left:20px;
    width:540px;
}

#topMenuDiv
{
    height:22px;
    width:172px;
    position:absolute;
    margin-left:575px;
    top:22px;
}

#topMenuDiv img
{
    border:0px;
}

.contentTable td
{
    padding:20px;
}

#Printbtn
{
    padding-right:30px;
}

.backBtn
{
    background-color:#DA3D14;
    padding:5px;
}

.backBtn span
{
   color:#ffffff;
  font-family:Verdana, Arial, Helvetica, sans-serif;
}