@CHARSET "ISO-8859-1";

html
{
	overflow:hidden;
}

body
{
	margin:0 0;
	padding:0 0;
}

h2
{
	text-align: center;
}

.center {
    text-align: center;
}
.center > div, .center > table /* insert any other block-level elements here */ {
    margin-left: auto;
    margin-right: auto;
}

TABLE.progress
{
	width:100%;
	height:12px;
	border:2px solid #777799;
	border-radius: 10px / 16px; 
	-moz-border-radius: 10px / 16px; 
	-webkit-border-radius: 10px / 16px;
}
TD.progress
{
	background:#EEEEFF;
	background: -moz-linear-gradient(top, #EEEEFF 25%, #9999DD 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#EEEEFF), to(#9999DD));
	border-radius: 10px / 16px; 
	-moz-border-radius: 10px / 16px; 
	-webkit-border-radius: 10px / 16px;
}
BUTTON.progress
{
	font:bold 9px arial,sans-serif;
	padding:0 0;
	background:#DDDDDF;
	width:14px;
	color:#CC3333;
}

TABLE.DbxTidTip
{
	width:100%;
	font:normal 10px arial,sans-serif;
	border:2px outset;
}

TABLE.DbxTidTip TH
{
	width:100px;
	text-align: left;
	background: #DDDDDD;
	background: rgba(200,200,200,0.5);
	padding:1px 2px;
	font-weight: bold;
}

TABLE.DbxTidTip TD
{
	text-align: left;
	background: #EEEEEE;
	background: rgba(230,230,230,0.5);
	padding:1px 2px;
}

TABLE.DbxMsgTip
{
	width:100%;
	font:normal 10px arial,sans-serif;
	border:2px outset;
}

TABLE.DbxMsgTip TH
{
	width:50px;
	text-align: center;
	background: #DDDDDD;
	background: rgba(200,200,200,0.5);
	padding:1px 2px;
	font-weight: bold;
}

TABLE.DbxMsgTip TD
{
	text-align: left;
	background: #EEEEEE;
	background: rgba(230,230,230,0.5);
	padding:1px 2px;
}