/* ========= print ========= */

.printonly
{
	display:	none;
}


/* ========= error ========= */

.error    
{
    padding: 0.16em;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: normal;
    color: black;
    font-weight:bold;
}

.errorbox    
{
    padding: 0.7em;
    border: black solid 2px;
}


/* ========= ics ========= */

.ics {
	font-size: 9pt;
	color: #333333;
	font-weight: normal;
	margin: 10px;
}

.hints strong {
	font-weight: bold;
}

.addinfo {
	color: black;
}

a.announcement{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	line-height: 11pt;
	margin-top: 0.25em;
	color: #0000ff;
}
a.announcement:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	line-height: 11pt;
	margin-top: 0.25em;
	color: #0000ff;
}
a.announcement:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	line-height: 11pt;
	margin-top: 0.25em;
	color: #0000ff;
}
a.announcement:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	line-height: 11pt;
	margin-top: 0.25em;
	color: #0000ff;
}


/* ========= turn by turn instructions ========= */

.turnByTurnTable {
	width:100%;
	margin:0px;
	padding:0px;
}

.turnByTurnTable td {
	border: 1px solid #FFFFFF;
	vertical-align:middle;
}

.markedTurnByTurnBackground {
	background-color:#BBBBBB;
	font-weight:bold;
}

.turnByTurnBackground {
	background-color: #EAEEEC;
}

/* ========= leg time table ========= */

.legTTBackground {
	background-color:#EEEEEE;
}

/* ===============================================

         styles to simulate jp phase1 design

   =============================================== */
   
/* ========= jp common styles ========= */

.menu{
	/*font-size: .9em;*/
	vertical-align: middle;
}

.top td{
	vertical-align:top;
}

.table, .jpElementBox {
	border: solid #e1e1e1 2px;
	width: 480px;
}


.jpBoxElement{
	width: 480px; /* the same as jpElementBox */
}

.jpBoxElementAdvanced{
	width: 100%; /* the same as jpElementBox */
}

.jpBold {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: rgb(71,71,71);
	line-height: 11pt;
	margin-top: 0.25em;
}

.jpText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: rgb(71,71,71);
	line-height: 11pt;
	margin-top: 0.25em;
	text-decoration:none;
}

.jpUserInput {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: blue;
	line-height: 11pt;
	margin-top: 0.25em;
}

.jpHeadText {
	margin-bottom: 0.25em;
	text-decoration: none;
}

/* ===============================================

         styles copied from metlink 

   =============================================== */
  
 
/* ========= left subnavigation menu (from styles.css) =========

/* Print link styles */

.printLink {
	margin-left: 8px;
}

.printLink a {
	float: left;
	color: #666;
	text-decoration: none;
	padding: .6em 0 1em 2.5em;
	background: url(../images/metlink/phase2/print_btn.gif) no-repeat 0 .5em;
}

.printLink a:hover {
	color: #000;
	text-decoration: underline;
}

/* Email a Friend link styles */

.emailafriendLink {
	margin-left: 8px;
}

.emailafriendLink a {
	clear: left;
	float: left;
	color: #666;
	text-decoration: none;
	padding: .6em 0 1em 2.5em;
	background: url(../images/metlink/phase2/emailafriend_btn.gif) no-repeat 0 .5em;
}

.emailafriendLink a:hover {
	text-decoration: underline;
}

/* Box for Print and Email links */

.naviBoxHead {
	width: 168px;
	float: left;
	margin: 0;
	padding: 0 0 10px 0;
	list-style-type: none;
}

.naviBox {
	width: 168px;
	float: left;
	background: url(../images/metlink/phase2/left_subnav_bground.gif) no-repeat 0 100%;
	margin: 0;
	padding: 0 0 10px 0;
	list-style-type: none;
}

#subNav .subNaviBg {
	width: 168px;
	float: left;
	background: url(../images/metlink/phase2/left_navibox_bground.gif) no-repeat 0 100%;
	margin: 0;
	padding: 0 0 10px 0;
	list-style-type: none;
}
   

/* ========= tab styles (from timetables.css) =========

/* sets up journey planner search tabs */
.jpSearchTabs {
	width: 100%;
	float: left;
	font: bold 11px Arial, Helvetica, sans-serif;
}

/* set the right side of the active tab */
.jpSearchTabs .active_tab {
	float: left;
	height: 48px;
	width:23%;
	background: url(../images/metlink/phase2/active_tab_right.gif) no-repeat top right;
}

/* set the left side of the active tab */
#centrecontent .jpSearchTabs .active_tab .left {
	height: 48px;
	width:23%;
	padding: 5px 0 0 10px;
	float: left;
	background: url(../images/metlink/phase2/active_tab_left_stop.gif) no-repeat top left;
}

/* set the left side of the active tab for the left tab */
#centrecontent .jpSearchTabs .active_tab .leftLeft {
	height: 48px;
	width:23%;
	padding: 5px 0 0 10px;
	float: left;
	background: url(../images/metlink/phase2/active_tab_left.gif) no-repeat top left;
}

/* set the font for the active tab */
#centrecontent .jpSearchTabs .active_tab a {
	padding: 5px 0 0 10px;
	font: bold 1.1em Arial, Helvetica, sans-serif;
	color: #333;
	text-decoration:none;
}

/* set the right side of the inactive tab */
.jpSearchTabs .inactive_tab {
	height: 48px;
	width:23%;
	float: left;
	background: url(../images/metlink/phase2/inactive_tab_right.gif) no-repeat top right;
}

/* set the left side of the inactive tab */
#centrecontent .jpSearchTabs .inactive_tab .left {
	float: left;
	padding: 5px 0 0 10px;
	background: url(../images/metlink/phase2/inactive_tab_left.gif) no-repeat top left;
}

/* set the left side of the inactive tab for the left tab */
#centrecontent .jpSearchTabs .inactive_tab .leftLeft {
	height: 48px;
	float: left;
	padding: 5px 0 0 10px;
	background: url(../images/metlink/phase2/inactive_tab_left_route.gif) no-repeat top left;
}

/* set the font for the inactive tab */
#centrecontent .jpSearchTabs .inactive_tab a {
	color: #333;
	padding: 5px 0 0 10px;
	font: bold 1.1em Arial, Helvetica, sans-serif;
}


/* set the right side of the deactivated tab */
.jpSearchTabs .deactivated_tab {
	height: 48px;
	width:23%;
	float: left;
	background: url(../images/metlink/phase2/inactive_tab_right.gif) no-repeat top right;
}

/* set the left side of the deactivatedtab */
#centrecontent .jpSearchTabs .deactivated_tab .left {
	float: left;
	padding: 5px 0 0 10px;
	background: url(../images/metlink/phase2/inactive_tab_left.gif) no-repeat top left;
}

/* set the left side of the deactivated tab for the left tab */
#centrecontent .jpSearchTabs .deactivated_tab .leftLeft {
	height: 48px;
	float: left;
	padding: 5px 0 0 10px;
	background: url(../images/metlink/phase2/inactive_tab_left_route.gif) no-repeat top left;
}

/* set the font for the deactivated tab */
#centrecontent .jpSearchTabs .deactivated_tab a {
	color: #FFFFFF;
	padding: 5px 0 0 10px;
	text-decoration: none;
	font: bold 1.1em Arial, Helvetica, sans-serif;
}

/* create gap between tabs */
.jpSearchTabs .gap {
	width: 10px;
	height: 38px;
	float: left;
	display: inline;
	border-bottom: 2px solid #e1e1e1;
}

/* create top right hand rounded corner of content */
.jpSearchTabs .top_corner {
	height: 48px;
	width: 100%;
	float: left;
	display: inline;
	background: url(../images/metlink/phase2/search_top_corner.gif) no-repeat top right;
}


/* create bottom right hand rounded corners of content */
.jpSearchTabs .right {
	margin-top: 48px;
	background: url(../images/metlink/phase2/box_bottom_right.gif) no-repeat bottom right;
} 

/* create bottom left hand rounded corner of content */
.jpSearchTabs .left {
	background: url(../images/metlink/phase2/box_bottom_left.gif) no-repeat bottom left;
}

/* tab content */
.jpTabContent {
	clear: both;
	padding: 0px 10px 4px 10px;
	margin: 0px;
}

/* set the tab text at the correct position */
.jpTabSpacer {
	line-height: 7px;
}


/* ========= box with grey header (from homestyle.css) ========= */

.jpHeaderBox {
    width: 100%;
    margin: 10px 0 5px 0;
}

.jpHeaderBox .jpHeaderBoxHdr {
    background: url(../images/metlink/phase2/service_updates_bground.gif) no-repeat top right;
    padding: 0;
    margin: 0;
    height: 29px;
    min-width: 100%
}

#centrecontent .jpHeaderBoxHdr .h2 {
    background: url(../images/metlink/phase2/service_updates_h2_bground.gif) no-repeat top left;
    margin: 0;
    padding: 0.6em 0 0 .8em;
    color: #000;
    float: left;
    font-size: 12px;
}

.jpHeaderBox .base {
    background: url(../images/metlink/phase2/box_bottom_right.gif) no-repeat bottom right;
    margin: 0;
    padding: 0;
		min-height: 100%;
}

.jpHeaderBox .baseInner {
    height: 100%;
    background: url(../images/metlink/phase2/box_bottom_left.gif) no-repeat bottom left;
    padding: 10px;
}

.jpHeaderBox .jpHeaderBoxInner{
    clear: both;
    /*padding: 0 1em 0 1em;*/
    padding: 0px;
    /*margin: 0 1em 0 0;*/
    margin: 0px;
}



/* ========= ICS Boxes (from style.css -- right column styles) =========

/* General Styles */

#right .CMSBoxSeparator { /* For IE, otherwise it puts a large gap in between each portal */
	float: left;
	clear: both;
	height: 1%;
	margin: 0 0 .5em 0;
}

#right .CMSBox {
	float: left;
	clear: both;
	width: 162px;
	padding: 0 0 1em 0;
	line-height: 1.2em;
	background: #FFF url(../images/metlink/phase2/right_portal_bground.gif) no-repeat 0 100%;
}

#right .CMSBox h1 {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #333;
	margin: 0;
	padding: .3em 0 0 .8em;
	height: 22px;
	background: url(../images/metlink/phase2/right_hdr_bground.gif) no-repeat 0 0;
}

#right .CMSBox .CMSBoxContent h1 a {
	color: #F00;
	text-decoration: underline;
}

#right .CMSBox .CMSBoxContent h1 a:hover {
	color: #F00;
	text-decoration: underline;
}


#right .CMSBox .CMSBoxContent p {
	padding: 0 .5em 0 .5em;
	margin: 0;
}

#right .CMSBox .CMSBoxContent .CMSBoxContentInner h2 {
	font-size: 11px;
	font-weight: bold;
	padding: 0.2em 0 0 0.5em;
	margin: 0;	
}


/* ===============================================

         styles to modify website template

   =============================================== */
 

/* ========= headline ========= */

.outerwarp_small {
	width:510px;
}

