html,body 
{
	height:100%; 
	max-height:100%; 
	padding:0; 
	margin:0; 
	border:0; 
	overflow:hidden; 
	background-color:#C1C1C1;
	/*background-image: url(images/bg/wrapping.jpg); */
}

.DA_COMPONENT, .DA_COMPONENT TD, .DA_COMPONENT TH{
  font: 8pt arial,sans-serif;
  -moz-user-focus:normal;
}

/* Use the following over a medium background 
.DA_ICON_FOCUS div{color: black !important;}
.DA_ICON div{color: white;background-color: black}
*/

/* Use the following over a light background*/
.DA_ICON div{color: white;}
.DA_ICON_FOCUS div{color: white !important;background-color: #316AC5 !important}


.DA_POPUPMENU{
  overflow: hidden;
  border: 1px solid;
  border-color: threedhighlight threedshadow threedshadow threedhighlight;
  background-color:white;
}

.captionText { vertical-align:middle; }
