@CHARSET "ISO-8859-1";
/* general layout */
body
{	/* remove margins and set default font */
 	margin-top:5px;
	padding:0px;
	font-family:arial;
	font-size: 10pt;
	background-color:#656565;
	text-align:center;
}

html {
overflow: auto;
}

.mainBody
{
	position:absolute;
	top: 2%;
	left: 3%;
	right: 2.5%;
	bottom:75%;
	text-align:left;
	background-image:url(../webimg/rightshadow.gif);
	background-position:100% 0%;
	background-repeat:repeat-y;
	background-color:#FFFFFF;
}
.mainContent
{
	position:absolute;
	background-color:#FFFFFF;
	text-align:left;
	top: 25%;
	left: 3%;
	right: 3.3%;
	bottom:5%;
	background-position:100% 0%;
	background-repeat:repeat-y;
}
.mainPopUpBody
{
	position:relative;
	background-color:#eeeeee;
	text-align:left;
	background-position:100% 0%;
	background-repeat:repeat-y;
}

.mainBigPopUpBody
{
	position:relative;
	background-color:#eeeeee;
	width:650px;
	text-align:left;
	background-position:100% 0%;
	background-repeat:repeat-y;
	
}


.dialog
{
	position:relative;
	background-color:#eeeeee;
	width:350px;
	text-align:left;
	background-position:100% 0%;
	background-repeat:repeat-y;
	
}

.headerPanel
{
	padding:0px;
}
.pagePanel
{
	
	position:relative;
	
}
.footerPanel
{
	position:absolute;
	font-size:8pt;
	font-family:arial;
	color:#FFFFFF;
	top: 94%;
	left: 3%;
	right: 3%;
	bottom:2%;
}
.menuPanel
{
	background-image:url(../webimg/bg_mainhorizontalmenu.gif);
	height:34px;
	text-align:left;	
	left:0%;
	right:.8%;
	position:absolute;
}

.menuPanelLinks
{
	background-color:#BC4F38;
	width:100px;
	height:38px;
}
.headerPanelMessage
{
	position:absolute;
	top:10px;
	left:920px;
}

.headerPanelImage
{
	position:absolute;
	top:10px;
	left:500px;
}

.headerPanelRight
{
	position:absolute;
	top:10px;
	left:360px;
}

.bodyPanelMessage
{
	position:absolute;
	top:70px;
	left:920px;
}

.headerPanelLinks
{
	position:absolute;
	top:70px;
	left:920px;
}

.leftMenu
{
	margin-top:10px;

}
.content
{
	margin-left:20px;
	margin-right:20px;
}

/*------------- end of general layout -----------------*/