body
{ 
    background-color: #ffffff; 
    font: normal 9pt Tahoma, Verdana, Arial;
	margin: 0px;
    margin-left: 6px;
    margin-right: 6px;
}

h1
{ 
	font-size: 15pt; 
	margin-bottom: 2px;
	margin-top: 2px;
}

h2
{ 
	font-size: 12pt; 
	margin-bottom: 2px;
}

h3
{ 
	font-size: 10pt; 
	margin-bottom: 2px;
}

form
{
	margin-top: 0px;
	margin-bottom: 0px;
}

table
{
	margin-bottom: 4px;
}

td, input, select, textarea
{ 
	font: normal 9pt Tahoma, Verdana, Arial;
}

td.separator
{
	border-bottom: 1px solid black;
}

th
{
	font-size: 9pt;
	font-weight: bold;
	border-bottom: 1px solid #808080;
}

.label
{
	font-size: 9pt;
	font-weight: bold;
	vertical-align: top;
}

.bordered
{
	border: 1px solid black;
}

.dialog
{
	border: 1px solid #404040;
	margin-left: 20px;
	margin-top: 10px;
	background-color: #f0f0ff;

}

.changerow
{
	border-bottom: 1px solid black;
	vertical-align: top;
}

.tab
{
	text-align: center;
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
	border-top: 1px solid #808080;
	border-bottom: 1px solid #404040;
	background-color: #c0c0c0;
}

.seltab
{
	text-align: center;
	border-left: 1px solid #404040;
	border-right: 3px solid #404040;
	border-top: 2px solid #404040;
	background-color: #f0f0f0;
}

.center
{
	text-align: center;
}

.right
{
	text-align: right;
	border-right: 1px solid #808080;
}

.end
{
	border-right: 2px solid #606060;
}

.centerend
{
	text-align: center;
	border-right: 2px solid #606060;
}

.rightend
{
	text-align: right;
	border-right: 2px solid #606060;
}

.top
{
	border-top: 2px solid #606060;
}

.red
{
	color: #ff0000;
	font-weight: bold;
}

a.lnk:link, a.lnk:visited 
{ 
	text-decoration: none;
	color: black;
}

a.lnk:hover
{ 
	text-decoration: underline;
}

.timing
{
	color: #808080;
    font: normal 7pt Tahoma, Verdana, Arial;
}

.small
{
	color: #606060;
	font: normal 8pt Tahoma, Verdana, Arial;
}

.sender
{
	color: #606060;
	font: italic 8pt Tahoma, Verdana, Arial;
}

.error
{
	color: #ff0000;
	font: bold 11pt Tahoma, Verdana, Arial;
}

.rewritten
{
	border-bottom: 1px dotted #800000;
	cursor: help;
}

.dropmenu
{
}

.dropmenu ul
{
	list-style: none;
	position: relative;
	float: left;
	margin: 0px;
	padding: 0px;
}

.dropmenu ul li
{
	position: relative;
	float: left;
	margin: 0px;
	padding: 4px 25px;
	cursor: pointer;
}

.dropmenu ul li:hover
{
	background-color: #e7e7e7;
}

.dropmenu ul ul
{
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	padding: 2px;
	background-color: #f7f7f7;
	border: 1px solid #a0a0a0;
	box-shadow: 8px 8px 8px 0px rgba(0,0,0,0.75);
}

.dropmenu ul ul li
{
	float: none;
	width: 400px;
	padding: 4px;
}

.dropmenu ul li:hover > ul
{
	display: block;
}
