#qttpadding 
{
    padding-bottom: 9px;
}

.traininput{
color:#007888;
width:110px;
font-weight:normal;
}

.dateinput{
width:50px;
font-weight:normal;
color:#007888;
}

.dateinput2{
width:51px;
font-weight:normal;
color:#007888;
}

.dateinput3{
width:98px;
font-weight:normal;
color:#007888;
}

.dateinput4{
width:50px;
margin:0;
margin-left:1px;
font-weight:normal;
color:#007888;
}

/* Find trains | buy tickets */
div#findtrain-title{
float:left;
width:98px;
padding:10px 0 0 17px;
}

* html div#infoboard-depature{
width:115px;
w\idth:98px;
}

div#findtrain-from, div#findtrain-to, div#findtrain-journey{
clear:right;
float:right;
width:630px;
color:#CC0001;
font-weight:bold;
height:2em;
line-height:2em;
}

div#findtrain-from-left, div#findtrain-to-left, div#findtrain-journey-left{
float:left;
width:180px;
position:relative;
z-index:100;
margin-left: 40px;
}

div#findtrain-to-left
{
	z-index:10;
}
div#findtrain-journey-left
{
	z-index:9;
}

div#findtrain-from-right, div#findtrain-to-right, div#findtrain-journey-right{
float:right;
position:relative;
z-index:1;
width:370px;
text-align:left;
margin: 0 20px;
}


div#findtrain-from,div#findtrain-to,div#findtrain-journey{
padding:1px 0 0 0;
}

#findtrains-floating-area
{
	width:105px;position:absolute;top:-23px;right:10px;float:right;
}
#findtrains-floating-area input, #findtrains-floating-area a, #findtrains-floating-area img
{
	padding:0;
	margin:0;
}



.toselect,
.fromselect
{
	z-index:100000;
	position:absolute;
	top:20px;
	left:53px;
	display:none;
}

/* Datepicker
----------------------------------*/
.ui-datepicker { width: 19em; padding: .2em .2em 0;z-index:100000; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; z-index:10000; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {cursor:pointer;position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {color:#fff; }
.ui-datepicker .ui-datepicker-prev { left:7px; }
.ui-datepicker .ui-datepicker-next { right:15px; }
.ui-datepicker .ui-datepicker-prev-hover { }
.ui-datepicker .ui-datepicker-next-hover { }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { font-weight:bold; display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { float:left; font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker .ui-datepicker-title select.ui-datepicker-year { float: right; }
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 4px 6px;  }
.ui-datepicker td span, .ui-datepicker td a {font-weight:bold; display: block; padding: .2em; text-align: right; text-decoration: none; color:#CC0001; }

.ui-datepicker td a:hover{
	color:#0E8190;
}
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-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: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}

.ui-datepicker-header{
background:#0E8190;
z-index:19000;
color:#fff;
font-weight:bold;
}

.ui-datepicker-div
{
	z-index:100000;
}
