.main {
	background-image: url(imgs/l-pruh.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	border-top: #A5D1FB;
	border-right: #A5D1FB;
	border-bottom: #A5D1FB;
	border-left: #A5D1FB;
}
.left-panel {
	width: 184px;
	height: 300px;
	background-image: url(imgs/aab-logo.gif);
	background-repeat: no-repeat;
	float: left;
	display: none;
}
.right-panel {
	background-image: url(imgs/l-roh.gif);
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
}
.crlf {
	clear: both;
}
.footer {
	background-image: url(imgs/rr.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 26px;
	display: none;
}
body {

}
.content {
	padding: 20px 0px 0px 10px;
	font-size: small;
}

.menu a {
	font: bold 16px Arial, Helvetica, sans-serif;
	color:#0C335A;
	background: #D0E8FF no-repeat;
	text-decoration: none;
	padding-left: 5px;
	border-top: 1px none #A8C9E8;
	border-right: 1px none #A8C9E8;
	border-bottom: 1px none #A8C9E8;
	border-left: 5px none #A8C9E8;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	display: block;
	margin-right: 0px;
}
.menu a:hover {
	font-weight: bold;
	color: #0099FF;
}
.menu a:active {
	font-weight: bold;
}

.menu-panel {
	margin-top: 150px;
	background-image: url(imgs/l-pruh.gif);
}
.foot-item {
	color: #6699FF;
	font-size: small;
	padding-top: 5px;
	text-align: right;
	margin-right: 60px;
}
.main-border {
	border: thin none #B8DBFD;
}
li {
	list-style-type: none;
}

/*---------- bubble tooltip -----------*/
a.tt{
	position:relative;
	z-index:24;
	color:#3300CC;
	font-weight:normal;
}
a.tt span{
	display: none;
	text-decoration: none;
}

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:25; color: #aaaaff; }
a.tt:hover span.tooltip{
	display:block;
	position:absolute;
	top:0px;
	left:0;
	padding: 10px 0 0;
	width:400px;
	color: #000099;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
	font-size: small;
	margin-top: 20px;
	margin-left: 20px;
}
a.tt:hover span.top{
	display: block;
	padding: 8px 8px 0;
	background: #D0E8FF no-repeat top;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #A8C9E8;
	border-right-color: #A8C9E8;
	border-bottom-color: #A8C9E8;
	border-left-color: #A8C9E8;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px;
	background: #D0E8FF repeat bottom;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #A8C9E8;
	border-left-color: #A8C9E8;
	border-top-color: #A8C9E8;
	border-bottom-color: #A8C9E8;
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #548912;
	background: #D0E8FF no-repeat bottom;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #A8C9E8;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #A8C9E8;
	border-right-color: #A8C9E8;
	border-left-color: #A8C9E8;
}

.form-inp {
	margin: 5px;


}
.form-label {
	width: 100px;
	float: left;
}
.form-style {
	background-color: #eeeeee;
	padding: 10px;
}
.form-textarea {
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}
.counter {
	float: left;
	margin-left: 10px;
	display: none;
}
.print-page {
	float: right;
	margin-right: 10px;
	margin-top: 10px;
	text-decoration: none;
	display: none;
}


