/* CSS for Data Ventures - BLUE STYLE */


.PageBody{
background-color:white;     /* Main Content Background  */
} 
.adiv {                     /*Catches Most Text in the Content */
color:Black;
font-size:1.2em;
}

.adiv a, a:visited{             
color:grey;
}
.adiv  a:hover {               
color:blue;
text-decoration: underline;
}
.MainHeading{
color:black;                /* headings are above description - often blank */			  
}


/* --- css for Kiss Menu xptaskpanel.css --- */

.SidePageBody {
background-color: #7190e0;    /*inside/below panel */
}
.dhtmlgoodies_xpPane{
background-color: #7190e0;    /*inside panel */
}


.panelInside a:hover{
color:blue;

}

/* Reminder: the img is in the pseudo sidebase - usually floating right*/


#KissMenuPage  { 
 
 /* not used color: blue;*/

}
#KissMenuPage img {        
  border: 0px; 
  margin-top:  0px;
  width:      100%;
  min-width: 180px;
  max-width: 950px; 
}

.rem FormTable.adiv {
  vertical-align:top;
/* color: pink;     */

}

