<style type="text/css">



/* These are the style specifications for the menu layers.  
   Set width to get more browsers' corporation  */
div.menu  { 
  position:absolute; visibility:hidden; 
  width:110px; left:0; top:0; z-index:300;   
  background-color:#666666; 
  border: 1px solid;	border-color: #cccccc; 
}

/* Style specifications for menu items and links  */
div.menu ul { margin:.5em 1em .6em 0; padding:0 }
div.menu ul li { line-height:1; list-style-type:none; margin:0 0 .8em .4em; }

/* data table */
.dataTableRowSelected { background-color: orange; color: yellow;}
.dataTableRow { 
	font-family: Verdana, Arial, sans-serif; 
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline; 	 
	background-color: #979696;
	color: #5C81A0;
	 }
.dataTableRowOver { 
	font-family: Verdana, Arial, sans-serif; 
	font-size: 10px;
	font-weight: bold;
	text-decoration: none; 	 
	background-color: #BABABA;
	color: #000000;
	 }

	
.dataTableContent { font-family: Verdana, Arial, sans-serif; font-size: 14px; } 

.dataTableRowText { color: green; font-size:100px;}
.dataTableRowOverText { color: yellow; }

.editlink {
   font-family: Verdana, Arial, Trebuchet MS, Helvetica, sans-serif;
   font-size: 7pt;
   font-weight: normal;
   text-decoration: none;
   color: #ffffff;
      }	
</style>