body {
	color: #333333;
	background: white url(../images/elements/body-background.gif) repeat-y;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 62.5%; /* 1em = 10px */
	line-height: 1.5em;
}

.clearer {
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px
}

.list-content li{
	list-style-type: square;
	list-style-position: inside;
}

/*------------------ structure elements -------------------- */

#nsios-logo {
	position: absolute;
	top: 60px;
	left: 806px;
}

#banners-right {
	position: absolute;
	top: 260px;
	left: 786px;
}

#body-inside #banners-right {
	position: relative;
	left: 0;
	top: 0;
	margin-left: -23px;
	margin-bottom: 30px;
}

#banners-right img {
	margin-bottom: 20px;
}

#form-search {
	position: absolute;
	top: 1px;
	left: 785px;
}

#form-search input {
	font-family: verdana, arial, helvetica, sans-serif;
	border: none;
	float: left;
	margin-left: 1px;
}

#form-search .button {
	width: 47px;
	height: 24px;
	padding: 0;
	font-weight: bold;
	font-size: 1.1em;
	background-color: #563603;
	color: white;
	cursor: pointer;
}

#form-search .text {
	height: 19px;
	width: 108px;
	padding: 5px 5px 0px 21px;
	font-size: 1.1em;
	background-color: #ccdf6a;
	color: #563603;
}

#flash-banner {
	position: absolute;
	top: 0;
	left: 20px;
}

/* breadcrumbs */
#breadcrumbs {
	position: absolute;
	top: 11px;
	left: 30px;
	list-style: none;
	font-size: 1.1em;
	z-index: 5;
}

#breadcrumbs li {
	float: left;
	line-height: 0;
	margin-left: 5px;
}

#breadcrumbs span {
	margin-right: 5px;
}

#breadcrumbs-home {
	margin-top: -11px;
	margin-right: -5px;
}

#breadcrumbs a:link, #breadcrumbs a:visited, #breadcrumbs a:hover, #breadcrumbs a:active {
	color: #563603;
	text-decoration: none;
}

#breadcrumbs-home a {
	position: relative;
    padding: 0;
    margin: 0;
    width: 24px; /* image width */
    height: 24px; /* image height */
    overflow: hidden;
	display: block;
}

#breadcrumbs-home a span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    padding: 0;
    margin: 0;
    width: 24px; /* image width */
    height: 24px; /* image height */
    background-position: top left;
	background-repeat: no-repeat;
	background: url(../images/elements/sysmenu-home.gif) top left no-repeat;
}



/* system menu */
#sysmenu {
	position: absolute;
	top: 119px;
	left: 20px;
	width: 526px;
	height: 24px;
	z-index: 1;
}

#body-inside #sysmenu {
	top: 0;
	height: 143px;
	background: transparent url(../images/elements/background-content.jpg) 0 0 no-repeat;
}

#sysmenu #sysmenu-main {
	margin-left: 12px;
	list-style: none;
}

#body-inside #sysmenu #sysmenu-main {
	position: absolute;
	bottom: 0;
	left: 0;
	line-height: 0;
}

#sysmenu #sysmenu-main li {
	float: left;
	margin-right: 7px;
}

#sysmenu #sysmenu-aux {
	margin-right: 8px;
	list-style: none;
}

#body-inside #sysmenu #sysmenu-aux {
	position: absolute;
	bottom: -2px;
	right: 0;
	width: 100px;
	line-height: 0;
}

#sysmenu #sysmenu-aux li {
	float: right;
	margin-right: 7px;
}

#sysmenu-hicontrast {
	margin-top: 2px;
}

#sysmenu-main a,
#sysmenu-aux a {
	position: relative;
    padding: 0;
    margin: 0;
    width: 24px; /* image width */
    height: 24px; /* image height */
    overflow: hidden;
	display: block;
}
#body-intro #sysmenu-aux a {
	color: #6F5836;
}

#sysmenu-main a span,
#sysmenu-aux a span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    padding: 0;
    margin: 0;
    width: 24px; /* image width */
    height: 24px; /* image height */
    background-position: top left;
	background-repeat: no-repeat;
}

#sysmenu-smaller a span { background: url(../images/elements/sysmenu-smaller2.gif) top left no-repeat; }
#sysmenu-larger a span { background: url(../images/elements/sysmenu-larger2.gif) top left no-repeat; }
#body-intro #sysmenu-smaller a span { background-image: url(../images/elements/sysmenu-smaller.gif); }
#body-intro #sysmenu-larger a span { background-image: url(../images/elements/sysmenu-larger.gif); }

#sysmenu-print a span { background: url(../images/elements/sysmenu-print.gif) top left no-repeat; }
#sysmenu-contact a span { background: url(../images/elements/sysmenu-contact.gif) top left no-repeat; }
#sysmenu-sitemap a span { background: url(../images/elements/sysmenu-sitemap.gif) top left no-repeat; }
#sysmenu-credits a span { background: url(../images/elements/sysmenu-credits.gif) top left no-repeat; }

#sysmenu #sysmenu-language a {
	width: auto;
	height: auto;
	margin-top: 4px;
	text-decoration: none;
	color: #563603;
	font-weight: bold;
	line-height: 1.8; 
}

/* main menu */
#main-menu {
	position: absolute;
	left: 546px;
	width: 219px;
}

#main-menu a:link, #main-menu a:visited, #main-menu a:hover, #main-menu a:active {
	display: block;
	text-decoration: none;
	color: #563603;
}

#main-menu a.bold {
	color: #778e00;
}

#main-menu a.bold span {
	color: #BDD63D;
}

#main-menu li {
	font-size: 1.6em;
	line-height: .8;
	text-transform: uppercase;
	padding: 4px;
	border-top: 1px solid #edf7ba;
}

#main-menu li.last {
	border-bottom: 1px solid #edf7ba;
}

#main-menu span {
	display: block;
	float: left;
	width: 1em;
	color: white;
	background-color: #563603;
}

#main-menu li:hover,
#main-menu li.alt {
	background: url(../images/elements/menu-hover-background.gif) top left repeat-y;
}

#main-menu li:hover span,
#main-menu li.alt span {
	color: #563603;
	background-color: #bdd63d;
}

#main-menu ul {
	margin-top: 4px;
	margin-bottom: -4px;
	display: none;
}

#main-menu li.alt ul {
	display: block;
}

#main-menu li li {
	font-size: .7em;
	line-height: 1;
	margin-left: -4px;
	padding: 6px 0 6px 25px;
	background: #edf7ba url(../images/elements/submenu-bullet.gif) 10px 6px no-repeat;
}

#main-menu li:hover li,
#main-menu li.alt li {
	background: #edf7ba url(../images/elements/submenu-bullet.gif) 10px 6px no-repeat;
}

#main-menu li:hover li span,
#main-menu li.alt li span {
	background-color: transparent
}

#main-menu li li:hover,
#main-menu li li.alt {
	background: #edf7ba url(../images/elements/submenu-bullet-on.gif) 10px 6px no-repeat;
}

#body-intro #main-menu { top: 259px; }

#body-inside #main-menu { top: 204px; }

/* slogan */
#slogan {
	position: absolute;
	top: 143px;
	left: 0px;
	width: 546px;
	height: 41px;
	background: url(../images/elements/slogan.jpg) no-repeat;
}

/* content */
#content {
	position: relative;
	margin-top: 184px;
	margin-left: 20px;
	width: 493px;
	min-height: 320px;
	background: url(../images/elements/background-content.jpg) 0 -184px no-repeat;
	color: #563603;
	padding: .1em 19px 3em 14px;
	font-size: 1.2em;
}

#content a:link, #content a:visited, #content a:hover, #content a:active {
	color: #563603;
}

#content h1 {
	font-size: 1.6em;
	line-height: 1.1em;
	font-weight: normal;
	text-transform: uppercase;
	margin-top: 2em;
	margin-bottom: .9em;
}

#content h1 a {
	text-decoration: none;
	color: #563603;
}

#content h2 {
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 2.6em;
	margin-bottom: .7em;
}

#content h4 {
	font-size: 1em;
	font-weight: bold;
}

#content h4:first-letter,
#content #front-page-welcome p:first-letter,
#body-inside #content .content-text:first-letter {
	font-size: 3em;
	line-height: 1.2em;
	font-weight: bold;
	background-color: #563603;
	color: #edf7ba;
	float: left;
	padding: .2em .15em;
	margin-top: .08em;
	margin-right: .15em;
}

#content p.after-h2:first-letter  {
	font-size: 2em;
	line-height: 1.2em;
	font-weight: bold;
	background-color: #563603;
	color: #edf7ba;
	float: left;
	padding: .2em .15em;
	margin-top: .08em;
	margin-right: .15em;
}

#content #front-page-welcome p:first-line,
#body-inside #content .content-text:first-line,
#content p.after-h2:first-line {
	font-weight: bold;
}

#content p.listing-item {
	margin-bottom: .5em;
}

#content p.news-date,
#content p.content-date {
	margin-top: 1.5em;
	font-style: italic;
}

#content li {
	list-style-position: inside;
    list-style-type: square;
}

#content ul.news-list {}

#content ul.news-list li { margin-bottom: .5em; list-style-type: none; }

#content ul.link-list {
	margin-top: 1em;
}

#content ul.link-list li {
	background: url(../images/elements/bullet.gif) 0 .4em no-repeat;
	padding-left: 1.1em;
	margin-top: .1em;
	list-style-type: none;
}


#front-page-news p {
	margin-bottom: 1em;
}

/* --- Photogallery --- */

	#photo-gallery-container { 
		float: left;
		width: 100%;
		margin: 1em 0;
	}

	.photo-gallery-item {
		position: relative;
		float: left;
		width: 147px;
		padding: 7px;
		margin-right: 7px;
		margin-bottom: 7px;
		-moz-box-shadow: 1px 1px 4px #AAAAAA;
		-webkit-box-shadow: 1px 1px 4px #AAAAAA;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		text-align: center;
	}

	.photo-gallery-item img.photo-gallery { margin: 0 auto }

	#text-content-container .photo-gallery-item p {
		margin-top: .7em;
		text-align: left;
		line-height: 1.1;
		font-size: .95em;
		overflow: hidden;
	}

	.photo-gallery-item p strong { display: block }


	/* --- News --- */

	#text-content-container .date { padding-bottom: 0 }

	#text-content-container .date em {
		font-style: normal;
		font-weight: bold;
	}

	#text-content-container .category { padding-bottom: 0 }

	#text-content-container .category em {
		font-style: normal;
		font-weight: bold;
	}

	#text-content-container .abstract {
		padding-top: .5em;
		font-style: italic;
		color: #555;
	}


/* sidebar */
#body-inside #sidebar {
	position: absolute;
	top: 260px;
	left: 809px;
	width: 160px;
}

/* head images */
#image-film {
	position: absolute;
	top: 0;
	left: 20px;
	width: 526px;
	height: 143px;
}

#body-intro #lead-image {
	position: absolute;
	top: 0;
	left: 546px;
	width: 239px;
	height: 239px;
}

#body-inside #lead-image {
	position: absolute;
	top: 0;
	left: 546px;
	width: 239px;
	height: 184px;
}

#overlay-image-film {
	position: absolute;
	top: 119px;
	left: 20px;
	width: 526px;
	height: 24px;
	background: transparent url(../images/overlays/image-film.png) top left no-repeat;
}

#body-inside #overlay-lead-image {
	position: absolute;
	top: 0;
	left: 546px;
	width: 239px;
	height: 184px;
	z-index: 2;
	background: transparent url(../images/overlays/leadimage-inside.png) top left no-repeat;
}

#body-intro #overlay-lead-image {
	position: absolute;
	top: 119px;
	left: 546px;
	width: 20px;
	height: 120px;
	z-index: 2;
	background: transparent url(../images/overlays/lead-image-intro.gif) top left no-repeat;
}

/* sidebar news */
#news {
	position: absolute;
	top: 300px;
	left: 809px;
	width: 160px;
}

#body-inside #news {
	position: relative;
	top: auto;
	left: auto;
	width: 160px;
}

#news h2 {
	position: relative;
	width: 158px;
	padding: .4em 0 .3em 24px;
	margin-left: -23px;
	margin-bottom: .5em;
	background-color: #ccdf6a;
	color: #563603;
	text-transform: uppercase;
	font-size: 1.3em;
}

#news .news-list li {
	font-size: 1.2em;
	margin-bottom: 1em;
}

#news .news-list li a {
	color: #4c3231;
	text-decoration: none;
}

#news .date {
	color: #8ba500;
	font-style: italic;
	font-size: .9em;
}

#news ul.link-list {
	margin-top: 1em;
}

#news ul.link-list li {
	background: url(../images/elements/bullet.gif) 0 .4em no-repeat;
	padding-left: 1.1em;
	margin-top: .1em;
	font-size: 1.2em;
}

#news ul.link-list li a {
	color: #4c3231;
}

/* business card */
#business-card {
	position: fixed;
	padding-bottom: 2em;
	bottom: 0;
	left: 809px;
	width: 160px;
	color: #563603;
	background-color: white;
	font-size: 1.1em;
}

#body-inside #business-card {
	position: relative;
	bottom: auto;
	left: auto;
	margin-top: 60px;
}

#business-card p {
	margin-bottom: 1em;
}

#business-card a:link, #business-card a:visited, #business-card a:hover, #business-card a:active {
	color: #563603;
	text-decoration: none;
}

#member-business-card {
	float: right;
	width: 152px;
	padding: 9px 10px;
	margin-left: 5px;
	margin-bottom: 5px;
	color: #222222;
	font-size: .9em;
	background-color: #edf7ba;
	overflow: hidden;
}

#member-business-card a:link, 
#member-business-card a:visited, 
#member-business-card a:hover, 
#member-business-card a:active {
	color: #003391;
	text-decoration: underline;
}

#businesscard-image {
	margin-bottom: 10px;
}

#member-creations {
	clear: both;
	margin-left: -5px;
	margin-right: -5px;
}

#member-creations .creation {
	float: left;
	padding: 3px;
	margin: 5px;
	background-color: #edf7ba;
}

#member-creations p {
	min-height: 3em;
	font-size: .9em;
	color: #563603;
}

h2#chairman-name {
	clear: both;
}

img#chairman-image {
	float: right;
	border: 3px solid #edf7ba;
	margin-left: 10px;
}


/* search results */
.searchResultInStructure { margin-bottom: .5em; }

.searchResultInData { margin-bottom: .5em; }

.search-results-url { font-size: .9em; }

/* site map */
.siteMapL1 {

}

.siteMapL2 {
	margin-left: 2em;
}


#banner-player {
	position: absolute;
	top: 30px;
	left: 32px;
	z-index: 1;
}

/*------------------ forms -------------------- */

.formatted-form {
	font-size: 100%;
	margin: 0;
	padding: 0;
}

.formatted-form em {
	color: #c00;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 120%;
	font-weight: bold;
	font-style: normal;
}

.formatted-form dl {
	margin: 10px 0;
	padding: 0;
}

.formatted-form dt {
	margin: 7px 0 0 0;
	padding: 0;
}

.formatted-form dt.checkbox {
	margin: 2px;
	padding: 0;
}

.formatted-form dd {
	margin: 0;
	padding: 0;
}

.formatted-form dt em, .formatted-form .note em {
	color: #c00;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 120%;
	font-weight: bold;
	font-style: normal;
}

.formatted-form  input.text {
	width: 250px
}

.formatted-form hr {
	border: none 0;
	border-top: 1px solid #CCCCCC;
	height: 1px;
}

.formatted-form .securityInput, 
.formatted-form .securityCode {
	float: left;
}

.formatted-form dd.note {
	clear: left;
}

.formatted-form dt.submit {
	padding-top: 15px;
}

/*---------------- end forms----------------- */

/* Plugins
-------------------------------------*/


@media projection, screen {

	/**
	 * jQuery lightBox plugin
	 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
	 * and adapted to me for use like a plugin from jQuery.
	 * @name jquery-lightbox-0.5.css
	 * @author Leandro Vieira Pinho - http://leandrovieira.com
	 * @version 0.5
	 * @date April 11, 2008
	 * @category jQuery plugin
	 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
	 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
	 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
	 */
	#jquery-overlay {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 90;
		width: 100%;
		height: 500px;
	}
	#jquery-lightbox {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 100;
		text-align: center;
		line-height: 0;
	}
	#jquery-lightbox a img { border: none; }
	#lightbox-container-image-box {
		position: relative;
		background-color: #fff;
		width: 250px;
		height: 250px;
		margin: 0 auto;
	}
	#lightbox-container-image { padding: 10px; }
	#lightbox-loading {
		position: absolute;
		top: 40%;
		left: 0%;
		height: 25%;
		width: 100%;
		text-align: center;
		line-height: 0;
	}
	#lightbox-nav {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		z-index: 10;
	}
	#lightbox-container-image-box > #lightbox-nav { left: 0; }
	#lightbox-nav a { outline: none;}
	#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
		width: 49%;
		height: 100%;
		display: block;
	}
	#lightbox-nav-btnPrev { 
		left: 0; 
		float: left;
	}
	#lightbox-nav-btnNext { 
		right: 0; 
		float: right;
	}
	#lightbox-container-image-data-box {
		font: 10px Verdana, Helvetica, sans-serif;
		background-color: #fff;
		margin: 0 auto;
		line-height: 1.4em;
		overflow: auto;
		width: 100%;
		padding: 0 10px 0;
	}
	#lightbox-container-image-data {
		padding: 0 10px; 
		color: #666; 
	}
	#lightbox-container-image-data #lightbox-image-details { 
		width: 70%; 
		float: left; 
		text-align: left; 
	}	
	#lightbox-image-details-caption { font-weight: bold; }
	#lightbox-image-details-currentNumber {
		display: block; 
		clear: left; 
		padding-bottom: 1.0em;	
	}			
	#lightbox-secNav-btnClose {
		width: 22px; 
		float: right;
		padding-bottom: 0.7em;	
	}
	
	
	/**
	 * The "classic" theme CSS for Shadowbox.
	 *
	 * This file is part of Shadowbox.
	 *
	 * Shadowbox is an online media viewer application that supports all of the
	 * web's most popular media publishing formats. Shadowbox is written entirely
	 * in JavaScript and CSS and is highly customizable. Using Shadowbox, website
	 * authors can showcase a wide assortment of media in all major browsers without
	 * navigating users away from the linking page.
	 *
	 * Shadowbox is released under version 3.0 of the Creative Commons Attribution-
	 * Noncommercial-Share Alike license. This means that it is absolutely free
	 * for personal, noncommercial use provided that you 1) make attribution to the
	 * author and 2) release any derivative work under the same or a similar
	 * license.
	 *
	 * If you wish to use Shadowbox for commercial purposes, licensing information
	 * can be found at http://mjijackson.com/shadowbox/.
	 *
	 * @author      Michael J. I. Jackson <mjijackson@gmail.com>
	 * @copyright   2007-2008 Michael J. I. Jackson
	 * @license     http://creativecommons.org/licenses/by-nc-sa/3.0/
	 * @version     SVN: $Id: skin.js 91 2008-03-28 17:39:13Z mjijackson $
	 */

	/*_____________________________________________________  container & overlay  */
	#shadowbox_container, #shadowbox_overlay {
	  top: 0;
	  left: 0;
	  height: 100%;
	  width: 100%;
	  margin: 0;
	  padding: 0;
	}
	#shadowbox_container {
	  position: fixed;
	  display: block;
	  visibility: hidden;
	  z-index: 999;
	  text-align: center; /* centers #shadowbox in quirks and IE */
	}
	#shadowbox_overlay {
	  position: absolute;
	}

	/*_______________________________________________________________  shadowbox  */
	#shadowbox {
	  position: relative;
	  margin: 0 auto;
	  text-align: left; /* reset left alignment */
	}

	/*____________________________________________________________________  body  */
	#shadowbox_body {
	  position: relative;
	  margin: 0;
	  padding: 0;
	  border: 1px solid #333;
	  overflow: hidden;
	}
	#shadowbox_body_inner {
	  position: relative;
	  height: 100%;
	}
	#shadowbox_content.html {
	  height: 100%;
	  overflow: auto; /* make html content scrollable */
	}

	/*_________________________________________________________________  loading  */
	#shadowbox_loading {
	  position: absolute;
	  top: 0;
	  width: 100%;
	  height: 100%;
	}
	#shadowbox_body, #shadowbox_loading {
	  background-color: #060606; /* should match loading image background color */
	}
	#shadowbox_loading_indicator {
	  float: left;
	  margin: 10px 10px 0 10px;
	  height: 32px;
	  width: 32px;
	  background-image: url(loading.gif);
	  background-repeat: no-repeat;
	}
	#shadowbox_loading span {
	  font-family: 'Lucida Grande', Tahoma, sans-serif;
	  font-size: 10px;
	  float: left;
	  margin-top: 16px;
	}
	#shadowbox_loading span a:link,
	#shadowbox_loading span a:visited {
	  color: #fff;
	  text-decoration: underline;
	}

	/*____________________________________________________________  title & info  */
	#shadowbox_title, #shadowbox_info {
	  position: relative;
	  margin: 0; /* these must have no vertical margin or padding */
	  padding: 0;
	  overflow: hidden;
	}
	#shadowbox_title_inner, #shadowbox_info_inner {
	  position: relative;
	  font-family: 'Lucida Grande', Tahoma, sans-serif;
	  line-height: 16px;
	}
	#shadowbox_title {
	  height: 26px;
	}
	#shadowbox_title_inner {
	  font-size: 16px;
	  padding: 5px 0;
	  color: #fff;
	}
	#shadowbox_info {
	  height: 20px;
	}
	#shadowbox_info_inner {
	  font-size: 12px;
	  color: #fff;
	}

	/*_____________________________________________________________________  nav  */
	#shadowbox_nav {
	  float: right;
	  height: 16px;
	  padding: 2px 0;
	  width: 45%;
	}
	#shadowbox_nav a {
	  display: block;
	  float: right;
	  height: 16px;
	  width: 16px;
	  margin-left: 3px;
	  cursor: pointer;
	}
	#shadowbox_nav_close {
	  background-image: url(icons/close.png);
	  background-repeat: no-repeat;
	}
	#shadowbox_nav_next {
	  background-image: url(icons/next.png);
	  background-repeat: no-repeat;
	}
	#shadowbox_nav_previous {
	  background-image: url(icons/previous.png);
	  background-repeat: no-repeat;
	}
	#shadowbox_nav_play {
	  background-image: url(icons/play.png);
	  background-repeat: no-repeat;
	}
	#shadowbox_nav_pause {
	  background-image: url(icons/pause.png);
	  background-repeat: no-repeat;
	}

	/*_________________________________________________________________  counter  */
	#shadowbox_counter {
	  float: left;
	  padding: 2px 0;
	  width: 45%;
	}
	#shadowbox_counter a {
	  padding: 0 4px 0 0;
	  text-decoration: none;
	  cursor: pointer;
	  color: #fff;
	}
	#shadowbox_counter a.shadowbox_counter_current {
	  text-decoration: underline;
	}

	/*___________________________________________________________________  clear  */
	div.shadowbox_clear {
	  clear: both; /* clear floating counter & nav */
	}

	/*________________________________________________________________  messages  */
	div.shadowbox_message {
	  font-family: 'Lucida Grande', Tahoma, sans-serif;
	  font-size: 12px;
	  padding: 10px;
	  text-align: center;
	}
	div.shadowbox_message a:link,
	div.shadowbox_message a:visited {
	  color: #fff;
	  text-decoration: underline;
	}
	
	
	
	/*  jquery autocomplete  */
	.ac_results {
		padding: 0px;
		background-color: white;
		overflow: hidden;
		z-index: 99999;
		-moz-box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.15);
	}

	.ac_results ul {
		width: 100%;
		list-style-position: outside;
		list-style: none;
		padding: 0;
		margin: 0;
	}

	.ac_results li {
		margin: 0px;
		padding: 2px 5px;
		cursor: default;
		display: block;
		/* 
		if width will be 100% horizontal scrollbar will apear 
		when scroll mode will be used
		*/
		/*width: 100%;*/
		font: menu;
		font-size: 12px;
		/* 
		it is very important, if line-height not setted or setted 
		in relative units scroll will be broken in firefox
		*/
		line-height: 16px;
		overflow: hidden;
	}

	.ac_loading {
		background: white url('indicator.gif') right center no-repeat;
	}

	.ac_odd {
		background-color: #F6F6F6
	}

	.ac_over {
		background-color: #606060;
		color: white;
	}

}

/* TEMP BANNER */
/*
#image-film {
	display: none;
}

#sysmenu {
	background: url("../images/elements/background-content.jpg") no-repeat scroll 0 0 transparent;
	height: 143px;
	top: 0;
}

#sysmenu #sysmenu-main {
	bottom:0;
	left:0;
	line-height:0;
	position:absolute;
}

#sysmenu #sysmenu-aux {
	bottom:-2px;
	line-height:0;
	position:absolute;
	right:0;
	width:100px;
}

#overlay-image-film {
	display: none;
}

#body-intro #sysmenu-larger a span {
	background-image:url("../images/elements/sysmenu-larger2.gif");
}

#body-intro #sysmenu-smaller a span {
	background-image:url("../images/elements/sysmenu-smaller2.gif");
}*/
