body, tbody{
	font-family:Arial;
	font-size:14px;
}

.selectedmainmenu{
	color:#ff0000;
}
 
.unselectedmainmenu{
	color:#0000ff;
}

.selectedleft{
	color:#ff0000;
}

.unselectedleft{
	color:#0000ff;
}

.level1{
	padding-left:0px;
}

.level2{
	padding-left:10px;
}

.level3{
	padding-left:20px;
}

.level4{
	padding-left:30px;
}

.messagediv{
	position:absolute;
	left:35%;
	width:300px;
	border:5px solid #a81f1d;
	background-color: #eeeeee;
	display:none;
	padding:15px;
	z-index:10;
	font-weight:bold;
}

#message{
	position:absolute;
	left:35%;
	width:300px;
	border:5px solid #a81f1d;
	background-color: #eeeeee;
	padding:15px;
	z-index:10;
	font-weight:bold;
}


.messagediv a,
#message a{
	font-size:12px;
}

.autorizationform{
	position:absolute;
	top:250px;
	left:35%;
	border:5px solid #a81f1d;
	background-color:#eeeeee;
	width:300px;
}

.autorizationform tr td{
	padding:5px;
}

#searchpanel{
	position:absolute;
	top:250px;
	left:40%;
	border:5px solid #a81f1d;
	background-color:#eeeeee;
	width:300px;
	
}

#searchpanel tr td{
	padding:10px;
}

#searchpanel input{
	width:90%;
}

img.fleft{
	float:left;
	margin:5px;
}

img.fright{
	float:right;
	margin:5px;
}

.button{
	font-weight:bold;
	color:#0000ff;
	text-decoration:underline;
	cursor:pointer;
}