body {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  background-image: none;
  font-size: 12px;
}
table
{
    font-size: 1em; /* Fix for size "loss" in tables in IE; redundant for most other browsers */
    margin: 0;
    padding: 0;
}

.box 
{
	width: 300px;
}

.box-short 
{
	width: 200px;
}

th 
{
	font-weight: normal;
}

#dhtmltooltip{
	position: absolute;
	width: 150px;
	border: 1px solid black;
	padding: 2px;
	background-color: #ffffff;
	display: none;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}