/* Copyright (C) 2007 - 2009 YOOtheme GmbH */

/*
 * This CSS file is for customization purpose only
 */ 

div.module div.yoo-gallery {
	margin: 15px auto 5px auto;
	width: 600px;
}


div.mod-chrome ul.menu li.level1 {
	background-position: 0px bottom;
}
div.mod-chrome ul.menu a {
	display: inline-block;
}
div.mod-chrome ul.menu a.level1 span.bg {
	height: auto;
	text-indent: 0px;
	line-height: 1.3em;
	padding: 6px 4px 8px 15px;
}
div.mod-chrome ul.menu a.level2 span.bg {
	text-indent: 0px;
	line-height: 1.2em;
	height: auto;
	padding: 4px 4px 4px 30px;
}
div.mod-chrome ul.menu a.level3 span.bg {
	text-indent: 0px;
	line-height: 1.2em;
	height: auto;
	padding: 4px 4px 4px 45px;
}





/*** ROBERT ***/
/*
TO EDIT A CHROME COLOR...

div.mod-chrome-COLOR div.box-1 {
	border-left: 1px solid #3b6e1f; <- PANEL BORDER STROKE COLOR
	border-right: 1px solid #3b6e1f; <- PANEL BORDER STROKE COLOR
	background: #518d25; <- PANEL BORDER BG COLOR
}

div.mod-chrome-COLOR div.box-2 {
	background-color: #f2f2f4; <- PANEL INSIDE BG COLOR
}
*/

/* black */

div.mod-chrome-black div.box-1 {
	border-left: 1px solid #55566d;
	border-right: 1px solid #55566d;
	background: #5a5b71;
}

div.mod-chrome-black div.box-2 {
	background-color: #F0F1F2;
}

/* orange */

div.mod-chrome-orange div.box-1 {
	border-left: 1px solid #9B3E00;
	border-right: 1px solid #9B3E00;
	background: #D95700;
}

div.mod-chrome-orange div.box-2 {
	background-color: #F0F1F2;
	color: #323232;
}

/* blue */

div.mod-chrome-blue div.box-1 {
	border-left: 1px solid #075485;
	border-right: 1px solid #075485;
	background: #0269AD;
}

div.mod-chrome-blue div.box-2 {
	background-color: #F0F1F2;
}

/* green */

div.mod-chrome-green div.box-1 {
	border-left: 1px solid #496A0D;
	border-right: 1px solid #496A0D;
	background: #6B980E;
}

div.mod-chrome-green div.box-2 {
	background-color: #F0F1F2
}



#toolbar .right .module {
	margin-left: 10px;
}

#toolbar .menu {
	display: inline;
}
#toolbar .menu li {
	display: inline;
	border-left: 1px solid #585870;
}
#toolbar .menu li.first {
	padding-left: 10px;
	border-left: none;
}
#toolbar .menu a:link,
#toolbar .menu a:visited,
#toolbar .menu a:link span, 
#toolbar .menu a:visited span {
	display: inline;
	color: #585870;
	background: none;
}

#jflanguageselection {
	display: inline;
}
ul.jflanguageselection {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.jflanguageselection li {
	display: inline;
	list-style: none;
	padding: 0 0 0 10px;
	border-left: 1px solid #585870;
}
ul.jflanguageselection li a {
	display: inline;
	color: #585870;
}
ul.jflanguageselection li a span {
	display: inline;
}


/*
#middle {
	padding-bottom: 70px;
}

.wrapper-bg1 {
	padding-bottom: 10px;
}

.wrapper-bg3 {
	background: url(../images/slash.jpg) 0px bottom no-repeat;
}
*/

.wrapper {
	background: url(../images/slash2.jpg) 0px bottom no-repeat;
	padding-bottom: 71px;
}



#banner2 {
	left:945px;
	position:absolute;
	top:0;
	width:0;
	z-index:3;
}



/*
#toolbar .right, 
#headerbar .right {
	padding-right: 200px;
}

.wrapper {
	border: 2px solid #eee;
	border-top-width: 0px;
	margin-bottom: 20px;
}
*/


.sponsors {
	background: #e5e5ec url(../images/globe_white.png) right bottom no-repeat;
}
.sponsors h4 {
	color: #fff;
	background: #2e5073;
	font-size: 14px;
	padding: 4px 0 4px 20px;
	margin: 0;
}
.sponsors h4.platinum {
	width: 110px;
	background: #7C7A6B;
	padding: 8px 0 0px 20px;
}
.sponsors h4.gold {
	width: 110px;
	background: #BB891C;
	padding: 8px 0 0px 20px;
}
.sponsors h4.silver {
	width: 110px;
	background: #B8BABC;
	padding: 8px 0 0px 20px;
}
.sponsors p {
	margin-left: 20px;
}


fieldset {
	border: 2px solid #eeeeee;
}
fieldset legend {
	font-weight: bold;
}



#menu li.level1 a.level1 span.bg, 
#menu li.level1 span.level1 span.bg {
	background: url(../images/menu_separator.jpg) right 0px no-repeat;
	padding-right: 18px;
	padding-left: 15px;
}
#menu li.level1:hover a.level1 span.bg, 
#menu li.level1:hover span.level1 span.bg, 
#menu li.level1.remain a.level1 span.bg, 
#menu li.level1.remain span.level1 span.bg {
	background: none;
}
