/*------------------------------------------------------------------------------
 *  REPORT SUMMARY
 *----------------------------------------------------------------------------*/
/*
	disable title and images over the content
*/
TABLE.Table100per H1 { display: none; }
/* the following line was commment out by Lou to fix the distorted left nav. issue */
/*TABLE.Table100per IMG { display: none; }*/
/* 
restore other images in the table 
*/
TABLE.Table100per .AWLeftNavIconCol IMG, 
TABLE.Table100per IMG.BgWhite,
TABLE.Table100per .PageTitleLineGreyDpLib IMG,
TABLE.Table100per .footerlogo IMG 
{ display: block; }
TABLE.Table100per TD.AWpagetitleLineBlue { display: none; }

TABLE.Table100per TD.print IMG { display: block; position: relative; bottom: 1px;}

DIV#jmMainContainer { position: relative; width: 547px; position: relative; padding-bottom: 15px; overflow: hidden; font-size: 11px;}

DIV#jmMainContainer img { display: inline; }
DIV#jmMainContainer h1 { display: block; background: no-repeat bottom left; border-bottom: solid 1px #336699; height: 30px; margin-bottom: 20px;}
DIV#jmMainContainer h1 b, div#jmMainContainer h1 strong {display: none;}

DIV#jmMainContainer h2 { display: block; height: 70px; background: no-repeat top left; margin: 15px 0 0 0;}
DIV#jmMainContainer h2 b, div#jmMainContainer h2 strong {display: none;}

div#toolMenu { background: #FFF; position: absolute; top: 18px; right: -1px; height: 15px; padding-left: 5px;}
div#toolMenu, div#toolMenu A{ color: #669acc; font-size: 11px; font-weight: bold; padding: 0 5px; }

table.cells {margin: 15px 0 0 0;}
.cell { padding: 10px; }
.whiteCell { background: url(white_bg.gif) repeat-y left; }
.blueCell { background: url(blue_bg.gif) repeat-y left; }
.centerCell { text-align: center; vertical-align: middle; padding-top: 5px;}

.cell UL { padding: 0; margin: 0; }
.cell LI { list-style:none; margin-bottom: 7px; background: url(project_li.gif) no-repeat 0 5px; padding-left: 13px; }
.cell LI A { text-decoration: none; font-size: 11px; }
.cell LI A:hover { text-decoration: underline; }
.cell {font-size: 11px;}
