/* 
 *  Table Of Sections
 *
 *  1. Reset
 *  2. Basic Elements
 *  3. Generic Classes
 *  4. Basic Layout
 *  5. Header
 *  6. Content
 *  7. Sidebar
 *  8. Footer
 *  9. Navigation
 * 10. Forms
 * 11. Modules
 * 12. Print styles
 *
 */

@media screen, projection {

	/* Reset  - do NOT modify!
	-------------------------------------*/
	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, font, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	b, u, i, center,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
	}
	body { line-height: 1; }
	ol, ul { list-style: none; }
	blockquote, q {	quotes: none; }

	:active { outline: 0; }
	
	a:link, a:active, a:hover, a:visited { outline: none; }

	/* remember to highlight inserts somehow! */
	ins { text-decoration: none; }
	del { text-decoration: line-through; }

	/* tables still need 'cellspacing="0"' in the markup */
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}




	/* Basic Elements
	-------------------------------------*/
	html, body { height: 100%; }

	body {
		font-family: helvetica, arial, sans-serif;
		font-size: 62.5%; /* 1em = 10px */
		line-height: 1.5em;
		color: #333;
		background: #505a64;
	}




	/* Generic Classes
	-------------------------------------*/

	a.more:link, a.more:visited, a.more:hover, a.more:active {
		line-height: 1.5;
		color: #12508E;
		text-decoration: underline;
	}
	
	
	/* --- Grouped link list --- */
	
	#links-container {
		position: absolute;
		bottom: 58px;
		left: 147px;
		width: 217px;
		background: #919191;	
		padding: 23px 23px 24px 23px;
		color: white;
		z-index: 100;
		display: block;
		border-radius: 6px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;			
	}			
	
	#links ul.grouped-link-list {
		float: left;
		width: 100%;
	}
	
	#links ul.grouped-link-list li { 
		list-style-type: none; 
		margin: 2px 0px 5px 0px;
	}
	
	#links ul.grouped-link-list li:hover {
		padding: 0;
		margin-top: 2px;
		float: left;
		width: 100%;		
	}
	
	#links ul.grouped-link-list h2 { 
		font-size: 1.2em; 
		color: #333;
	}
	
	#links ul.grouped-link-list li ul {
		padding: 2px 0px 5px 0px;
		float: left;
		width: 100%;
	}
	
	#links ul.grouped-link-list li ul li {
		list-style-type: none;
		width: 100%;
		float: left;
	}

	#links ul.grouped-link-list a:link, #links ul.grouped-link-list a:visited, 
	#links ul.grouped-link-list a:hover, #links ul.grouped-link-list a:active { 
		color: white;
		text-decoration: underline;
		font-size: 1.1em;
		text-shadow: none;
	}
	
	 #links ul.grouped-link-list a:hover { text-decoration: none; }


	/* --- News list --- */
	
	.news-list {
		float: left;
		width: 100%;
		font-size: 1em;
		line-height: 1.2em;
	}

	.news-list li {
		float: left; /* float clearer */
		width: 100%;
		border-bottom: 1px solid #d6d6d6;
		box-shadow: 0px 1px 0px white;
		-moz-box-shadow: 0px 1px 0px white;
		-webkit-box-shadow: 0px 1px 0px white;
		padding-bottom: 15px;
		margin-bottom: 20px;
	}
	
	.news-list li.last {
		background: #e4e4e4;
		margin-bottom: 0;
		border-bottom: none;
		border-top: 1px solid white;
		box-shadow: 0px -1px 0px #d6d6d6;
		-moz-box-shadow: 0px -1px 0px #d6d6d6;
		-webkit-box-shadow: 0px -1px 0px #d6d6d6;
		padding-top: 16px;		
		padding-bottom: 18px;
		margin-top: -21px;
		margin-left: -20px;
		margin-right: -20px;
		width: 599px;
		padding-left: 21px;
		border-radius: 0 0 7px 7px;
		-webkit-border-radius: 0 0 7px 7px;
		-moz-border-radius: 0 0 7px 7px;
	}
	
	.news-list li div.news-image {
		position: relative;
		z-index: 1;
		float: left;
		width: 94px;
		display: block;			
		overflow-x: hidden;		
		margin-right: 20px;
		margin-left: -1px;
		margin-bottom: 4px;
	}
	
	.news-list li div.news-image a { display: block; }

	.news-list .title { 
		float: left;
		display: inline;
		font-weight: bold;
		position: relative;
		top: 1px;
		z-index: 1;
	}

	.news-list .date {
		float: left;
		display: block;
		background: #dbdbdb;
		padding: 1px 5px 0px 10px;
		margin-left: -10px;
		font-weight: bold;
		font-style: italic;
		margin-bottom: -1px;
		margin-right: 4px;
		position: relative;
		font-size: 0.9em;
		top: 0;
		z-index: 1;
	}

	.news-list p {
		position: relative;
		top: 1px;
	}

	.news-list a:link, .news-list a:visited, .news-list a:hover, .news-list a:active { 
		color: #333;
		text-decoration: none;
	}
	
	.news-list a:hover { text-decoration: underline; }
	
	.news-list li.last a:link, .news-list li.last a:visited, .news-list li.last a:hover, .news-list li.last a:active {
		color: #12508e;
		text-decoration: underline;
		float: left;
		margin-right: 35px;
		padding: 2px 0px 2px 20px;
	}
	
	.news-list li.last a:hover { text-decoration: none; }
	
	.news-list li.last a#news-archive { background: url('../images/sprites/sprites-news-icon.gif') left 1px no-repeat; }
	
	.news-list li.last a#news-eml { background: url('../images/sprites/sprites-news-icon.gif') left -18px no-repeat; }
	
	.news-list li.last a#news-rss { background: url('../images/sprites/sprites-news-icon.gif') left -38px no-repeat; }
	
	#text-content-container .news-archive li {
		list-style-type: none;
		border: none;
		text-shadow: none;
		margin-bottom: 0;
		padding-bottom: 10px;
		margin-left: 0;
	}
	
	#text-content-container .news-archive li a:link, #text-content-container .news-archive li a:visited, 
	#text-content-container .news-archive li a:hover, #text-content-container .news-archive li a:active {
		color: #333;
		text-decoration: none;
	}
	
	#text-content-container .news-archive li a:hover { text-decoration: underline; }



	/* --- Attachments list --- */

	.attachments-list .extension {
		color: #666;
	}


	/* --- Photo list --- */

	.photo-list dt {
		clear: both;
		float: right;
		width: 350px;
	}


	.photo-list dd.picture {
		float: left;
		width: 150px;
		margin-right: 10px;
	}

	.photo-list dd.summary {
		float: right;
		width: 350px;
	}

	.photo-list dd.clearer { margin-bottom: 20px; }

	#photo-list-lead-image {
		float: left;
		margin: 0 10px 3px 0;
	}


	/* --- Messages --- */

	.error {
		display: block;
		color: #B90000;
		font-weight: bold;
		margin: 1em 0
	}

	.notice {
		display: block;
		color: #00A600;
		font-weight: bold;
		margin: 1em 0
	}


	/* --- photo frame & content photos --- */

	.photo-frame {
		position: relative;
		padding: .3em;
		margin-top: 3px;
		margin-bottom: 5px;
		background-color: white;
		-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;
	}

	.photo-frame-left {
		float: left;
		margin-right: 12px;
		margin-left: -3px;
	}

	.photo-frame-right {
		float: right;
		margin-left: 12px;
		margin-right: -3px;
	}

	#text-content-container .photo-frame p {
		padding: 0.7em 0 0.5em 0;
		font-size: .85em;
		font-weight: normal;
		line-height: 115%;
		overflow: hidden;
		color: #606060;
	}

	img.content-photo {	padding: 0; }

	.photo-frame .content-photo { padding: 0; }
	
	.organisations-image { 
		float: right;
		margin-left: 12px;
		margin-bottom: 5px;
	}
	
	.image-container {
		float: left;
		width: 125px;
	}


	/* --- Other --- */

	img.left {
		float: left;
		margin: 5px 10px 5px 0px;
	}

	img.right {
		float: right;
		margin: 5px 0px 5px 10px;
	}
	
	.photo-frame-unaligned { 
		float: left;
		margin-bottom: 10px;
	}

	/* use to clear floats */
	.clearer {
		clear: both;
		display: block;
		height: 1px;
		margin-bottom: -1px;
		font-size: 1px;
		line-height: 1px
	}

	.hidden { display: none }
	
	.break-word { word-wrap: break-word; }



	/* Basic Layout
	-------------------------------------*/
	#container {
		position: relative;
		z-index: 0;
		width: 970px;
		margin: 0 auto;
		padding: 0;
		min-height: 100%;
		
	}
	
	#wrapper {
		position: relative;
		float: left;
		width: 970px;
		background: white;	
		min-height: 600px;
		font-size: 1.3em;
		line-height: 1.1em;		
	}
	
	#entry {
		width: 620px;
		float: left;
		padding-left: 42px;
		font-size: 1em;
		line-height: 1.3em;	
		padding-bottom: 32px;		
	}

	#content {
		width: 583px;
		float: left;
		font-size: 1em;
		line-height: 1.1em;	
		padding-bottom: 32px;		
		padding-left: 60px;
		padding-right: 18px;
		padding: 19px 18px 32px 61px;
	}

	#sidebar {
		float: left;
		width: 256px;
		margin-left: 10px;
		padding-top: 11px;
		font-size: 1em;
		line-height: 1.1em;			
	}




	/* Header
	-------------------------------------*/
	#header {
		position: relative;
		height: 110px;
		float: left;
		width: 100%;
		padding: 0;
		margin: 0;
	}
	

	#header h1 a:link, #header h1 a:visited, #header h1 a:hover, #header h1 a:active,
	#header em a:link, #header em a:visited, #header em a:hover, #header em a:active {
		position: absolute;
		font-family: helvetica, arial, sans-serif;
		display: block;
		width: 140px;
		height: 61px;
		overflow: hidden;
		text-indent: -9999px;
		background: url('../images/backgrounds/logo.png') left top no-repeat;
		left: 38px;
		top: 19px;
	}
	
	#search { 
		position: absolute;
		left: 382px;
		top: 40px;
	}

	#search-mini-form input.input-submit { float: left; }

	#input-search-mini {
		float: left;
		padding: 6px 5px 5px 30px;
		border: 1px solid #b7b7b7;
		border-bottom: 1px solid #a5a5a5;
		width: 173px;
		background: #b7b7b7 url('../images/backgrounds/search-input.png') 5px 5px no-repeat;
		border-radius: 7px 0 0 7px;
		-webkit-border-radius: 7px 0 0 7px;
		-moz-border-radius: 7px 0 0 7px;
	}
	
	#text-content-container #input-search-mini {
		font-size: 1.0em;
	}

	#flags-area {
		position: absolute;
		right: 42px;
		top: 45px;
		width: 120px;
		/*display: none;*/
	}
	
	#flags-area a:link, #flags-area a:visited, #flags-area a:hover, #flags-area a:active {
		float: right;
		padding-left: 28px;
		padding-bottom: 2px;
		text-decoration: none;
		color: black;
	}
	
	#flags-area a:hover { text-decoration: underline; }
	
	#flags-area a.flag-slo { background: url('../images/sprites/sprites-flags.png') left 1px no-repeat; }
	
	#flags-area a.flag-eng { background: url('../images/sprites/sprites-flags.png') left bottom no-repeat; }
	
	#random-images-area {
		position: relative;
		float: left;
		width: 970px;
		height: 222px;
		overflow: hidden;
		z-index: 2;
	}
	
	#random-images {
		position: absolute;
		left: 0;
		top: 0;
		width: 970px;
		height: 222px;		
	}
	
	#random-images img { 
		float: left; 
		padding: 0;
		margin: 0;
	}
	
	#random-images-shadow {
		position: absolute;
		left: 0px;
		top: 0;
		float: left;
		width: 970px;
		height: 26px;
		background: url('../images/backgrounds/bgnd-random-images.png') left top no-repeat;
		z-index: 14;
	}
	
	#random-images-area a:link, #random-images-area a:visited, #random-images-area a:hover, #random-images-area a:active {
		position: absolute;
		width: 37px;
		height: 37px;
		outline: none;
		text-indent: -9999px;
		overflow: hidden;
		display: block;
		z-index: 16;
		display: block;
	}
	
	#random-images-area a#prev:link, #random-images-area a#prev:visited, #random-images-area a#prev:hover, #random-images-area a#prev:active {
		background: url('../images/sprites/sprites-button-prev.png') left top no-repeat;
		top: 83px;
		left: 24px;
	}
	
	#random-images-area a#next:link, #random-images-area a#next:visited, #random-images-area a#next:hover, #random-images-area a#next:active {
		background: url('../images/sprites/sprites-button-next.png') left top no-repeat;
		top: 83px;
		right: 24px;
	}	
	
	#random-images-area a#prev:hover, #random-images-area a#next:hover { background-position: left bottom; }
	
	
	/* Entry
	-------------------------------------*/
	
	.entry-box {
		width: 580px;
		background: #efefef;
		border-radius: 7px;
		-webkit-border-radius: 7px;
		-moz-border-radius: 7px;
		padding: 19px 20px 21px 20px;
		margin-bottom: 10px;
		float: left;
	}
	
	.entry-box h2 {
		position: relative;
		left: -2px;
		color: #225588;
		font-weight: normal;
		text-shadow: 1px 1px 1px #e3fffd;
		line-height: 1.1em;
		font-family: 'Trebuchet MS', helvetica, arial, sans-serif;
	}
	
	#hello-text {
		font-size: 1.05em;
		padding-bottom: 34px;
		padding-top: 23px;
		margin-top: -6px;
		background: #e4e4e4;
	}
	
	#hello-text h2 {
		font-size: 2.2em;
		margin-bottom: 15px;
	}
	
	#news-area { padding-bottom: 0; }
	
	#news-area h2 {
		font-size: 1.9em;
		margin-bottom: 19px;
	}	


	/* Content
	-------------------------------------*/
	#content h1 {
		font-family: 'Trebuchet MS', helvetica, arial, sans-serif;
		font-size: 2.1em;
		font-weight: normal;
		line-height: 1.1em;
		color: #225588;
		margin-bottom: 15px;
		position: relative;
		left: -1px;
		float: left;
		width: 100%;		
	}

	#content h2 {
		font-family: 'Trebuchet MS', helvetica, arial, sans-serif;
		font-size: 1.6em;
		font-weight: normal;
		line-height: 1.1em;
		color: #333;
		margin-top: 0px;
		margin-bottom: 0px;
		position: relative;
		left: -1px;
		float: left;
		width: 100%;
	}

	#text-content-container {
		margin-bottom: 15px;
		font-size: 1.05em;
	}

	#text-content-container p {
		padding-bottom: 1.3em;
		line-height: 1.2em;
	}

	#text-content-container a:link, #text-content-container a:visited, #text-content-container a:hover, #text-content-container a:active {
		color: #12508E;
		text-decoration: underline;
	}
	
	#text-content-container a:hover { text-decoration: none; }

	/* external link */
	#text-content-container a.external {
		padding-right: 12px;
		background: url('../images/backgrounds/icons/external-link.gif') 100% 65% no-repeat;
	}

	/* --- video --- */

	span.video-placeholder {
		clear: both;
		padding: .7em 0px .7em 0px;
		display: block;
	}


	/* --- unsorted list --- */

	#text-content-container ul { 
		float: left;
		width: 100%;
		padding-bottom: 21px; 
		line-height: 1.1em;
		padding-top: 3px;
	}

	#text-content-container ul li {
		width: 97%;
		margin-bottom: 9px;
		margin-left: 15px;
		list-style-position: outside;
		list-style-type: disc;
		vertical-align: top;
	}
	
	/* --- organisation list --- */
	
	#organisation-list {
		width: 100%; 
		float: left;
	}
	
	#text-content-container #organisation-list li { 
		display: block; 
		float: left; 
		padding: 0; 
		width: 100%px; 
		margin: 0; 
		margin-bottom: 1.2em;
	}
	
	#organisation-list img { 
		float: left;
		margin-right: 12px;
	}
	
	#organisation-list div {
		float: left;
	}
	
	#organisation-list p {
		float: left;
		padding-top: 0px;
		padding-bottom: 0;
		font-size: 1em;
		line-height: 1.2em;
	}
	
	#organisation-list p a:link, #organisation-list p a:visited, #organisation-list p a:hover, #organisation-list p a:active {
		text-decoration: none;
		color: #333;
	}


	/* --- numbered list --- */

	#text-content-container ol {
		float: left;
		width: 100%;
		padding: 10px 0px; 
		line-height: 1.1em;
		padding-top: 8px;
	}

	#text-content-container ol li {
		width: 95%;
		margin-bottom: 9px;
		margin-left: 21px;
		list-style-position: outside;
		list-style-type: decimal;
		display: list-item;
		vertical-align: top;
	}


	/* --- Attachments list --- */

	#text-content-container ul.attachments-list li { list-style-type: none; }


	/* --- tables --- */

	#text-content-container table th {
		padding: .3em .5em;
		border: 1px solid #999;
		font-weight: bold;
		text-align: left;
	}

	#text-content-container table td {
		padding: .3em .5em;
		border: 1px solid #999;
	}

	#text-content-container table caption {
		margin-bottom: .3em;
		text-align: left;
		font-weight: bold;
	}


	/* --- Icons in content --- */

	#text-content-container a.lipdf {
		padding: .2em 0 .1em 19px;
		background: transparent url(../images/pdf.gif) 0% 50% no-repeat;
	}

	#text-content-container a.lidoc {
		padding: .2em 0 .1em 19px;
		background: transparent url(../images/doc.gif) 0% 50% no-repeat;
	}

	#text-content-container a.lixls,
	#text-content-container a.lixlsx {
		padding: .2em 0 .1em 19px;
		background: transparent url(../images/xls.gif) 0% 50% no-repeat;
	}

	#text-content-container a.lippt {
		padding: .2em 0 .1em 19px;
		background: transparent url(../images/ppt.gif) 0% 50% no-repeat;
	}

	#text-content-container a.lizip {
		padding: .2em 0 .1em 19px;
		background: transparent url(../images/zip.gif) 0% 50% no-repeat;
	}

	#text-content-container a.liai {
		padding: .2em 0 .1em 19px;
		background: transparent url(../images/ai.gif) 0% 50% no-repeat;
	}

	#text-content-container a.liexe {
		padding: .2em 0 .1em 19px;
		background: transparent url(../images/exe.gif) 0% 50% no-repeat;
	}

	#text-content-container a.liimage {
		padding: .2em 0 .1em 19px;
		background: transparent url(../images/file.gif) 0% 50% no-repeat;
	}


	/* --- Search results --- */

	#search-main-form { margin-bottom: 1em }

	#text-content-container .search-results-row a:link, #text-content-container .search-results-row a:visited, #text-content-container .search-results-row a:hover, #text-content-container .search-results-row a:active {
		font-size: 1.1em;
		font-weight: bold;
		color: black;
	}

	#text-content-container .search-results-row a:visited { color: #666 }

	.search-results-url {
		display: block;
		width: 100%;
		font-style: italic;
		font-size: .9em;
		word-break: break-all;
		color: green;
	}


	/* --- 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;
	}


	/* Footer
	-------------------------------------*/
	#footer { 
		width: 100%;
		clear: both; 
		background: #919191;
		height: 41px;
		font-size: 1.2em;
		line-height: 1.1em;
		position: relative;
	}
	
	#links {
		padding-left: 41px;
		margin-top: 8px;
		width: 50%;
		float: left;
	}
	
	#links li {
		float: left;
		margin-right: 40px;	
	}
	
	#links li:hover {
		padding-top: 100px;
		margin-top: -100px;
	}
	
	#links a:link, #links a:visited, #links a:hover, #links a:active {
		color: #d3d3d3;
		text-decoration: none;
		font-size: 1.8em;
		text-shadow: 1px 1px 1px #7f7f7f;
		line-height: 1.1em;
		font-family: 'Trebuchet MS', helvetica, arial, sans-serif;
		letter-spacing: 0.4px;
		text-transform: lowercase;
	}
	
	#links a:hover, #links li:hover a { 
		color: white;
		text-shadow: -1px -1px 1px #646464; 
	}

/*	
	#card-container-link:hover div, #card-container-link a:hover div {
		display: block;
	}
	
	#links-container-link:hover div, #links-container-link a:hover div {
		display: block;
	}

*/	
	



	/* Navigation
	-------------------------------------*/


	/* --- Sitemap --- */

	#sitemap ul {
		margin-left: 20px;
		padding: 12px 0px 10px 0px;
		list-style-type: none;
	}
	
	ul#sitemap li { list-style-type: none; }
	
	#text-content-container ul#sitemap li { margin-left: 0; }
	
	#text-content-container ul#sitemap li a:link, #text-content-container ul#sitemap li a:visited,
	#text-content-container ul#sitemap li a:hover, #text-content-container ul#sitemap li a:active {
		text-decoration: none;
	}
	
	#text-content-container ul#sitemap li a:hover { text-decoration: underline; }


	/* --- Main Menu --- */
	
	#menu-area {
		float: left;
		width: 944px;
		background: url(/images/backgrounds/bgnd-menu.gif) left top repeat-x;
		height: 35px;
		padding-top: 13px;		
		padding-left: 26px;
	}
	
	#menu-area-eng {
		float: left;
		width: 950px;
		background: url(/images/backgrounds/bgnd-menu.gif) left top repeat-x;
		height: 35px;
		padding-top: 13px;		
		padding-left: 20px;
	}

	#main-menu {
		left: 0;
		position: relative;
		z-index: 20;
		width: 100%;
		float: left;
		font-family: "Trebuchet MS", arial, sans-serif;
		font-size: 1.2em;
		line-height: 1.1em;
	}


	/* Level 1 */

	#main-menu li.menu-level1 {
		float: left;
		border-right: 1px solid #7990a4;
		padding: 0px 11px 0px 8px;
		position: relative;
	}

	#main-menu a.menu-level1:link, #main-menu a.menu-level1:visited, #main-menu a.menu-level1:hover, #main-menu a.menu-level1:active {
		float: left;	
		color: #cfd8df;
		text-decoration: none;
	}

	#main-menu li.menu-level1-open a.menu-level1:link, 
	#main-menu li.menu-level1-open a.menu-level1:visited, 
	#main-menu li.menu-level1-open a.menu-level1:hover, 
	#main-menu li.menu-level1-open a.menu-level1:active {
		color: #d4d9de;
	}
	
	#main-menu li.menu-level1 a.menu-level1:hover { color: #d4d9de; }

	#main-menu span.menu-level1 {
		display: block;
		float: left;
		text-transform: lowercase;
		padding: 2px 5px 5px 7px;
		cursor: pointer;
		border-radius: 7px;
		-webkit-border-radius: 7px;
		-moz-border-radius: 7px;		
		background: transparent;
	}
	
	#main-menu li.menu-level1 a.menu-level1:hover span.menu-level1,
	#main-menu li.menu-level1-open a.menu-level1 span.menu-level1,
	#main-menu li.menu-level1-open a.menu-level1:hover span.menu-level1	{
		background: #2e4962;
		border-radius: 7px;
		-webkit-border-radius: 7px;
		-moz-border-radius: 7px;
		box-shadow: 1px 1px 0px #4d6c87;
		-moz-box-shadow: 1px 1px 0px #4d6c87;
		-webkit-box-shadow: 1px 1px 0px #4d6c87;		
	}


	/* Level 2 */
	
	#main-menu ul.menu-level2 {
		position: absolute;
		top: 30px;
		left: 4px;
		z-index: 300;
		width: 200px;
		margin: 0px -12px 0px -12px;
		padding: 0px 12px 26px 12px;
		background: url('../images/backgrounds/bgnd-menu-l2-shadow.png') center bottom no-repeat;
	}

	#main-menu li.menu-level2 {	
		float: left;
		width: 100%;
		background: url('../images/backgrounds/bgnd-menu-l2.png') left bottom repeat-x;
		padding: 2px 0px;
	}

	#main-menu a.menu-level2:link, #main-menu a.menu-level2:visited, #main-menu a.menu-level2:hover, #main-menu a.menu-level2:active {
		float: left;
		color: #c9ddc3;
		text-decoration: none;
		display: block;
	}

	/*
	#main-menu li.menu-level2 a.menu-level2:hover,
	#main-menu li.menu-level2-open a.menu-level2:link, 
	#main-menu li.menu-level2-open a.menu-level2:visited, 
	#main-menu li.menu-level2-open a.menu-level2:hover, 
	#main-menu li.menu-level2-open a.menu-level2:active {
		color: #2e4962;
	}
	*/

	#main-menu span.menu-level2 {
		display: block;
		width: 172px;
		padding: 5px 7px 6px 21px;
		font-size: 0.9em;
		cursor: pointer;
	}
	
	#main-menu li.menu-level2 a.menu-level2:hover span.menu-level2,
	#main-menu li.menu-level2-open a.menu-level2 span.menu-level2,
	#main-menu li.menu-level2-open a.menu-level2:hover span.menu-level2	{	
		font-weight: bold;
	}
	
	#main-menu li.menu-level2.first {
		/*
		border-radius: 7px 7px 0px 0px;
		-webkit-border-radius: 7px 7px 0px 0px;
		-moz-border-radius: 7px 7px 0px 0px;
		*/
		background: url(../images/backgrounds/bgnd-menu-l2-first.png) no-repeat left bottom;
	}
	
	#main-menu li.menu-level2.last {
		/*
		border-radius: 0px 0px 7px 7px;
		-webkit-border-radius: 0px 0px 7px 7px;
		-moz-border-radius: 0px 0px 7px 7px;
		*/
		background: url(../images/backgrounds/bgnd-menu-l2-last.png) no-repeat -12px top;
	}	
	

	/* Forms
	-------------------------------------*/

	input {
		position: relative;
		border-radius: 7px;
		-webkit-border-radius: 7px;
		-moz-border-radius: 7px;
	}

	#text-content-container form {
		float: left;
		width: 100%;
		margin-bottom: 1em;
		padding: 1em 0;
	}

	input.input-text {
		padding: .3em;
		border: 1px solid #AAA;
		font-size: 100%;
		background-color: #EEE;
	}

	#text-content-container input.input-text {
		padding: .5em;
		border: 1px solid #AAA;
		font-size: .9em;
		background-color: white;
	}

	input.input-submit, #text-content-container #search-main-form input.input-submit {
		border: none;
		color: white;
		cursor: pointer;
		font-size: 1em;
		background: #225588;
		text-transform: lowercase;
		border-radius: 0px 7px 7px 0px;
		-webkit-border-radius: 0px 7px 7px 0px;
		-moz-border-radius: 0px 7px 7px 0px;
		padding: 5px 9px 6px 9px;		
		text-shadow: 1px 1px 1px #134273;
	}
	
	#text-content-container input.input-submit {
		border-radius: 7px;
		-webkit-border-radius: 7px;
		-moz-border-radius: 7px;
		padding: 3px 5px 5px 5px;	
	}

	input.input-submit:hover {
		border-color: #E60000 #600000 #600000 #E60000;
		background-color: #B90000;
	}


	textarea {
		position: relative;
		height: 10em;
		padding: .3em;
		border: 1px solid #AAA;
		line-height: 1.1;
		background-color: #EEE;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
	}

	select {
		position: relative;
		padding: .1em 0 .1em .3em;
		border: 1px solid #AAA;
		background-color: #EEE;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
	}

	.input-security {
		width: 5em !important;
		margin: 0 0 0 3px;
		padding: .3em;
		border: 1px solid #AAA;
		font-size: 100%;
		background-color: #EEE;
	}

	.racun {}

	form span.mandatory { color: #B90000 }


	/* Vertical form */

	.vertical-form {}

	.vertical-form dt {
		margin-top: 1em;
		margin-bottom: .3em;
	}


	/* Horizontal form */

	.horizontal-form { float: left }

	.horizontal-form dt {
		clear: left;
		float: left;
		width: 25%;
		padding-top: .5em;
		margin-top: .6em;
		margin-bottom: .2em;
		margin-right: 2%;
		text-align: right;
	}

	.horizontal-form dt label { text-align: right }

	.horizontal-form dd {
		float: left;
		width: 72.9%;
		margin-top: .6em;
		margin-bottom: .2em;
	}

	fieldset.checkboxes label {
		float: left;
		display: block;
	}

	form dt.alt, 
	form dd.alt {
		text-align: left
	}

	.horizontal-form dt.alt, 
	.horizontal-form dd.alt {
		width: 72.9%;
		padding-top: 0;
		padding-left: 27%;
		margin-right: 0;
	}

	.sidebar-module input,
	.sidebar-module select,
	.sidebar-module textarea {
		font-family: inherit;
		font-size: 1.1em;
	}

	#text-content-container .form-notice {
		float: left;
		width: 96%;
		margin-bottom: 20px;
		padding: 10px 2%;
		border: 1px solid #007700;
		font-weight: bold;
		color: #007700;
		background-color: #F0FFF0;
		border-radius: 7px;
		-webkit-border-radius: 7px;
		-moz-border-radius: 7px;			
		list-style-position: inside;
	}

	#text-content-container .form-error {
		margin-bottom: 20px;
		padding: 10px 0;
		border: 1px solid #B90000;
		color: #B90000;
		background-color: #FFF0F0;
		border-radius: 7px;
		-webkit-border-radius: 7px;
		-moz-border-radius: 7px;		
		list-style-position: inside;
	}

	#text-content-container .form-error li {
		list-style-position: inside;
		margin: 0;
		padding: .3em 2%;
		font-weight: bold;
		line-height: 1.2em;
		width: 96%;
	}
	
	#security {
		background-color: white;
		border: 1px solid #AAAAAA;
		font-size: 0.9em;
		padding: 0.3em;
		position: relative;
		left: 4px;
	}




	/* Modules
	-------------------------------------*/
	
	.sidebar-box {
		width: 217px;
		background: #efefef;
		border-radius: 6px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		padding: 25px 19px 19px 20px;
		margin-bottom: 11px;
		float: left;
	}	
	
	.sidebar-box h2 {
		color: #225588;
		font-weight: normal;
		text-shadow: 1px 1px 1px #e3fffd;
		line-height: 1.1em;
		font-family: 'Trebuchet MS', helvetica, arial, sans-serif;
	}	
	
	#sidebar-login { 
		margin-top: -18px;  /* position fix if no banners */
	}
	
	#sidebar-login h2 {
		color: #484848;
		font-size: 1.5em;
		margin-bottom: 18px;
	}
	
	input#pass, input#username {
		background: white;
		border-color: white #bfbfbf #bbbbbb white;
		border-style: solid;
		border-width: 1px;
		color: #5b5b5b;
		float: left;
		font-size: 1em;
		line-height: 1.1em;
		padding: 2px 6px 5px 7px;
		width: 201px;
		margin-bottom: 10px;
		margin-left: 1px;
	}	
	
	input#login-submit {
		border: none;
		color: white;
		cursor: pointer;
		font-size: 1em;
		background: #225588;
		text-transform: lowercase;
		border-radius: 7px;
		-webkit-border-radius: 7px;
		-moz-border-radius: 7px;
		padding: 3px 5px 5px 5px;		
		text-shadow: 1px 1px 1px #134273;
		margin-left: 1px;
	}
	
	input#login-submit:hover {
		border-color: #E60000 #600000 #600000 #E60000;
		background-color: #B90000;
	}	
	
	#sidebar-register { 
		padding-top: 19px; 
		padding-left: 18px;
		width: 219px;
	}
	
	#entry-register { 
		padding-bottom: 19px; 
		width: 845px;
		margin-left: 42px;
		margin-bottom: 52px;
	}
	
	#sidebar-register h2, #entry-register h2 {
		color: #225588;
		font-size: 1.9em;
		margin-bottom: 20px;
	}	
	
	#entry-register h2 { margin-bottom: 21px; }
	
	#sidebar-newslist { padding-top: 19px; }
	
	#sidebar-newslist h2 {
		color: #225588;
		font-size: 1.9em;
		margin-bottom: 20px;
		margin-left: -3px;
		margin-right: -2px;
	}
	
	#sidebar-newslist .news-list li {
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		border-bottom: none;
		margin-bottom: 0px;
		padding-bottom: 14px;
		line-height: 1.25em;
	}
	
	#sidebar-newslist .news-list .date { line-height: 1.2em; }
	
	#sidebar-newslist .news-list .title { 
		float: none; 
		top: 0px;
	}
	
	#sidebar-newslist .news-list li.last {
		width: 100%;
		margin: 0;
		background: none;
		border: none;
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		border-radius: none;
		-webkit-border-radius: none;
		-moz-border-radius: none;		
		padding-left: 0;
		padding-top: 3px;
		line-height: 1.4em;
		padding-bottom: 15px;
	}
	
	#sidebar-newslist .news-list li.last a#news-archive { background-position: left 2px; }
	#sidebar-newslist .news-list li.last a#news-eml { background-position: left -17px; }
	#sidebar-newslist .news-list li.last a#news-rss { background-position: left -36px; }
	
	
	/* --- banners --- */
	
	#banners-list {
		float: left;
		width: 217px;
		/*padding: 20px 20px 10px 20px;*/
		margin-bottom: 1px; /* position fix if banner exists */
	}
	
	#banners-list li {
		position: relative;
		float: left;
		width: 100%;
		height: 212px;
	}
	
	#banners-list li img {
		position: relative;
		margin: 60px 0 0 18px;
	}


	/* --- bussiness card --- */
	
	#card-container {
		position: absolute;
		bottom: 58px;
		left: 23px;
		width: 327px;
		background: #919191;		
		padding: 23px 23px 24px 23px;
		color: white;
		display: block;
		z-index: 100;
		border-radius: 6px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;		
	}
	
	#links #card-container a:link, #links #card-container a:visited, #links #card-container a:hover, #links #card-container a:active {
		color: white;
		text-decoration: underline;
		font-size: 1em;
		text-shadow: none;
	}
	
	#links #card-container a:hover{ text-decoration: none; }
	
	.bussiness-card {
		float: left;
		width: 150px;
		line-height: 1.4em;
		font-size: 1.1em;
	}
	
	#card-container img { float: right; }
	
	span.footer-arrow {
		position: absolute;
		bottom: -13px;
		left: 41px;
		display: block;
		width: 20px;
		height: 13px;
		background: url(../images/backgrounds/footer-arrow.png) no-repeat center top;
		
	}
	
	
	/* --- guestbook --- */
	
	#text-content-container .guestbook-list dt p { padding-bottom: 0; }
	
	#text-content-container .guestbook-list dt p.name { font-weight: bold; }
	
	#text-content-container .guestbook-list dt p.date { font-style: italic; }
	
	#text-content-container .guestbook-list dd {
		clear: left;
		padding: 1em 0 1.5em 0;
		background: url(../images/backgrounds/hor-separator.png) no-repeat bottom center;
		margin-bottom: 1.5em;
	}
	
	
	/* --- sys menu ---*/
	
	#sysmenu {
		position: relative;
		float: right;
		width: 40%;
		margin-top: 11px;
		padding-right: 56px;
	}

	#sysmenu li {
		position: relative;
		float: right;
		width: 20px;
		height: 20px;
		margin-left: 10px;
	}

	#sysmenu li a {
		position: relative;
		display: block;
		float: left;
		width: 13px;
		height: 12px;
		text-indent: -9999px;
		background: transparent url(../images/sprites/sprites-sysmenu.gif) 0 0 no-repeat;
		padding: 4px;
	}
	
	#sysmenu li a:hover {
		border-radius: 6px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
	}


	#sysmenu li.sys-print a { background-position: -25px 0px; }
	#sysmenu li.sys-print a:hover { background-position: -25px -20px; }

	#sysmenu li.sys-contact a { background-position: -50px 0px; }
	#sysmenu li.sys-contact a:hover { background-position: -50px -20px; }

	#sysmenu li.sys-sitemap a { background-position: -74px 0px; }
	#sysmenu li.sys-sitemap a:hover { background-position: -74px -20px; }

	#sysmenu li.sys-credits a { background-position: -98px 0px; }
	#sysmenu li.sys-credits a:hover { background-position: -98px -20px; }
	

}

/* Print styles
-------------------------------------*/

@media print {

	body {
		font-size: .9em;
		font-family: "Times New Roman", serif;
		background-color: white;
		color: black;
	}
	
	#header h1 a, strong.logo a {
		font-size: 2.5em;
		text-decoration: none;
		margin-bottom: 20px;
	}

	h1, h2, h3, h4 { font-family: "Times New Roman", serif; }

	h1 { font-size: 1.6em; }

	h2 { font-size: 1.4em; }

	h3 { font-size: 1.2em; }

	h4 { font-size: 1.1em; }

	a img { border: none; }

	#text-content-container a:link:after,
	#text-content-container a:visited:after {
		content: " (" attr(href) ") ";
		font-size: 90%;
	}
	
	a:link, a:visited, a:hover, a:active { 
		color: black !important;
		text-decoration: underline;
	}
	
	#random-images-area,
	#search,
	#flags-area,
	#menu-area,
	#sidebar,
	#entry-register,
	#footer	{
		display: none;
	}
	
}





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


@media projection, screen {


	/* --- 
	anything-slider-plugin --- */
	.anythingSlider {
		position: relative;
		float: left;
		clear: both;
		width: 218px;
		font-size: 1.3em;
		line-height: 1.3em;
		overflow: hidden;
	}
	
	.anythingSlider ul {
		float: left;
		overflow: hidden;
	}
	
	.anythingSlider img {
		position: relative;
		margin: 0 auto;
	}
	
	.anythingSlider .arrow {
		position: absolute;
		width: 27px;
		height: 27px;
		outline: none;
		text-indent: -9999px;
		overflow: hidden;
		display: block;
		z-index: 10;
		cursor: pointer;
		margin: 0;
	}
	
	.anythingSlider .back {
		background: url('../images/sprites/sprites-button-prev-alt.png') left top no-repeat;
		top: 58px;
		left: 0px;
	}
	
	.anythingSlider .forward {
		background: url('../images/sprites/sprites-button-next-alt.png') left top no-repeat;
		top: 58px;
		right: 0px;
	}	
	
	.anythingSlider .back:hover, .anythingSlider .forward:hover { background-position: left bottom; }	
	
	.anythingSlider .wrapper { 
		width: 218px; 
		overflow: auto; 
		position: absolute; 
		top: 0; 
		left: 0; 
	}
	
	.anythingSlider .wrapper ul {
		width: 32700px; 
		list-style: none; 
		position: absolute; 
		top: 0; 
		left: 0; 
		margin: 0; 
	}
	
	.anythingSlider ul li { 
		display: block; 
		float: left; 
		padding: 0; 
		width: 218px; 
		margin: 0; 
		overflow: hidden;
		text-align: center;
	}
	
	.anythingSlider ul li div {
		float: left;
		width: 218px;
		overflow: hidden;
		text-align: center;
	}
	
	.anythingSlider ul li p {
		float: left;
		width: 100%;
		clear: both;
		padding-top: 11px;
		font-size: 0.8em;
		line-height: 1.2em;
	}
	
	#thumbNav{ display: none }
	
	#start-stop{ display: none; }	
	
	.anythingSlider .wrapper ul ul { 
		position: static; 
		margin: 0; 
		background: none; 
		overflow: visible; 
		width: auto; 
		border: 0; 
	}
	
	.anythingSlider .wrapper ul ul li { 
		float: none; 
		height: auto; 
		width: auto; 
		background: none; 
	}
	
	#entry-register .anythingSlider ul li table {
		width: 845px;
	}
	
	#entry-register .anythingSlider ul li table td { 
		width: 208px; 
		vertical-align: bottom;
	}

	
	#entry-register .anythingSlider ul li div {
		width: 180px;
	}
	
	#entry-register .anythingSlider { width: 845px; }
	
	#entry-register .anythingSlider ul li,
	#entry-register .anythingSlider .wrapper {
		width: 845px;
	}
	
	#entry-register .anythingSlider .wrapper { margin-left: 20px; }
	
	#entry-register .anythingSlider {  }
	
	#entry-register .anythingSlider .back {
		top: 41px;
		left: 0px;
		z-index: 2;
	}
	
	#entry-register .anythingSlider .forward {
		top: 41px;
		right: 0px;
		z-index: 2;
	}	


	/**
	 * 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;
	}
	
	
}

/* DO NOT PUT ANYTHING DOWN HERE! FIND THE APPROPRIATE SECTION ABOVE! THIS IS THE LAST WARNING! */
