/*
	//------------------------------------------------------//
		Author: 
		Emil Löfquist, Mogul AB
		emil.lofquist@mogul.com
	
		Last changed:
		2007-05-03 - Added globabl link colors and behaviour
	
	//------------------------------------------------------//
*/
*{margin:0;padding:0;} /* remove default margin and padding from all elements */
body{
	font-size:62.8%;
}

img {
    border: 0;
}

table{
	border-collapse: separate;
	border-spacing:0;
	outline:0;
}
caption, th, td{
	text-align:left;
	font-weight:normal;
	vertical-align:top;
	border:0;
}

/*
	Main wrapper, wraps around all content element
*/
div#mainWrapper{
	margin:0 auto;
	background: #e6edf1;
}

/*
	Head section
*/
div#headContainer{

}

div#headContainer div#actionBar{
	height:46px;
	background: #fff;
	margin-bottom: 49px;
}

div#headContainer div#actionBar .userActions{
	width: 990px;
	margin: 0 auto;
	position: relative;
	z-index: 9;	
}

div#headContainer div#actionBar .userActions .logo {
	background: url(/Images/logo.gif) 0 0 no-repeat;
	width: 167px;
	height: 22px;
	display: block;
	position: absolute;
	left: 20px;
	top: 12px;	
}

div#headContainer div#actionBar .userActions .changeLanguage {
	display: block;
	width: 120px;
	padding: 0 42px 0 0;
	height: 20px;
	line-height: 20px;
	position: absolute;
	right: 0;
	top: 15px;
	text-decoration: none;
	font-size: 1.2em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	background: url(/Images/icons/bg_icons.png) right top no-repeat;
	text-align: right;
}
div#headContainer div#actionBar .userActions .changeLanguage:hover {
	text-decoration:underline;
}

div#headContainer div#imageSlider {
	height:290px;
	width: 100%;
	overflow: hidden;
	background: #000;
	position: relative;
}

div#headContainer div#imageSlider div.scrollable {
	height:290px;
	width: 1280px;
	margin: auto;
	overflow: hidden;
	position: relative;
}

div#headContainer div#imageSlider div.scrollable .items {
	width:20000em;
	position:absolute;
}

div#headContainer div#imageSlider div.scrollable .items div {
	float:left;
}

div#headContainer div#imageSlider .textContainer {
	float:none !important;
	font-family:Arial,Helvetica,sans-serif;
	left:50%;
	margin:0 0 0 50px;
	position:relative;
	top:-248px;
	width:328px;
}

div#headContainer div#imageSlider .textContainer h2 {
	color:#fff;
	font-size: 3.8em;
	line-height:1em;	
	font-smooth: always;
	padding-bottom: 8px;
}

div#headContainer div#imageSlider .textContainer h2.black {
	color: black;
}

div#headContainer div#imageSlider .textContainer h3 {
	color:#e59408;
	font-size: 1.2em;
	font-weight:bold;
	padding: 18px 0 5px;
}

div#headContainer div#imageSlider .textContainer h3.yellow {
	color:#b6bf00;
}
div#headContainer div#imageSlider .textContainer h3.blue {
	color:#4b92db;
}
div#headContainer div#imageSlider .textContainer h3.pink {
	color:#ed0677;
}
div#headContainer div#imageSlider .textContainer h3.orange {
	color:#e59408;
}

div#headContainer div#imageSlider .textContainer p {
	color:#aaa;
	font-size: 1.2em;
	line-height:1.5em;
	width: 270px;
	padding: 0 0 18px 0;
}

div#headContainer div#imageSlider .textContainer p.black {
	color:#000;
}

div#headContainer div#imageSlider .textContainer p.white {
	color:#fff;
}

div#headContainer div#imageSlider .textContainer a {
	color:#2cb1ef;
	font-size:1.6em;
	text-decoration:none;	
}

div#headContainer div#imageSlider .textContainer a:hover {
	text-decoration:underline;
}

div#headContainer .slider {
	width: 111px;
	height: 35px;
	background: url(/Images/slider/bg_slider.png) 0 0 no-repeat;
	position: absolute;
	left:50%;
	margin-left:300px;
	top: 350px;
}

div#headContainer .slider a {
	display: block;
	width: 26px;
	height: 35px;
	position: absolute;
	top:0;
	left: 24px;
	cursor:pointer;		
}

div#headContainer .slider a.next {
	right: 24px;
	left: auto;
	z-index:9;
} 

/*
	Search area
*/
div#headContainer fieldset{
	border:none;
	position:absolute;
	right:0;
	top:55px;
	z-index: 9;
}
div#headContainer fieldset legend,
div#headContainer fieldset label{
	display:none;	
}
div#headContainer fieldset input.txtSearch{
	border:none;
	background:url(/Images/search/bg_search.gif) 0 0 no-repeat;
	height:21px;
	width:128px;
	padding: 6px 15px 0 30px;
	z-index: 10;
}
div#headContainer fieldset input.txtSearch.inactive {
	color:#9c9c9c;
	font-style:italic;
	letter-spacing:-0.05em;
}

/*
	Main content
*/
div#contentWrapper{
	clear:both;
	margin:0 auto 44px;
	top: 14px;
	position: relative;
	width:990px;
	float: none;
	zoom: 1;
}

/*
	Bread crumbs
*/
ul#breadCrumbs{
	margin:0 0 6px 0 !important;	
	width:auto;	
}
body.templateVisitor ul#breadCrumbs{
	border-bottom:solid #ed0677 3px;
}
body.templateKongressEvents ul#breadCrumbs{
	border-bottom:solid #4a8ecc 3px;
}
body.templateExhibit ul#breadCrumbs{
	border-bottom:solid #b6bf00 3px;
}
body.templateTravel ul#breadCrumbs{
	border-bottom:solid #939598 3px;
}
body.templateGeneral ul#breadCrumbs{
	border-bottom:solid #f47920 3px;
}
ul#breadCrumbs li{
	list-style-type:none;
	display:inline;
	background:url(/Images/icons/grey.gif) no-repeat 0 3px;
	padding:0 5px 0 10px;
	font:bold 1.1em arial !important;
	color:#333;
}
ul#breadCrumbs li.breadFirstItem{
	font:bold 1.2em arial !important;
	text-transform:uppercase;
	background:none;
	padding:0 5px 0 0;
}
body.templateVisitor li.breadFirstItem{
	color:#ed0677 !important;
}
body.templateKongressEvents li.breadFirstItem{
	color:#4a8ecc !important;
}
body.templateExhibit li.breadFirstItem{
	color:#b6bf00 !important;
}
body.templateTravel li.breadFirstItem{
	color:#939598 !important;
}
body.templateGeneral li.breadFirstItem{
	color:#f47920 !important;
}

/*
	Banner under Kalendarium
*/
div#bannerContainer{
	background:#ffffff;
}

/*
	SL Travel info
*/
/*
	Calendar (Kalendarium) and SL Travel info
*/
div#calendarContainer,
div#SLContainer{
	width:225px!important;
	float: right;
	background: #fff;
	margin: 0 0 12px 0!important;
	padding: 0!important;
}
div#calendarContainer h2,
div#SLContainer h2{
	font:bold 1.4em arial;
	height: 34px;
	border-bottom: 1px solid #e6edf1;
	background:url(/Images/bg_calander.gif) left top no-repeat;
	width: 225px;
}

div#calendarContainer h2 a,
div#SLContainer h2 a{
	color:#2cb1ef;
	text-decoration: none;
	display:block;
	padding: 10px 0 0 12px;
}

div#calendarContainer h2 a:hover,
div#SLContainer h2 a:hover{
	text-decoration: underline;
}

div#latestCalendarEvents ul li,
div#filesForPrint ul li{
	list-style-type:none;
	width: 225px;
	position: relative;	 
}

div#latestCalendarEvents ul li a,
div#filesForPrint ul li a{
	list-style-type:none;
	padding:29px 12px 12px;
	border-bottom: 1px solid #e6edf1;
	background: #fff;
	font:normal 1.6em arial;
	text-decoration:none;
	color: #2cb1ef;
	display:block; 
	zoom: 1;
}

div#latestCalendarEvents ul li a:hover,
div#filesForPrint ul li a:hover {
	background: #f2f5f6;
	text-decoration: underline;
}
div#latestCalendarEvents ul li span,
div#filesForPrint ul li a span{
	color: #383838;
	font:bold 1.4em arial;
	display: block;
	position: absolute;
	top: 14px;
	left: 12px;
}
div#SLContainer img {
	border-bottom:1px solid #E6EDF1;
	position: relative;
	border-left: none;
	border-right: none;
	border-top: none;		
}

div#calendarLink,
div#SLLink{
	height: 42px;
	width: 225px;		
	background:#f2f6f7 url(/Images/bg_calander.gif) right bottom no-repeat;
	position: relative;
}

div#calendarLink a,
div#SLLink a{
	font:bold 1.2em arial;
	color: #2cb1ef;
	background:url(/Images/icons/bg_icons.png) right -20px no-repeat;
	padding-right:28px;
	text-decoration: none;
	padding-top: 2px;
	height: 16px;
	display: block;
	text-align: right;
	position: absolute;
	top: 11px;
	right: 22px;
}

div#calendarLink a:hover,
div#SLLink a:hover{
	text-decoration: underline;
}

/*
	Footer
*/
div#footerContainer{
	clear:both;
	background: #fff;
	margin: 0 0;
    overflow: auto;
}

div#footerContainer div#footer {
	width: 990px;
	height: 117px;	
	margin: 0 auto;
	position: relative;
}

div#footerContainer div#footer .logo {
	background: url(/Images/logo.gif) 0 0 no-repeat;
	width: 167px;
	height: 22px;
	display: block;
	position: absolute;
	left: 0;
	top: 30px;	
}

div#footerContainer address{
	font:normal 1.2em arial;
	color:#a1a1a1;
	padding: 30px 220px 0 220px;
}

div#footerContainer address a{
	font-weight: normal;
	text-decoration: none;
	color:#a1a1a1;	
}

div#footerContainer address a:hover{
	text-decoration: underline;
}

/*
	Links, global layout and behaviour
*/
a:link{
	font-weight:bold;
	color:#000;
}
a:visited{
	color:#666;
	font-weight:bold;	
}
a:hover{
	text-decoration:none;
	font-weight:bold;
}	

/* Misc */
/* reference: http://www.positioniseverything.net/easyclearing.html */
div.clearFix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
div#errorPage{
	font: 1.2em arial;	
}
p.abstract{
	font-weight:bold !important;
	clear:both;
}

/*
	e-drum editor rules
*/
.edrumImage, .edrumImageLeft { float:left; margin: 0 10px 10px 0; }
.edrumImageCenter { width:100%; text-align:center; margin:10px 0 10px 0; }
.edrumImageRight { float:right; margin: 0 10px 0px 10px; }
.edrumImageText, .edrumImageTextLeft { text-align:left; }
.edrumImageTextCenter { text-align:center; }
.edrumImageTextRight { text-align:right; }
.edrumAlignCenter { text-align:center; }
.edrumAlignRight { text-align:right; }
.edrumImageBorder0 { border:none; }
.edrumImageBorder1 { border:1px solid #333; }
.nobg { background-image:none !important; }

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
