/* Reset CSS */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
	background-color: #FFFFFF;
}


h1 {
	color: #FFFFFF;
	background : #2554C9 url(http://busmontreal.com/img/gradient_header_blue.png) left top repeat-x;
	height: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-shadow: 2px 2px 2px #E9E9E9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

td {border: none}

.banner {
	width: 500px;
	height: 80px;
	margin-top: 10px;
}

.home {
	background-color: #000000;
	color: #FFFFFF;
}



#description {
	text-align: justify;
}

.site_description {
	text-align: justify;
	line-height: 2;
	margin-top: 80px;
	border-left-style: solid;
	border-left-color: #118B1F;
	padding-left: 10px;
	margin-bottom: 250px;
	color: #FFFFFF;
	width: 80%;
}

.site_description a {
	color: #6F6FFF;
}

.site_description a:hover {
	color: #FF1904;
}

.sidebar {
	margin-top: 70px;
	padding-left: 40px;
}

.sidebar .item {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	background : #2554C9 url(http://busmontreal.com/img/gradient_blue.png) left top repeat-x;
	width: 120px;
	padding: 5px;
	margin-top: 10px;
	font-size: 16px;
	margin-bottom: 10px;
	text-align: center;
}

.sidebar .item:hover {
	color: #FF1904;
}

.home .copyright {
	font-weight: bold;
	color: #15ACA2;
}

#map {height: 350px;}

#street_view {height: 235px;}



#origin, #destination, #params_routes {
	border-style: solid;
	border-width: 1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-color: #DCDCDC;
	padding: 5px;
	margin-bottom: 2px;
}

#routes li {
	line-height: 150%;
} 


.panel_button_en {
	color: #FFFFFF;
	background : #2554C9 url(http://busmontreal.com/img/panel_button_en.png) left top repeat-x;
	margin-bottom: 2px;
	margin-top: 5px;
	cursor: pointer;
}

.panel_button_dis {
	color: #FFFFFF;
	background :  #9F9F9F url(http://busmontreal.com/img/panel-button-dis.jpeg) left top repeat-x;
	margin-bottom: 2px;
	margin-top: 5px;
	cursor: normal;
}

.panel_button_en:hover {
	color: red;
}

.panel_header {
	text-align:left;
	padding-left: 2px;
	color: #FFFFFF;
	background : #2554C9 url(http://busmontreal.com/img/gradient_header_blue.png) left top repeat-x;
	border-width: 1px;
	border: solid;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #E9E9E9;
}

.processing {
	color: #CC2247;
}

.location, .route_header {
	color: #41A41E;
	color: #000000;
	font-weight: bold; 
}

.stop {
	color: #2554C9;
	font-weight: bold; 
}

.section {
	margin-bottom: 5px;
	margin-top: 5px;
}