@font-face {
	font-family: 'SlavonicFont';
	src: url('/files/hirmosponomar-webfont.eot');
	src: local('Hirmos Ponomar'), local('HirmosPonomar'), url('files/hirmosponomar-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
.abyss {
text-align: center;
font-family: helvetica, verdana, arial, sans-serif;
font-size: 11px;
text-decoration: none;
}

.abyss a:link, a:visited, a:active {
text-decoration: none;
color: black;
}

.abyss a:hover {
text-decoration: underline;
color: black;
}

.toolbar {
text-align: left;
font-family: helvetica, verdana, arial, sans-serif;
font-size: 13px;
text-decoration: none;
}

.toolbar a:link, a:visited, a:active {
text-decoration: none;
color: blue;
}

.toolbar a:hover {
text-decoration: underline;
color: blue;
}

#zviewer {
width: 100%;
height: 500px;
overflow: scroll;
font-family: helvetica, verdana, arial, sans-serif;
font-size: 14px;
text-decoration: none;
}

.treeview {
font-family: helvetica, verdana, arial, sans-serif;
font-size: 14px;
text-decoration: none;
}

.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0;
padding: 0;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: white url(images/list.gif) no-repeat left center;
list-style-type: none;
padding-left: 22px;
margin-bottom: 3px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: white url(images/closed.gif) no-repeat left 1px;
cursor: hand !important;
cursor: pointer !important;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}

#zscroller a:link
{
	color: #003366;
	text-decoration: none;
}

#zscroller a:visited
{
	color: #003366;
	text-decoration: none;
}

#zscroller a:active
{
	color: #003366;
	text-decoration: none;
}

#zscroller a:hover
{
	color: #006633;
	text-decoration: underline;
}


