@import url(../../../com.alkacon.opencms.photoalbum/resources/album.css);

#wrap-head { margin: 0 auto; text-align: center; background: #fff url(../img/bg/bg_wrap-head.gif) repeat-x; }
#wrap-foot { margin: 0 auto; text-align: center; background: #fff url(../img/bg/bg_wrap-foot.gif) repeat-x top; }

#head ul { list-style: none; }
#head ul a { text-decoration: none; color: #fff; padding-left: 10px; display: block; float: left; background: url(../img/bg/bg_tab-left.gif) no-repeat left top; }
#head ul a:hover { color: #fff; background: url(../img/bg/bg_tab-left_on_line.gif) left top no-repeat; padding-left: 10px; }

/* Erstes Element der Navigation mit Linie links */
#head ul a.first { background: url(../img/bg/bg_tab-left_first.gif) no-repeat left top; }
#head ul a.first:hover { background: url(../img/bg/bg_tab-left_on_line_first.gif) no-repeat left top; }

#head ul a span { color: #fff; text-transform: uppercase; display: block; float: left; background: url(../img/bg/bg_tab-right.gif) no-repeat right top; padding: 4px 20px 4px 10px; cursor: pointer; }
#head ul a:hover span { text-decoration: none; background: url(../img/bg/bg_tab-right_on_line.gif) right top no-repeat; }

#head li { float: left; }

#head #current a { font-weight: bold; background: url(../img/bg/bg_tab-left_on.gif) left top no-repeat; }
#head #current span { background: url(../img/bg/bg_tab-right_on.gif) no-repeat right top; cursor: pointer; }

#body-left #subnav { width: 200px; margin-bottom: 20px; }
#body-left #subnav .subnav-top { height: 10px;  background: url(../img/nv/snv_top.gif) top no-repeat; }
#body-left #subnav .subnav-btm { height: 10px; background: url(../img/nv/snv_btm.gif) top no-repeat; }
#body-left #subnav .subnav { padding: 3px 20px; background: url(../img/nv/snv.gif) repeat-y; }
#body-left #subnav a { font-size: 11px; color: #fff; }

#body-left #subnav ul { list-style: none outside; background-color: #B31B34; margin: 0 10px; padding: 0;}
#body-left #subnav ul li { margin: 0; padding: 3px 10px; }
#body-left #subnav ul li.active { background-color: #BE3D52; }
#body-left #subnav ul li a.active { font-weight: bold; }
#body-left #subnav ul li ul { background-color: #BE3D52; margin: 0; padding: 3px 0 0 0; }

/* ---------------------------------------------------------------------------------------- */
/* Session overview table */
table.sessions {
	margin-bottom: 12px;
}

table.sessions * {
	font-size: 11px;
}

table.sessions td.time {
	vertical-align: top;
	white-space: nowrap;
	width: 80px;
	font-size: 10px;
	font-weight: bold;
	padding: 3px 2px 2px 2px;
}

table.sessions td.overall {
	border: 1px solid #FFB340;
}

table.sessions td.overall div.text {
	background-color: #FFE3B8;
	padding: 2px 4px 2px 4px;
}

table.sessions td.track {
	vertical-align: top;
	border: 1px solid #FFB340;
	width: 218px;
}

table.sessions td div.title {
	background-image: url(../img/bg/bg_track.png);
	background-repeat: repeat-x;
	border-bottom: 1px solid #FFB340;
	padding: 8px 4px 8px 4px;
	color: #444;
	font-weight: bold;
}

table.sessions td.track div.title {
	width: 212px;
}

table.sessions td.overall div.title {
	width: 437px;
}

table.sessions td div.title a {
	color: #444;
}

table.sessions td div.details {
	padding: 4px;
}

table.sessions td.track div.details {
	width: 212px;
}

table.sessions td.overall div.details {
	width: 437px;
}

div.sponsor-head {
	margin-top: 2px;
	color: #444;
	font-size: 11px;
	font-weight: bold;
}

div.sponsor-body {
	margin: 2px 0 10px 0;
	padding: 1px 0 1px 0;
	border-top: 2px solid #FFB340;
	border-bottom: 2px solid #FFB340;
}

/* ---------------------------------------------------------------------------------------- */
/* Persons and Sessions */
div.session {
	margin-bottom: 10px; 
}

div.session-info {
	clear: left;
}

div.session-list {
	overflow: hidden;
}

span.session-info-label {
	float: left;
	font-weight: bold;
	width: 100px;
}

h2.person-list {
	margin-bottom: 4px;
}

div.person {
	overflow: hidden;
	margin-bottom: 10px;
	clear: both;
}

a.header { 
	font-size: 17px;
	line-height: 20px;
	margin-bottom: 8px;
	color: #003082;
}

a.header:hover { 
	color: #003082;
}

h2.download_header {
	margin-bottom: 0px;
}

p.download_link {
	margin-top: 5px;
}

/* Contact form */
input.cform{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: #000000;
	background-color: #ffffff; 
	border-style: solid; 
	border-width: 1px; 
	border: 1px solid #D4D0C8;
	width: 390px;  
}

select.cform {
	height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: #000000;
	background-color: #ffffff; 
	width: 395px; 
	border: 1px solid #D4D0C8;
}

textarea.cform {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: #000000;
	background-color: #ffffff; 
	border: 1px solid #D4D0C8;
	width: 390px !important;
	height: 60px;
}

input.cformbutton, input.formbutton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	letter-spacing: 1pt;	
 	color: White; 
	text-decoration: none; 
	text-align: center; 
	background-color: #B31B34; 
	border-style: none;
}

table.cform tr td {
	padding: 1px 2px 1px 2px;
}

table.cform tr td.greybg {	
	background-color: #dddddd;	
	padding:5px;
}

table.cform tr td.center {
	text-align: center;
}

table.cformoptions {
	padding-top: 5px;
	width: 390px;
}

table.webform_radio_row {
	float: left;
	margin-right: 4px;
}

td.webform_field_radio_row { padding-top: 3px; vertical-align: top; }
td.webform_label_radio_row { padding: 0 4px; }

td.webform_label_checkbox { padding-left: 4px; }

span.webform_label_error {
	color: #B31B34;
	clear: both;
	display: block;
	padding-bottom: 6px;
}