/* 
    Document   : reiseplaner
    Created on : 29.03.2010, 21:02:50
    Author     : dieter
    Description:
        Purpose of the stylesheet follows.
*/
/* Groesse der Sprach-Flaggen */
.flaggenanzeige {
    height: 16px;
    border: 1px black;
}

.minborder {
    /* border: 1px solid red; */
}

.result_panel {
    padding:5px;
    font-family: tahoma;
    font-size: 11px;
    background: #fff;
    width: 214px;
}

.result_panel_container {
    background: #fefefe;
    margin:0 2px 0 0;
    padding: 5px 4px 0 4px;
    border: 1px solid #8D8D8D;
}


.kategorie {
    /* background: #cDcDcD; */
    /* color: #fff; */
    margin:0 2px 0 0px;
    padding: 5px 4px 1px 5px;
    font-size: 11px;
    font-weight: bold;
}

.eintrag {
    margin:0 2px 0 0px;
    padding: 1px 4px 1px 5px;
    font-size: 11px;
    font-weight: normal;
}

.aufenthalt {
    margin:0 0px 0 0px;
    padding: 1px 0px 1px 5px;
    font-size: 12px;
    font-weight: bold;
}

.datebox {
    width: 60px;
    padding: 4px 20px 0 10px;
    margin-bottom: 5px;
    font-size: 11px;
    height: 17px;
    border: 1px solid #a8a8a8;
    color: #004d7f;
    vertical-align: middle;
}

.datelabel {
    display:block;
    font-weight: bold;
    padding:3px 0 0 0;
    font-family: tahoma;
    font-size: 11px;
    float:left;
    width: 64px;
}


.person_container {
    float:left;
    width:80px;
    margin:4px 0 0 4px;
    height: 50px;
}


#quicksearch_panel {
    padding:2px;
    font-family: tahoma;
    font-size: 11px;
    background: #fff;
    
    width: 214px;
}
.quicksearch_panel_container .seperator {
    width: 100%;
    height: 3px;
    clear: both;
}

.quicksearch_panel_container {
    background: #fefefe;
    margin:0 2px 0 0;
    padding: 10px 2px 0 2px;
    border: 1px solid #8D8D8D;
}

.quicksearch_panel_container p {
    background: #fefefe;
    margin:0 2px 0 0;
    padding: 2px 2px 0 2px;
    /* border: 1px solid #8D8D8D; */
}


.quicksearch_panel_header {
    background: #8D8D8D;
    border: 1px solid #8D8D8D;
    color: #fff;
    margin:0 2px 0 0px;
    padding: 3px 4px 0px 5px;
    font-weight: normal;
    font-size: 11px;
    height: 19px;
    font-weight: bold;
}


.quicksearch_panel_header_left {
    float: left;
}

.quicksearch_panel_header_right {
    float: right;
}

.quicksearch_panel_footer {
	color: #666;
	margin:0 2px 0 0;
	padding:4px;
	border-top: 1px solid #777;
	font-weight: normal;
}
#quicksearch_panel .label {
    display:block;
    font-weight: bold;
    color: #004E7F;
    padding-bottom: 6px;
    font-family: tahoma;
    font-size: 11px;
}

#quicksearch_panel .datelabel, #search_panel {
    display:block;
    font-weight: bold;
    padding:3px 0 0 0;
    font-family: tahoma;
    font-size: 11px;
    float:left;
    width: 64px;
}




/* Default style sheet for jQuery date picker v3.7.5. */
#datepick-div, .datepick-inline {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	padding: 0;
	margin: 0;
	background: #ddd;
	color: #000;
	width: 15em;
}
#datepick-div {
	display: none;
	border: 1px solid #777;
	z-index: 100; /*must have*/
}
.datepick-inline {
	float: left;
	display: block;
	border: 1px solid #777;
}
.datepick-rtl {
	direction: rtl;
}
.datepick-dialog {
	padding: 5px !important;
	border: 4px ridge #ddd !important;
}
.datepick-disabled {
	position: absolute;
	z-index: 100;
	background-color: white;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
button.datepick-trigger {
	width: 25px;
	padding: 0px;
}
img.datepick-trigger {
	margin: 2px;
	vertical-align: middle;
}
.datepick-prompt {
	float: left;
	padding: 2px;
}
* html .datepick-prompt { /* IE6 */
	width: 15em;
}
.datepick-control, .datepick-links, .datepick-header, .datepick {
	clear: both;
	float: left;
	width: 100%;
	color: #fff;
}
.datepick-control {
	background: #400;
	padding: 2px 0px;
}
.datepick-links {
	background: #000;
	padding: 2px 0px;
}
.datepick-control, .datepick-links {
	font-weight: bold;
	font-size: 80%;
}
.datepick-links label {
	padding: 2px 5px;
	color: #888;
}
.datepick-clear, .datepick-prev {
	float: left;
	width: 34%;
}
.datepick-rtl .datepick-clear, .datepick-rtl .datepick-prev {
	float: right;
	text-align: right;
}
.datepick-current {
	float: left;
	width: 30%;
	text-align: center;
}
.datepick-close, .datepick-next {
	float: right;
	width: 34%;
	text-align: right;
}
.datepick-rtl .datepick-close, .datepick-rtl .datepick-next {
	float: left;
	text-align: left;
}
.datepick-header {
	background: #333;
	text-align: center;
	font-weight: bold;
	min-height: 1.75em;
}
.datepick-header select {
	background: #333;
	color: #fff;
	border: 0px;
	font-weight: bold;
}
.datepick-header span {
	position: relative;
	top: 3px;
}
.datepick {
	background: #ccc;
	text-align: center;
	font-size: 100%;
}
.datepick a {
	display: block;
	width: 100%;
	color: #000;
}
.datepick-title-row {
	background: #777;
}
.datepick-title-row th {
	text-align: center;
	font-weight: normal;
}
.datepick-days-row {
	background: #eee;
	color: #666;
}
.datepick-week-col {
	background: #777;
	color: #fff;
}
.datepick-days-cell {
	color: #000;
	border: 1px solid #ddd;
}
.datepick-other-month {
	background: #fff;
}
.datepick-week-end-cell {
	background: #ddd;
}
.datepick-title-row .datepick-week-end-cell {
	background: #777;
}
.datepick-week-over {
	background: #ddd;
}
.datepick-unselectable {
	color: #888;
}
.datepick-today {
	background: #fcc;
}
.datepick-current-day, .datepick-current-day a {
	background: #777;
	color: #fff;
}
.datepick-days-cell-over {
	background: #fff;
	color: #000;
	border: 1px solid #777;
}
.datepick-status {
	background: #ddd;
	width: 100%;
	font-size: 80%;
	text-align: center;
}
#datepick-div a, .datepick-inline a {
	cursor: pointer;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
.datepick-inline .datepick-links a {
	padding: 0 5px !important;
}
.datepick-control a, .datepick-links a {
	padding: 2px 5px !important;
	color: #eee;
}
.datepick-title-row a {
	color: #eee;
}
.datepick-control a:hover {
	background: #fdd;
	color: #333;
}
.datepick-links a:hover, .datepick-title-row a:hover {
	background: #ddd;
	color: #333;
}
.datepick-multi .datepick {
	border: 1px solid #777;
}
.datepick-one-month {
	float: left;
	width: 15em;
}
.datepick-new-row {
	clear: left;
}
/* ___________ IE6 IFRAME FIX ________ */
.datepick-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -1px; /*must have*/
    left: -1px; /*must have*/
    width: 187px; /*must have*/
    height: 187px; /*must have*/
}
