/*
 * NJ TRANSIT
 */

body, div, object, form, fieldset, select, img, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	border: 0;
}

/* for 508 skip links, like: skip navigation */
.skip {
	position:absolute;
	left:0px;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
}

input.text {
	margin: 0;
	padding: 0;
	border: 1px solid #d0d0d0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

html {
	background: #8a8a8a;
}

body {
	line-height: 1;
	font-family: Arial, sans-serif;
	font-size: 100%;
	color: black;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.hptpinfo{
    position:relative; /*this is the key*/
    z-index:24; 
    color:#000;
    text-decoration:none;
}

a.hptpinfo:hover{
	z-index:25; 
}

a.hptpinfo span{
	display: none;
}

a.hptpinfo:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:2em; 
	left:2em; 
	width:25em;
    border:1px solid #0cf;
    background-color:#cff; 
	color:#000;
	font-family: Arial, sans-serif;
    text-decoration:none;
	padding: 5px 5px 5px 5px;
	*padding: 6px 5px 5px 6px;
}

h1, h2, h3, h4 {
	font-weight: bold;
	font-size: 100%;
}

.clear {
	clear: both;
}

div#container-outer {
	width: 924px;
	margin: 0 auto;
	background-repeat: repeat-y;
	background-position: top left;
}

div#container {
	width: 900px;
	margin: 0 auto;
	padding: 0 8px;
	background-color: white;
	border-width: 0 1px 0 1px;
	border-color: #D0D0D0;
	border-style: solid;
	overflow: hidden;
	position: relative;
}

/* homepage box1 */
div#homepage-box1 h1, div.homepage-longbox-inner h1 {
	color: #0a94d6;
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 5px;
}

div.homepage-longbox-inner h1 a {
	color: #0a94d6;
}

/****************************************************************************************/
div#homepage-box1 {
	float: left;
	width: 280px;
	margin-bottom: 7px;
	*margin-bottom: 0px;
	background-repeat: repeat-y;
	height: 185px;
}

div#homepage-box1 .infohptp {
	position:relative;
	margin-top: 8px;
	margin-left:255px;
}

div#homepage-box1-inner {
	background-repeat: no-repeat;
	/*min-height: 185px;*/
	/*height: auto !important;*/
	height: 185px;
	padding: 7px 0 0 10px;
	*padding: 7px 0 0 10px;
}

div#homepage-box1 h2 {
	/*font-size: 70%;*/
	line-height: 1.4;
	color: #484742;
}

div#homepage-box1 h1 a, div#homepage-box1 h2 a {
	color: #484742;
}

.form-watermark {
	/*color: #999999;*/
}

div#time-hours-mins {
	line-height: 1px;
	white-space: no-wrap;
}

div#homepage-box1-inner #travelfrom, div#homepage-box1-inner #travelto {
	width: 158px;
	height: 18px;
	*margin-bottom: 1px;
	border: 1px solid #d0d0d0;
	padding: 3px 3px 0 3px;
	font-size: 70%;
}

div#homepage-box1-inner #StreetAddressFrom, div#homepage-box1-inner #StreetAddressTo {
	width: 158px;
	height: 20px;
	*margin-bottom: 1px;
	border: 1px solid #d0d0d0;
	padding: 3px 3px 0 3px;
	font-size: 98%;
}

table.myCustomFloater {
	position: absolute;
	/*margin-top: -6px;*/
	display: none;
	visibility: hidden;
	background-color: white;
	border: 1px solid #d0d0d0;
	z-index: 99;
	opacity: .95;
}

div#homepage-box1-inner div.twocol:after {
	clear: both;
	content: ".";
	display: block;
	height: 1px;
	visibility: hidden;
}

div#homepage-box1-inner .top-left {
	float: left;
	width: 195px;
	height:70px;
}

div#homepage-box1-inner div.top-right {
	margin-left: 194px;
	height: 87px;
	background-image: url(/images/vertical-divider.gif);
	background-position: top left;
	background-repeat: repeat-y;
}

div#homepage-box1-inner div.top-right ul {
	margin: 0;
	padding: 0;
}

div#homepage-box1-inner div.top-right ul li {
	list-style: none;
	font-size: 100%;
	margin: 0 0 0 0;
	*margin: -2px 0 -2px 0;
	color: #484742;
	padding: 0;
	*padding: 0;
}

div#homepage-box1-inner div.departures {
	font-size: 100%;
	color: #484742;
	
	margin: -10px 0px 0px 0;
	*margin: -11px 0px 0px 0;
	clear: both;
}

div#homepage-box1-inner div.departures ul {
	margin: 0;
	padding: 0;
}

div#homepage-box1-inner div.departures ul li {
	list-style: none;
	display: inline;
	padding: 0;
	margin: 0 10px 0 0;
}

div#homepage-box1-inner select {
	height: 20px;
	margin-top: 3px;
	margin-bottom: 3px;
	*margin-bottom: 2px;
}

div#homepage-box1-inner .hours, div#homepage-box1-inner .mins {
	width: 30px;
	height: 14px;
	margin: 3px 0 0 0;
	*margin: 2px 0 0 0;
	vertical-align: top;
	font-size: 65%;
	padding: 2px;
	border: 1px solid #d0d0d0;
}

select.ampm {
	height: 20px;
	/*
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 98%;
	*/
	border: 1px solid #d0d0d0;
}

div#homepage-box1-inner span.colon {
	font-size: 70%;
	color: #828282;
	position: relative;
	*top: 10px;
	top: 0;
}

div#homepage-box1-inner a.pickdate {
	font-size: 70%;
	color: #0a94d6;
	vertical-align: baseline;
	text-decoration: underline;
}

div#homepage-box1-inner .datepicker {
	width: 65px;
	height: 20px;
	*height: 19px;
	border: 1px solid #d0d0d0;
	/* padding: 2px; */
	padding: 1px 0 0 2px;
	*padding: 1px 0 0 3px;
	*margin-bottom: 2px;
}

div#homepage-box1-inner .datepicker2 {
	width: 40px;
	height: 20px;
	*height: 19px;
	border: 1px solid #d0d0d0;
	padding: 1px 0 0 3px;
	font-size: 100%;
	*margin: -1px 0 2px 0;
	*color: #000000;
}

div#homepage-box1-inner .submit {
    /*
	float: right;
	height:24px;
	width:80px;
	margin: -17px 25px 0px 0px;
	*margin: -17px 25px 0px 0px;
   */
   margin: 6px 25px 1px 5px;
}

div#homepage-box1-foot {
	height: 7px;
	background-repeat: no-repeat;
	overflow: hidden;
}

div#homepage-box1-foot img.left {
	position: absolute;
	margin: 5px 0 0 19px;
	overflow: hidden;
}

div#homepage-box1-foot img.right {
	position: absolute;
	margin: 5px 0 0 162px;
	overflow: hidden;
}

div#homepage-box1-foot h2.left {
	position: absolute;
	margin: 8px 0 0 49px;
}

div#homepage-box1-foot h2.right {
	position: absolute;
	margin: 8px 0 0 192px;
}

div#homepage-box1 select {
	border: 1px solid #d0d0d0;
}


div#homepage-box1 .datetime {
	width: 200px;
}

div#homepage-box1 .advanced {
  	margin: 2px 0 0 12px;
	*margin: 3px 0 0 12px;
}


div#homepage-box1 .rightlinks {
	float: right;
	width: 80px;
	margin: -32 5px 0 0;
	*margin: -32 0px 0 0;
}

div#homepage-box1 .leftlinks {
	float: right;
	width: 110px;
}


div#homepage-box1 .accessible {
	float: left;
	width: 87px;
	height:20px;
	#margin: 26px 5px 0 0;
}
div#homepage-box1 .rightlinks2 {
	float:right;
	height:12px;
	margin:-17px 40px 0px 0px;
	*margin:-17px 40px 0px 0px;
}
/*
div#homepage-box1 .leftlinks2 {
	float:left;
	height:12px;
	margin:-22px 40px 0px 0px;
	*margin:-19px 40px 0px 0px;
}
*/
div#homepage-box1 .leftlinks2 a{
	color: #5b5b5b;
	text-decoration: none;
	font-size: 11px;
	font-family: sans-serif;
}


div#homepage-box1 .rightlinks2 a{
	color: #5b5b5b;
	text-decoration: none;
	font-size: 11px;
	font-family: sans-serif;

}

div#homepage-box1 .rightlinks2 a:hover{
	text-decoration: underline;
}

/***********************************/

div#homepage-box5 {
	width: 201px;
	float: left;
	background-repeat: repeat-y;
}

div#homepage-box5-inner {
	min-height: 201px;
	height: auto !important;
	height: 201px;
	background-repeat: no-repeat;
	padding: 15px 8px 0 17px;
}

/* box 3 and 5 header*/
div#homepage-box5-inner h1 {
	color: #7aae0c;
	font-size: 90%;
	font-weight: bold;
	margin-bottom: 5px;
}

div#homepage-box5-inner p {
	font-size: 70%;
	padding: 0 0 5px 0;
	margin: 0;
	line-height: 1.5;
}

div#homepage-box5-inner p a {
	color: #484742;
}

div#homepage-box5-foot {
	height: 7px;
	/*background-image: url(../img/box-5-foot-1.gif);*/
	background-repeat: no-repeat;
	overflow: hidden;
}

/***********************************/

div#homepage-box3 {
	width: 280px;
	height: 355px;
	background-image: url(/images/home_box_3.jpg);
	background-repeat: repeat-y;
}

div#homepage-box3-inner h1 {
	color: #7aae0c;
	font-size: 90%;
	font-weight: bold;
	margin-bottom: 10px;
	padding-left: 17px
}

div#homepage-box3-inner {
	min-height: 348px;
	height: auto !important;
	height: 348px;
	background-repeat: no-repeat;
	padding: 7px 0 0 0;
}

div#homepage-box3-inner .red {
	background-repeat: no-repeat;
	background-position: 17px 0;
	margin-top: 6px;
	height: 20px;
}

div#homepage-box3-inner .blue {
	background-repeat: no-repeat;
	background-position: 17px 0;
	margin-top: 6px;
	height: 20px;
}

div#homepage-box3-inner .orange {
	background-repeat: no-repeat;
	background-position: 17px 0;
	margin-top: 7px;
	height: 20px;
}

div#homepage-box3-inner .green {
	background-repeat: no-repeat;
	background-position: 17px 0;
	margin-top: 7px;
	height: 20px;
}

div#homepage-box3-inner .yellow {
	background-repeat: no-repeat;
	background-position: 17px 0;
	margin-top: 7px;
	height: 20px;
}

div#homepage-box3-inner .line {
	padding: 8px 0 0 145px;
	font-size: 80%;
}

div#homepage-box3-inner .line p {
	margin: 0;
}

div#homepage-box3-inner .links {
	margin: 6px 17px 0 17px;
	height: 16px;
}

div#homepage-box3-inner p.inside-left {
	float: left;
}

div#homepage-box3-inner p.inside-right {
	float: right;
}

div#homepage-box3-inner p.inside-left, div#homepage-box3-inner p.inside-right {
	color: #5b5b5b;
	font-size: 80%;
	margin-top: 6px;
}

div#homepage-box3-inner p.inside-left a, div#homepage-box3-inner p.inside-right a {
	color: #5b5b5b;
	font-weight: bold;
	line-height: 1.1;
	text-decoration: none;
}

div#homepage-box3-inner p.inside-left a:hover, div#homepage-box3-inner p.inside-right a:hover {
	text-decoration: underline;
}

div#homepage-box3-foot {
	height: 7px;
	background-repeat: no-repeat;
	overflow: hidden;
}

div#homepage-serious-adv {
	text-align:left;
	background:url(../images/home_box_6.png);
	font-weight:bold;
	color:white;
	font-family:arial,sans-serif;
	font-size:120%;
	width:970;
	height:50;
	vertical-align:middle;
}

.homepage-serious-adv-msg {
	padding-left:5px;
	padding-right:5px;
	text-align:left;
	font-weight:bold;
	color:white;
	font-family:arial,sans-serif;
	font-size:100%;
	height:48px;
	vertical-align:middle;
}

.homepage-serious-adv-msg a{
	padding-left:5px;
	padding-right:5px;
	text-align:left;
	font-weight:bold;
	font-family:arial,sans-serif;
	font-size:100%;
	height:48px;
	*height:;
	width:960px;
	display: table-cell;
	vertical-align:middle;
}

#service_tab1 .svc_hp {
color: #0a94d6;
font-size: 120%;
font-weight: bold;
margin-left: 7px;
text-decoration: none;
}

#service_tab1 a:hover{
text-decoration: underline;
}

div.status-table-outer {
	margin: 7px 0 0 0;
}

div.status-table-outer.short {
	margin: 0;
}

div.status-table {
	margin: 5px 0 0 5px;
	width: 268px;
	color: #484742;
	font-size: 70%;
	background-repeat: repeat-y;
	overflow: hidden;
}

div.status-table-inner {
	background-repeat: no-repeat;
	background-position: top left;
}

div.status-table table {
	margin: 0 0 0 5px;
}

div.status-table div.tableline {
	height: 1px;
	margin: 2px 0 2px 0;
	*margin: 3px 0 0 0;
	overflow: hidden;
	line-height: 0;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #ccc;
}

div.status-table ul li {
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #ccc;
}

div.status-table.short div.tableline {
	margin: 0 0 1px 0;
	*margin: 0 0 -2px 0;
}

div.status-table table td {
	padding: 2px 0 1px 0;
	*padding: 1px 0;
}

div.status-table table td.first {
	padding-top: 5px;
}

div.status-table.short table td {
	padding: 0;
	color: #484742;
	font-size: 100%;
	font-family: sans-serif;
}

div.status-table.short table td a {
	color: red;
	font-family: sans-serif;
	text-decoration: none;
	font-weight:bold;
}

div.status-table.short table td a:hover {
	text-decoration: underline;
}

div.status-table.short table td.first {
	padding-top: 3px;
}

div.status-table.short table td.first a {
	text-decoration: none;
}

div.status-table.short table td.first a:hover {
	text-decoration: underline;
}

div.status-table.short table td.next a {
	text-decoration: none;
}

div.status-table.short table td.next a:hover {
	text-decoration: underline;
}

div.status-table ul {
	margin: 0 10px 0 10px;
	padding: 0;
}

div.status-table ul li {
	margin: 0;
	padding: 6px 0;
	list-style: none;
}

div.status-table ul li:last-child {
	border: 0;
}

div.status-table ul li span {
	background-repeat: no-repeat;
	/*background-position: 0 center;*/
	background-position: 0pt 1px;
	display: block;
	padding-left: 10px;
}

div.statusbox div.links {
	margin-top: 1px !important;
	margin-bottom: 0 !important;
}

div.statusbox div.status {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 18px;
	padding: 0 0 0 0;
	height: 34px;
	background-repeat: no-repeat;
	overflow: hidden;
}

div.statusbox div.status-inner {
	height: 34px;
	width: 245px;
	overflow: hidden;
}

div.statusbox div.status-inner #bus-table td{
	height: 12px;
	width: 24px;
}

div.statusbox div.status-inner #bus-table a{
	font-family:sans-serif;
	color: #484742;
	text-decoration: none;
}

div.statusbox div.status-inner #bus-table a:hover{
	text-decoration: underline;
}

div.statusbox div.status-inner #bus-table-alt td{
	height: 12px;
	width: 240px;
}

div.statusbox div.status-inner #bus-table-alt a{
	font-family:sans-serif;
	color: red;
	text-decoration: none;
	font-weight: bold;
}

div.statusbox div.status-inner #bus-table-alt a:hover{
	text-decoration: underline;
}

div.statusbox div.status td {
	margin: 0;
	padding: 0;
	height: 30px;
	line-height: 1;
	font-size: 100%;
	font-family:sans-serif;
	color: #484742;
}

div.statusbox div.status td img {
	float: left;
	margin: -1px 8px 0 0;
}

/***********************************/

div#footer {
	clear: both;
	height: 18px;
	overflow: hidden;
	line-height: 1;
}

div#footer2 {
	width: 924px;
	margin: 0 auto;
}

div#footer p, div#footer2 p {
	margin: 0 3px;
	padding: 0;
	line-height: 1.5;
}

div#footer p.inside-left, div#footer2 p.inside-left {
	float: left;
}

div#footer p.inside-right, div#footer2 p.inside-right {
	float: right;
}

div#footer2 .row2 {
	clear: both;
	margin: 0 14px;
}

div#footer .row1 p.inside-left {
	color: #5b5b5b;
	font-size: 70%;
}

div#footer .row1 p.inside-left a {
	color: #5b5b5b;
}

div#footer .row1 p.inside-right {
	color: #5b5b5b;
	font-size: 80%;
}

div#footer .row1 p.inside-right a {
	color: #5b5b5b;
	font-weight: bold;
}

div#footer2 .row2 p.inside-left {
	color: #5b5b5b;
	font-size: 70%;
}

div#footer2 .row2 p.inside-left a {
	color: #5b5b5b;
}

div#footer2 .row2 p.inside-right {
	color: #5b5b5b;
	font-size: 80%;
}

div#footer2 .row2 p.inside-right span {
	color: #5b5b5b;
	font-weight: bold;
}

div#footer2 .row2 p.inside-right a {
	color: #ffffff;
}

ul.header-nav {
padding:6px 0pt 0pt 93px;
position:relative;
z-index:120;
}

a.pdf {
	float: left;
	clear: left;
	display: block;
	font-size: 80%;
	padding: 0 0 11px 39px;
}

#news_tab1 {
clear: left;
}

#news_tab1 .news_hp {
color: #0a94d6;
font-size: 120%;
font-weight: bold;
margin-bottom: 5px;
}

#news_tab2 {
clear: left;
display: none;
}

#news_tab1 ul,
#news_tab2 ul {
clear: both;
margin: 0;
padding: 5px 0 0;
float: left;
list-style-type: none;
width: 200px;
}

#news_tab1 li,
#news_tab2 li {
font-color:black;
font-size: 125%;
font-style:sans-serif;
padding: 0 0 2px 10px;
background: url(/images/news_tabs_bullet.gif) no-repeat 0 6px;
}

#news_tab1 a,
#news_tab2 a {
color: #474843;
text-decoration: none;
font-size: 80%;
}

#news_tab1 a:hover,
#news_tab2 a:hover {
text-decoration: underline;
}

#popdest_tab1 {
clear: left;
}

#popdest_tab1 .popdest_hp {
color: #0a94d6;
font-size: 120%;
font-weight: bold;
margin-bottom: 5px;
}

#popdest_tab1 ul {
clear: both;
margin: 0;
padding: 5px 0 0;
*padding: 0px 0 0;
float: left;
list-style-type: none;
}

#popdest_tab1 li {
font-size: 125%;
font-style:sans-serif;
background: url(/images/news_tabs_bullet.gif) no-repeat 0 6px;
margin: 1px 0 1px 0px;
padding: 1px 0 1px 10px;
*margin: 2px 0 2px 0px;
*padding: 3px 0 1px 10px;
}

#popdest_tab1 a {
color: #474843;
text-decoration: none;
font-size: 80%;
}

#popdest_tab1 a:hover {
text-decoration: underline;
}

#hptptools_tab1 {
clear: left;
}

#hptptools_tab1 ul {
clear: both;
margin: 10px 0 0 10px;
*margin: 13px 0 0 10px;
padding: 5px 0 0;
*padding: 0px 0 0;
float: left;
list-style-type: none;
}

#hptptools_tab1 li {
font-size: 125%;
font-style:sans-serif;
background: url(/images/news_tabs_bullet.gif) no-repeat 0 6px;
margin: 1px 0 1px 0px;
padding: 1px 0 10px 10px;
*margin: 2px 0 2px 0px;
*padding: 3px 0 10px 10px;
}

#hptptools_tab1 a {
color: #474843;
text-decoration: none;
font-size: 80%;
font-weight: bold;
}

#hptptools_tab1 a:hover {
text-decoration: underline;
}

#hptptools_para1 {
color: #0A94D6;
text-decoration: none;
font-style:sans-serif;
font-size: 90%;
margin: 8px 0 0 0;
*margin: 8px 0 0 0;
}

div#homepage-box5 {
	width: 201px;
	float: left;
	background-repeat: repeat-y;
}

div#homepage-box5-inner {
	min-height: 185px;
	height: auto !important;
	height: 185px;
	background-repeat: no-repeat;
	padding: 7px 8px 0 15px;
}

/* box 3 and 5 header */
div#homepage-box5-inner h1 {
	color: #0a94d6;
	/*color: #7aae0c;*/
	font-size: 120%;
	/*font-size: 90%;*/
	font-weight: bold;
	margin-bottom: 5px;
}

div#homepage-box5-inner p {
	font-size: 70%;
	padding: 0 0 5px 0;
	margin: 0;
	line-height: 1.5;
}

div#homepage-box5-inner p a {
	color: #484742;
}

div#homepage-box5-foot {
	height: 7px;
	background-repeat: no-repeat;
	overflow: hidden;
}

div#homepage-box5-inner p.go-link {
	margin: -20px 9px 0px 0;
	padding: 0 20px 0 0;
	background-repeat: no-repeat;
	background-position: right center;
	line-height: 1.5;
	color: #5b5b5b;
	text-align: right;
}

/* end home page news  tabs css  */

#date {
	float: left;
	padding-left: 20px;
	width: 530px;
	font-size: .8em;
	
}

select#depart {
	width: 80px;
}
select#am_pm {
	width: 50px;
}
input#time {
	width: 45px;
}

