@CHARSET "UTF-8";
body {
	/*margin: 5px;*/
	margin: 0px;
	padding: 0px;
	/*font-size: small;*/
	background-color: #333333;
	color: white;
	font-family: Arial,Verdana,sans-serif;
}
input {
	color: black;	
}
.digits {
	-wap-input-format:'*N';
}
#content {
	width: 100%;
	background-color: #515e67;
	margin: 0;
	padding: 0;
}
#logo {
	background-image: url(rsc/mobile/logo.gif);
	background-repeat: no-repeat;
	/*background-position: left top;
	*/
	height: 35px;
	margin: 0;
	padding: 0;
}
#searchParams, #info, #help {
	border-top: 3px solid #8CA53F;
	padding: 2px;
	margin: 0 2px;
}
#navigate {
	padding: 3px 3px 5px 3px;
	margin: 0 2px;
	border-bottom: 3px solid #8CA53F;
}
#searchBusStop, #subSearch, #subService, #subDestination {
	text-align: center;
	padding: 2px 0px;
}
#showSelectService {
	padding: 2px 0px;
}
.searchTitle {
	text-align: left;
}
#erreur {
	color: red;
}
#links {
	background-color: transparent;
	padding: 8px 4px 10px;
}
.link a {
	padding: 0 5px;
}
#navigate .selected, #navBusStop, #navService, a {
	color: white;
}
#result {
	margin: 2px;
}
#resultFonctions {
	background-color: #8CA53F;
}
#resultTitle {
	background-color: #8CA53F;
	margin-bottom: 2px;
	padding: 5px 0 2px 0;
	/*text-align: center;*/
	color: black;
	font-weight: bolder;
}
#resultContent {
	background-color: #8ca53f;
	/*background-image: url(rsc/mobile/resultcontent.gif);*/
}
#horaireTable {
	width: 100%
}
#horaireTable td {
	padding: 1px 1px 1px 2px;
	color: black;
}
#horaireTable td.horaireHeader {
	background-color: #515e67;
	padding: 5px;
	color: white;
}
#tFooter td {
	background-color: #515E67;
	color: white;
	text-align: center;
	/*font-size: x-small;*/
	font-size: small;
}
#serviceSelectedName {
	font-weight: bolder;
	text-align: center;
}
#destinationSelectedName {
	font-weight: bolder;
	text-align: center;
}
.time {
	font-weight: bold;	
}
.invalidInput {
 	background-color: red;
 }
ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#arretCodeDisplay {
	padding-right: 50px;
}