
.alignBottomWithPaddingBottom {
    vertical-align: bottom;
    padding-left: 5px;
    padding-bottom: 3px;
}

.alignBottom {
	vertical-align: bottom;
	padding-left: 9px;
}

/**
 * Tooltip style info fuer OpenLayersTooltip
 */
.olMarkerLabel {
	font-size: small;
	color: black;
	background-color: #FFFFCC;
	width: auto;
	padding: 1px;
	border: 1px black solid;
	z-index: 1000;
}

div.olControlAttribution {
	bottom: 0px;
	right: 0px;
	background-color: #FFFFFF;
	padding: 2px;
}
div.olControlAttribution a {
	font-size: 11px;
} 

/**
* Settings für Subgrid innerhalb einer Tabellenzelle. (z.B. für Tiefgang)
*/
.subGridText {
	font-size: 10pt;
}

.subGridFirstTd {
	width: 15px;
	border-bottom: 1px solid #FFFFFF; 
	border-right: 1px solid #FFFFFF;
}

.subGridSecondTd {
	border-bottom: 1px solid #FFFFFF;
}

.subGridRow {
	height: 15px;
}

.stateConfirmationTableFont {
	background-color: #99FF00; /* hellgruen */
}

.directionCorrected {
	background-color: #F5D0A9; /* hell-orange */
}

/**
 * Map Examples Specific
 */
.smallmap {
    width: 512px;
    height: 256px;
    border: 1px solid #ccc;
}

.mediummap {
    float: left;
    width: 99.9%;
  	height: 512px;
}
.mycontent {
   width: 20%;
   padding: 10px; 
   float: right;
   border: 1px solid #ccc;
}

.pos {
 font-weight: bold; 
}

#tags {
    display: none;
}

#docs p {
    margin-bottom: 0.5em;
}

table.historyTable tr td, table.historyTable tr th {
    padding: 3px;
    /*white-space: nowrap;*/
}

/* Workaround für IE7, damit der ToolTip über der Karte angezeigt wird. */
*+html .helpToolTip:hover {
	z-index: 100;
}
.helpToolTip:hover {
    position: relative;
}
.helpToolTip span {
    display: none
}
.helpToolTip:hover span {
	white-space:nowrap;
	background-color: lightgoldenrodyellow;
    border: #c0c0c0 1px dashed;
    padding: 5px 5px 5px 5px;
    display: block;
    z-index: 1006;
    left: 0px;
    margin: 10px;
    position: absolute;
    top: 10px;
    text-decoration: none;
}

.shipListItem {
	cursor: pointer;
}

.shipListItem:HOVER {
	text-decoration: underline;
}

.shipListItemSelected {
	cursor: pointer;
	background-color: #CAD3E4;
}

.shipListItemSelected:HOVER {
	text-decoration: underline;
}

.waterLevelImportantRow {
	background-color: #DDDDCC !important;
}

.notificationTerminalNameTd {
	width: 80px;
}

.etaListHighlightedCell {
	font-weight: bold;
	background-color: #ddddcc;
}

/* Style für collapsiblePanel (prise2) */
.p2-cp {
	background-color: #F5F5F5;
}
.p2-cp-hdr {
	cursor: pointer;
	background-color: #002269;
    background-image: none;
    font-family: Verdana, Arial, sans-serif;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 12px;
    border: 0px;
    padding: 0px;
    height: 20px;
}

/*Anpassung der KollapsiblePanel Header für mobile Webseiten*/
@media only screen and (max-device-width: 1366px) {
	.p2-cp-hdr {
		height: 30px;
	}
	.p2-cp-hdr table {
		height: 100%;
	}
	.p2-cp-hdr-ico {
		vertical-align: middle;
	}
	.p2-cp-hdr-ico-colps {
		background-repeat: round !important;
		height: 20px !important;
		width: 20px !important;
	}
	.p2-cp-hdr-ico-exp {
		background-repeat: round !important;
		height: 20px !important;
		width: 20px !important;
	}
	.p2-cp-hdr-lbl {
		vertical-align: middle;
		padding-bottom: 2px;
	}
	.p2-cp-hdr-lbl-colps {
		font-size: 1.1em !important;
	}
	.p2-cp-hdr-lbl-exp {
		font-size: 1.1em !important;
	}
}

.p2-cp-hdr-lbl-exp,
.p2-cp-hdr-lbl-colps {
    font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
    padding: 0px;
    margin: 0px;
    height: 12px;
}
.p2-cp-hdr-exp .p2-cp-hdr-ico-colps,
.p2-cp-hdr-exp .p2-cp-hdr-lbl-colps {
    display: none;
}
.p2-cp-hdr-colps .p2-cp-hdr-ico-exp,
.p2-cp-hdr-colps .p2-cp-hdr-lbl-exp {
    display: none;
}
.p2-cp-hdr-ico {
	width: 16px;
    height: 16px;
}
.p2-cp-hdr-ico-colps {
    background-repeat: no-repeat;
    background-image: url(/javax.faces.resource/chevronDown.png.jsf?ln=images);
    background-position: 0px 0px;
    width: 16px;
    height: 16px;
}
.p2-cp-hdr-ico-exp {
    background-repeat: no-repeat;
    background-image: url(/javax.faces.resource/chevronUp.png.jsf?ln=images);
    background-position: 0px 0px;
    width: 16px;
    height: 16px;
}
.p2-cp-b {
    font-size: 11px;
    color: #000000;
    font-family: Arial, Verdana, sans-serif;
    padding: 5px;
}