
html
{
	height: 100%;
}

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: white;  
	color:black;
	font-size:12px;
	OVERFLOW:auto;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:5px;
	margin-right:5px;
}

table
{
	border: none;
	color:black;
	font-size:12px;
	background-color:transparent;
	padding:0px;
}

a, a:visited
{
	color: darkblue;
}

form table
{
	width: 100%;
}

h1, #dlgtitle
{
	text-align:center;
	font-size: 16px;
	font-weight:bold;
	color: white;
	margin-top: 0;
	margin-bottom: 0;
	width: 100%;
	cursor:move;
	background-color: #999999;
	padding-top: 2px;
	padding-left: 0px;
	padding-bottom: 0px;
	/* not w3c conform so far ? */
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#dlgclosebtn
{
	float:right;
	cursor: pointer;	
} 

h2 
{
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: black;
	padding: 0px;
	margin: 10px 0px;
	border-bottom: 1px solid #d1d1d1;
}

h3 
{
	font-size: 11px;
	font-weight:bold;
	color: black;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}

/*
#datagrid tr:hover td
{
	background: #cde6f7;
	color: black;
}

#datagrid tr:hover td a
{
	color: white;
}

#datagrid tr:nth-child(even)
{
	background: white;
}

#datagrid tr:nth-child(odd)
{
	background-color: #eee;
}

#datagrid th
{
	text-align: center;
	font-weight: bold;
	background-color: #909090;
	color: white;
}

#datagrid .subtitle, #datagrid .subtitle:hover
{
	text-align: left;
	font-weight: bold;
	background-color: #b0b0b0;  
	color: #333333;
	padding-left: 6px;
	text-align: left;
}
*/