.mainpage {
	font-size: small;
	font-family: arial;
	border-collapse: separate;
	border-spacing: 5px;
	padding: 4px;
}

.debug {
	font-size: medium;
	color: #FF0000;
	background-color: #FFFF00;
	margin: 10pt;
}

.ok {
	color: #00AA00;
}

.error {
	color: #FF0000;
	font-weight: bold;
}

.applerror {
	color: #FF0000;
	/*font-weight: bold;*/
}

.applcompulsory {
	font-weight: bold;
}

.applerrorcompulsory {
	color: #FF0000;
	font-weight: bold;
}

.appl_comment {
	font-size : x-small;
	font-style : italic;
}

.mark {
	color: #FF0000;
	font-weight: bold;
}

.certificate {
	color: #FF0000;
	font-size: x-small;
}

TD.caption {
	white-space: nowrap;
	font-weight: bold
}

.register {
	font-size: 15pt;
}

BODY {
	margin-bottom : 0pt;
	margin-left : 0pt;
	margin-right : 0pt;
	margin-top : 0pt;
}

TABLE {
	font-size: small;
	font-family: arial;
	border-collapse: collapse;
}

TR {
}

TR.odd {
	background-color: #F6F6F6;
}

TR.even {
	background-color: #FFEAB0;
}

TH {
	padding-left: 3px;
	padding-right: 3px;
	background-color: #FFBD09;
	text-align: left;
}

TH.infodate {
	padding-left: 3px;
	padding-right: 3px;
	background-color: #FFBD09;
	text-align: right;
	font-weight: normal;
}

TD {
	padding-left: 3px;
	padding-right: 3px;
}

TD.small {
	font-size: x-small;
}

.layout-td {
	padding: 0px;
	vertical-align: top;
}

.layout-menu {
	padding: 0px;
	background: url("./image/dot_yellow_menu.gif");
}

.titlebar {
	padding: 0px;
	background: url("./image/dot_yellow_strong.gif");
}

.titlebarlight {
	padding: 0px;
	background: url("./image/dot_yellow_light.gif");
}

P.big {
	font-size: large;
}

P.small {
	font-size: x-small;
}

SPAN.small {
	font-size: x-small;
}

.maintable {
	width: 100%;
	height: 100%;
}

H1 {
	font-size: large;
}

H2 {
	font-size: large;
	font-style: italic;
}

