html,body {
	margin: 0;
	padding: 0;
	height: 100%; /* needed for container min-height */
	background: #eee;
	font-family: 'Open Sans', sans-serif;
	font-size: small;
	color: #666;
}

h1 {
	font: 1.5em 'Open Sans', sans-serif;
	margin: 0.5em 0;
}

h2 {
	font: bold 1.25em 'Open Sans', sans-serif;
	margin: 1em 0 0.5em;
	border-bottom: 1px dashed #0E6093;
}

h1,h2,a {
	color: #0E6093;
}

p {
	line-height: 1.5;
	margin: 0 0 1em;
}

div#container {
	position: relative; /* needed for footer positioning*/
	margin: 0 auto; /* center, not in IE5 */
	width: 750px;
	background: #fff;
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%; /* real browsers */
	-moz-box-shadow: 0px 0px 24px #777;
	-webkit-box-shadow: 0px 0px 24px #777;
	box-shadow: 0px 0px 24px #777;
}

div#header {
	padding: 1em;
	background: #eee url("../csslayout.gif") 98% 10px no-repeat;
	border-bottom: 2px dotted #ddd;
}

div#header p {
	font-size: 1.1em;
	margin: 0;
}

div#content {
	padding: 1em 1em 6em; /* bottom padding for footer */
}

div#content p {
	text-align: justify;
	padding: 0 1em;
}

div#footer {
	position: absolute;
	width: 100%;
	bottom: 0; /* stick to bottom */
	background: #eee;
	border-top: 2px dotted #ddd;
}

div#footer p {
	padding: 1em;
	margin: 0;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

table#listaHorarios .col1 {
	width: 16%;
}

table#listaHorarios .col2 {
	width: 10%;
}

table#listaHorarios .col3 {
	width: 74%;
}

table#listaRuas .col1 {
	width: 10%;
}

table#listaRuas .col2 {
	width: 90%;
	text-align: left;
}

.stop_count {
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background-color: #eee;
	padding: 1px 12px;
	font-weight: bold;
}

table#proximasPartidas .col1 {
	width: 20%;
	text-align: right;
}

table#proximasPartidas .col2 {
	width: 12%;
	text-align: center;
}

table#proximasPartidas .col3 {
	width: 68%;
}

table#tabelaHoraria .col1 {
	width: 20%;
	text-align: center;
}

table#tabelaHoraria .col2 {
	width: 80%;
	text-align: left;
}