html, body   { height: 100%; width:100%; margin: 0; padding: 0; }
.centered {
	 position:absolute;
	 width:450px;
	 height:370px;
	 left:50%;
	 margin-left:-260px;
	 top:185px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFFFFF;
	text-decoration: none;
	font-weight:bold;
}
.menu:hover {
	text-decoration: underline;
}
.tdmenu {
	background:#000000;
	height:30px;
	vertical-align:middle;
	color:#000000;
}
.tdmenu:hover {
	background:#5D5D5D;
}
.supportmenu {
	color:#666666;
	text-decoration:none;
}
.supportmenu:hover {
	color:#999999;
	text-decoration:underline;
}
.featurehoverbox {
	background-color:#FFFFFF;
}
.featurehoverbox:hover {
	background-color:#CCCCCC;
	cursor:pointer;
}
.error {
	color:#FF0000;
}
.smaller {
	font-size:11px;
}
.headedsection {
	font-weight:bold;
}
.opencase {
	color:#33FF66;
	font-weight:bold;
}
.closedcase {
	color:#666666;
}
.normaltext {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.translucent { filter:alpha(opacity=50); -moz-opacity:0.5; opacity:0.5; width:100%; height:100%; }