/**
 * Kolibri CMS
 *
 * This software may not be altered, redistributed or reproduced, in part or full, without explicit written permission of the author.
 *
 * Copyright 2005 L - bird webdesign
 * Licence http://crunchlabz.com/eula.html
 */

/* portal */

div.portal ul
{
	font-family: "Trebuchet MS", Verdana, sans-serif;
	list-style: none;
	margin: 0 0 1em 0 !important;
	border-top: none;
}

div.portal li
{
	background: none !important;
	padding: 0 !important;
}

div.portal li img.portal, div.portal li img.portal_hover
{
	margin: 0 1em;
	border: none;
	vertical-align: middle;
}

div.portal span
{
	font-size: 1.1em;
	font-weight: bold;
	padding-left: 1em;
}

div.portal span.desc
{
	display: none;
	color: #64584C;
	font-weight: normal;
	font-size: 1em;
	padding: 0;
}

div.portal a, div.portal a:hover, div.portal a:active, div.portal a:visited {
	display: block;
	font-size: 1em;
	padding: 1em;
	border-bottom: 1px dotted #E5E3DB;
	background-position: right -3em;
	background-repeat: no-repeat;
}

div.portal a img.portal {
	margin: 2px 0 2px .5em;
}

div.portal a img.portal_hover {
	display: none;
	margin: -10px 0 -10px .5em;
}

div.portal a:hover {
	text-decoration: none;
}

div.portal a:hover span {
	text-decoration: underline;
}

div.portal a:hover span.desc {
	display: inline;
	text-decoration: none;
}

div.portal li a:hover img.portal
{
	display: none;
}

div.portal li a:hover img.portal_hover
{
	display: inline;
}

/* sitemap */

div.sitemap {
	font-family: "Trebuchet MS", Verdana, sans-serif;
}

div.sitemap span {
}

div.sitemap a {
	font-weight: bold;
}

div.sitemap img {
	margin: 0;
	padding: 0;
}

/* frame settings */

div.frame_thumb {
	width: 106px;
	margin: 0 0 1px .5em;
	float: left;
}

div.frame_thumb div {
	height: 20px;
	background-color: #E5E3DB;
	margin-right: 1px;
	float: left;
	text-align: center;
}

div.frame_thumb div.col_1 {
	width: 20px;
}

div.frame_thumb div.col_2 {
	width: 41px;
}

div.frame_thumb div.col_3 {
	width: 62px;
}

div.frame_thumb div.col_4 {
	width: 83px;
}

div.frame_thumb div.col_5 {
	width: 104px;
}

div.frame_thumb div.col_6 {
	width: 52px;
}