@charset "utf-8";
/* CSS Document */
/*
	--------------------------------------------------
	iCREATE STYLES
	--------------------------------------------------

	Author:	eSolutionsGroup.ca
		
*/

/*

	i:Create Styles
	These styles are available to the client while editing an i:Create
	page.  Clients can select the below styles from a drop-down list
	to apply to text.
	
	Styles in this sheet cannot have upper-case characters or numbers.
	They must all be class selectors and not applied to specific elements
	(i.e: 

img.floatleft == bad, .floatleft == good)
	
*/

.None { /* empty style -- required by i:Create */
}
/* Headings */


/* Content Styles */

.Intro {
}
/*.caption {}*/ /* - Caption 

should only be used if the client requests it. Otherwise leave commented out. - */


/* Image Placement */

.Imageleft {
}
.Imageright {
}


/* Milton Custom */

#esol {
	display:none;
}

.List_pathway_page {
	text-decoration:none;
	list-style-type:none !important;
	margin-top:-10px;
	line-height:1.1em;
}
.contactHeader p {
	color: #105E7F !important;
}
.MainNavContainer {
	background-color: #2682a8!important;
	color:#ffffff!important;
	padding-top:3px;
	padding-left:2px;
	padding-bottom:3px;
}
.SubNavContainer {
	background-color: #d9e6ec !important;
	padding-top:1px;
	padding-left:2px;
	padding-bottom:1px;
}
.subNav a:link {
	background-color: #d9e6ec !important;
}
.subNav a:visited {
	background-color: #d9e6ec !important;
}
a:link#newslistAttachment {
	text-decoration:underline !important;
}
.DataGridHeaderStyle {
	background-color:#c89855 !important;
}
.transit_callout {
	background-color: #C6D6C4 !important;
	border:solid #C6D6C4 2px;
	width:21%;
	height:240px;
	padding: 5px 10px!important;
	margin-left: 10px!important;
	margin-top: 10px!important;
	float:right;
	color:#003F77;
	font-size:1.2em;
}
.transit_callout h2 {
	padding-top: 0px!important;
	margin-top: 0px!important;
	color:#003F77 !important;
	font-weight:600;
}
.transit_callout a {
	color:#003F77;
}
.transit_callout2 {
	background-color: #B0E0E6 !important;
	border:solid #B0E0E6 2px;
	width:21%;
	height:200px;
	padding: 5px 10px!important;
	margin-left: 10px!important;
	margin-top: 10px!important;
	float:right;
	color:#003F77;
	font-size:1.2em;
}
.transit_callout2 h2 {
	padding-top: 0px!important;
	margin-top: 0px!important;
	color:#003F77 !important;
	font-weight:600;
}
.transit_callout2 a {
	color:#003F77;
}
.transit_hmenu td {
	border-right:solid #ffffff 3px;
	background-color: #003F77 !important;
	font-size: 1.3em;
}
.transit_hmenu a {
	color:#E1E9E0!important;
}
.transit_hmenu {
	color:#E1E9E0!important;
	margin-bottom:15px;
}
.transittable {
	border-collapse: collapse;
}
.row {
	background: #ffffff;
}
.altrow {
	background: #eeeeee;
}
.transittable tr:hover, .transittable tr.altrow:hover {
	background: #ccc!important;
}
.transittable thead {
	color:#333!important;
	background: #efefef!important;
	text-align: center;
	font:12px Arial, Helvetica, sans-serif;
}
.transittable thead td {
	border: thin solid #ccc!important;
}
.transittable thead th {
	border: thin solid #ccc!important;
}
.transittable td {
	padding: 3px 10px;
	border: thin solid #ccc;
}
.direction {
	color:#333!important;
	background: #efefef!important;
	text-align: center;
	font:12px Arial, Helvetica, sans-serif;
}
.dayoftheweek {
	text-align: center;
	background:#6C6C6C;
	color:#fff;
	font-weight: bold;
	font:14px Arial, Helvetica, sans-serif;
}
.dayoftheweek tr {
	height:1.3em;
}
.timeofday {
	text-align: center;
	background:#989898;
	font-weight: bold;
}
.transit {
	padding-top:15px!important;
}
.transit_main {
	float:left;
	width:75%;
}
/**************  Blue Route *****************/

.transittable_blue thead {
	background: #4D4DFF!important;
	color:#fff!important;
	text-align:center;
	font:14px Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.transittable_blue thead td {
	border: thin solid #ccc!important;
}
.transittable_blue thead th {
	border: thin solid #ccc!important;
}
.transittable_blue td {
	padding: 3px 10px;
	border: thin solid #ccc;
}
.transittable_blue .altrow {
	background:#E6E6FF !important;
}
.transittable_blue tr:hover, .transittable_blue tr.altrow:hover {
	background: #CCCCFF !important;
}
.direction_blue {
	color:#333!important;
	background: #E6E6FF!important;
	text-align: center;
	font:12px Arial, Helvetica, sans-serif;
}
.footer_blue {
	background:#4D4DFF !important;
	color:#fff!important;
	font-weight:bold!important;
	text-align:left;
}
.routename_blue {
	background:#0000CC !important;
	font-size:1.2em;
	text-align:left;
	font-weight:bold!important;
}
/**************  Green Route *****************/

.transittable_green thead {
	background: #4DB870 !important;
	color:#fff!important;
	text-align: center;
	font:14px Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.transittable_green thead td {
	border: thin solid #ccc!important;
}
.transittable_green thead th {
	border: thin solid #ccc!important;
}
.transittable_green .altrow {
	background:#E6F5EB !important;
}
.transittable_green tr:hover, .transittable_green tr.altrow:hover {
	background: #B2E0C2 !important;
}
.transittable_green td {
	padding: 3px 10px;
	border: thin solid #ccc;
}
.direction_green {
	color:#333!important;
	background: #E6F5EB !important;
	text-align: center;
	font:12px Arial, Helvetica, sans-serif;
}
.footer_green {
	background:#4DB870 !important;
	color:#fff!important;
	font-weight:bold!important;
	text-align:left;
}
.routename_green {
	background:#007A29 !important;
	font-size:1.2em;
	text-align:left;
	font-weight:bold!important;
}
#newsTransit {
	background-color: #ffffff !important;
	border:solid #C6D6C4 2px;
	width:21%;
	height:290px;
	padding:5px 10px!important;
	margin-left: 10px!important;
	margin-top: 10px!important;
	float:right;
	color:#000;
	font-size:1em;
}
#newsTransit h2 {
	color:#003F77;
}


.row {
	background: #ffffff;
}
.altrow {
	background: #eeeeee!important;
}
.transittable thead {
	color:#333!important;
	background: #efefef!important;
	text-align: center;
	font:12px Arial, Helvetica, sans-serif;
}
.transittable thead td {
	border: thin solid #ccc!important;
}
.transittable thead th {
	border: thin solid #ccc!important;
}
.transittable td {
	padding: 3px 10px;
	border: thin solid #ccc;
}
.direction {
	color:#333!important;
	background: #efefef!important;
	text-align: center;
	font:12px Arial, Helvetica, sans-serif;
}
.dayoftheweek {
	text-align: center;
	background:#6C6C6C;
	color:#fff;
	font-weight: 600;
	font:14px Arial, Helvetica, sans-serif;
}
.dayoftheweek tr {
	height:1.3em;
}
.timeofday {
	text-align: center;
	background:#989898;
	font-weight: 600;
}

.page-break	{ display: none; }