/**************************************************************************************************
*
* 	Name:			Global CSS
* 	Author:			Dan Tarrant
*	Copyright:		Appius (www.appius.com)
*
*	Contents:
*	01. Reset browser defaults
* 	02. Layout
* 	03. Headings
*	04. Typography
* 	05. Navigation
* 	06. Links
* 	07. Lists
* 	08. Images
* 	09. Forms
* 	10. Tables
* 	11. Misc
*	12. Home Page News Ticker
*
**************************************************************************************************/
 
/**************************************************************************************************
*	01. Reset browser defaults (http://meyerweb.com/eric/tools/css/reset/)
**************************************************************************************************/

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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0px solid blue;
	outline: 0;
	font-size: 100%;
	vertical-align: top;
	background: transparent;
	color: none;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

/* Remember to define focus styles */
:focus {
	outline: 0;
}

/* Remember to highlight inserts somehow */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* Tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/**************************************************************************************************
*	02. Layout
**************************************************************************************************/

body {
	font: 0.6875em/1.75em  Verdana, Arial, Helvetica, sans-serif;
	
	color: #0a1c5c;
	margin: 5px 0 0 0;
	background-color: #fff;
}

.wrapper {
	position: relative;
	margin: 0 auto;
	width: 960px;
}

#header {
	position: relative;
	/*height: 102px;*/
	padding: 0 0 10px 0;
}

#header .links {
	position: relative;
	margin: 0 10px 0 0;
}

#header .logo {
	position: relative;
	margin: 0 29px 0 0;
	float: left;
}

#header .slogan {
	position: relative;
	float: left;
	margin: 22px 0 0 0;
}

#header .search {
	position: relative;
	float: right;
	margin: 18px 10px 0 0;
	width: 237px;
}

#header .search div.left {
	width: 110px;
}

.navigation {
	position: relative;
	background-color: #0a1c5c;
}

#content {
	position: relative;
	padding: 20px 0;
	border-top: 5px solid #b6bbce;
	top: -5px;
}

.one-col .primary {
	position: relative;
	width: 700px;
	padding: 0px 0px 20px 0px;
	margin: auto 10px;
	float: left;
}

.one-col .primary .search {
	background: transparent url("/images/forms/search-results-bg.jpg") no-repeat left top;
	padding: 9px 0 8px 0;
	margin: 0 0 20px 0;
	float: left;
	width: 100%;
}

.three-col .secondary .search {
	background: transparent url("/images/forms/search-results-narrow-bg.jpg") no-repeat left top;
	padding: 9px 0 8px 0;
	margin: 0 0 20px 0;
	float: left;
	width: 100%;
}

.three-col .primary {
	position: relative;
	width: 184px;
	padding: 0 20px 0 0;
	float: left;
}

.three-col .secondary {
	position: relative;
	width: 556px;
	padding: 0 20px 0 0;
	float: left;
}

.three-col .tertiary {
	position: relative;
	width: 172px;
	padding: 0;
	float: right;
}

#news-ticker-container {
	position: relative;
	background-color:#E0E3ED;
}

#news-ticker {
	position: relative;
	background: #e0e3ed url('images/furniture/news-ticker-bg.jpg') repeat-x left top;
	color: #6f7aa0;
	border-top: 5px solid #b6bbce;
	z-index: 0;
	top: -5px;
}

#news-ticker .news-ticker-inner {
	width: 960px;
	margin: 0 auto;
	padding: 5px 0 0 0;
}

.home-outer {
	position: relative;
	background: #fff url('images/furniture/content-top-shadow.jpg') repeat-x left top;
	margin: 0 auto;
}

.home-inner {
	position: relative;
	background: transparent url('images/furniture/home-bg.jpg') no-repeat center top;
	padding: 25px 0 0 0;
	margin: 0 auto;
}

.home-inner .primary {
	position: relative;
	width: 279px;
	padding: 0 35px 0 80px;
	float: left;
}

.home-inner .secondary {
	position: relative;
	width: 364px;
	padding: 0 20px 0 0;
	float: left;
}

.home-inner .tertiary {
	position: relative;
	width: 172px;
	padding: 0;
	float: left;
}

.news-list-summary {
	position: relative;
	margin: 6px 0 0 0;
}

.news-list-summary div {
	position: relative;
	background: transparent url('images/furniture/news-list-row-bg.jpg') no-repeat left top;
	padding: 10px 0;
}

.journey-planner {
	position: relative;
	color: #fff;
	padding: 10px 0 0 0;
}

.journey-planner .row {
	position: relative;
	display: block;
	clear: both;
}

.icons {
	margin: 5px 0 0 0;
	width: 84px;
}

#footer {
	position: relative;
	background: #fff url('images/furniture/body-footer-bg.jpg') repeat-x left bottom;
	height: 131px;
	margin: 0 auto;
}

.footer-outer {
	position: relative;
	background: transparent url('images/furniture/footer-bg.jpg') no-repeat center top;
	height: 94px;
	margin: 0 auto;
	text-align: right;
	border-bottom: 5px solid #b6bbce;
}

.footer-inner {
	text-align: right;
	padding: 20px 20px 0 0;
}

/* Quick Links */

.quick-links {
	padding: 40px 10px 20px 0;
	float: right;
}

div.quicklinks {
	float: left;
	margin: 0;
	padding: 35px 0 0 0;
	width: 172px;
}

.quick-links div.quicklinks, .secondary div.quicklinks {
	float: left;
	margin: 0 20px 0 0;
	padding: 35px 0 0 0;
	width: 172px;
}

div#content div.last, .quick-links div.last {
	margin: 0 !important;
}

div.quicklinks .imageContainer {
	float: left;
	width: 146px;
	padding: 6px 13px 100px 13px;
}

div.quicklinks .inner {
	float: left;
	width: 100%;
}

div.home-inner div.quicklinks .inner {
	height: 200px;
}

div.three-col div.secondary div.quicklinks .inner {
	height: 120px;
}

div.quicklinks label {
	float: left;
	margin: 0 0 2px 0;
	font-size: 1.1em;
	font-weight: bold;
}
/* amend ST 15/07/2010: div.quicklinks input#busNo */
div.quicklinks input#ctl00_ContentPlaceHolderQuickLinks_tbBus {
	background: transparent url("images/quicklinks/bus_text_bg.gif") no-repeat left top;
	border: 0;
	float: left;
	padding: 5px 4px 6px 5px;
	width: 113px;
	color: #707472;
	font-size: 1em;
}

div.quicklinks select {
	border: 0;
	float: left;
	padding: 5px 4px 4px 5px;
	width: 122px;
	color: #707472;
	font-size: 1em;
}
/* amend ST 15/07/2010: div.quicklinks select#tramRoute */
div.quicklinks select#ctl00_ContentPlaceHolderQuickLinks_ddlTramTimetables {
	background: transparent url("images/quicklinks/tram_select_bg.gif") no-repeat left top;
}
/* amend ST 15/07/2010: div.quicklinks select#trainRoute */
div.quicklinks select#ctl00_ContentPlaceHolderQuickLinks_ddlTrainTimetables {
	background: transparent url("images/quicklinks/train_select_bg.gif") no-repeat left top;
}

div.quicklinks img {
	float: right;
	margin: 3px 0 0 0;
}

div.quicklinks input.timetableButton {
	float: left;
	margin: 5px 0 10px 0;
}

div.quicklinks ul li {
	padding: 4px 0 2px 20px;
	line-height: 1.2em;
}

div.quicklinks ul li a {
	font-size: 0.8em;
	font-weight: bold;
	color: #0A1C5C;
	text-decoration: none;
}

div.quicklinks ul li a:hover {
	text-decoration: underline;
}

div#busQL {
	background: transparent url("images/quicklinks/bus_top.gif") no-repeat left top;
}

div#busQL .imageContainer {
	background: transparent url("images/quicklinks/bus_bottom.jpg") no-repeat left bottom;
}

div#busQL ul li,div.quicklinks ul li.bus {
	background: transparent url("images/quicklinks/bus_icon.gif") no-repeat left 4px;
}

div#tramQL {
	background: transparent url("images/quicklinks/tram_top.gif") no-repeat left top;
}

div#tramQL .imageContainer {
	background: transparent url("images/quicklinks/tram_bottom.jpg") no-repeat left bottom;
}

div#tramQL ul li,div.quicklinks ul li.tram {
	background: transparent url("images/quicklinks/tram_icon.gif") no-repeat left 4px;
}

div#trainQL {
	background: transparent url("images/quicklinks/train_top.gif") no-repeat left top;
}

div#trainQL .imageContainer {
	background: transparent url("images/quicklinks/train_bottom.jpg") no-repeat left bottom;
}

div#trainQL ul li,div.quicklinks ul li.train {
	background: transparent url("images/quicklinks/train_icon.gif") no-repeat left 4px;
}

div#travelQL {
	background: transparent url("images/quicklinks/travel_top.gif") no-repeat left top;
}

div#travelQL .imageContainer {
	background: transparent url("images/quicklinks/travel_bottom.jpg") no-repeat left bottom;
}

div#travelQL ul li {
	background: transparent url("images/quicklinks/travel_icon.gif") no-repeat left 4px;
}

div#infoQL {
	background: transparent url("images/quicklinks/info_top.gif") no-repeat left top;
}

div#infoQL .imageContainer {
	background: transparent url("images/quicklinks/info_bottom.jpg") no-repeat left bottom;
}

div#timetabletypesQL {
	background: transparent url("images/quicklinks/timetable-types_top.gif") no-repeat left top;
}

div#timetabletypesQL .imageContainer {
	background: transparent url("images/quicklinks/timetable-types_bottom.jpg") no-repeat left bottom;
}

div#tickettypesQL {
	background: transparent url("images/quicklinks/ticket-types_top.gif") no-repeat left top;
}

div#tickettypesQL .imageContainer {
	background: transparent url("images/quicklinks/ticket-types_bottom.jpg") no-repeat left bottom;
}

div#futureQL {
	background: transparent url("images/quicklinks/future-changes_top.gif") no-repeat left top;
}

div#futureQL .imageContainer {
	background: transparent url("images/quicklinks/future-changes_bottom.jpg") no-repeat left bottom;
}

div.quicklinks ul li.parkRide {
	background: transparent url("images/quicklinks/park_ride_icon.gif") no-repeat left 4px;
	padding: 4px 0 4px 20px;
}

div.quicklinks ul li.walking {
	background: transparent url("images/quicklinks/walk_icon.gif") no-repeat left 4px;
}

div.quicklinks ul li.cycling {
	background: transparent url("images/quicklinks/cycling_icon.gif") no-repeat left 4px;
}

div.quicklinks ul li.greener {
	background: transparent url("images/quicklinks/greener_icon.gif") no-repeat left 4px;
}

div.quicklinks ul li.carShare, div.quicklinks ul li.allServices, div.quicklinks ul li.newServices, div.quicklinks ul li.travel {
	background: transparent url("images/quicklinks/travel_icon.gif") no-repeat left 4px;
}

div#airportQL {
	background: transparent url("images/quicklinks/airport_top.gif") no-repeat left top;
}

div#airportQL .imageContainer {
	background: transparent url("images/quicklinks/airport_bottom.jpg") no-repeat left bottom;
}

div#airportQL ul li {
	background: transparent url("images/quicklinks/airport_icon.gif") no-repeat left 4px;
}

div#hospitalQL {
	background: transparent url("images/quicklinks/hospital_top.gif") no-repeat left top;
}

div#hospitalQL .imageContainer {
	background: transparent url("images/quicklinks/hospital_bottom.jpg") no-repeat left bottom;
}

div#hospitalQL ul li {
	background: transparent url("images/quicklinks/hospital_icon.gif") no-repeat left 4px;
}

div#schoolQL {
	background: transparent url("images/quicklinks/school_top.gif") no-repeat left top;
}

div#schoolQL .imageContainer {
	background: transparent url("images/quicklinks/school_bottom.jpg") no-repeat left bottom;
}

div#schoolQL ul li {
	background: transparent url("images/quicklinks/school_icon.gif") no-repeat left 4px;
}

hr.sectionBreak {
	clear: both;
	width: 100%;
	margin: 2em 0;
	color: #c2c6d6;
	background-color: #c2c6d6;
	height: 1px;
	border: medium none;
}

div#pagination {
	float: left;
	margin: 0 0 1em 0;
	width: 100%;
}

.pagination-alt {
	margin: 2em 0 0 0;
}

div#pagination div.left {
	width: 525px;
}

div.timetableResult {
	float: left;
	clear: both;
	padding: 0 0 0 35px;
}

div.disruptionResult {
	width: 100%;
}

div.disruptionResult .icons {
	width: 50px;
	margin: 0 30px 0 0;
}

div.disruptionResult .detail {
	width: 860px;
	margin: 0;
}

div.disruptionResult img {
	margin: 0 0 5px 0;
}

div.BusResult {
	background: transparent url("images/icons/bus.jpg") no-repeat left top;
}

div.TramResult {
	background: transparent url("images/icons/tram.jpg") no-repeat left top;
}

div.TrainResult {
	background: transparent url("images/icons/train.jpg") no-repeat left top;
}

div.ticket-finder-result {
	padding: 3px 0;
	border-bottom: 1px solid #c3c6d7;
}

/**************************************************************************************************
*	03. Headings
**************************************************************************************************/

span .one {
	font-size: 1.5em;
	line-height: 1em;
	font-weight: bold;
	margin: 0 0 0.6em 0;
	color: #fff;
	display: inline;
}

span .two {
	font-size: 1.5em;
	line-height: 1em;
	font-weight: bold;
	margin: 0 0 0.6em 0;
	color: #0a1c5c;
	display: inline;
}

span .three {
	font-size: 1.5em;
	line-height: 1em;
	font-weight: bold;
	margin: 0 0 0.6em 0;
	color: #b6bbce;
	display: inline;
}

h1 {
font-size: 1.4em;
line-height: 1em;
	font-weight: bold;
	margin: 0 0 0.6em 0;
}

h2 {
	font-size: 1.1em;
	line-height: 1.2em;
	font-weight: bold;
	margin: 0 0 1.2em 0;
	clear: left;
}

h3 {
	font-size: 1em;
	line-height: 1em;
	font-weight: bold;
	margin: 0 0 1.2em 0;
}

.timetableLanding h1 {
	margin: -5px 0 10px 0;
	float: left;
}

div.timetableResult h2 {
	padding: 3px 0 0 0;
}

div.BusResult h2 {
	color: #797b79;
}

div.TramResult h2 {
	color: #68b022;
}

div.TrainResult h2 {
	color: #e31818;
}

/**************************************************************************************************
*	04. Typography
**************************************************************************************************/

p {
	margin-bottom: 1.2em;
}

.news-list-summary p {
	margin: 0;
}

.grey {
	color: #666;
}

strong.tabbed {
	float: left;
	width: 160px;
}

/**************************************************************************************************
*	05. Navigation
**************************************************************************************************/

#navigation {
	position: relative;
	list-style: none outside none;
	margin: 0;
	padding: 0;
	width: 100%;
	width: 960px;
	margin: 0 auto;
	z-index:1;
}

#navigation li {
	float: left;
}

#navigation li a:link, #navigation li a:visited, #navigation li a:active  {
	background-color: #0a1c5c;
	color: #fff;
	text-decoration: none;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 24px;
	border-bottom: 5px solid #b6bbce;
}

#navigation li a:hover
{
	border-bottom: 5px solid #0a1c5c;
	background-color: #b6bbce;
	color: #0a1c5c;
}

#navigation li a.selected
{
	background-color: #b6bbce;
	color: #0a1c5c;
	border-bottom: 5px solid #0a1c5c;
}

.journey-planning-image {
	position: relative;
	z-index: -1;
}

/* 1st tier */
#sub-navigation {
	position: relative;
	list-style: none outside none;
	margin: -7px 0 0 0;
	padding: 0 0 0 0;
	z-index: 1;
	width: 182px;
}

#sub-navigation li {
	position: relative;
}

#sub-navigation li a:link, #sub-navigation li a:visited, #sub-navigation li a:active {
	background-color: #b6bbce;
	color: #0a1c5c;
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 5px 20px;
	border-bottom: 1px solid #fff;
	width: 142px;
}

#sub-navigation li a:hover {
	background-color: #0a1c5c;
	color: #fff;
	border-bottom: 1px solid #fff;
	width: 142px;
}

#sub-navigation li a#outer-selected {
	background-color: #0a1c5c;
	color: #fff;
	font-weight: bold;
	border-bottom: 1px solid #fff;
	width: 142px;
}

#sub-navigation li.first a:link, #sub-navigation li.first a:visited, #sub-navigation li.first a:active {
	color: #0a1c5c;
	background: transparent url('images/navigation/sub-nav-top.png') no-repeat left top;
	width: 142px;
}

#sub-navigation li.first a:hover {
	color: #fff;
	background: transparent url('images/navigation/sub-nav-top-hover.png') no-repeat left top;
	width: 142px;
}

#sub-navigation li.first a#outer-selected {
	color: #fff;
	font-weight: bold;
	background: transparent url('images/navigation/sub-nav-top-hover.png') no-repeat left top;
	width: 142px;
}

#sub-navigation li.last a:link, #sub-navigation li.last a:visited, #sub-navigation li.last a:active {
	color: #0a1c5c;
	background: #b6bbce url('images/navigation/sub-nav-btm.jpg') no-repeat left bottom;
	width: 142px;
}

#sub-navigation li.last a:hover {
	color: #fff;
	background: #0a1c5c url('images/navigation/sub-nav-btm-hover.jpg') no-repeat left bottom;
	width: 142px;
}

#sub-navigation li.last a#outer-selected {
	color: #fff;
	font-weight: bold;
	background: #0a1c5c url('images/navigation/sub-nav-btm-hover.jpg') no-repeat left bottom;
	width: 142px;
}

/* 2nd tier */
#sub-navigation li ul li a:link, #sub-navigation li ul li a:visited, #sub-navigation li ul li a:active {
	background-color: #d2d6e1;
	color: #0a1c5c;
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 5px 20px 5px 40px;
	border-bottom: 1px solid #fff;
	width: 122px;
}

#sub-navigation li ul li a:hover {
	background-color: #0a1c5c;
	color: #fff;
	border-bottom: 1px solid #fff;
	width: 122px;
}

#sub-navigation li ul li a#inner-selected {
	color: #fff;
	border-bottom: 1px solid #fff;
	font-weight: bold;
	background-color: #0a1c5c;
	width: 122px;
}

#sub-navigation li ul li.last a:link, #sub-navigation li ul li.last a:visited, #sub-navigation li ul li.last a:active {
	color: #0a1c5c;
	background: #d2d6e1 url('images/navigation/sub-nav-inner-btm.jpg') no-repeat left bottom;
	width: 122px;
}

#sub-navigation li ul li.last a:hover, #sub-navigation li ul li.last a#inner-selected {
	color: #fff;
	background: #0a1c5c url('images/navigation/sub-nav-btm-hover.jpg') no-repeat left bottom;
	width: 122px;
}

#sub-navigation li ul li a#inner-selected {
	background-color: #0a1c5c;
	color: #fff;
	border-bottom: 1px solid #fff;
	width: 122px;
}

/* 3rd tier */
#sub-navigation li ul li ul li a:link, #sub-navigation li ul li ul li a:visited, #sub-navigation li ul li ul li a:active {
	background-color: #e0e3ed;
	color: #0a1c5c;
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 5px 20px 5px 60px;
	border-bottom: 1px solid #fff;
	width: 102px;
}

#sub-navigation li ul li ul li a:hover {
	background-color: #0a1c5c;
	color: #fff;
	border-bottom: 1px solid #fff;
	width: 102px;
}

#sub-navigation li ul li ul li a#inner-inner-selected {
	color: #fff;
	border-bottom: 1px solid #fff;
	font-weight: bold;
	background: #0a1c5c url('images/navigation/sub-nav-arrow-icon.jpg') no-repeat 159px 7px;
	width: 102px;
}

#sub-navigation li ul li ul li.last a:link, #sub-navigation li ul li ul li.last a:visited, #sub-navigation li ul li ul li.last a:active {
	color: #0a1c5c;
	background: #d2d6e1 url('images/navigation/sub-nav-inner-btm.jpg') no-repeat left bottom;
	width: 102px;
}

#sub-navigation li ul li ul li.last a:hover, #sub-navigation li ul li ul li.last a#inner-inner-selected {
	color: #fff;
	background: #0a1c5c url('images/navigation/sub-nav-btm-hover.jpg') no-repeat left bottom;
	width: 102px;
}

/**************************************************************************************************
*	06. Links
**************************************************************************************************/

a:link, a:visited, a:active {
	color: #0a1c5c;
	text-decoration: none;
}

a:hover, a.selected {
	text-decoration: underline;
}

#header .links a:link, #header .links a:visited, #header .links a:active {
	color: #0a1c5c;
	text-decoration: none;
}

#header .links a:hover {
	text-decoration: underline;
}

.journey-planner a:link, .journey-planner a:visited, .journey-planner a:active {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

.journey-planner a:hover {
	text-decoration: underline;
}

.news-list-summary a:link, .news-list-summary a:visited, .news-list-summary a:active {
	color: #0a1c5c;
	text-decoration: none;
}

.news-list-summary a:hover {
	text-decoration: underline;
}

#news-ticker a:link, #news-ticker a:visited, #news-ticker a:active {
	color: #6f7aa0;
	text-decoration: none;
}

#news-ticker a:hover {
	text-decoration: underline;
}

#footer a:link, #footer a:visited, #footer a:active {
	color: #0a1c5c;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover {
	text-decoration: underline;
}

.one-col .primary a,
.three-col .secondary a {
	font-weight: bold;
}

a.jumpLink {
	background: transparent url("images/icons/jump-link.gif") no-repeat left 3px;
	float: left;
	padding: 0 0 1.2em 25px;
	width: 253px;
	font-size: 1.1em;
}

a.ticket {
	background: transparent url("images/icons/jump-link.gif") no-repeat left 3px;
	float: left;
	padding: 0 0 1em 25px;
	text-decoration: underline;
}

a.ticket:hover {
	text-decoration: none;
}

a.backToTop {
	float: left;
	font-size: 1.1em;
}

a.readMore {
	background: transparent url("images/icons/jump-link.gif") no-repeat right top;
	padding: 0 25px 2px 0;
	font-size: 1.1em;
}

.ticket-finder a {
	text-decoration: underline;
}

.disruptionResult .detail a {
	text-decoration: underline;
}

.ticket-finder a:hover, .disruptionResult .detail a:hover {
	text-decoration: underline;
}

a.previous {
	background: transparent url("images/buttons/previous-page.gif") no-repeat right top;
	width: 130px;
	height: 24px;
	text-decoration: none;
}

a.previous:hover {
	background: #000 url("images/buttons/previous-page-hover.gif") no-repeat right top;
}

a.next {
	background: transparent url("images/buttons/next-page.gif") no-repeat right top;
	width: 130px;
	height: 24px;
	text-decoration: none;
}

a.next:hover {
	background: #000 url("images/buttons/next-page-hover.gif") no-repeat right top;
}

/**************************************************************************************************
*	07. Lists
**************************************************************************************************/

ul.list {
	list-style-type: none;
	margin: 0 0 1.2em 0;
}

ul.list li {
	position: relative;
	background: transparent url("images/furniture/bullet.jpg") no-repeat 0px 6px;
	padding: 0 0 5px 20px;
}

/**************************************************************************************************
*	08. Images
**************************************************************************************************/

.icons img {
	border: 1px solid #fff;
	margin: 0 0 0 7px;
	float: left;
	display: inline;
}

.home-inner .ctas img {
	margin: 0 0 10px 0;
}

.news-list-summary img {
	border: 1px solid #0473ba;
	margin: 0 15px 0 0;
}

img.right {
	margin: 0 0 10px 10px;
}

.timetableLanding img {
	margin: 0 10px 0 0;
}

/**************************************************************************************************
*	09. Forms
**************************************************************************************************/

form {
}

fieldset {
}

fieldset legend {
}

label {
}

input, textarea {
font-family:inherit;
font-size:100%;
}

select {
}

textarea {
}

input:focus, textarea:focus {
}

input.button:focus {
}

.journey-planner label {
	padding: 3px 0 0 0;
	float: left;
	font-weight: bold;
}

.journey-planner label.calendar {
	padding: 3px 0 0 0;
	width: 50px;
	float: left;
	font-weight: bold;
}

.journey-planner input {
	background: transparent url('/images/forms/journey-planner-input-bg.png') no-repeat left top;
	width: 108px;
	height: auto;
	border: 0;
	padding: 7px 5px 5px 7px;
	font-size: 1em;
	margin: 0 0 10px 0;
	float: right;
	color: #0a1c5c;
}

.journey-planner select {
	background: transparent url('/images/forms/journey-planner-narrow-select-bg.png') no-repeat left top;
	width: 49px;
	height: 25px;
	border: 0;
	padding: 4px 4px 4px 7px;
	font-size: 0.9em;
	margin: 0 5px 10px 0;
	float: left;
	color: #0a1c5c;
}

.journey-planner select.wide {
	background: transparent url('/images/forms/journey-planner-wide-select-bg.png') no-repeat left top;
	width: 116px;
	height: 25px;
	border: 0;
	padding: 4px 4px 4px 7px;
	font-size: 0.9em;
	margin: 0 5px 10px 0;
	float: left;
	color: #0a1c5c;
}

.journey-planner .departure {
	margin: 0 0 0 50px;
}

.journey-planner .departure label {
	padding: 0;
	margin: 0 10px 0 0;
}

.journey-planner .departure radio {
	padding: 0;
}

.journey-planner .radio {
	padding: 3px 0 0 0;
	margin: 0 10px 0 0;
	width: auto;
	height: auto;
	background: none;
	float: left;
}

.journey-planner .button {
	background: transparent url('/images/forms/journey-planner-submit-bg.png') no-repeat left top;
	width: 108px;
	height: 64px;
	border: 0;
	font-size: 0.9em;
	cursor: pointer;
	margin: 5px 0 0 10px;
	float: left;
}

.journey-planner .button:hover {
	background: url('/images/forms/journey-planner-submit-hover-bg.png') no-repeat left top;
}

#header .search input {
	background: #fff url('/images/forms/header-input-bg.jpg') no-repeat left top;
	width: 160px;
	height: auto;
	border: 0;
	padding: 7px 5px 5px 7px;
	font-size: 1em;
	line-height: 1em;
	margin: 0 0 10px 0;
	float: left;
	color: #0a1c5c;
}

#header .search .button {
	background: #fff url('/images/forms/header-submit-bg.jpg') no-repeat left top;
	width: 65px;
	height: 25px;
	border: 0;
	font-size: 0.9em;
	cursor: pointer;
	margin: 0 0 10px 0;
	float: left;
}

#header .search .button:hover {
	background: url('/images/forms/header-submit-hover-bg.jpg') no-repeat left top;
}

#header .search .radio {
	padding: 3px 0 0 0;
	margin: 0 10px 0 0;
	display: inline;
	width: auto;
	height: auto;
	background: none;
}

.one-col .primary .search label {
	float: left;
	margin: 3px 20px 0 50px;
	color: #fff;
	font-weight: bold;
}

.one-col .primary .search input {
	background: #fff url('/images/forms/search-results-input-bg.gif') no-repeat left top;
	width: 160px;
	height: auto;
	border: 0;
	padding: 7px 5px 5px 7px;
	font-size: 1em;
	float: left;
	color: #0a1c5c;
}

.one-col .primary .search .button {
	background: #fff url('/images/forms/search-results-submit-bg.gif') no-repeat left top;
	width: 110px;
	height: 25px;
	border: 0;
	font-size: 0.9em;
	cursor: pointer;
	float: left;
}

.one-col .primary .search .button:hover {
	background: #000 url('/images/forms/search-results-submit-hover-bg.gif') no-repeat left top;
}

.three-col .secondary .search label {
	float: left;
	margin: 3px 15px 0 45px;
	color: #fff;
	font-weight: bold;
}

.three-col .secondary .search input {
	background: #fff url('/images/forms/search-results-input-bg.gif') no-repeat left top;
	width: 160px;
	height: auto;
	border: 0;
	padding: 7px 5px 5px 7px;
	font-size: 1em;
	float: left;
	color: #0a1c5c;
}

.three-col .secondary .search .button {
	background: #fff url('/images/forms/search-submit-bg.gif') no-repeat left top;
	width: 66px;
	height: 25px;
	border: 0;
	font-size: 0.9em;
	cursor: pointer;
	float: left;
}

.three-col .secondary .search .button:hover {
	background: #000 url('/images/forms/search-submit-hover-bg.gif') no-repeat left top;
}

.three-col .secondary .ticket-and-passes-finder label {
	padding: 0;
}

.three-col .secondary .ticket-and-passes-finder span {
	position: relative;
	top: 7px;
	margin: 0 30px 0 0;
}

.three-col .secondary .ticket-and-passes-finder input {
	margin: 10px 3px 20px 0;
	width: auto;
	height: auto;
	background: none;
}

.three-col .secondary .ticket-and-passes-finder .radio input {
	margin: 10px 3px 20px 0;
	width: auto;
	height: auto;
	background: none;
}

.three-col .secondary .ticket-and-passes-finder .radio span {
	position: relative;
	top: 7px;
	margin: 0 10px 0 0;
}

.three-col .secondary .ticket-and-passes-finder .ticket-options input {
	margin: 10px 3px 0 0;
}

.three-col .secondary .ticket-and-passes-finder .panel-top {
	position: relative;
	background: #d2d6e1 url('/images/forms/panel-top-bg.jpg') no-repeat left top;
	width: 536px;
	padding: 10px 10px 3px 10px;
	margin: 15px 0 0 0;
}

.three-col .secondary .ticket-and-passes-finder .panel-mid {
	position: relative;
	background-color: #d2d6e1;
	width: 536px;
	padding: 3px 10px;
}

.three-col .secondary .ticket-and-passes-finder .panel-btm {
	position: relative;
	background: #fff url('/images/forms/panel-btm-bg.jpg') no-repeat left top;
	width: 556px;
	height: 7px;
	margin: 0 0 5px 0;
}

.three-col .secondary .ticket-and-passes-finder .button {
	background: #fff url('/images/forms/find-tickets-submit-bg.gif') no-repeat left top;
	width: 112px;
	height: 24px;
	border: 0;
	font-size: 0.9em;
	cursor: pointer;
	float: right;
}

.three-col .secondary .ticket-and-passes-finder .button:hover {
	background: url('/images/forms/find-tickets-submit-hover-bg.gif') no-repeat left top;
}

.three-col .secondary .form label {
	position: relative;
	top: 3px;
}

.three-col .secondary .form .row {
	clear: both;
}

.three-col .secondary form input {
	background: #fff url('/images/forms/input-wide-bg.jpg') no-repeat left top;
	width: 254px;
	height: auto;
	border: 0;
	padding: 7px 5px 5px 7px;
	font-size: 1em;
	color: #0a1c5c;
	margin: 0 0 15px 0;
}

.three-col .secondary .form input.narrow {
	background: #fff url('/images/forms/input-narrow-bg.jpg') no-repeat left top;
	width: 100px;
	height: auto;
	border: 0;
	padding: 7px 5px 5px 7px;
	font-size: 1em;
	color: #0a1c5c;
}

.three-col .secondary .form textarea {
	background: #fff url('/images/forms/textarea-wide-bg.jpg') no-repeat left top;
	width: 543px;
	height: 85px;
	border: 0;
	padding: 7px 5px 7px 7px;
	font-size: 1.2em;
	color: #0a1c5c;
}

.three-col .secondary .form .opt-in {
	margin: 7px 0 0 10px;
	float: left;
	width: auto;
	height: auto;
	background: none;
}

.three-col .secondary .form .button {
	background: #fff url('/images/forms/submit-bg.gif') no-repeat left top;
	width: 102px;
	height: 24px;
	border: 0;
	font-size: 0.9em;
	cursor: pointer;
	margin: 30px 0 0 0;
}

.three-col .secondary .form .button:hover {
	background: #000 url('/images/forms/submit-hover-bg.gif') no-repeat left top;
}

input.bus {
	background: #fff url('images/quicklinks/bus_button.gif') no-repeat left top;
	width: 145px;
	height: 24px;
	border: 0;
	font-size: 1em;
	cursor: pointer;
}

input.bus:hover {
	background: url('images/quicklinks/bus_button-hover.gif') no-repeat left top;
}

input.tram {
	background: #fff url('images/quicklinks/tram_button.gif') no-repeat left top;
	width: 145px;
	height: 24px;
	border: 0;
	font-size: 1em;
	cursor: pointer;
}

input.tram:hover {
	background: url('images/quicklinks/tram_button-hover.gif') no-repeat left top;
}

input.train {
	background: #fff url('images/quicklinks/train_button.gif') no-repeat left top;
	width: 145px;
	height: 24px;
	border: 0;
	font-size: 1em;
	cursor: pointer;
}

input.train:hover {
	background: url('images/quicklinks/train_button-hover.gif') no-repeat left top;
}

input#toggle {
	background: transparent url("images/buttons/discount-tickets.gif") no-repeat right top;
	width: 209px;
	height: 24px;
	border: 0;
	font-size: 1em;
	cursor: pointer;
}

input#toggle:hover {
	background: url("images/buttons/discount-tickets-hover.gif") no-repeat right top;
}
	

/**************************************************************************************************
*	10. Tables
**************************************************************************************************/

.ticket-finder {
	position: relative;
	width: 940px;
	background-color: #fff;
}

.ticket-finder thead {
	color: #fff;
	background-color: #0a1c5c;
}

.ticket-finder thead tr th {
	padding: 0 10px;
}

.ticket-finder thead tr th img {
	margin: 8px 5px 0 0;
}

.ticket-finder thead tr th.ticket-name {
	background: #fff url('images/table/tf-ticket-name-bg.jpg') no-repeat left top;
	width: 432px;
	height: 42px;
}

.ticket-finder thead tr th.mode-of-transport {
	background: #fff url('images/table/tf-mode-of-transport-bg.jpg') no-repeat left top;
	width: 139px;
	height: 42px;
}

.ticket-finder thead tr th.area-served {
	background: #fff url('images/table/tf-area-served-bg.jpg') no-repeat left top;
	width: 150px;
	height: 42px;
}

.ticket-finder thead tr th.duration {
	background: #fff url('images/table/tf-duration-bg.jpg') no-repeat left top;
	width: 61px;
	height: 42px;
}

.ticket-finder thead tr th.price {
	background: #fff url('images/table/tf-price-bg.jpg') no-repeat left top;
	width: 58px;
	height: 42px;
}

.ticket-finder tbody tr td {
	padding: 20px 10px;
}

.ticket-finder tbody tr td.ticket-name {
	width: 432px;
}

.ticket-finder tbody tr td.mode-of-transport {
	width: 139px;
}

.ticket-finder tbody tr td.area-served {
	width: 150px;
}

.ticket-finder tbody tr td.duration {
	width: 61px;
}

.ticket-finder tbody tr td.price {
	background-color: #ebecf1;
	width: 58px;
}

.icon {
	width: 46px;
	height: 36px;
	display: block;
}

/**************************************************************************************************
*	11. Misc
**************************************************************************************************/

.right {
	float: right;
}

.left {
	float: left;
}

.clear {
	clear: both;
}

.hidden {
	display: none;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.align-center {
	text-align: center;
}

.margin-top {
	margin: 10px 0 0 0;
}

/* Hides the skip to links on browsers but not screen readers */
#skip-to-content, #skip-to-footer {
	position: absolute;
	top: -3333px;
	left: -3333px;
}

a.skipped {
    display: none;
}

.pdf {
	background: transparent url("images/icons/pdf.jpg") no-repeat left bottom;
	padding: 2px 0 2px 25px;
}

.html {
	background: transparent url("images/icons/ie.jpg") no-repeat left bottom;
	padding: 2px 0 2px 25px;
}

/**************************************************************************************************
*	12. Home Page News Ticker
**************************************************************************************************/

/* Container DIV - automatically generated */
.simply-scroll-container { 
	position: relative;
}

/* Clip DIV - automatically generated */
.simply-scroll-clip { 
	position: relative;
	overflow: hidden;
	z-index: 2;
}

/* UL/OL/DIV - the element that simplyScroll is inited on
Class name automatically added to element */
.simply-scroll-list { 
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Custom class modifications - adds to / overrides above

.simply-scroll is default base class */

/* Container DIV */
.simply-scroll { 
	width: 950px;
	height: 20px;
}

/* Clip DIV */
.simply-scroll .simply-scroll-clip {
	width: 950px;
	height: 20px;
}

/* CA CS */
ul#nav-primary
{
	width: 163px;
	display: block;
	list-style: none;
	margin: 0 10px 0 0;
	padding: 0 0 0px 0;
	background-color: #0A1C5C;
	border-color: #B6BBCE;	
	border-width: 0px 1px 1px 1px;
	border-style: solid;
}
ul#nav-primary li
{
	border-color: #B6BBCE;
	margin-left: 10px;
	/*margin-right: 10px;*/
	/*border-left: solid 5px #B6BBCE;*/
	border-right: solid 5px #B6BBCE;
	padding: 8px 8px 8px 20px;
	background: url(images/links_li_bg.gif) 0 12px no-repeat;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}
ul#nav-primary li a
{
	display: block;
	text-transform: none;
}

#content-inner
{
	height: 1%;
}
#map-container
{
	clear: both;
	padding: 0px 0px 0px 0px;
	margin:0;
}
#NavigatePages_2_divNavigatePages
{
    width:165px!important;
    float:left;
    padding-bottom: 20px;
}

div.menulinks
{
    /*padding-left:10px;*/
    margin-left:10px;
}
.menulinks table
{
	border: solid 1px #ffffff;
	background-color: #ffffff;
	width:100%;
}
.menulinks table td
{
	border: solid 1px #ffffff;
	background-color: #ffffff;
	text-align: center;
	width: auto;
	height: auto;
	max-width: 100px;
	/* font-family: Verdana,Geneva,Arial,Helvetica,sans-serif; */
}
.menulinks table td a,a:link a:active
{
	color: #212F6C;
	background-color: transparent;
	text-decoration: none;
}
.menulinks table td a:visited
{
	color: #212F6C;
	background-color: transparent;
}
.menulinks table td a:hover
{
	color: #fff !important;
	background-color: #212F6C !important;
	font-weight:bold !important;
	text-decoration: none;
}
.menulinks table tr
{
	border: solid 1px #ffffff;
	background-color: #ffffff;
}
.cloud-amber .menulinks table
{
	border: solid 1px #ffffff;
	background-color: #ffffff;
}
.cloud-amber .menulinks table td
{
	border: solid 1px #ffffff;
	background-color: #ffffff;
	text-align: center;
/*	text-indent:-20px; */
	width: auto;
	height: auto;
	/* font-family: Verdana,Geneva,Arial,Helvetica,sans-serif; */
}
.menulinks 
{
    width:100%!important;
}
#nav-primary a:link, #nav-primary a:hover, #nav-primary a:visited
{
    color: #fff;
}
#nav-primary li:hover
{
    background: url(images/links_li_bg_alt.gif) 0 12px no-repeat #B6BBCE; 
    border-right: solid 5px #0A1C5C;
}
#nav-primary li:hover a
{
    color: #0A1C5C;
    text-decoration: none;
    
}
/*#nav-primary li
{
    margin-left:5px!important;
    margin-right:5px!important;
}
*/
#navibrowse
{
background:#B6BBCE;
height:38px;
width:155px;
/*vertical-align:middle;
border-left: solid 1px #0A1C5C;
border-top: solid 2px #0A1C5C;
border-right: solid 2px #0A1C5C;
border-bottom: solid 2px #0A1C5C;*/
padding-left: 10px;
}

div.menulinks table tbody tr td a.ImageLink:hover
{
    color:transparent!important;
    background-color:transparent!important;
}

div.menulinks table tbody tr td
{
    display: inline-block;
    width:60px;
    margin: 1px;
}
div.menulinks table tbody tr td h2
{
    padding-top: 10px;
    margin-bottom: 5px;
}
div.menulinks table tbody tr td p
{
    margin-top: 5px;
    margin-bottom: 0px;
}

#CarbonCalc_3_HyperLink6
{
color: #0A1C5C;
}


/* #cloud-amber-items a:link ,#cloud-amber-items a:visited ,#cloud-amber-items a:active ,#cloud-amber-items a:hover
{
    color: #0A1C5C!important;
} */
/* #fdUniqueTableId_0  a:link, #fdUniqueTableId_0  a:visited, #fdUniqueTableId_0  a:active, #fdUniqueTableId_0  a:hover
{
  color: #0A1C5C!important;
}
*/

#cloud-amber-items table, #cloud-amber-items table tr, #cloud-amber-items table tr td, #cloud-amber-items table thead tr th
{
    border: solid 1px #000;
}
#cloud-amber-items table thead tr th
{
    background-color: #0A1C5C;
}
#cloud-amber-items table thead tr th a
{
    color: #ffffff!important;
}
#cloud-amber-items table tbody td a
{
    color: #0A1C5C;
}
#cloud-amber-items table tbody td a:hover
{
    color: #0A1C5C;
    text-decoration: underline;
}
#fdUniqueTableId_0 tbody tr
{
    background-color: #E7E9F2;
}
#fdUniqueTableId_0 tbody tr.alt
{
    background-color: #FFFFFF;
}

#fdUniqueTableId_0 tbody tr:hover, #fdUniqueTableId_0 tbody tr.alt:hover
{
    background-color: #B6BBCE!important;
}
#cloud-amber-items p a:link, #cloud-amber-items p a:visited, #cloud-amber-items p a:active, #cloud-amber-items p a:hover
{
    color: #0A1C5C;
}

/* detail pages */
#cloud-amber-items div.detailpagediv table tbody tr th
{
    color: #FFF;
    background-color: #0A1C5C!important;
}
#cloud-amber-items div.detailpagediv table tbody tr td
{
background-color: #E7E9F2;
}
#cloud-amber-items div.detailpagediv table tbody tr:hover td
{
background-color: #B6BBCE;
}
div.cloud-amber div.detailpagediv table
{
    font-size: 11px;
    font-weight: normal;
}

#cloud-amber-items table
{
    font-size: 11px;
    font-weight: normal;
}
/****************************************** PAGINATOR STARTS *************************************/
ul.fdtablePaginater
{
	list-style: none;
	padding: 0;
	margin: 20px auto;
	text-align: center;
	width: auto;
	margin-bottom: 2em;
} 
ul.fdtablePaginater li
{
    /* float:left; */
    display:inline;
    margin-left: 3px;
}

ul.fdtablePaginater li div
{
    /* float:left; */
    display:inline;
}

ul.fdtablePaginater li span
{
    /* float:left; */
    display:inline;
    border: 1px solid #0A1C5C;
    padding: 6px 8px;
    background: #E7E9F2;
    
}
ul.fdtablePaginater li span:hover
{
    background: #B6BBCE;
    color: #FFF;
}

ul.fdtablePaginater li a
{
        text-decoration: none;
}
#fdUniqueTableId_0-currentPageC span
{
    background: #0A1C5C;
    color: #FFF;
}
#cloud-amber-items #fdUniqueTableId_0-tablePaginaterClone a:link, #cloud-amber-items #fdUniqueTableId_0-tablePaginaterClone a:visited, #cloud-amber-items #fdUniqueTableId_0-tablePaginaterClone a:active, #cloud-amber-items #fdUniqueTableId_0-tablePaginaterClone a:hover
{
    color: #0A1C5C;
}

 
/***************************************** PAGINATOR ENDS *************************************/
#cloud-amber-items caption.detailpagecaption a, #cloud-amber-items caption.detailpagecaption
{
    color: #0A1C5C;
    background-color: #B6BBCE;
    font-size: 12px;
}
#cloud-amber-items table tr:hover td
{
    background: #B6BBCE;
}

#cloud-amber-items div.cloud-amber div table tbody tr th
{
    background-color: #B6BBCE;
    text-align:left;
}
#cloud-amber-items div.cloud-amber div table
{
    width: 100%;
}
#cloud-amber-items div.cloud-amber div table tbody tr:hover
{
    background-color: #E7E9F2;
}

#cloud-amber-items table
{
    width: 100%;
    border: #000000;
}

div.search form fieldset div.left
{
    width: 100px;
}
div.search form fieldset div.right
{
    width: 125px;
}
#cloud-amber-items table tr th
{
    border: #000000;
}

#cloud-amber-items table.searchlinks, #cloud-amber-items table.searchlinks tr, #cloud-amber-items table.searchlinks tr td
{
    border: 0px;
}
#cloud-amber-items table.searchlinks tr:hover td
{
    background-color: #FFF;
}
#mobilemenu_list
{
    padding-left:25px;
}
#mobilemenu_link:link, #mobilemenu_link:visited, #mobilemenu_link:active, #mobilemenu_link:hover
{
    color: #0A1C5C;
}

.drop_mnu
{
    position:absolute;
    left:0px;
    top:0px;
    z-index:1000000001;
    width:120px;
    display:none;
    padding:0px;
    text-align:left;
    background-color:#fff;
}

#cloud-amber-items table.cloudCalendar, #cloud-amber-items table.cloudCalendar tbody tr, #cloud-amber-items table.cloudCalendar tbody tr td
{
    border: solid 0px #FFF;
}

#cloud-amber-items table.cloudCalendar tbody tr:hover td
{
    background-color: transparent;
}
#cloud-amber-items div.col2 table tbody tr th
{
    color: #FFF;
    background-color: #0A1C5C!important;
}

div.cloud-amber #filters tbody tr td a:link ,div.cloud-amber #filters tbody tr td a:visited, div.cloud-amber #filters tbody tr td a:active, div.cloud-amber #filters tbody tr td a:hover
{
    color: #0A1C5C;
}



/*******     Voyager Alerts Starts Here  *******/


ul#nav-user
{
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 50%;
}

ul#nav-user li
{
	float: left;
	padding: 4px 10px 4px 20px;
	background: transparent url(../../images/links_li_bg.gif) 0 10px no-repeat;
}

ul#nav-user li a
{
	display: block;
	font-weight: bold;
	text-transform: uppercase;
}

ul#nav-footer
{
	list-style: none;
	margin: 15px 0 0 0;
	padding: 0;
	float: left;
}

ul#nav-footer li
{
	float: left;
	padding: 4px 15px;
}

ul#nav-footer li a
{
	color: #fff;
	display: block;
}

img[alt="dot"]
{vertical-align:middle !important;}

table.Grid
{
    margin-top: 15px;
}


/* THE END */

/* Alerts Wizard starts */

.Wizard
{
	background-color: White;
	border: 1px solid #FF6600;
	padding: 10px;
	vertical-align: top;
	width: 100%;
	float: right;
	margin: 0;
}

.WizardSideBar
{
	background-color: #FEFDFD;
	border-right: 1px solid #FF6600;
	vertical-align: top;
	width: 22%;
}

.SideBarSelected a
{
	color: #FF6600;
	font-weight: bold;
	text-decoration: none;
}

.popupBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.HelpCollapsed
{
	cursor: pointer;
	color: #969696;
	margin-bottom: 5px;
	/*margin-top: -10px;
	font-size: 9pt;*/
}
.HelpCollapsed img
{
	position: relative;
/*	top: 8px;*/
}
.HelpExpanded
{
	height: 0px;
	overflow: hidden;
	color: #969696;
	margin-left: 13px;
}

.Accordion
{
	border: 1px solid buttonface;
}
.AccordionHeader
{
	background-position: left top;
	background-image: url(../../Common/Images/menu/AccHeaderBgd.gif);
	background-repeat: repeat-x;
	color: #FF6600;
	text-decoration: underline;
	font-weight: bold;
	cursor: pointer;
	font-size: 9pt;
	padding: 3px;
}
.LargeIcon
{
	padding-left: 10px;
	padding-right: 10px;
	width: 30px;
}
.AccordionContent
{
	font-size: 8pt;
	border-bottom: 1px solid buttonface;
	background-color: White;
	padding: 3px;
	padding-left: 10px;
}

#ctl00_content_SubscriptionSimpleWizard_Wizard1 tr
{
background: #E4E6EC;
}
#ctl00_content_SubscriptionSimpleWizard_Wizard1 td, #ctl00_content_SubscriptionSimpleWizard_Wizard1 th
{
    padding: 4px;
}
.gvObjects 
{
    display: block !important;
}
#ctl00_content_Subscriptions1_gvSubscriptions
{
    width: 100%;
  
}
#ctl00_content_Subscriptions1_gvSubscriptions tbody tr th
{
    background:#0A1C5C;
    color: #fff;
    text-align: left;
}


/* Alerts Wizard ends */




