﻿html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 100%;
        font: inherit;
        vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
        display: block;
}
body {
        line-height: 1;
}
ol, ul {
        list-style: none;
}
blockquote, q {
        quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
        content: '';
        content: none;
}
table {
        border-collapse: collapse;
        border-spacing: 0;
}

*, *:before, *:after {
        -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
 }

/* start custom */

body
{
    font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
	margin: 0;
	font-size: 13px;
	background-color: #fff; 
}

#header 
{
	text-align: left;
	min-height: 45px; 
	padding-left: 20px;
	background-color: #FFFFFF;
	font-size: 30px;
	float:left;
	width:100%;
}

#brand{ padding-top: 5px; float:left;}

#brand img#logo {
	padding-right: 20px;
	vertical-align: middle;
	display: inline-block;
}

.logo-container{float:right}
.header-logo{ float: right;margin-right: 10px;margin-top:5px}

.contentMain
{
	width: 100%;
	overflow: auto;
    padding-bottom: 20px;
    float:left
}

#new_page_title
{
    font-family: Lato, sans-serif;
	font-weight: 600;
	color: #666666;
    font-size: 28px;
}

#header-container{
	margin-bottom:10px;
	width:100%;
	float:left;
}

#menu {
	width: 100%;
    text-align: center;
}
	   
/* Navigation */  
ul#navigationContainer {
	height: 31px;
    background-color: #454545;
	width: 100%;
	float:left;
}
	  
ul#navigationContainer li
{
	display: inline-block;
	cursor: pointer;
	border-left: 1px solid Gray;
	padding: 6px 30px;
	background-color: #454545;
    border-top: 1px solid gray
}

ul#navigationContainer li a 
{
	text-decoration: none; 
	font-size: 13px; 
	font-weight: 700;
	color: #fff;
}

ul#navigationContainer li.nav_button.last{border-right: 1px solid Gray;}
ul#navigationContainer li.nav_button.selected{background-color: #da291f; font-weight: bolder}
ul#navigationContainer li.nav_button.mouseOver{ font-weight: bolder;background-color: #da291f;}

	
table
{
	border-spacing: 0px;
}
	
.main_frame
{
	text-align: center;
	vertical-align: top;
	padding: 10px;
}
	
.main_pane
{
	background-color: #fff;
	border: solid 1px #ccc;
	width: 550px;
	margin-top: 20px;
}
	
.icon_holder
{
	text-align: center;
	padding: 10px 10px 0px 10px;
}
	
.bottom_content
{
	text-align: center;
	vertical-align: top;
}
	  
.displaybox
{
	/*background:#FFEBE8 none repeat scroll 0 0;
			border:1px solid #DD3C10;*/
	border: 1px solid #3366cc;
	background-color: #e5ecf9;
	padding: 12px;
	font-size: 12px;
	width: 475px;
	text-align: left;
	margin-bottom: 10px;
}

.grey-text {
  color: grey;
}

#grey-out-route-info {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
}

.instructions_title
{
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #222222;
}

.public_arrivals_title
{
	font-size: 26pt;
	text-align: center;
	font-weight: bold;
}
	
.big_letter
{
	font-size: 24pt;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	min-width: 70px;
}
	
.public_arrivals_table
{
	border-spacing: 0px;
	margin-top: 20px;
}
	
.public_arrivals_table td
{
	padding: 5px;
}
	
.accessible_link
{
	text-align: center;
	vertical-align: bottom;
	font-size: 9pt;
}
	
.row_show
{
	display: table-row;
}
	
.row_hide
{
	display: none;
}
	
.selected
{
	font-weight: bold;
}
	
.nav_parent
{
	background-color: #fff;
	border: solid 1px #cccccc;
	width: 240px;
	height: 95%;
	margin: 10px 10px 0px 10px;
}
	
.nav_table
{
	width: 100%;
}
	
.main_table
{
	padding: 10px;
	background-color: #fff;
	border: solid 1px #cccccc;
	width: 95%;
	height: 95%;
	margin: 10px 0px 0px 10px;
}
	
.main_table_split
{
	width: 95%;
	height: 95%;
	margin: 10px 0px 0px 10px;
	border-spacing: 0px;
}
	
.main_table_split td
{
	vertical-align: top;
	padding: 0px;
	border-spacing: 0px;
}
	
.main_table_top
{
	background-color: #fff;
	border: solid 1px #cccccc;
	width: 100%;
	height: 100%;
	margin: 0px;
}
	
.main_table_spacer
{
	height: 10px;
}
	
.main_table_bottom
{
	background-color: #fff;
	border: solid 1px #cccccc;
	width: 100%;
	margin: 0px;
	height: 240px;
}
	
.main_table_bottom_icons
{
	width: 100%;
	height: 220px;
}
	
/* public page: bus map and arrival predictions links */
.public_start_link
{
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
	color: #000;
}
	
.public_start_link:hover
{
	font-size: 18px;
	text-decoration: underline;
	color: #ea321b;
}
	

	
.nav_outside_link
{
	font-size: 12px;
	text-decoration: none;
	color: #222222;
}
	
.nav_outside_link:hover
{
	font-size: 12px;
	color: #ea321b;
	text-decoration: underline;
}
	
.announcement_title
{
	font-size: 24px;
	font-weight: bold;
}
	
.announcement_text
{
	font-size: 16px;
	line-height: 18px;
}
	
.announcement_text_split
{
	font-size: 16px;
	line-height: 18px;
}
	
p, td
{
	font-size: 13px;
	line-height: normal;
}
	
.pane
{
	border: solid 1px #ccc;
	width: 700px;
	background-color: #fff;
	padding: 20px 30px;
	vertical-align: top;
	margin: auto;
	text-align: left; 
	margin-top: 20px;
    border-radius: 5px;
}

.pane-base {
	border: solid 1px #ccc;
	background-color: #fff;
	margin-top: 35px;
	text-align: left;
    border-radius: 5px;
}
	
.feature_title
{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	min-width: 70px;
}
	
.feature
{
	padding: 8px 16px 0px 0px;
	text-align: center;
	width: 144px;
}
	
.feature_text
{
	padding: 5px;
	vertical-align: middle;
	text-align: left;
}
	
.featured_number
{
	font-size: 16px;
	font-weight: bold;
}
	

	
	
.pane h3 {
	text-align: center;
	font-size: 24pt;
}

.pane h4 {
	text-align: left;
	font-size: 13px;
}

.pane h3,h4 {
	font-weight: bold;
	margin-bottom: .5em;	
}


/* LISTS */
ul {
	display: block;
}

ul li {
	line-height: normal
}

/* ALERTS PAGE */
#alerts_body {}
#alerts_body h4 {margin-top:10px}

#alerts_body .btm_left_sms_icon {
	 display: inline; float: left; margin-top: 0px; padding-right:10px
}

#alerts_body ul#alert_list 
{
	text-align: left;
	margin: auto;
	padding-left: 40px;
	margin-top: 10px;
	list-style-type: disc;
}

#alerts_body #alert_phone_form {
	margin-top: 30px;
	overflow: auto;
	width: 100%
}

/* Arrival Times Page */
#arrivals_table {
	margin-top: 10px;
	float: left;
}

#arrivals_body div.instructions 
{
	clear: both;
	line-height: 24px;
	margin-bottom: 15px;	
}

#arrivals_body div label {
	line-height: 26px;
	font-size:20px
}

#arrivals_body .num 
{
	float: left;
	width: 40px;
	font-weight: bold;
	font-size: 26px
}

#arrivals_body div select
{
	width: 350px;
	float: right;
	font-size: 16px;
	padding:1px
}

span#arrivals_time {
	font-weight: bold;
}

#arrivals_times {
	width: 280px;
	float: left;
	margin-right: 30px;
	clear:none
}

#arrivals_mobile_info {
	width: 280px;
	float: left;
}

#arrivals_mobile_info ul li {margin-bottom: 20px;}
#arrivals_mobile_info ul li p{ font-size: 14px;}
#arrivals_mobile_info ul li img
{
	float: left;
	margin-right: 10px;
}

#arrivals_mobile_info span.mobile_stop_number
{
	font-weight: bold;
}
	
#arrivals_mobile_info span.mobile_text
{
	font-size: 11pt;
}

#arrivals_body h4 
{
	font-size: 18px;
	text-align: center;
	margin-bottom: 15px;
}
	
.public_arrivals_displaybox
{
	border: 1px solid #3366cc;
	background-color: #e5ecf9;
	padding: 12px;
	min-width: 150px;
	text-align: center;
}

.public_arrivals_displaybox p{font-weight: bold; margin-bottom: 10px}
.public_arrivals_arrival1{font-size: 22pt; font-weight: bold;}
.public_arrivals_arrival2{font-size: 16pt; font-weight: bold;}
.public_arrivals_arrival_minutes{font-size: 14pt;padding-left: 3px;}

.arriving_vehicle{ margin-bottom: 5px;}
.arrival-bus-time{margin-top: 5px;margin-bottom:15px}

/* announcements */
#announcements-nav {
	width: 260px;
	float: left;
	margin-left: 35px;
	padding: 10px;
	min-height: 600px;
}

#announcement_container {
	margin-left: 325px;
	margin-right: 35px;
	padding: 20px;
	min-width: 400px;
	min-height: 580px;
}

.announcement_link
{
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #222222;
}
	
.announcement_link:hover
{
	font-weight: bold;
	color: #ea321b;
	text-decoration: underline;
}
.announcements_header
{
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 15px;
}
	
.announcement_item
{
	font-size: 12px;
	padding-left: 10px;
	padding-bottom: 5px;
}
	
.announcement_link
{
	text-decoration: none;
	color: #222222;
}
	
.announcement_link:hover
{
	color: #ea321b;
	text-decoration: underline;
}

.footer {
	left: 5px;
	bottom: 5px;
	right: 5px;
	position: absolute;
	text-align: center;
}

/* UnReset CSS for announcements*/
.announcement_text body {
	font: 9pt/1.5em sans-serif;
}
.announcement_text pre, code, tt {
	font: 1em/1.5em 'Andale Mono', 'Lucida Console', monospace;
}
.announcement_text h1, h2, h3, h4, h5, h6, b, strong {
	font-weight: bold;
}
.announcement_text h1, h2, h3 {
	margin-top: 1.5em;
}
.announcement_text h1 {
	font-size: 1.3em;
}
.announcement_text h2 {
	font-size: 1.2em;
}
.announcement_text h3 {
	font-size: 1.1em;
}
.announcement_text em, i, dfn {
	font-style: italic;
}
.announcement_text dfn {
	font-weight:bold;
}
.announcement_text p, code, pre, kbd {
	margin:0 0 1.5em 0;
}
.announcement_text blockquote {
	margin:0 1.5em 1.5em 1.5em;
}
.announcement_text cite {
	font-style: italic;
}
.announcement_text li ul, li ol {
	margin:0 1.5em;
}
.announcement_text ul, ol {
	margin:0 1.5em 1.5em 1.5em;
}
.announcement_text ul {
	list-style-type:disc;
}
.announcement_text ol {
	list-style-type:decimal;
}
.announcement_text ol ol {
	list-style: upper-alpha;
}
.announcement_text ol ol ol {
	list-style: lower-roman;
}
.announcement_text ol ol ol ol {
	list-style: lower-alpha;
}
.announcement_text dl {
	margin:0 0 1.5em 0;
}
.announcement_text dl dt {
	font-weight:bold;
}
.announcement_text dd {
	margin-left:1.5em;
}
.announcement_text table {
	margin-bottom:1.4em;
	width:100%;
}
.announcement_text th {
	font-weight:bold;
}
.announcement_text th, td, caption {
	padding:4px 10px 4px 5px;
}
.announcement_text tfoot {
	font-style:italic;
}
.announcement_text sup, sub {
	line-height:0;
}
.announcement_text abbr, acronym {
	border-bottom: 1px dotted;
}
.announcement_text address {
	margin:0 0 1.5em;
	font-style:italic;
}
.announcement_text del {
	text-decoration: line-through;
}
.announcement_text pre {
	margin:1.5em 0;
	white-space:pre;
}
.announcement_text img.centered, .aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.announcement_text img.alignright {
	display: inline;
}
.announcement_text img.alignleft {
	display: inline;
}
.announcement_text .alignright {
	float: right;
	margin-left: 10px;
}
.announcement_text .alignleft {
	float: left;
	margin-right: 10px;
}
.announcement_text img {
	max-width: 100%;
}
.announcement_text * html .clearfix {
    height: 1%;
}
.announcement_text * + html .clearfix {
	display: inline-block;
}
.announcement_text .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.announcement_text * html .group {
    height: 1%;
}
.announcement_text * + html .group {
	display: inline-block;
}
.announcement_text .group:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#img-bus-map {
    background-image: url("/images/busmap.gif");
    background-repeat: no-repeat;
    width: 243px; /*or your image's width*/
    height: 275px; /*or your image's height*/
    margin: 0;
    padding: 0;
}

#img-arrivals {
    background-image: url("/images/arrivals.gif");
    background-repeat: no-repeat;
    width: 243px; /*or your image's width*/
    height: 275px; /*or your image's height*/
    margin: 0;
    padding: 0;
}



/**
* End
*/