
BODY
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
    font: 1em Arial;
    
    
    scrollbar-face-color: #DEE3E7;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-shadow-color: #DEE3E7;
    scrollbar-3dlight-color: #D1D7DC;
    scrollbar-arrow-color:  #006699;
    scrollbar-track-color: #EFEFEF;
    scrollbar-darkshadow-color: #98AAB1;

	
}

.bodyTable {
    padding: 14px;
    /*background-color: ##5F98B9;*/
    background-color: white;
    width: 100%;
    height: 100%;
}

.bodyCell {
   padding-top: 20px;
    padding-left: 6px;
    padding-right: 6px;
    vertical-align: top; 
}

.contentTable {
    width: 100%;
    height: 100%;
	/* border-top: 1px solid #ffffff;
	border-left: 1px solid #D5D291;
	border-right: 1px solid #D5D291;
	border-bottom: 1px solid #D5D291;*/
	background-color: #F5F7F9;
}

.contentCell {
    vertical-align:top;
    padding-top: 15px;
    padding-left: 8px;
    padding-right: 8px;
}


.normal {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 0.7em;
    font-weight: normal;
    line-height: 1.2em
}


 a {color:#7A96A7; text-decoration:none; font-weight:bold; margin-left:10px; margin-right: 10px;}
 a:hover {color:#000000; text-decoration:none; font-weight:bold; margin-left:10px; margin-right: 10px;}

 



/* Menu  InActive */

.menuInActive {color:#000000; font-weight:bold; text-decoration:none; margin-left:10px; margin-right: 10px;}
.menuInActive a:visited{color:#000000; font-weight:bold; text-decoration:none; margin-left:10px; margin-right: 10px;}


/* Menu  Active */

.menuActive {color:#7A96A7; text-decoration:none; font-weight:bold; margin-left:10px; margin-right: 10px;}
.menuActive a:visited {color:#7A96A7; text-decoration:none; font-weight:bold; margin-left:10px; margin-right: 10px;}
.menuActive a:hover  {color:Gray; text-decoration:none; font-weight:bold; margin-left:10px; margin-right: 10px;}
 


 /*img {behavior: url(../Images/pngbehavior.htc);}*/



/* Above Menu */
.aboveMenu{
 height: 160px;
 background: url(../Images/menu-top-bg.png) repeat-x; 
}

/* Below Menu */
.belowMenu{
 height: 24px;
 background-image: url(../Images/menu-bottom-bg.png);
 background-repeat:repeat-x;
}

.standardText {
	font-family: arial, sans-serif, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000000;
}


td {
	font-family: arial, sans-serif, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #000000;
}

pre {
    font-size: 1em;

}

.tdHeader
{
	background-color:#B0C4DE;
    font-size:medium;
    font-weight:bold;
    color:black;
}
.tdBody
{
	background-color:#dcdcdc;
    font-size:medium;
    font-weight:bold;
    color:black;
    border-right:1px #aaa dotted;
    
    
}

.SubMenuHead
{
	margin: 0 0px 0px 0px;
	background-color: #B0C4DE;
    padding: 5px;
    text-indent: 0;
    border: 1px #aaa dotted;
	COLOR: White;
    TEXT-ALIGN: center;
    font-weight:bold;
	font-size:x-small;
	
    
	
}

.SubMenuContent
{
  margin: 0 0px 0px 0px;
  font: italic 0.8em verdana, sans-serif;
  background-color: #fff;
  padding: 5px;
  text-indent: 0;
  border: 1px #aaa dotted;
	
	
}

.disabled {background-color:#e6e6fa; }



