.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: #90b4d9;
}

TR.fullheight {
	height: 100%;
}

TH {
	padding-left: 3px;
	padding-right: 3px;
	background-color: #1468b3;
	text-align: left;
}

TH.infodate {
	padding-left: 3px;
	padding-right: 3px;
	background-color: #1468b3;
	text-align: right;
	font-weight: normal;
}

TD {
	padding-left: 3px;
	padding-right: 3px;
}

TD.small {
	font-size: x-small;
}

TD.title {
	font-weight: bold;
	vertical-align: text-top;
	white-space: nowrap;
}

.layout-td {
	padding: 0px;
	vertical-align: top;
}

.layout-menu {
	padding: 0px;
}

.titlebar {
	padding: 0px;
}

.titlebarlight {
	padding: 0px;
}

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;
}

/**********/
/** Menu **/
/**********/
UL.menu {
	padding-left: 0px;
}

UL.menu LI {
	font-size: 2;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	list-style: none;
	padding-bottom: 8px;
}

/***********/
/** Popup **/
/***********/
DIV.overlay {
	position: fixed;
	top: 150px;
	left: 250px;
	height: 309px;
	width: 304px;
	background-color: #000;
	z-index: 9999;
	opacity: 0.65;                
	filter: alpha(opacity=65);
	display: none;
}

DIV.overlay IMG {
	position: relative;
	top: 138px;
	left: 136px;
	opacity: 1;                
	filter: alpha(opacity=100);
}

DIV.popup {
	position: fixed;
	top: 150px;
	left: 250px;
	height: 300px;
	width: 300px;
	background-color: #D3DCE3;
	border: 2px solid #000;
	z-index: 1000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

DIV.popup DIV.title {
	padding: 6px;
	font-weight: bold;
	background-color: #1468b3;
	color: #000;
}

DIV.popup .close {
	float: right;
	padding: 1px;
	border: 0px;
	cursor: pointer;
}

DIV.popup .content {
	padding: 10px;
	position: fixed;
	overflow: auto;
	height: 252px;
	width: 280px;
}

IMG.popupLoader {
	position: fixed;
	z-index: 1000;
	left: 50%;
	top: 50%;
} 

/*************/
/** Buttons **/
/*************/
.buttons a, .buttons button{
	display:block;
	float:left;
	margin:0 7px 0 0;
	background-color:#ccc;
	border:1px solid #dedede;
	border-top:1px solid #eee;
	border-left:1px solid #eee;
	
	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size:100%;
	line-height:130%;
	text-decoration:none;
	font-weight:bold;
	color:#333;
	cursor:pointer;
	padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
	width:auto;
	overflow:visible;
	padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
	padding:5px 10px 5px 7px; /* Firefox */
	line-height:17px; /* Safari */
}
*:first-child+html button[type]{
	padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
	margin:0 3px -3px 0 !important;
	padding:0;
	border:none;
	width:16px;
	height:16px;
}
button:hover, .buttons a:hover{
    background-color:#d5d5d5;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}
