@charset "utf-8";
/* CSS Document */

/*TRANSPORT CONNECTION BOXES*/
.connection_box{
	width:124px;
	height:55px;
	float:left;
	margin-right:30px;
	margin-bottom:10px;
}

.connection_box1{
	width:124px;
	height:55px;
	float:left;
	margin-right:30px;
	margin-left:150px;
	margin-bottom:10px;
}


.xmas-links li {
list-style-image: none;
background: url('/assets/files/RPA Marketing Campaign/snowflake.jpg') no-repeat !important;
list-style: none;
}


.connection_box2{
	width:124px;
	height:55px;
	float:left;
	margin-right:30px;
	margin-left:50px;
	margin-bottom:10px;
}



.purplebox {
background-color: #542F92;
color: #FFFFFF;
padding: 20px;
min-height: 300px;
}
#mainContentInner .purplebox h1 {
padding: 0px;

margin: 0px;
clear: both;
float: none;
margin-bottom: 15px;
}
.purplebox .fullwidth p {
color: #FFFFFF;
padding: 0px;

}
.checkbox-label {
	margin-left: 110px;
	clear:both;
	width: 500px !important;
}

.dublin_bus, .train, .private_bus, .taxi, .cycle, .walking{
	width:79px;
	height:106px;
	margin-right:15px;
	margin-bottom:15px;
	color:#fff;
	display:block;
	float:left;
	padding-left:70px;
	padding-right:10px;
}
.dublin_bus{
	background:url(../graphics/travel_connections/bus.gif) no-repeat;
	margin-left:70px;
	padding-top:25px;
	height:81px;
}

.train{
	background:url(../graphics/travel_connections/irish_rail.gif) no-repeat;
	line-height:106px;
}

.private_bus{
	background:url(../graphics/travel_connections/private_bus.gif) no-repeat;
	margin-left:70px;
	padding-top:25px;
	height:81px;
}

.taxi{
	background:url(../graphics/travel_connections/taxi.gif) no-repeat;
	line-height:106px;
}

.cycle{
	background:url(../graphics/travel_connections/cycle_walking.gif) no-repeat;
	padding-top:25px;
	height:81px;
}

.walking{
	background:url(../graphics/travel_connections/cycle_walking.gif) no-repeat;
	line-height:106px;
}


.general_box a, .dublin_bus a, .train a, .private_bus a, .taxi a, .cycle a, .walking a{
	color:#fff;
	font-size:18px;
}

.general_box{
	width:139px;
	height:81px;
	margin-right:15px;
	margin-bottom:15px;
	color:#fff;
	display:block;
	float:left;
	padding-left:10px;
	padding-right:10px;
	background:url(../graphics/general_box_bg.gif) no-repeat;
	padding-top:25px;
}
.fullwidth .general_box {
	margin-left: 10px;
}



/*TICKET TYPES & FARES LANDING*/

.tickets_small_container{
	float:right;
	width:125px;
	margin-top:30px;
	padding-right:5px;
}
.tickets_small_container h2 {
	margin-top: 0px;
	
}
.tickets_small_container p{
	margin-top:-10px;
}


.flexi, .combi, .tax_saver, .monthly_plus, .combined{
	float:left;
	width:300px;
}

.single_return{
	background:url(../graphics/tickets_and_fares/single_return.jpg) no-repeat;
	float:left;
	width:300px;
	height:268px;
	margin-right:20px;
	display:block;
	margin-left:10px;
	margin-bottom:20px;
	overflow: hidden;
}

.weekmonth{
	background:url(../graphics/tickets_and_fares/weekmonth.jpg) no-repeat;
	float:left;
	width:300px;
	height:268px;
	margin-right:20px;
	display:block;
	margin-left:10px;
	margin-bottom:20px;
	overflow: hidden;
}

.smartcard{
	background:url(../graphics/tickets_and_fares/smartcard.jpg) no-repeat;
	float:left;
	width:300px;
	height:268px;
	margin-right:20px;
	display:block;
	margin-left:10px;
	overflow: hidden;
}

.flexi{
	background:url(../graphics/tickets_and_fares/flexi.jpg) no-repeat;
	float:left;
	width:300px;
	height:268px;
	margin-right:20px;
	display:block;
	overflow: hidden;
	margin-left:10px;
}

.combi{
	background:url(../graphics/tickets_and_fares/combi.jpg) no-repeat;
	float:left;
	width:300px;
	height:268px;
	margin-right:20px;
	display:block;
	overflow: hidden;
	margin-left:10px;
}

.taxsaver{
	background:url(../graphics/tickets_and_fares/tax_saver.jpg) no-repeat;
	float:left;
	width:300px;
	height:268px;
	margin-right:20px;
	overflow: hidden;
	display:block;
	margin-left:10px;
}

.monthly{
	background:url(../graphics/tickets_and_fares/monthly_ticket.jpg) no-repeat;
	float:left;
	width:300px;
	height:268px;
	margin-right:20px;
	display:block;
	overflow: hidden;
	margin-left:10px;
}

.combined{
	background:url(../graphics/tickets_and_fares/combined.jpg) no-repeat;
	float:left;
	overflow: hidden;
	width:300px;
	height:268px;
	margin-right:20px;
	display:block;
	margin-left:10px;
}


/*TEMPORARY SIDE NAV STYLES - TO BE MOVED TO STYLE.CSS*/

	  #sidebar1 ul li a {
	    display: block;
	    padding-left: 10px;
	    padding-top: 6px;
	    padding-bottom: 5px;
	    background-color: #542F92;
	    font-size: 1.33em;
	    color: #eeebf4;
	    text-decoration: none;
		background-image:url(../graphics/left_menu_bg.gif);
		background-position:0 0;
		margin-left:5px;
	  }
	  
	  #sidebar1 ul li a:hover {
	  	background-color: #3B2266;
		color:#fff;
		background-position:-185px 0;
		margin-left:0px;
		padding-left: 15px;
	  }

	  #sidebar1 ul li.active a {
	  	background-color: #000000;
		color:#fff;
		background:url(../graphics/left_main_active.gif) no-repeat;
		height:auto;
		overflow:visible;
		margin-left:0px;
		padding-left:15px;
	  }
	  
	  #sidebar1 ul li.active a:hover {
		  padding-left:15px;
	  }

hr {
		visibility: hidden;
		clear: both;
		line-height:0px;
		font-size:0;
		height:0;
		margin:0;
		padding:0;
		}

#app-store{
   padding-left: 6px;
   padding-top: 11px; 
   padding-bottom: 12px;
   border-top: #493395 solid 1px;
   border-bottom: #493395 solid 1px;
   margin-bottom: 3px;
   margin-top: 18px;
}

.clearit{ clear:both }

a {
	color: #542F92;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;	
}
  .rsScroller-item {
    position: relative;
    height: 376px;
    width: 440px;
    overflow: hidden;
  }
  .rsScroller-item a {
    display: block;
    position: absolute;
    bottom: 0px;
    width: 426px;
    padding: 7px;
    color: #FFFFFF;
	font-weight:bold;
	font-size:1.1em;
    padding-bottom: 40px;
    background-image: url(/assets/graphics/rsScroller/rsMore.gif);
    background-position: 7px 80%;
    background-repeat: no-repeat;
    text-decoration: none;
    z-index: 11;
  }
  .rsScroller-item a:hover {
    color: #FFFFFF;
    text-decoration: none;
  }
  .mask {
  position: absolute;
  opacity: 0.8;
  filter: alpha(opacity=50);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  z-index: 999;
  background: #000000;
  z-index: 5;
}
  .tip-wrap {
    z-index: 15;
  }
  .tip-wrap .tip {
    text-align: left;
    diplay: block;
    width: 175px;
    height: 30px;
    color: #412570;
    border: solid 1px #412570;
    background-color: #FFFFFF;
    margin-left: -210px;
    margin-top: -16px;
    padding: 10px;
    
  }  
  
  /*
   * Main Menu
   */
	  #sidebar1 ul {
	    list-style: none;
	    margin: 0px;
	    padding: 0px;
	  }
	  #sidebar1 ul li {
	    margin: 0px;
	    padding: 0px;
	    margin-left: 0px;
	    margin-bottom: 1px;
	    overflow: hidden;
	    height: 30px;
	
	  }
	  #sidebar1 ul li a {
	    display: block;
	    padding-left: 10px;
	    padding-top: 6px;
	    padding-bottom: 5px;
	    background-color: #542F92;
	    font-size: 1.33em;
	    color: #eeebf4;
	    text-decoration: none;
		/*background-image:url(../graphics/left_menu_bg.gif);
		background-position:0 0;*/
	  }
	  #sidebar1 ul li.active {
	  	height: auto;
	  	margin-left: 0px;
	  }
	  #sidebar1 ul li ul {
	  	background-color: #EEEBF4;
	  	padding-top: 2px;
	  	margin-left: 5px;
	  }
	  #sidebar1 ul li.active a {
	  	background-color: #000000;
		color:#fff;
	  	
	  }
	  #sidebar1 ul li a:hover {
	  	background-color: #3B2266;
		color:#fff;
	  	
	  }
	  #sidebar1 ul li ul li {
	  	height: auto;
	  }
	  #sidebar1 ul li.active ul li.active {
	  	margin-left: 5px;
	  }
	  #sidebar1 ul li.active ul li a {
	  	background: transparent;
	  	color: #542F92;
	  	font-size:1em;
	  	padding-top: 2px;
	  	padding-bottom: 1px;
	  	font-weight: bold;
	  }
	  #sidebar1 ul li.active ul li.active a {
	  	color: #000000;
	  }
	  #sidebar1 ul li.active ul li.active ul li a {
	  	color: #542F92;
	  }
	  #sidebar1 ul li.active ul li.active ul li a:hover,  #sidebar1 ul li.active ul li a:hover {
	  	background: transparent;
		color: #846AB1;
	  }	  
	  /* THIRD LAYER MENU */ 
	  #sidebar1 ul li.active ul li ul {
		  display: none;
	  }
	  #sidebar1 ul li.active ul li.active ul {
		  display: block;
	  }
	  #news-ticker {
	  	width: 880px;
	  	position: absolute;
	  	top: 90px;
	  }
  #newsscroller {
    
    position: relative;
    height: 20px;
    overflow: hidden;
    margin: 0px 10px;
    font-size: 1.1em;
    font-weight: bold;
  }
  #newsscroller .item {
    position: absolute;
    top: 0px;
    left: 0px;
  }
  #newsscroller .item a {
    color: #000000;
    text-decoration: none;
  }
 

/*
	News Styles
*/
.news-item {
	margin-bottom: 20px;
	clear: both;
}
.news-item h3 {
	margin-top: 0px;
	margin-bottom: 5px;
	float: left;
	padding: 0px;

	border-bottom: solid 1px #CCCCCC;
}



.news-item span {
	display:block;

	margin-left: 10px;
}
.news-item p {
	display:block;
	padding: 5px;
}
.news-item .date {
	float: right;
	font-size:11px;
	padding: 5px;
}
.news-item img {
	margin-right: 10px;
	float: left;
}
.news-item a {
	font-weight: bold;
}
	/*
	 * News Pagination Styling
	 */ 
	 .paging {
	 	width: 100%;
	 	padding-top: 15px;
	 }
	 .pageList {
	 	margin: 0px;
	 	padding: 0px;
	 	width: 100%;
	 	text-align: center;
	 }
	 .pageList li {
	 	list-style: none;
	 	display: inline;
	 }
	 .pageList li a {
	 	padding: 5px 8px;
	 	border: 1px solid #542F92;
	 	color: #542F92;
	 	margin-left: 5px;
	 	margin-right: 5px;
	 	text-decoration: none;
	 }
	 .pageList li a:hover {
		background-color: #EEEBF4;	 
	 }
	 
img {
	border: none;
}

#help {
	display: none;
}

#stops_and_lines div.tab_red {
	background-image: url(/assets/graphics/tab_red_bottom.gif);
}
#stops_and_lines div#tabs.tab_green {
	background-image: url(/assets/graphics/tab_green_bottom.gif);
}

#stops_and_lines #tabs.irish-tabs.tab_red p {
	margin: 4px 0 0 -5px;
	width: 375px;
}


#google-submit {
	width: 80px;
	height: 30px;
	background-position: -165px -9px;
	border: 0 none;
	background-image: url(/assets/graphics/header_search.gif);
	float: left;
}

#header #google-text {
	float: left;
	margin-top: 3px;
	margin-right: 7px;
	border: solid 1px #AAAAAA;
	width: 150px;
	height: 20px;
}

#topmenu strong {
	float: right;
}

#topmenu ul {
	
}

#topmenu ul {
}

#bottom_menu ul {

}

div#footer  div#center_content #bottom_menu ul li{
	float: left;
list-style: none;
padding-right: 8px;
padding-left: .65em;
padding-top: 1px;
padding-bottom: 5px;
margin-bottom: 4px;
height: 10px;

}



#topmenu ul li {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style: none;
	padding-right: 8px;
}

/*
 * Footer Links
 */

div#credits{
       float: left;
       width: 480px;
       margin-left: 106px;
       display: block;
       margin-top: 35px;
       position: absolute;
       float: none\9;
       margin-left: 200px\9;
       margin-top: 0px\9;

}
 
 #bottom_menu ul li {
	border-right: solid 1px #542F92;
 }
 #bottom_menu ul li.first {
        border-left: solid 1px #542F92;
        padding-left: 4px;
 }
 
 #bottom_menu ul li a {
	text-decoration: none;
	color:#542F92; 
 }


 #news-ticker iframe {
 	border: 0px; 
 	height: 20px;
 	width: 880px; 
 	margin: 0px;
 	padding: 0px;
 	overflow: hidden;
 }
 
 #resources div {
	 cursor: pointer;
 }
 
#resources-content {
	padding: 10px;
}

#resources-content .item h2 {
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 0px;
}



.elSelect {
	position: relative;
	cursor: pointer;
	background-image: url(/assets/graphics/menudropdown_largeonNEW.jpg);
	background-repeat: no-repeat;
	background-position: right 0px;
	width:351px;
	/*height:42px;*/
	height:26px;
	overflow: hidden;
	/*color:#666;*/
	color:#000;
	z-index: 500;
	margin-top:10px;
}
.elSelect.elSelect-open {
	background-image: url(/assets/graphics/menudropdown_largeNEW.jpg);
	overflow: visible;
	background-repeat:no-repeat;
}

.elSelect .elSelect-option { 	 
	background-repeat: no-repeat;
	 background-position: 0px 0px; 
	 /*padding-top: 13px;*/
	 padding-top:6px;
	 padding-bottom: 4px;
	 padding-left: 10px;
}
.elSelect-options {
	width: 351px;
	background-color: #EEEEEE;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	border-top: 1px solid #CCCCCC;
	left: -1px;
	z-index: 505;
}
.elSelect-options .elSelect-option { 	 
	background-repeat: no-repeat;
	 background-position: 3px 3px; 
	 padding-top: 2px;
	 padding-bottom: 4px;
}

#select_line .elSelect {
	width: 158px;
	height: 26px;
	background-color: #FFFFFF;
	background-image: url(/assets/graphics/eldown-home.jpg);
	margin-bottom: 4px;
}

.rsZoom {
	position: relative;
}
#hoverMap .overlay {
	height: 200px;
	text-align: center;
}
#hoverMap .overlay img {

}


#stops_and_lines .status_ok, #stops_and_lines .status_alert{
	float:right;
	background:url(../graphics/status_ok.jpg) no-repeat bottom;
	width:201px;
	height:103px;
	margin-top: 12px;
	padding-right:10px;
	position:relative;
}
#stops_and_lines .status_alert{
	background:url(../graphics/status_alert.jpg) no-repeat bottom;
}

#stops_and_lines .status_ok h1, #stops_and_lines .status_alert h1 {
	font-size:21px;
	font-weight:bold;
	/*margin-bottom:7px;*/
	margin-top:13px;
	margin-left: 12px;
	color: #666666;
}

#stops_and_lines .status_ok .content, #stops_and_lines .status_alert .content{
	width:126px;
	padding-left:12px;
}

#stops_and_lines .status_ok .viewmore, #stops_and_lines .status_alert .viewmore{
	position:absolute;
	font-size:9px;
	text-transform:uppercase;
	right:10px;
	bottom:7px;;
}



.thrColLiqHdr .status_ok{
	width:180px;
	height:103px;
	margin-bottom:9px;
	background:url(/assets/graphics/status_ok.png) no-repeat;
	position:relative;
}

.thrColLiqHdr .status_ok .content{
	/*font-size:1.1em;*/
	margin-top:15px;
	/*margin-left:10px;*/
	padding-right:10px;
}

#linestatus .content{
	margin-left:10px;
}

.thrColLiqHdr .status_ok .viewmore{
	position:absolute;
	text-transform:uppercase;
	font-size:0.75em;
	color:#333333;
	right:10px;
	bottom:10px;
}

.thrColLiqHdr .status_ok .viewmore a{
	color:#333;
	text-decoration:none;
}


/*STATUS ALERT*/
.thrColLiqHdr .status_alert{
	width:180px;
	height:103px;
	margin-bottom:9px;
	background:url(/assets/graphics/status_alert.png) no-repeat;
	position:relative;
}

.thrColLiqHdr .status_alert .content{
	/*font-size:1.16em;*/
	margin-top:15px;
	margin-left:10px;
	margin-right:10px;
}

.thrColLiqHdr .status_alert .viewmore{
	position:absolute;
	text-transform:uppercase;
	font-size:0.75em;
	color:#333333;
	right:10px;
	bottom:10px;
}

.thrColLiqHdr .status_alert .viewmore a{
	color:#333;
	text-decoration:none;
}


#select_line .elSelect {
	font-size: 0.8em;
	background-image: url("/assets/graphics/menudropdown_small.jpg");
}
#select_line .elSelect.elSelect-open {
	background-image: url("/assets/graphics/menudropdown_smallon.jpg");
}
#select_line .elSelect .elSelect-option {
	padding-left: 7px;
	padding-top: 7px;
}
#select_line .elSelect .elSelect-options {
	width: 155px;
}

/** QUICK SEARCH MENU **/
#quicksearch{
  position: aboslute;

}


/** QUICK SEARCH MENU **/
#quicksearch .elSelect {
	width: 117px;
	height: 20px;
	margin-top: 7px;
	border: 0px;
	text-align: left;
	line-height: 18px;
	background-image: none;
}
#quicksearch .elSelect .elSelect-option {
	padding: 0px;
	margin: 0px;
}

#atoz #resources div {
	color: #542F92;
	padding-right: 4px;
	padding-left: 4px;
	text-transform: uppercase;
	font-size: 25px;
	float:left;
}
#atoz #resources-content .item h2 {
	text-transform: uppercase;
	color: #666666;
	border-bottom:#CCCCCC solid 1px;
}
#eco {
	padding: 10px;	
}
#eco h2 {
	margin-top: 0px;
	margin-bottom: 5px;
	padding-left: 75px;
	padding-top: 13px;
	padding-bottom: 15px;
	color: #59AD40;
	font-size: 26px;
	background: url(/assets/graphics/eco-icon.gif) no-repeat 0px 0px;
}
#eco p {
	color: #666666;
	padding-bottom: 10px;
	/* border-bottom: solid 1px #CCCCCC; */
	margin-bottom: 10px;
	margin-top: 10px;
}
#eco table td { border-bottom: solid 1px #CCCCCC; }
#mainContentInner #eco form label {
	color: #542F92;
	font-weight: bold;
	width: 337px;
	float: left;
	padding-top: 8px;
	font-size: 18px;
	clear: none;
}
#eco .elSelect {
	width: 310px;
	border-left: solid 2px #CCCCCC;
}
#eco .elSelect-options {
	width: 310px;
}
#eco .sel {
	float: left;
	margin-right: 16px;
	width: 320px;
	height: 40px;
}
#eco #bottomleaf {
	float: right;
}
#eco #eco-submit {
	width: 124px; height: 37px;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-top: 10px;
	border: none;
	padding: 0px;
}
#eco.ecoresults #eco-submit {
	width: 211px; height: 39px;
}

#eco.ecoresults h3{
	font-size:24px;
}

#eco-green {
	color: #FFFFFF;
	background: url(/assets/graphics/eco/eco-resultleaf.gif) #59AD40 no-repeat;
	margin-top: 5px;
	font-size: 18px;
	padding: 8px 10px;
	padding-left: 170px;
	line-height: 27px;
}
#eco-red {
	color: #FFFFFF;
	/*background-color: #EE3624;*/
	background-color:#ee1c24;
	margin: 5px 0 0 132px;
	font-size: 18px;
	padding: 8px 10px 8px 39px;
	line-height: 30px;
}
#eco-green .large, #eco-red .large {
	font-size: 26px;
	font-weight: bold;
}
#eco-green .whitebox, #eco-red .whitebox {
	/*background-color: #9AC58E;*/
	color: #FFFFFF;
	padding-left: 3px;
	padding-right: 3px;
	font-weight: bold;
	font-size:26px;
}
#eco-red .whitebox {
	/*background-color: #F4786C;*/
}

#eco-trees {
	padding: 0 20px 10px 90px;
	background: url(/assets/graphics/tree_full.png) no-repeat 0 0 #59AD40;
	margin-left: 82px;
	position: relative; 
	color: #fff;
	font-weight:bold;
}

#eco-trees #eco-treessaved {
	position: absolute;
	top: 31px;
	left: 31px;
	font-size: 10px;
	color: #FFFFFF;
}
#eco-trees #eco-treessaved.eco-treessaved {
	left: 34px;
	top: 30px;
}

#changeStops {
    display: block;
    background: url(/assets/graphics/button_changestops.gif) top left no-repeat;
    text-indent: -9999px;
    width:155px;
    height:38px;
    margin-left: 120px;
}



#eco-veo {
color: #666666;
padding-left: 290px;
line-height: 20px;
font-size: 14px;
padding-top: 12px;
background: url(/assets/graphics/eco/trans-dev-bg.png) no-repeat -8px 7px;
}

#mainContentInner ul {
	margin: 0px;
	padding: 0px;
}
#mainContentInner ul li {
	list-style-image:none;
	background: url("/assets/graphics/bullet.jpg") no-repeat 12px 8px;
	list-style:none;
	border-bottom: dashed 1px #CCCCCC;
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#contentpadding {
	width: 675px;
	padding-left: 10px;
	padding-right: 10px;
}

p.msg { 
    background: url(/assets/graphics/background_container_ticket_options.png) bottom left no-repeat;
    height: 44px;
    color: #555;
}

#eco .ecodetails h2, .fullwidth h2 {
	background: transparent;
	/*color: #666666;*/
	font-size: 22px;
	border-bottom: solid 1px #CCCCCC;
	padding: 0px;
	margin-top: 10px;
}

#eco .ecodetails p {
	border: none;
	font-size: 14px;
	padding-left: 0px;
}
#eco .ecodetails h3 {
	font-size: 16px;
	color: #532E92;
	font-weight: bold;
	padding-left: 0px;
}
.fullwidth p {
	margin-bottom: 15px;
	line-height: 21px;
	color:#000;
}
.fullwidth h3, .fullwidth h2, .fullwidth h4 {
	padding-left: 0px; 
	padding-right: 0p;
}
.fullwidth h3, .fullwidth h2, .fullwidth h4, #mainContentInner .fullwidth ul {
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
}
.fullwidth h3 {
	font-size: 16px;
	margin-top: 3px;
	margin-bottom: 3px;
}
.fullwidth h3.paleh3 {
	/*color: #846AB1;*/
	font-size: 24px;
	border-bottom: none;
}
span.highlight, h2.highlight, h3.highlight, div.highlight { background-color: #C5B9DF; color:#666666; padding:10px; } /* color:#542F92; */
.fullwidth table tr th, .fullwidth table tr td, .resources table tr th, .resources table tr td  {
	border-bottom: dashed #CCCCCC 1px;
}

.no-border table tr th, .no-border table tr td  {
	border-bottom: dashed #fff 1px;
}

.fullwidth table tr th, .fullwidth table tr .table_age, .resources table tr th {
	color: #542F92;
	font-weight: bold; 
}
.fullwidth table tr .table_age {
	color: #666666;
}
.fullwidth table, .resources table {
	margin-left: 10px;
	margin-right: 10px;
	width: 673px;
}

.fullwidth .news-date {
	text-align: right;
}
#cse-search-results {
	width: 700px;
	overflow-x: hidden;
}

.tandc {
	width: 340px;
	float: left;
}
.formRow .overflow {
	border: solid 2px #CCCCCC;
	height: 100px;
	font-size: 10px;
	overflow-y: scroll;
	padding: 5px;
	width: 340px;
}
#mainContentInner .formRow .tandc input {
	width: 9px;
}




/* FancyForm styles */
.f_checkbox,.f_radio{background-repeat:no-repeat;height:20px;display:block;cursor:pointer;cursor:hand; background-position:top;}
.checked,.selected{}
.f_radio:hover,.f_checkbox:hover{}
.f_radio{/*padding:4px 24px;*/}
.f_checkbox{padding:0.5em 24px}
.unchecked{background-image:url(/assets/graphics/chk_off.png)}
.checked{background-image:url(/assets/graphics/chk_on.png)}
.unselected{background-image:url(/assets/graphics/rdo_off.png); background-repeat:no-repeat;}
.selected{background-image:url(/assets/graphics/rdo_on.png); background-repeat:no-repeat;  }
#select_line .green .unselected{background-image:url(/assets/graphics/rdo_off.png); background-repeat:no-repeat; display:block;}
#select_line .green .selected{background-image:url(/assets/graphics/rdo_on.png); background-repeat:no-repeat; }

body  {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	/*background: #666666;*/
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
form {
	padding: 0px; 
	margin: 0px;
}
img {
	border: none;
}
h1{
	margin:0px;
}

h2{
	font-size:1.6em;
	color:#666666;
	padding-left:10px;
}

h3{
	font-size:1.5em;
	font-weight:normal;
	padding-left:10px;
}

h4{
	margin:0;
	padding:0;
	font-size:1.16em;
	font-weight:normal;
	color:#333;
}

p {
	margin:0;
	padding:0;
	padding-left:10px;
}

hr.show {
	height:2px;
	color:#d5d5d5;
	background:#d5d5d5;
	border:0;
	visibility: visible;
}

#mainContentInner h1{
	/*font-size:2em;*/
	font-size:24px;
	color:#fff;
	font-weight:bold;
	float: left;
}

a{
	color:#542F92;
}

a:hover{
	text-decoration:underline;
	color:#000;
}

.thrColLiqHdr #container { 
	/*width: 80%;  /* this will create a container 80% of the browser width */
	width:1024px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
} 
.thrColLiqHdr #header { 
	background: #fff url(/assets/graphics/header_background.gif) repeat-x bottom;
	/*margin-top:20px;*/
	margin-left:5px;
	height:113px;
	padding: 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width:880px;
} 
.thrColLiqHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background:url(/assets/graphics/luas_logo.gif) no-repeat;
	text-indent:-999em;
	display:block;
	width:227px;
	height:52px;
	float:left;
	margin-top:20px;
}

#topmenu{
	width:620px;
	text-align: right;
	float:right;
	height:31px;
	line-height:31px;
	color:#542F92;
	margin-right:20px;
	font-size: 1.1em;
}

#topmenu a{
	margin-right:5px;
	color:#787878;
	text-decoration:none;
}
#topmenu a:hover {
	text-decoration: underline;
	color:#555555;
}
#topmenu #text_reduce{
	display:block;
	width:8px;
	height:30px;
	background:url(/assets/graphics/text_reduce.gif) no-repeat;
	margin-right:10px;
	float:right;
	margin-left: 5px;
}

#topmenu #text_enlarge{
	display:block;
	width:11px;
	height:30px;
	background:url(/assets/graphics/text_enlarge.gif) no-repeat;
	float:right;
}

#header #elements{
	float:right;
	width:600px;
	margin-top:5px;
}

#header #timedate{
	width:130px;
	float:right;
	margin-right:5px;
	height:50px;
	color:#542F92;
}

#header #timedate .date{
	font-size:0.84em;
	text-align: right;
}
#header #timedate #clock{
	float: right;
	margin-right: 5px;
	width: 24px;
}
#header #timedate .time{
	font-size: 16px;
	font-weight:bold;	
	float: right;
	width: 63px;
}
#header #timedate span{
	font-size: .60em;
	display: block;
	float: right;
	font-weight: normal;
	padding-left: 2px;
	padding-top: 2px;
}

.tax-home {
      font-size: 112.5%;
      text-align: right;
      font-weight: bold;
      text-decoration: underline;
      margin-right: 0px;
}


#header #weather{
	width:100px;
	float:right;
	margin-right:20px;
	color:#542F92;
	font-size:0.84;
	height:50px;
}

#header #weather a{
	text-decoration:none;
	color:#542F92;
}

#header #weather .temperature{
	font-size:1.41em;
	font-weight:bold;
	margin-left:45px;
	margin-bottom:5px;
}

#header #search{
	width:257px;
	float:right;
}

/* Tips for sidebars:
1. Since we are working in percentages, it's best not to use side padding on the sidebars. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".thrColLiqHdr #sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/
.thrColLiqHdr #sidebar1 {
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 185px; /* since this element is floated, a width must be given */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 0 10px 0 /* top and bottom padding create visual space within this div  - wanted bottom padding removed */
}
.thrColLiqHdr #sidebar2 {
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width:190px; /* since this element is floated, a width must be given */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 0 10px 0; /* top and bottom padding create visual space within this div  - wanted bottom padding removed */
	padding-left:8px;
}

.thrColLiqHdr #linestatus h1{
	font-size:1.33em;
	color:#666;
	margin-left:10px;
	padding-top:10px;
}
.thrColLiqHdr #status_ok{
	width:180px;
	height:103px;
	margin-bottom:9px;
	background:url(/assets/graphics/status_ok.png) no-repeat;
	position:relative;
}

.thrColLiqHdr #status_ok .content{
	font-size:1.1em;
	margin-top:15px;
	margin-left:10px;
	padding-right:10px;
}

.thrColLiqHdr #status_ok .viewmore{
	position:absolute;
	text-transform:uppercase;
	font-size:0.75em;
	color:#333333;
	right:10px;
	bottom:10px;
}

.thrColLiqHdr #status_ok .viewmore a{
	color:#333;
	text-decoration:none;
}


/*STATUS ALERT*/
.thrColLiqHdr #status_alert{
	width:180px;
	height:103px;
	margin-bottom:9px;
	background:url(/assets/graphics/status_alert.png) no-repeat;
	position:relative;
}

.thrColLiqHdr #status_alert .content{
	font-size:1.16em;
	margin-top:15px;
	margin-left:10px;
	margin-right:10px;
}

.thrColLiqHdr #status_alert .viewmore{
	position:absolute;
	text-transform:uppercase;
	font-size:0.75em;
	color:#333333;
	right:10px;
	bottom:10px;
}

.thrColLiqHdr #status_alert .viewmore a{
	color:#333;
	text-decoration:none;
}


.thrColLiqHdr #live_information{
	padding: 10px 9px;
	width: 162px;
	height: 244px;
	margin-bottom:9px;
	background:url(/assets/graphics/background_live_information.png) no-repeat;
	font-size:1.10em;
}

.thrColLiqHdr #sidebar2 #live_information h1{
	padding-top:5px;
	font-size:1.21em;
	margin: 0px;
	padding: 0px; 
	
}
.thrColLiqHdr #sidebar2 #live_information p {
	margin: 0px;
	padding: 0px;
	margin-top: 14px;
}
.thrColLiqHdr #sidebar2 #live_information #select_line{
	margin-top:93px;
}

.thrColLiqHdr #sidebar2 #live_information #select_line #green{
	border:0px;
}

.thrColLiqHdr #sidebar2 #live_information #select_line .green{
	width:70px;
	float:left;
	background:url(../graphics/green_radio_button.gif) no-repeat;
}

.thrColLiqHdr #sidebar2 #live_information #select_line .red{
	width:70px;
	float:left;
	background:url(../graphics/red_radio_button.gif) no-repeat;
}

.thrColLiqHdr #sidebar2 #live_information #select_line .stop{
	width:149px;
	height:29px;
	margin-top:5px;
	margin-bottom:5px;
}

.thrColLiqHdr #sidebar2 #live_information #select_line .btn_find{
	float:right;
	width:66px;
	height:33px;
	background:url(/assets/graphics/btn_find.png);
	border:0px;
	font-size:0.1px;
	color:#fff;
	text-indent:-999em;
}

.thrColLiqHdr #sidebar2 #vote{

	width:180px;
	padding: 10px 10px 0 10px;
	height:80px;
	background:url(/assets/graphics/background_vote.png) no-repeat;
	font-size: 1.15em;
}

.thrColLiqHdr #sidebar2 #vote .content{
	font-size:1em;
	padding-top:5px;
	margin-left:5px;
}

.thrColLiqHdr #sidebar2 #vote #poll{
	border:0;
	color:#542F92;
}

.thrColLiqHdr #sidebar2 #vote #poll .options{
	height:33px;
	line-height:36px;
	width:49px;
	float:left;
	margin-left:-2px;
}

.thrColLiqHdr #sidebar2 #vote .btn_vote{

	width:63px;
	height:33px;
	background:url(/assets/graphics/btn_vote.png);
	border:0px;
	font-size:0.1px;
	color:#fff;
}


.thrColLiqHdr #ad {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width:120px; /* since this element is floated, a width must be given */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	/*padding: 15px 0; /* top and bottom padding create visual space within this div */
	padding-top:10px;
}

.thrColLiqHdr #sidebar1 p, .thrColLiqHdr #sidebar1 h3, .thrColLiqHdr #sidebar2 p, .thrColLiqHdr #sidebar2 h3 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

/* Tips for mainContent:
1. the space between the mainContent and sidebars is created with the left and right margins on the mainContent div.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 300px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
.thrColLiqHdr #mainContent { 
	padding: 10px 0; /* top and bottom padding create visual space within this div */
	float: left;
}

.thrColLiqHdr #mainContentInner { 
	margin-left: 5px;
	float: left;
	width: 695px;
	padding: 10px 0; /* top and bottom padding create visual space within this div */
	font-size:1.16em;
	/*color:#666666;*/
	color:#000;
	padding-bottom:40px;
}

.introtext {
	margin-bottom:10px;
}


.thrColLiqHdr #imagerotatorhome {
	width:507px;
	height:376px;
	margin-bottom:9px;
}


.thrColLiqHdr #sfn {
	width:98px;
	height:80px;
	float:left;
	margin-right:7px;
}

.thrColLiqHdr #luas_extensions {
	width:102px;
	height:80px;
	float:left;
	margin-right:5px;
}

.thrColLiqHdr #sms_signup {
	width:102px;
	height:80px;
	float:left;
	margin-right:7px;
}

.thrColLiqHdr #ticket_options {
	width:182px;
	float:left;
}

/*INNER HEADINGS*/
#title_best_ticket_options{
	background: #542F92;
	width:695px;
	height:80px;
	line-height:80px;
	position:relative;
	margin-bottom:5px;
}
#title_best_ticket_options img {
	float: left;
}

#title_green{
	background: #5AAD41;
	width:695px;
	height:80px;
	line-height:80px;
	position:relative;
	margin-bottom:5px;
}
#title_green img {
	float: left;
}

#title_journey_times{
	background:url(/assets/graphics/header_journey_times.gif) no-repeat #542F92;
	width:614px;
	height:80px;
	line-height:80px;
	padding-left:80px;
	position:relative;
	margin-bottom:5px;
}

#title_stops_and_lines{
	background:url(/assets/graphics/header_stops_and_lines.gif) no-repeat #542F92;
	width:614px;
	height:80px;
	line-height:80px;
	padding-left:80px;
	position:relative;
	margin-bottom:5px;
}

#title_hours_and_frequency{
	background:url(../graphics/header_journey_times.gif) no-repeat #542F92;
	width:614px;
	height:80px;
	line-height:80px;
	padding-left:80px;
	position:relative;
	margin-bottom:5px;
}


#headings_submenu {
	/*font-size:0.91em;*/
	font-size:11px;
	font-weight:normal;
	position:absolute;
	height:15px;
	left: 80px;
	line-height:15px;
	top:11px;
	width:100%;
	text-transform:uppercase;
	color:#B1A0CD;
}

#headings_submenu_green {
	/*font-size:0.91em;*/
	font-size:11px;
	font-weight:normal;
	position:absolute;
	height:15px;
	left: 80px;
	line-height:15px;
	top:11px;
	width:100%;
	text-transform:uppercase;
	color:#9DD68D;
}


.title_green {
	color:#9DD68D;
}

#headings_submenu a, #headings_submenu_green a{
	color:#fff;
	text-decoration:none;
}

#headings_submenu a.B_currentCrumb  {
	color:#B1A0CD;
}

#headings_submenu_green a.B_currentCrumb  {
	color:#9DD68D;
}

#headings_submenu a:hover, #headings_submenu_green a:hover{
	text-decoration:underline;
}

#help_icon{
	display:block;
	width:25px;
	height:25px;
	background:url(/assets/graphics/help_icon.gif) no-repeat;
	position:absolute;
	right:5px;
	bottom:10px;
}

#heading_flag{
	display:block;
	width:90px;
	height:60px;
	background:url(/assets/graphics/help_icon.gif) no-repeat;
	position:absolute;
	right:10px;
	bottom:10px;
}



/*TICKET OPTIONS*/
#mainContentInner #ticket_options{
	background:url(/assets/graphics/background_container_ticket_options.png) no-repeat;
	width:694px;
	margin-top:5px;
	padding-top:25px;
	padding-bottom:20px;
}

#ticket_options .item{
	border-bottom: 1px solid #D5D5D5;
	line-height:70px;
	float:left;
	width:100%;
	min-height:70px;
}

#ticket_options .item .title{
	font-size:1.5em;
	color:#542F92;
	float:left;
	width:176px;
	font-weight:bold;
	margin-left:10px;
}

#ticket_options .dropdown{
	float:left;
	margin-left:20px;
}

#ticket_options .select{
	width:351px;
	height:40px;
	border:1px solid #D5D5D5;
	font-size:1.5em;
	color:#666;
	line-height:40px;
}

#ticket_options .button{
	background:url(/assets/graphics/btn_get_my_ticket_options.gif);
	border:0px;
	width:214px;
	height:41px;
	font-size:0.1px;
	text-indent:-999px;
	margin-top:10px;
	padding-bottom:20px;
}


/*TICKET OPTIONS RESULTS*/
#mainContentInner #ticket_options_results{
	background:url(/assets/graphics/background_container_ticket_options.png) no-repeat;
	width:684px;
	margin-top:5px;
	padding-top:25px;
	padding-bottom:20px;
	padding-left:10px;
	border-bottom:2px solid #D5D5D5;
}

#mainContentInner #ticket_options_results h2{
	margin:0;
	padding:0;
}

#ticket_options_results #travel_criteria{
	color:#542F92;
	font-size:1.5em;
	margin-bottom:20px;
}

#ticket_options_results #travel_criteria .options{
	font-weight:bold;
}

#ticket_options_results #travel_criteria .change{
	margin-left:10px;
	text-transform:uppercase;
	font-size:0.83em;
}


#ticket_options_results .item{
	min-height:150px;
	width:637px;
	border-top:1px solid #fff;
	border-bottom: 1px solid #ccc;
	float:left;
	padding:10px;
}

#ticket_options_results .itemfirst{
	background:#e5e5e5;
	min-height:150px;
	width:637px;
	border-top:1px solid #fff;
	border-bottom: 1px solid #ccc;
	float:left;
	padding:10px;
}

#ticket_options_results .itemsecond{
	background:#f1f1f1;
	min-height:150px;
	width:637px;
	border-top:1px solid #fff;
	border-bottom: 1px solid #ccc;
	float:left;
	padding:10px;
}

#ticket_options_results .itemthird{
	background:#f9f9f9;
	min-height:150px;
	width:637px;
	border-top:1px solid #fff;
	border-bottom: 1px solid #ccc;
	float:left;
	padding:10px;
}

#ticket_options_results .order{
	background:#fff;
	border-bottom:1px solid #fff;
	width:27px;
	height:150px;
	float:left;
	font-size:1.5em;
	color:#542F92;
	font-weight:bold;
}

#ticket_options_results .ticket_sample{
	width:95px;
	height:144px;
	margin-right:20px;
	float:left;
}

#ticket_options_results .ticket_info{
	width:265px;
	float:left;
	margin-right:10px;
}

#ticket_options_results .ticket_info .price{
	font-size:2em;
	color:#542F92;
	font-weight:bold;
}

#ticket_options_results .ticket_info .titles{
	width:110px;
	margin-right:5px;
	float:left;
	font-size:1.16em;
	color:#999;
}

#ticket_options_results .ticket_info .details{
	width:150px;
	float:left;
}

#ticket_options_results .summary{
	width:225px;
	float:right;
	font-size:1em;
	color:#666;
}



/*LUAS STOPS AND LINES*/
#stops_and_lines #tabs{
	height:62px;
	background:url(/assets/graphics/tabs_bottom.gif) repeat-x bottom;
}
#stops_and_lines #tabs p { 
    float: left;
    margin: 18px 0 0 -5px;
    font-size: 12px;
}

#stops_and_lines #tabs .green_line{
	display:inline-block;
	float:left;
	margin-right:5px;
	width:134px;
	height:39px;
	background:url(/assets/graphics/green_line_tab.gif) no-repeat;
	text-indent:-999em;
}

#stops_and_lines #tabs .red_line_selected{
	display:inline-block;
	float:left;
	margin-right:5px;
	width:144px;
	height:39px;
	background:url(/assets/graphics/red_line_tab.gif) no-repeat;
	text-indent:-999em;
}

#stops_and_lines #tabs .bottom{
	background:url(/assets/graphics/tabs_bottom.gif) repeat-x;
	height:23px;
	clear:both;
}

#stops_and_lines .title{
	font-size:1.8em;
	/*color:#542F92;*/
	color: #666666;
	float:left;
	width:280px;
	font-weight:bold;
	padding-left:18px;
	padding-top: 10px;
}

#stops_and_lines .dropdown{
	float:right;
	padding-right:10px;
	padding-top: 5px;
	margin-bottom: 9px;
	font-size: 1.2em;

}

#stops_and_lines .select{
	width:351px;
	height:40px;
	border:1px solid #D5D5D5;
	font-size:1.5em;
	color:#666;
	line-height:40px;
}

#stops_and_lines .zoom_intro{
	background:url(/assets/graphics/zoom.gif) no-repeat left;
	padding-left:50px;
	height:50px;
	line-height:50px;
	font-size:1.2em;
}

#stops_and_lines .Inbound{
	float:left;
	background:url(/assets/graphics/time_board.gif) no-repeat bottom;
	width:202px;
	height:115px;
	margin-right:30px;
	padding-left:10px;
}

#stops_and_lines .Outbound{
	float:left;
	background:url(/assets/graphics/time_board.gif) no-repeat bottom;
	width:202px;
	height:115px;
	margin-right:0px;
	padding-left:10px;
}

#stops_and_lines .location, #stops_and_lines .time {
	color:#FF9933;
	width:130px;
	float:left;
	margin-left:10px;
	margin-bottom:7px;
}
#stops_and_lines .time {
	width: 25px;
}

.pidmessage {
	width: 200px;
	background-color: #000000;
	border: solid 3px #CCCCCC;
	margin: 10px;
	color: #FF9933;
	padding: 10px;
	width: 652px;
}

#pidarea {
	height:100px;
	width:475px;
	float:left;
}

#pidarea h4 {
	margin-bottom: 14px;
}

#stops_and_lines .status_ok{
	float:left;
	background:url(/assets/graphics/status_stop_page.png) no-repeat bottom;
	width:201px;
	height:110px;
	padding-right:10px;
}

#stops_and_lines #resources{
	font-weight:bold;
	color:#fff;
	font-size:1.16em;
}

#stops_and_lines .resource_links1{
	background:url(/assets/graphics/stop_map.png) no-repeat;
	width:115px;
	height:64px;
	margin-left:10px;
	float:left;
	padding:5px;
}

#stops_and_lines .resource_links2{
	background:url(/assets/graphics/ticket_outlets.png) no-repeat;
	width:115px;
	height:64px;
	margin-left:10px;
	float:left;
	padding:5px;
}

#stops_and_lines .resource_links3{
	background:url(/assets/graphics/transport_connections.png) no-repeat;
	width:115px;
	height:64px;
	margin-left:10px;
	float:left;
	padding:5px;
}

#stops_and_lines .resource_links4{
	background:url(/assets/graphics/things_to_do.png) no-repeat;
	width:115px;
	height:64px;
	margin-left:10px;
	float:left;
	padding:5px;
}

#stops_and_lines .resource_links5{
	background:url(/assets/graphics/others.png) no-repeat;
	width:115px;
	height:64px;
	margin-left:10px;
	float:left;
	padding:5px;
}


/*OPERATING HOURS AND FREQUENCY*/
.column {
	width:214px;
	border:1px solid #fff;
	margin: 0px;
	padding: 0px;
}

.timered th, .timegreen th{
	background:#542F92;
	height:31px;
	line-height:31px;
	font-size:16px;
	color:#fff;
	border-right:2px solid #fff;
	border-left:2px solid #fff;
	margin-bottom:0px;
	margin-top:0px;
	padding-left: 10px;
}

.timered table tr td, .timegreen table tr td{
	padding: 5px;
	background:#542F92;
	color:#fff;
	font-size:14px;
}
.timered .timelight, .timered .timemedium, .timered .timedark, .timegreen .timelight, .timegreen .timemedium, .timegreen .timedark {
	color: #000000;
	text-align: center;
	font-weight: bold;
}
.timered .timelight {
	background: none repeat scroll 0 0 #ECAA8F;
}
.timered .timemedium {
	background: none repeat scroll 0 0 #E47B5F;
}
.timered .timedark {
	background: none repeat scroll 0 0 #D10B1E;
	color: #FFFFFF;
}

.timegreen .timelight {
	background: none repeat scroll 0 0 #7CC767;
}
.timegreen .timemedium {
	background: none repeat scroll 0 0 #59AD40;
}
.timegreen .timedark {
	background: none repeat scroll 0 0 #3F7A2E;
	color: #FFFFFF;
}


.column .frequency{
	width:152px;
	margin-right:1px;
	float:right;
	border-bottom:1px solid #fff;
	color:#000;
	text-align:center;
}

.column .frequency_first_week{
	width:152px;
	margin-right:1px;
	float:right;
	border-bottom:1px solid #fff;
	border-top: 1px solid #fff;
	margin-top:-13px;
	color:#000;
	text-align:center;
}

.column .frequency_first_sat{
	width:152px;
	margin-right:1px;
	float:right;
	border-bottom:1px solid #fff;
	border-top: 1px solid #fff;
	margin-top:-13px;
	color:#000;
	text-align:center;
}

.column .frequency_first_sun{
	width:152px;
	margin-right:1px;
	float:right;
	border-bottom:1px solid #fff;
	color:#000;
	text-align:center;
}


/*FOOTER*/

.thrColLiqHdr #footer { 
	padding: 10px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fff;
	width:870px;
	background:url(/assets/graphics/footer_background.gif) repeat-x;
	height:87px;
	margin-left:5px;
	margin-top:0;
	color:#999;
	clear:both;
	float:left;
} 
.thrColLiqHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#999999;
}

.thrColLiqHdr #footer #veolia{
	float: left;
height: 45px;
padding-right: 26px;
}

.thrColLiqHdr #footer #trans{
	float:left;
	width:142px;
	height:45px;
	padding-right: 10px;
}

.thrColLiqHdr #footer #languages{
margin-top: -10px;
margin-top: 0px\9;
margin-bottom: 8px;
margin-bottom: 4px\9;
float: left;
width: 269px;
heig
ht: 16px;
display: block;
padding-left: 2.1em;
}

#languages a{
	margin-right:8px;
}

#stops_and_lines .inbound h4,#stops_and_lines .outbound h4{
	margin-bottom:20px;
}

#stops_and_lines .location{
	color:#FF9933;
	width:140px;
	float:left;
	margin-left:10px;
	margin-bottom:7px;
}


#stops_and_lines .status_ok{
	float:right;
	background:url(../graphics/status_stop_page.png) no-repeat bottom;
	width:201px;
	height:96px;
	padding-right:10px;
	position:relative;
}

#stops_and_lines .status_ok h3{
	font-size:21px;
	font-weight:bold;
	margin-bottom:0;
	margin-top:0;
}

#stops_and_lines .status_ok .notice{
	width:126px;
	padding-left:10px;
}

#stops_and_lines .status_ok .viewmore{
	position:absolute;
	font-size:9px;
	text-transform:uppercase;
	right:10px;
	bottom:7px;;
}


.thrColLiqHdr #footer #bottom_menu{
        margin-top: 10px;
        width: 320px;
        margin-left: 438px;
        display: block;
        color: #542F92;
        margin-top: 25px\9;
        width: 321px\9;
        margin-left: -310px\9;
        position: absolute\9;


}

.thrColLiqHdr #footer #bottom_menu a:hover{
	text-decoration:underline;
	color:#000;
}

.thrColLiqHdr #footer #credits{
	float:left;
	width:480px;
	margin-left:125px;
        margin-left: 23px\9;
	display:block;

}

.thrColLiqHdr #footer #rpa{
	float:right;
	width:95px;
	height:42px;
	margin-top: -45px;
        margin-top: -0px\9;
}

#bottom_menu ul li.last {
        height: 8px;
border-left: solid 1px #542F92;
padding-right: 9px!important; 
 }

@-moz-document url-prefix() { 
        div#footer  div#center_content #bottom_menu ul li{
	float: left;
        list-style: none;
        padding-right: 8px;
        padding-left: .82em;
        padding-top: 1px;
        padding-bottom: 5px;
        margin-bottom: 4px;
        height: 10px;

    }
    
    .thrColLiqHdr #footer #credits{
	float:left;
	width:480px;
	margin-left: 133px;
        margin-left: 23px\9;
	display:block;

   }

.thrColLiqHdr #footer #bottom_menu{
        margin-top: 10px;
        width: 320px;
        margin-left: 437px;
        display: block;
        color: #542F92;
        margin-top: 25px\9;
        width: 321px\9;
        margin-left: -310px\9;
        position: absolute\9;


   }
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.red_text{
	color:#BD2A1D;
}

.green_text{
	color:#5AAD41;
}

/*TEMPORARY SIDE NAV STYLES - TO BE MOVED TO STYLE.CSS*/

	  #sidebar1 ul li a {
	    display: block;
	    padding-left: 10px;
	    padding-top: 6px;
	    padding-bottom: 5px;
	    background-color: #542F92;
	    font-size: 1.33em;
	    color: #eeebf4;
	    text-decoration: none;
		background-image:url(../graphics/left_menu_bg.gif);
		background-position:0 0;
		margin-left:5px;
		font-weight:bold;
	  }
	  
	  #sidebar1 ul li a:hover {
	  	background-color: #3B2266;
		color:#fff;
		background-position:-185px 0;
		margin-left:0px;
		padding-left: 15px;
	  }

	  #sidebar1 ul li.active a {
	  	background-color: #000000;
		color:#fff;
		background:url(../graphics/left_main_active.gif) no-repeat;
		height:auto;
		overflow:visible;
		margin-left:0px;
		padding-left:15px;
	  }
	  
	  #sidebar1 ul li.active a:hover {
		  padding-left:15px;
	  }
	  

/* sitemap */
	  
#mainContentInner ul.sitemap li { font-weight: bold; font-size: 1.1em; border: none; list-style: none; }
#mainContentInner ul.sitemap li ul li { font-weight: normal; font-size: 1em; }


/* form */
#mainContentInner form fieldset { border: none; }

#mainContentInner form div.formRow { 
    padding: 20px 10px; 
    border-bottom: 1px #ccc solid; float: left;  clear: left; 
    width: 655px; z-index:0; 
}

#mainContentInner form label { 
    width: 300px; 
    display: block; 
    font-size: 1.2em; 
    color: #542F92; 
    font-weight: bold; 
    float: left;
    padding-top: 10px;
    clear: left;
    padding-top:14px;
}

#mainContentInner form div.formRow div.selectContainer { float: left;  }
#mainContentInner form label a { 
    text-decoration:underline;
}
#mainContentInner form label span.note { display: block; font-size: 10px; }
#mainContentInner form div.recaptcha { display: inline-block; }

#mainContentInner form input.submit {
    border: none;
    background: url(/assets/graphics/button-submit.gif) top left no-repeat;
    width: 213px;
    height:36px;
    text-indent: -9999px; 
    display: block;
    font-size: 0;
    line-height: 0; 
}

#mainContentInner form input.submit.login {
	background-image: url(/assets/graphics/login-button.gif);
}
#mainContentInner form input.submit.save {
	background-image: url(/assets/graphics/save-button.gif);
}


#mainContentInner form input {
    border: 2px #ccc solid;
    width: 327px;
    padding: 10px;
}
#mainContentInner form div.checkboxContainer {
    border: 2px #ccc solid;
    width: 9px;
    height: 9px;
    float: left;
    overflow:hidden;
    margin-top:18px;
}
#mainContentInner form div.checkboxError { 
    border: 2px red solid;
}
#mainContentInner form div.checkboxContainer input.checkbox {
    width: auto;
    margin: -2px 0 0 -2px;
}



#mainContentInner form input.error,
#mainContentInner form textarea.error,
#mainContentInner form div.error { 
    border: 1px red solid;
    background-color: #f99;
}
p.error {
	margin-bottom: 10px;
}
 
#mainContentInner form textarea {
    border: 2px #ccc solid;
    height: 7em;
    width: 340px;
}

/*
	Landing pages
	Three icons per row
*/
.landing_page_icon{
	width:160px;
	height:106px;
	float:left;
	margin-right:30px;
	margin-left:30px;
	margin-bottom:10px;
}
.landing_page_banner{
	float:left;
	margin-right:30px;
	margin-left:30px;
	margin-bottom:10px;
}


/*KIDS AREA*/
.kids_box{
	width:160px;
	height:106px;
	float:left;
	margin-right:30px;
	margin-left:100px;
	margin-bottom:10px;
}

#mainContentInner form.force-signupform input.checkbox, form input.checkbox {
	width: 15px !important;
	height: 15px;
}
#mainContentInner form.force-signupform div {
	color: #542F92;
}


#mainContentInner form.force-signupform input.checkbox, form input.checkbox {
	width: 15px !important;
	height: 15px;
}
#mainContentInner form.force-signupform div {
	color: #542F92;
}



#mainContentInner form.force-signupform div.formRow {
	float: left; clear: none;
	width: 315px; border-bottom: none;
	padding: 2px 2px 20px 2px;
}
#mainContentInner form.force-signupform div.formRow p {
	width: 100%;
}

#mainContentInner form.force-signupform div.formRow.clear {
clear: both;

}
#mainContentInner form.force-signupform div.formRow.clear.full {
width: 600px;
font-weight: bold;
}
#mainContentInner form.force-signupform div.formRow.clear.full span {
font-weight: normal;
}

#mainContentInner form.force-signupform  label {
height: 30px; width: 115px;
font-size: 1em; padding-top: 5px;
}

#mainContentInner form.force-signupform  input {
padding: 4px; width: 178px;
height: 13px;
}
#mainContentInner form.force-signupform  input.dates {
	background: url("/assets/graphics/calendar_icon.png") no-repeat 99%;
}

#mainContentInner form.force-signupform  input.submit {
	height: 37px; cursor:pointer;
}

#mainContentInner form.force-signupform select {
width: 180px;
}

#mainContentInner form.force-signupform.updated {
	
	
}
.dividerline {
	background-color: #CCCCCC;
	height: 1px;
	margin-bottom: 20px;
	margin-top: -10px;
	width: 100%;
}


/* GOOGLE MAPS */
div#map_canvas div div div div div div div {
//overflow: hidden!important;
}

.map-content {
	height: 70px;
	width: 200px;
}
.map-content img{
	margin-top: -8px;
}
.map-content h2 {
    font-size: 110%;
    font-weight: bold;
	color: #000;
	padding: 0;
	margin: 0;
	border: none;

}

.map-content .info-window-top-links a {
    color: #4272DB;
    text-decoration: none;
}
.map-content p {
    color: #000;
	padding: 0 5px 0 0;
}
.map-content a {
    color: #0E774A;
}

.map-content img{
    float: right;
    display: inline;
}

div#map_canvas {
	border: 5px solid #542F92;
	height: 490px;
    width: 665px;
}
/*================Social Icons============*/
#social {
	margin: 5px 0 5px 5px;
	height: 65px;
	padding: 8px 0 0 0;
}

#social.share{
	border-top: #493395 solid 1px;
	padding: 10px 0 0 0;
	margin: 0 0 0 5px;
	}
	
#social.share div{
	margin:10px 0 0 7px;
}

#social h3{
	color: #4e4e4e;
	font-size: 1.1em;
	padding: 0;
	margin: 0;
	text-align: center;
}
#social ul {
	padding: 8px 0 8px 35px;
	width: 140px;
	margin: 0 auto 0 auto;
	display: block;
}

#social ul li {
	width: 40px;
	display: inline;
	float: left;
}
#social ul li a{
	text-indent: -9999px;
	width: 30px;
	height: 30px;
	padding: 0;
	margin: 0;
}
#social ul li a:hover{
	 padding: 0;
	 background-position: 0 0;
}
#social ul li.twitter a{
	background: transparent url(../graphics/icons/twitter-icon.gif) no-repeat 0 0;
	padding: 0;
}
#social ul li.facebook a{
	background: transparent url(../graphics/icons/facebook-icon.gif) no-repeat 0 0;
	padding: 0;
}
#social ul li.youtube a{
	background: transparent url(../graphics/icons/youtube-icon.gif) no-repeat 0 0;
	padding: 0;
}
#social ul li.app a{
	background: transparent url(../graphics/icons/app-icon.gif) no-repeat 0 0;
	padding: 0;
}


.calculator select{
	padding:3px;
}

#p2p_text{
	display:block;
	margin:20px 0 10px 0;
}

.calculator em{
	font:bold 22px Helvetica, Arial, sans-serif;
	font-style:normal;
}
	
.ecoH3 { text-align: left; padding: 30px 0;  color: #542F92; margin: 0 0 10px 77px; font-size: 2em;}
.ecoH3 a { font-size: .4em; text-transform: uppercase; text-decoration: none; color: #542F92;}	
/*Cookies acceptance box*/

.cookiepush
{
	margin-top: 84px;	
}

.cookie-content
{
	text-align: left;	
	line-height: 1.4em;
	display: block;
	position: fixed;
	z-index: 999;
	background: rgb(221,221,221);
	left:0;
	right:0;
	color: #222;
	font-size: 13px;
	padding: 15px 0;
	width: 100%;
}

	.cookie-content span
	{
		width: 65%;
		float: left;
	}
	.cookie-content span img
	{
		margin: 5px 0 0 1px;
	}

.btn
{	
	width: 18%;
	float: left;
	color: #fff;	
	font-weight: 600;
	background: #553193;
	border: 2px solid #3d1c75;
	padding: 5px;
	margin: 1px 0 0 20px;
	text-align: center;
}

	.btn:hover
	{
		text-decoration: none;
		background: #3d1c75;
		border: 2px solid #3d1c75;
		color: #fff;
	}

	.btn:active
	{
		color: #fff;
	}

@media (max-width: 1024px) {
    .thrColLiqHdr #footer #languages{
    margin-top: -10px;
    margin-top: 0px\9;
    margin-bottom: 6px;
    margin-bottom: 4px\9;
    float: left;
    width: 269px;
    height: 16px;
    display: block;
    padding-left: 2.2em;
}

#languages a{
	margin-right:.6em;
   }

   div#credits{
       float: left;
       width: 480px;
       margin-left: 106px;
       display: block;
       margin-top: 33px;
       position: absolute;
       float: none\9;
       margin-left: 200px\9;
       margin-top: 0px\9;

   }
}

div#stops_and_lines div#surveyMonkeyInfo {
      width:100%!important;
}

#vote p {
 margin: 0px;
 padding: 0px;
 font-size: 12px;
 width: 140px;
 padding-bottom:2px;
}

a.sfn-pay{
margin-left:10px;
margin-bottom:30px;
border: 2px solid #3B2266;
background-color: #542F92;
color: #FFF;
padding: 2px 20px;
font-weight: bold;
}

#pay-sfn-banner {
    display: inline-block;
    margin: 10px 0 0 10px;
}