﻿.table{
	overflow: hidden;
}

.table_2cols{
	width: 448px;
}

.bold{
	font-weight: bold;
}

.table ul{
	margin: 0;
	padding: 3px 10px 7px 10px;
}



h3.tableheadline{
	margin: 0;
	padding: 7px 10px 8px 10px;
	font-size: 1em;
	width: auto;
	color: #000000;
	font-weight: bold;
}

div.tableheadlineh4{
	margin: 0;
	padding: 0;
	background: #b4b4b4;
	width: auto;
}

h4.tableheadline{
	color: #ffffff;
	font-weight: bold;
	margin: 0;
	padding: 7px 10px 8px 10px;
	font-size: 1em;
	width: auto;
	background: #b4b4b4;
	border-bottom: solid 1px #ffffff;
}


/*Newsletter confirm*/
table.confirm{
	width: 448px;
	margin: 1px 0 0 0;
	padding: 0;
	border-collapse: collapse;
	font-size: 1em;
	color: #000000;
}

table.confirm td{
	vertical-align: top;
}

table.confirm tr td{
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	border-left: none;
	border-right: none;
	text-align: left;
	padding: 7px 0 8px 0;
}

table.confirm tr td.first{
	padding-left: 10px;
	width: 160px;
}


table.confirm tr td.last{
	padding-right: 10px;
}

table.confirm tr td.strong{
	font-weight: bold;
}

table.confirm tr td.center{
	padding-right: 20px;
}

/* departure */
.departuretable table{
	margin: 2px 0 0 0;
	padding: 0;
	width: 682px;
	font-size: 1em;
	color: #000000;
}

.departuretable table th{
	padding: 5px;
	background: #c1c1c1;
	color: #ffffff;
	text-align: left;
	vertical-align: top;
}

.departuretable table td{
	padding: 5px;
	border-top: solid 1px #ffffff;	
	background: #f0f0f0;
	text-align: left;
	vertical-align: top;
}

/* new 12.02.08 stoy, chrh */
.departuretable table td.hi{
        background: #ebd1d2;
        font-weight:bold;
        color:#cc0000;
}
/* /new 12.02.08 stoy, chrh */

.departuretable .buttontable{
	margin-top:10px;
	width: 682px;
}

.departuretable .return {
	margin: 0;
	padding: 0;
}

.departuretable .return h3{
	margin: 30px 0 10px 0;
	border-bottom: 1px solid #c1c1c1;
	width: 682px;
}

.departuretable .return .calendarbutton{
	position: relative;
	top: 3px;
}

.departuretable .return .returnbutton{
	position: relative;
	top: 4px;
	left: 5px;
}

/* new 28.02.08 chrh */
.timetable{
	font-size: 0.9em;	
	margin-top: 28px;
}

.timetable h3 img{
	margin-right: 2px;
}

.timetable h3 span.title{
	text-transform: none;
	position: relative;
	top: -2px;
}

* .timetable table{
	font-size: 0.9em;	
}

.timetable table td.hi{
        background: #eeeeee;
}

.timetable table{
	margin: 2px 0 0 0;
	padding: 0;
	width: 689px;
	color: #000000;
}

.timetable table th{
	padding: 5px;
	border-top: solid 1px #e2e2e2;	
	background: #f7f7f7;
	color: #000000;
	text-align: center;
	vertical-align: top;
}

.timetable table td{
	padding: 5px;
	border-top: solid 1px #e2e2e2;	
	background: #ffffff;
	text-align: center;
	vertical-align: center;
	width: auto;
}
.timetable table td.firstcol{
	padding-left: 10px;
	padding-right: 10px;
	text-align:left;
	width: 140px;
}

.timetable table td.secondcol{
	text-align:left;
	padding-left: 0;
	width: 60px;
	border-right: solid 1px #e2e2e2;
}

.timetable th.firstcol,
.timetable .outboundcol0, .timetable .outboundcol1, .timetable .outboundcol2, .timetable .outboundcol3,
.timetable .returncol0, .timetable .returncol1, .timetable .returncol2, .timetable .returncol3{
	border-right: solid 1px #e2e2e2;
}

.timetable table td.ninthcol{
	width: 60px;
}

.timetable table td.lastcol{
	padding-left: 10px;
}

.timetable table th.lastcol{
	padding-right: 10px;
}

.timetable table td a img{
	margin-bottom: 2px;
}

.timetable .note{
	padding: 10px;
	color:#000000;
}

.timetable .note h3{
	margin: 0;
	padding: 0;
}

.timetable .caption .captionelm_left {
	display: block;
	width: 1.7em;
	float:left;
}
.timetable .caption .captionelm_right {
	display: block;
	padding-left: 1.7em;
}

.timetable fieldset#returnselect{
	border-top: solid 1px #e2e2e2;
	border-bottom: none;
	border-left: none;
	border-right: none;
	margin: 0;
	padding: 10px;
}

/* /new 28.02.08 chrh */

@media all and (min-width:0px) {
	head~body .departuretable .return .returnbutton { top: 7px; }
	head~body .departuretable .return .calendarbutton { top: 6px; }	
}

/* standard table */
.table h3{
	margin-left: 10px;
}

.table p{
	margin-left: 10px;
}

.table .implink{
	margin: 0;
}

.table table{
	margin: 2px 0 0 0;
	padding: 0;
	width: 683px;
	font-size: 1em;
	color: #000000;
	border-collapse: collapse;
	border: solid 1px #ffffff;
}

.table.two_cols table{
	width: 449px;
}

.table table th{
	padding: 5px 10px 5px 10px;
	background: #c1c1c1;
	color: #ffffff;
	text-align: left;
	vertical-align: top;
}

.table table td{
	padding: 5px 10px 5px 10px;
	border-top: solid 1px #ffffff;	
	border-bottom: none;	
	border-left: none;	
	border-right: none;	
	background: #f0f0f0;
	text-align: left;
	vertical-align: top;
}

.table.cellborder table td{
	padding: 5px 10px 5px 10px;
	border: solid 1px #ffffff;	
	background: #f0f0f0;
	text-align: left;
	vertical-align: top;
}

