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



body {
    font: 75% "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
    background-color: #E6E6FA; 
    color: Black;
    margin: 0;
    padding: 0;	
	text-align: center;
}

select{
	margin: 3px 2px 3px 2px;	
	vertical-align: middle;
}

#right_nav_top select{
	max-width:60%;
}

input{
	margin:  3px 2px 3px 2px;
	vertical-align: middle;
}

h2 {
	margin-bottom: 1.5em;
}

h3 {
	padding-top: 0;
	padding-bottom: 0;
}

.headerFR {
	width: 778px;
	margin: 0 auto;
	padding: 0 8px;
}

.rightcolimg{
	margin: 0;
	padding: 0;
	width:  135px;
}


div#LSeperator
{ 
	height: 11px;
	background-color: #cc9900;
/*	background: #FEFAAB url(../../../System/images/1pix_yellow.gif) repeat-y; */
	width: 60%;
	float: left;	
}
div#MSeperator
{ 
	height: 11px;
/*	background-image: url(/FILE/Apps/System/images/1pix_green.gif) repeat-y; */
	background-color: #808000;
	width: 4%;
	float: left;
}
div#RSeperator
{
	height: 11px;
/*	background-image: url(/FILE/Apps/System/images/1pix_red.gif) repeat-y; */
	background-color: #990000;
	width: 36%;	
	float: left;
}

.footerFR {
    background-color: #e0e0c2;
    border-top: 1px solid #98984C;
    border-bottom: 1px solid #98984C;
    float: none;
	margin: 3em 0em 1em 0em;
	padding: 0em 0em 0em 0.5em;
	Height: auto;
    text-align: center;
	clear: both; 
}

.remarkFR {
    /* Class for error indication in forms */
    background-color: #ffce7b;
    border: 1px solid #ffa500;
    padding: 1em;
    margin: 0 0 1em 0;
    width: 100% !important;
	clear: both; 
}


/************************************************************************
* 
* Main navigation 
*
************************************************************************/

div#container {
	width: 778px;
	margin: 0 auto;
	background-color: white;
/*	background: #FED36B repeat-y center top; */
	border-width: 0 1px 1px 1px;
	border-color: #D0D0D0;
	border-style: solid;
	overflow: hidden;	
	text-align: center;
}

div#innercontainer {
	width: 760px;
	margin: 0 auto;	
	text-align: left;	
}

.scrollbox{
	overflow-x:	auto;
	overflow-y:	auto;
	width:		760px;
	height:		650px;
	margin-top: -10px;
	float: left;
}

.innerbox {	
	margin: 0 0;
	padding: 1em 1em;
}

.contentblock
{
    margin: 0 0;
	padding: 0 0 2em 0;
}


div#sandbox {
	margin: 15px 0 3px 0;
}

div#mapbox {
	margin: 15px 0 10px 0;
	float: left;
}

.mapshow {
    padding: 20px 10px 0 5px;
	margin: 0;
    background-color: #888888;
    border: 1px solid #222222;	
	height: 445px; 
	text-align: left;
	vertical-align: middle;
}

.mapwid{

	width: 462px;
	
}

/************************************************************************
* 
* Three content columns 
*
************************************************************************/

div#column1 {
	float: left;
	margin-bottom: 4px;
}

div.block1{
	
	/*min-width:	60px; not working */
	height: auto !important;	
	background-image: url(../img/box-6-head-1.gif);
	background-repeat: no-repeat;
	margin-bottom: 1em;
}


div.content1 {
	margin-left: 1em;
}

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

div#column2 {
	margin-left: 6px;
	float: left;
	width: 580px;
	margin-bottom: 4px;
	padding: 0 16px 
}

div.block2 {
	height: auto !important;	
	background-image: url(../img/box-7-head-1.jpg);
	background-repeat: no-repeat;
	margin-bottom: 1em;	
}


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

div#column3 {
	margin-left: 4px;
	margin-right: 0;
	margin-bottom: 4px;
	padding: 0;
	float: left;
	width: 80px;	
}

div.block3 {
	
	height: auto !important; 
	background-image: url(../img/box-7-head-1.jpg);
	background-repeat: no-repeat;
	margin-bottom: 1em;
}

/************************************************************************
* 
* Common for all pages
*
************************************************************************/

.calendarim{
	margin-left: 0.5em;
}

label { 
	float: left;
	display: block;

	font-weight: bold;
	margin-right: 4px;	
}

.topmargin label {
	float: left;
	display: block;
	padding-top: 4px;	
	font-weight: bold;
	margin-right: 4px;	
}


.alignblock label {
	float: left;
	display: block;
	width: 75px;
	padding-top: 4px;	
	font-weight: bold;
	margin-right: 2px;	
}

.highblock{
	height: 18em;
}

.alignblockwide label {
	float: left;
	display: block;
	width: 125px;
	padding-top: 4px;
	font-weight: bold;
	margin-right: 2px;
	text-align: left;
}

.alignblockwideFeed label {
	float: left;
	display: block;
	width: 155px;
	padding-top: 4px;
	font-weight: bold;
	margin-right: 4px;
	text-align: left;
}

.alignblockwideright label {
	float: left;
	display: block;
	width: 120px;
	padding-top: 6px;	
	font-weight: bold;
	margin-right: 2px;
	text-align: right;
}

.valignm{
	vertical-align: middle;
}
.submitbutton{
	margin: 3em 0 0.5em 0;
}

.alignblockwide{
	margin: 2em 0;
}

div.row {
  clear: both;
  padding-top: 2px;
}
div.title {
  margin-bottom: 0px;
  vertical-align: bottom !important;
}
div.spacer {
  clear: both;
}
  

.vs6{
	margin-top: 6em;
}

.vs1{
	margin-top: 1.5em;
	clear: both;
}

.vs2{
	margin-top: 2em;
	clear: both;
}
.vs3{
	margin-top: 3em;
	clear: both;
}

.vs4{
	margin-top: 4em;
	clear: both;
}

.alignblockwide input {
	
}

.LeftPaddedContent {
    padding: 0em 0em 0em 2em;
}

.dateVerify{
	margin-left: 1em;
	color: #990000;
	font-style: italic; 
}


/************************************************************************
* 
* Inside block 
*
************************************************************************/

div#hwsheetleftblock
{
    padding: 2px;
    margin-bottom: 10px;
	line-height: 1.5em;
    vertical-align: top;
	width:300px;
	float: left;
}

div#hwsheetrightblock
{
    padding: 2px;
    margin-bottom: 10px;
	line-height: 1.5em;
	text-align: left;
    position: relative;
    width:215px;
	float: right;
}

.options
{
	text-align: left;
	line-height: 1.5em;
}

/* Command buttons on pages */
.actionbuttons
{
  text-align:right;
  margin: 1em 2.5em;
}

div#rightbtnback{
	float: right;
	margin-right: 1px;
	margin-left: 2px;
	margin-top: 1em;
}

.rightbtn{
	float: right;
	margin-right: 1px;
	margin-left: 2px;
	margin-top: 5px;
}


.leftbtn{
	float: left;
	margin-right: 5px;
	margin-top: 5px;	
}

div#hwsheetleftblock .datetime label  
{
	float: left;
	display: block;
	padding-top: 4px;
	width: 75px;
}

div#Accessibility
{
	text-align: right;
    vertical-align: bottom;
	float: right;
}


/* next bus page */

.nextbus {
	 margin: 6px 0;	
}


.nextbus  label {
	float: left;
	display: block;
	padding-top: 4px;
	font-weight: bold;
	width: 80px;
	line-height: 1.5em;
}

.calendarim{
	margin-left: 0.5em;
}

div#FromTime
{

}

/* Location page */

.rightshift{
	margin-left: 80px; 

	display: block;
	float: left;	
	clear: both;
}

div#locationleftblock
{
    padding: 10px;
    margin-bottom: 10px;
	line-height: 1.5em;
    vertical-align: top;
	width:75px;
	float: left;
}

div#locationrightblock
{
    padding: 10px;
    margin-bottom: 10px;
	line-height: 1.5em;
	text-align: left;
    position: relative;
	float: right;
}

div.row span.locationleftcol {
  float: left;
  width: 80px;
  text-align: left;
  vertical-align: middle;
  padding-top: 6px;
  font-weight: bold;
 }

div.row span.locationcontent {
  float: left;
  text-align: left;
  padding-left: 0;
  vertical-align: middle;
 } 
 

/* Trip Plan page */

div.tprightcol {
    margin-left:24px;
    padding-left:0;
}

#tpstep{
	 margin-right:0;
	 width: 20px;
}

.tphelp{
	float: right;
	position:relative;
	right: 10px;
}

.tpsteptitle{

	display: block;
	width: 280px;
}

.tplocation {
	float: left;

	width: 275px;
}

 
div.row span.tpleftcol {
  float: left;
  width: 18px;
  text-align: left;
 }

div.row span.tpcontent {
  float: left;
  text-align: left;
  padding-left: 4px;
  padding-top: 2px;
 } 
 
 div.row span.tpcontentwid{
  float: left;
  text-align: left;
  padding-left: 4px;
  padding-top: 6px;
  width: 120px;
  font-weight: normal;
 } 
 
 div.row span.formw{
  float: left;
  text-align: left;
  padding-left: 4px;

 } 
 
 .leftcontent{ 
 text-align: left;
}
 
 /* help page */
 .refguidelabelinfo{
	background-color:  #E6E6FA; 
 	border: 1px solid #cccc99;
}
 
 /* complaint page */
 
 .complaintform {
	width: 43em;
 }

 .complaintform label {	
	font-weight: bold;
	margin-left: 2px;
	padding-top: 6px;
}


div.row span.comleftcol {
  float: left;
  width: 22.5em;
  text-align: left;
 }
 
 div.row span.comshortleftcol {
  float: left;
  width: 10em;
  text-align: left;
 }

div.row span.commiddlecol {
  float: left;
  text-align: left;
  width: 10em;
  vertical-align: middle;
} 

div.row span.comrightcol {
  float: left;
  text-align: left;
  width: 10em;
  vertical-align: middle;
} 

.comsubmitbtn{
	width: 14em;	
}

/* These classes were made to replace the Label tag in html, because non-bold labels were needed */
    .textOfInputShort{
        line-height: 25px;
        display:inline-block;
        width: 35px;
    }
    .textOfInput{
        line-height: 25px;
        display:inline-block;
        width: 60px;
    }

    .textOfInputLong{
        line-height: 25px;
        display:inline-block;
        width: 80px;
    }


#honeypotMain{
	display: none;
}