.x-date-picker {
	width: 200px;
}

.GCRubberBand {
    border: 2px solid #CC0000;
    position: absolute;
    opacity: 0.50;
    font-size: 1px;
    filter: alpha(opacity=50);
}

body { 
	font-family: Arial, sans serif;
	font-size: 11px;
	margin:0px;
	padding:0px;
}

.poitxt {
	cursor:pointer;
}

.logo_header {
	padding: 15px 0px 10px 10px;
	font-weight:bold;
	color:#666666;
}

#map_canvas {
	width: 100%;
	height: 100%;
}

.myPicto {
	font-weight:bold;
	font-size:14px;
	margin:10px 0px 0px 0px;
}

.myPictoTxt {
	font-size:10px;
	color:#666666;
}

.myPictoTxtLogin {
	font-size:12px;
	color:#444444;
}

.gcergebnisdiv {
	visibility:hidden;
	top:150px;
	left:150px;
	position:absolute;
	width:450px;
	background:white;	
	z-index:2000;
}

.gcergebnisdivtitel {
	height:14px;
	width:450px;
	background:#999999;
}

.gcergebnisdivmessage {
	width:449px;
	background:white;
	overflow:auto;
	white-space:nowrap;
}

.olControlGCOverviewMapContainer {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.olControlGCOverviewMapElement {
    padding: 5px 18px 5px 5px;
    background-color: #999999;
}

.olControlGCOverviewMapMinimizeButton {
    right: 0px;
    bottom: 0px;
}    

.olControlGCOverviewMapMaximizeButton {
    right: 0px;
    bottom: 0px;
}

.olControlGCOverviewMapExtentRectangle {
    overflow: hidden;
    background-image: url("img/blank.gif");
    cursor: move;
    border: 2px dotted #FF0000;
}
.olControlGCOverviewMapRectReplacement {
    overflow: hidden;
    cursor: move;
    background-image: url("img/overview_replacement.gif");
    background-repeat: no-repeat;
    background-position: center;
}

.gcuploaddiv {
	top:150px;
	left:150px;
	width:450px;
	position:absolute;
	background:white;	
	z-index:2000;
	visibility:hidden;
}

.gcuploaddivtitel {
	height:14px;
	background:#999999;
}

.route_instruction_heading {
	font-size:12px;
	color:#555555;
	padding: 10px 0px 10px 0px; 
}

.route_instruction {
	font-size:12px;
	color:#333333;
}

