@CHARSET "UTF-8";
form {
	margin: 0px;
}
#timeSearch {
	font-size: 12px;
	margin-left: 20px;
	width: 360px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#searchHeader {
	background-image: url(images/header.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height: 136px;
}
#searchFooter {
	background-image: url(images/footer.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height: 84px;
}
/* SearchMain */
#searchMain {
	border-color: #b5b5b5;
	border-width: 0 1px 0 1px;
	border-style: solid;
	width: 358px;
}
#searchMain p a {
	color: #005584;
	cursor: pointer;
	font-weight: normal;
	font-size: 14px;
}
#searchMain input {

}
#searchMain select {

}

#serviceRef {
	width: 260px;
}

#searchMain hr {
	clear: both;
	width: 318px;
	border: 0;
/* enleve toute bordure */
	border-bottom: 1px solid #b5b5b5;
/* une seule bordure (sinon firefox met une bordure en haut ET en bas mais pas IE */
	height: 1px;
/* pour IE */
	color: #dddddd;
	outline: 0;
	margin: 10px 0 10px 0;
	padding: 0;
}
/*Search by Bus Stop Code: QuickSearch & Advanced Search */
#busStopSearch, #divGoogleSearch, #serviceSearch, #searchTitle, #mySignSearch {
	color: #005584;
	overflow: auto;
	padding: 10px 0 10px 20px;
	margin: 0 0 1px 0;
   border-bottom: 1px solid silver;
}
#busStopSearch p, #divGoogleSearch p {
	padding: 0;
	margin: 0;
	padding-bottom: 5px;
	text-align: right;
}
#busStopSearch div, #divGoogleSearch div, #serviceSearch div,#mySignSearch div  {
	padding: 0;
	margin: 0;
	text-align: right;
	padding-top: 0px;
	padding-right: 22px;
}
#divGoogleSearch div {
	padding-right: 5px;
}
#imgClearFilter {
	margin-right: -2px;
}
#contentService {
	padding-top: 0px;
}
/* Advanced Search */
#contentBusStopAdvanced {
	display: block;
}
#contentBusStopAdvanced p {
	text-align: right;
}
#contentBusStopAdvanced #busStopService {

}

/* Google Search*/
#divGoogleSearch {
	padding: 10px 0;
}
#divGoogleSearch input {

}
#divGoogleSearch select {

}

.imgSearch {
	vertical-align: middle;
	cursor: pointer;
}

/* * Service Number Search */
#ServiceSearch {
	padding-top: 0px;
}
#ServiceSearch input {

}
#ServiceSearch select {

}
/* * Advanced Options / Mysign */
#mySignSearch {
	padding-right: 20px;
}
#mySignSearch p {
	padding: 0;
	margin: 0;
	padding-bottom: 5px;
	text-align: right;
}
#mySignSearch input {

}
#mySignSearch select {

}
#mySignSearch #nbDeparture {
	width: 50px;
}
#displayCustomizeDestinations1, #displayCustomizeDestinations2, #displayCustomizeDestinations3, #displayCustomizeDestinations4, #displayCustomizeDestinations5 {
	font-size: 9px;
	background-image: url("images/destination.gif");
	border: none;
	width: 16px;
	height: 16px;
	cursor: pointer;
	position: absolute;
	margin: 0px 5px;
}
#mySignSearch select {

}
#CustomizeDepartures {
	text-align: right;
	padding-right: 30px;
	padding-bottom: 20px;
}
/* * titre des onglets */
h3 {
	font-size: 12px;
	padding: 0;
	margin: 0;
	padding: 2px;
	color: #005584;
	font-weight: bold;
}
h3.Wrapped {
	padding-left: 20px;
	background-image: url("images/plus_over.jpg");
	background-position: left;
	background-repeat: no-repeat;
	cursor: pointer;
}
h3.notWrapped {
	padding-left: 20px;
	background-image: url("images/minus_over.jpg");
	background-position: left;
	background-repeat: no-repeat;
	cursor: pointer;
}
/* labels */
label {
	font-size: 12px;
}
/* input & select */
#timeSearch input[type="text"] {
    border: 1px solid #4682B4;
    font-size: 12px;
    padding: 3px;
    width: 170px;
}
select {
	font-size: 12px;
	border: 1px solid #4682B4;
	padding: 3px;
	width: 178px;
}
/* * boutons */
#busStopQuick, #displayBusStopDepartures, #displaySearchAddressMap, #displaySearchPostCodeMap, #displayServiceMap, #displayServiceDiagram, #displayCustomizeDepartures {
    background-color: #111111;
    background-image: url("images/button.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    border: medium none;
    color: #EEEEEE;
    cursor: pointer;
    font-size: 11px;
    font-weight: bold;
    height: 29px;
    line-height: 12px;
    padding: 0 0 3px 3px;
    text-align: left;
    width: 159px;
	 margin: 0 0 5px;
}
@media screen and (-webkit-min-device-pixel-ratio:0)
{
#displayServiceDiagram { margin-right:4px; }
}
/* * Gestion des erreurs */
.inputError {
	background-color: #F88;
}
.inputOk {
	background-color: #FFF;
}