/*

 * GLOBAL AJAX CSS

 */





/* --- SITEWIDE CSS --- */

.highlight {

	color: #E47B15;

	font-weight: bold;		

}



body {

  margin: 0;

  font: normal 11pt Verdana, Arial;

}



a, a:visited {

  font-size: 11px;

  color: #00f;

}



a:hover {

  font-size: 11px;

  color: #f00;

}



table td a, table td a:visited {

  font-size: 10px;

 color: #E47B15;

 padding-bottom: 2px;

}



table td a:hover {

	font-size: 10px;

  color: #E47B15;

   padding-bottom: 2px;

}



p.inlinelink {

	padding: 0px 0px 5px 0px;	

}



.minform {

	width: 200px;

	}



#header {

  background-color: #369;

  padding: 5px;

  color: #fff;

  font-weight: bold;

}



#subheader {

  font-weight: normal;

  font-size: 8pt;

  color: #900;

  border-bottom: 1px solid #ccc;

  padding: 1px 5px 2px 5px;

}



#subheader a, #subheader a:visited {

  text-decoration: none;

  color: #900;

}



#subheader a:hover {

  text-decoration: underline;

  color: #000;

}



#buildVersion {

  font-weight: normal;

  font-size: 8pt;

  color: #999;

  padding: 1px 5px 1px 5px;

}



#content { padding: 10px; }



h1 { font-size: 1.2em }

h2 { font-size: 1.1em }

h3 { font-size: 1.0em }

h4 { font-size: 0.9em }



label {

  font: bold 1em Verdana;

  display: block;

  margin-top: 1em;

  margin-bottom: 0.25em;

}



fieldset {

  width: 500px;

  border: 1px solid #999;

  padding: 10px;

}



legend {

  padding: 1px 4px;

  border-color: #999 #ccc #ccc #999;

  border-style: solid;

  border-width: 1px;

  background: #eee;

}



label { font-size: 0.8em; }



input [type="text"] {

  background-color: #ffd;

  border-width: 1px;

}



input [type="button"] {

  border: 1px solid #999;

  background-color: #eee;

  cursor: pointer;

  color: #000;

}





#homepageTable {

  border: 1px solid #ccc;

  width: 650px;

}



#homepageTable THEAD TR TH {

  border-bottom: 2px solid #999;

  background-color: #eee;

}



#homepageTable TBODY TR TD:first-child {

  font-weight: bold;

}



#homepageTable TBODY TR.description TD {

  font-size: 90%;

  font-weight: normal;

  border-bottom: 1px solid #ccc;

  padding-bottom: 20px;

}







FORM.basicForm FIELDSET {

  width: 80%;

  border: 1px solid #ccc;

  padding: 1em;

}



FORM.basicForm LEGEND {

  font-size: 0.8em;

  color: #999;

  background-color: #eee;

  border: 1px solid #ccc;

  padding: 4px 2px;

}



FORM.basicForm LABEL {

  display: block;

  margin-top: 1em;

  margin-bottom: 0.25em;

}



FORM.basicForm INPUT {

  font: normal 12px Verdana, Arial;

  padding: 3px;

}



FORM.basicForm INPUT[type="text"] {

  border: 1px solid #ccc;

}



FORM.basicForm INPUT[type="text"]:focus {

  border-color: #000;

}





/* --- AUTOCOMPLETE CSS --- */



.autocomplete {

  position: absolute;

  color: #333;

  background-color: #fff;

  border: 1px solid #666;

  font-family: Arial;

  overflow: hidden;

}



.autocomplete ul {

  padding: 0;

  margin: 0;

  list-style: none;

  overflow: auto;

  

}



.autocomplete li {

  display: block;

  white-space: nowrap;

  cursor: pointer;

  margin: 0px;

  padding-left: 5px;

  padding-right: 5px;

  border: 1px solid #fff;

  

}



.autocomplete li.selected {

  background-color: #cef;

  border-top: 1px solid #9bc;

  border-bottom: 1px solid #9bc;

}



/* --- HTML CONTENT CSS --- */



#modelDescription {

  position: absolute;

  left: 300px;

  width: 300px;

  min-height: 100px;

  background: #ffe;

  border-style: solid;

  border-width: 1px;

  border-color: #666 #ccc #ccc #666;

  padding: 5px;

}



#htmlContentForm {

  width: 350px;

}





/* --- TAB PANEL CSS --- */



#tabPanelWrapper {

  width: 600px;

}



.tabContent {

  background: #fff;

  border: 1px solid #ccc;

  border-top: none;

  clear: both;

  margin: 0px;

  padding: 15px;

}



.tabPanel {

  border-bottom: 1px solid #ccc;

  margin: 0;

  padding-bottom: 19px;

  padding-left: 10px;

}



.tabPanel ul, .tabPanel li {

  display: inline;

  list-style-type: none;

  margin: 0;

  padding: 0;

}



.tabPanel a:link, .tabPanel a:visited {

  background: #E8EBF0;

  border: 1px solid #ccc;

  color: #666;

  float: left;

  font-size: small;

  font-weight: normal;

  line-height: 14px;

  margin-right: 8px;

  padding: 2px 10px 2px 10px;

  text-decoration: none;

}



.tabPanel a:link.ajaxCurrentTab, .tabPanel a:visited.ajaxCurrentTab {

  background: #fff;

  border-bottom: 1px solid #fff;

  color: #000;

}



.tabPanel a:hover {

  color: #f00;

}





/* --- PORTLET CSS --- */



.portletBox {

  width: 400px;

  border: 1px solid #ccc;

}



.portletTitle {

  background-color: #e8ebf0;

  border-top: 0;

  border-left: 0;

  border-right: 0;

  border-bottom: 1px solid #ccc;

  padding: 2px 4px;

  color: #666;

  font: bold 10pt Arial;

}



.portletTools {

  float: right;

  padding: 2px 4px;

  margin-top: 1px;

  color: #666;

  font: bold 8pt Arial;

  cursor: pointer;

}



.portletTools img {

  border-left: 1px solid #666;

  padding: 0px 3px;

  cursor: pointer;

}



.portletTools img:first-child {

  border: none;

}



.portletContent {

  min-height: 200px;

  overflow: auto;

  padding: 4px;

}





/* --- TOGGLE CSS --- */



div.star-rating {

  width: 140px;

  float: left;

  clear: both;

}

div.star-rating a {

  cursor: pointer;

  margin: 0px;

  float: left;

  display: block;

  width: 18px;

  height: 16px;

  padding: 0 1px;

  background-image: url(../img/stars.gif);

  background-repeat: no-repeat;

  background-position: 1px 0;

}

div.star-rating a.over {

  background-position: 1px -32px;

}

div.star-rating a.selected {

  background-position: 1px -64px;

}

div.star-rating a.selectedover {

  background-position: 1px -48px;

}

div.star-rating a.selectedless {

  background-position: 1px -16px;

}

div.star-rating-message {

  display: block;

  height: 12px;

  font: 10px Verdana;

}





/* --- CALLOUT CSS --- */



.olbg {background-color:#999;

}

.olcg {background-color:#000;}

.olfg {background-color:#ddd;}

.olcap {font-family:Arial; font-size:12px; font-weight:bold; color:#fff;}

a.olclo {font-family:Arial; font-size:10px; font-weight:bold; color:#ddd;}

a.olclo:hover {color:#fff;}

.oltxt {font-family:Arial; font-size:12px; color:#000;}



/* Updated Auto Complete */



.autotext input 

{

	width: 250px;

}



.origin_autocomplete {

  position: absolute;

  color: #333;

  background-color: #fff;

  border: 1px solid #666;

  font-family: Verdana;

  

  overflow: hidden;

  

}



.origin_autocomplete ul {

  padding: 0;

  margin: 0;

  list-style: none;

  overflow: visible;

  width: 300px;

}



.origin_autocomplete li {

  display: block;

  white-space:normal;

  cursor: pointer;

  margin: 0px;

  padding-left: 5px;

  padding-right: 5px;

  border: 1px solid #fff;

  font-size: 10px;

}



.origin_autocomplete li.selected {

  background-color: #cef;

  border-top: 1px solid #9bc;

  border-bottom: 1px solid #9bc;

}

.destination_autocomplete {

  position: absolute;

  color: #333;

  background-color: #fff;

  border: 1px solid #666;

  font-family: Verdana;

  

  overflow: hidden;

  

}



.destination_autocomplete ul {

  padding: 0;

  margin: 0;

  list-style: none;

  overflow: visible;

  width: 300px;

}



.destination_autocomplete li {

  display: block;

  white-space:normal;

  cursor: pointer;

  margin: 0px;

  padding-left: 5px;

  padding-right: 5px;

  border: 1px solid #fff;

  font-size: 10px;

}



.destination_autocomplete li.selected {

  background-color: #cef;

  border-top: 1px solid #9bc;

  border-bottom: 1px solid #9bc;

}



* {margin:0; padding:0;}



/* CSS Document */

/* here follows the brillant "no-extra-markup" clearing method devised by Tony Aslett - www.csscreator.com */

/* simply add the clearfix class to any containter that must enclose floated elements */

/* read the details of how and why this works at http://www.positioniseverything.net/easyclearing.html */

.clearfix:after {

    content: ".";              /* the period is placed on the page as the last thing before the div closes */

	display: block;          /* inline elements don't respond to the clear property */ 

    height: 0;                  /* ensure the period is not visible */

    clear: both;               /* make the container clear the period */

    visibility: hidden;	     /* further ensures the period is not visible */

}



.clearfix {display: inline-block;}   /* a fix for IE Mac */



/* next a fix for the dreaded Guillotine bug in IE6 */

/* Hides from IE-mac \*/

* html .clearfix {height: 1%;}

.clearfix {display: block;}

/* End hide from IE-mac */

/* end of "no-extra-markup" clearing method */



* { margin: 0px; padding: 0px; font-family: Verdana; font-size: 8pt; }

body { margin: 0px;	padding: 0px; color: #636363; font-family: Verdana;	font-size: 8pt;	line-height: 1.5em;	background-color:white;	text-align: center; }



/* Global Links */

a, a:visited, a:hover 

 

{

	color: #636363;

	font-size: 11px;

	text-decoration: none;

	

}



/* Global Header Styles */

div#frameheader {

	width: 778px;

	padding: 0px;

	margin-top: 0px;

	margin-left: auto;

	margin-right: auto;

	text-align: left;

}

div#siteheader 

{

	width: 778px;

	height: 60px;

	margin-bottom: 20px;

}



div#siteheader div#logo 

{

	width: 258px;

	float: left;

}



div#siteheader div#utility 

{

	width: 515px;

	float: right;

	

}



div#siteheader div#utility div#usernav 

{

	float: right;

	width: 515px;

	height: 25px;

	

}



/* Navigation Box Styles */
div.navbox
{	
	float: right;
	width: 418px;
	height: 25px;
	line-height: 25px;
}

div.navbox span.slash 
{
	float: left;
	width: 17px;
}

div.navbox span.navbody 
{
	float:right;
	background-image:url(/schedules/images/bg_btnJB.gif);
	background-repeat:repeat-x;
	width: 401px;	

}

div.navbox span.navbody span.navbody_content
{
	padding-left: 10px;
	float: left;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
} 

div.navbox span.navbody span.navbody_links 
{
	float: right;
	color: #FFFFFF;
	font-size: 10px;
	padding-right: 10px;
}



div.navbox span.navbody span.navbody_links a, div.navbox span.navbody span.navbody_links a:visited, div.navbox span.navbody span.navbody_links a:hover 

{

	color: #FFFFFF;

	font-size: 10px;

	text-decoration: underline;

	padding-left: 5px;

	padding-right: 5px;

	

}



div#siteheader div#utility div#sitenav 

{

	float: right;

	width: 515px;

	height: 35px;

	text-align: right;

	padding-right: 20px;

	line-height: 35px;

}

/* Global Footer Styles */



div#sitefooter 

{

	width: 778px;

	height: 32px;

	border-top: 1px solid #A3A3A3;

	margin-top: 10px;

	line-height: 32px;

}



div#sitefooter div#sitefooter_left 

{

	float: left;

	font-size: 10px;

	color: #497DB7;

}



div#sitefooter div#sitefooter_right 

{

	font-size: 10px;

	float: right;

}



div#sitefooter div#sitefooter_left a

{

	font-size: 10px;

	color: #497DB7;

}



/* Header With Bottom Border */

div.headerwborder 

{

	width: 100%;

	border-bottom: 1px solid #DCDCDC;

	margin-bottom: 10px;

}

/* Arrowed List */



ul.arrowedlist 

{

	margin:0 0 0 0px;

}



ul.arrowedlist li 

{

	list-style-type:none;	/* removes the bullet off each list item */

	background:url("/schedules/images/icon_arrow.gif") no-repeat left top;

	padding-left: 16px;

	padding-top: 0px;

	margin-top: 3px;	

	text-align: left;

	line-height: 14px;

}





/* START NEW CONTENT STYLES */



div.clear {

	clear:both;

	height:-5px;

	line-height:.01em;

	padding:0;

	margin:0;

}



div#sContentBox {

	width: 776px;

	background-color: #F4F4F4;

	border: 1px solid red;

}





div#sContentBox div#sLeftContent {

	float: left;

	width: 200px;

	margin: 0;

	padding: 0;	

}





div#sContentBox div#sMiddleContent {

	float: left;

	width: 578x;

	text-align: left;

	margin: 0;

	padding: 0;	

}



div#sContentBox div#sMiddleContent div#sMiddleContentLeft {

	float: left;

	width: 378px;

	margin: 0;

	padding: 0;	

}



div#sContentBox div#sMiddleContent div#sMiddleContentRight {

	float: right;

	width: 200px;

	margin: 0;

	padding: 0;	

}



div#sContentBox div#sMiddleContent div#sMiddleContentLeft p {

	margin: 0;

	padding: 0;	

	font-size: 12px;

}



div#sContentBox div#sMiddleContent div#sMiddleContentLeft h1 {

	margin: 0;

	padding: 0;	

}



div#sContentBox div#sMiddleContent div#sMiddleContentLeft h2 {

	margin: 0;

	padding: 0;	

}





/* END NEW CONTENT STYLES */



div#contentbox 

{

	width: 776px;

	border: 1px solid #B8B8B8;

	background-color: #F4F4F4;

	

}



div#contentbox a 

{

	font-size: 10px;

	color: #E47B15;

}



div#contentbox div.contentbody_item 

{

	width: 602px;

}



div#contentbox div.contentbody_item div.left 

{

	float: left;

	width: 332px;

	padding-left: 20px;

	background-color: #F4F4F4;

}



div#contentbox div.contentbody_item div.left  h1

{

	color: #E47C16;

	font-size: 12px;

	margin-bottom: 15px;	

	margin-top: 15px;

}



div#contentbox div.contentbody_item div.right 

{

	float: right;	

	width: 240px;

	text-align: center;

	margin-top: 15px;

}

 



div#leftmenu 

{

	width: 154px;

	background-color: White;

	padding-bottom: 10px;

	float: left;

}



div#leftmenu ul 

{

	margin:0 0 0 0px;

}



div#leftmenu ul li 

{

	list-style-type:none;	/* removes the bullet off each list item */

	background: url("/schedules/images/icon_boxarrow_orange.gif") no-repeat left top;

	margin-left: 6px;

	padding-left: 10px;

	padding-top: 0px;

	margin-top: 10px;	

	text-align: left;

	line-height: 11px;

}



div#leftmenu ul li.selected 

{

	list-style-type:none;	/* removes the bullet off each list item */

	background: url("/schedules/images/icon_boxarrow_gray.gif") no-repeat left top;

	margin-left: 6px;

	padding-left: 10px;

	padding-top: 0px;

	margin-top: 10px;	

	text-align: left;

	line-height: 11px;

}



div#leftmenu ul li a {

	font-size: 10px;

	color: #E47B15;

	padding-left: 5px;

}



div#leftmenu ul li a.selected {

	font-size: 10px;

	color: #A3A3A3;

	padding-left: 5px;

}



div#contentbody 

{

	float: right;

	background-color: #F4F4F4;

	text-align: left;

	width: 602px;

}



div#contentbody p 

{

	margin-bottom: 15px;	

}



div#contentbody a,div#contentbody a:visited {

	font-size: 11px;

}



div#contentbody div.rightcontent 

{

	float: left;	

	width: 240px;

	text-align: center;

	margin-top: 10px;

}



div#contentbody div.rightcontent p 

{

	text-align: left;

}

 

div#contentbody div.leftcontent 

{

	float: left;

	width: 330px;

	padding-left: 20px;

	background-color: #F4F4F4;

	border: 0px solid red;

}



div#contentbody div.leftcontent ul 

{

	margin-left: 20px;

	margin-bottom: 10px;

}



div#contentbody div.leftcontent ol 

{

	margin-left: 20px;

	margin-bottom: 10px;

}



div#contentbody div.leftcontent  h1 

{

	color: #E47C16;

	font-size: 13px;

	margin-bottom: 15px;	

	margin-top: 15px;

}

div#contentbody div.leftcontent  h2 

{

	color: #E47C16;

	font-size: 12px;

	margin-bottom: 15px;	

	margin-top: 15px;

}





div#contentbody div.rightcontentsmall 

{

	float: right;	

	width: 200px;

	text-align: center;

	margin-top: 10px;

}



div#contentbody div.rightcontentsmall p 

{

	text-align: left;

}

 

div#contentbody div.leftcontentlarge 

{

	float: left;

	width: 372px;

	padding-left: 20px;

	background-color: #F4F4F4;

	

}



div#contentbody div.leftcontentlarge  h1 

{

	color: #E47C16;

	font-size: 12px;

	margin-bottom: 15px;	

	margin-top: 15px;

}



/* Carrier Coverage */

table#carriercoverage 

{

	width: 100%;

	border: 1px solid #B8B8B8;

}



table#carriercoverage tr.header { 

	background-color: #F4F4F4;

	height: 38px;

	border-bottom: 1px solid #B8B8B8;

}



table#carriercoverage th 

{

	color: #E47C16;

	text-align: left;

	padding-left: 10px;

	border-bottom: 1px solid #B8B8B8;

}



table#carriercoverage tr 

{

	height: 23px;

}

table#carriercoverage tr.even

{

	background-color: #FFFFFF;

}



table#carriercoverage tr.odd

{

	background-color: #F4F4F4;

}



table#carriercoverage td 

{

	padding-left: 10px;

}



/* Login */

div#loginform 

{

	height: auto;

	padding: 10px 0px 10px 0px;

	width: 548px;

	border: 1px solid #B8B8B8;

	background-color: #F4F4F4;

}



div#loginform p.content {

	padding: 10px;	

}



div#loginform a, div#loginform a:visited {

  font-size: 11px;

 color: #E47B15;

 padding: 0;

}



div#loginform a:hover {

	font-size: 11px;

  color: #E47B15;

   padding: 0;

}



div#loginfooter 

{

	width: 548px;

	height: 35px;

	line-height: 35px;

}



div#loginfooter div#loginfooter_body 

{

	float: left;

	width: 233px;

}



div#loginfooter div#loginfooter_actions 

{

	width: 300px;

	text-align: right;

	float: right;

	margin-right: -2px; /* For FireFox */

}



div#loginfooter div#loginfooter_actions span#loginfooter_actions_links 

{

	width: 120px;

	text-align: right;

	float: left;

}



div#loginfooter div#loginfooter_actions span#loginfooter_actions_links a {

	color: #497DB7;

}



div#loginfooter div#loginfooter_actions span#loginfooter_actions_btn 

{

	width: 178px;

	float: right;

}



div#loginform table 

{

	width: 100%;

	padding: 0px;

	margin: 0px;

}



div#loginform table tr 

{

	height: 190px;

}

div#loginform table td 

{

	width: 50%;

	vertical-align: middle;

	padding-left: 20px;

	padding-right: 20px;

}



div#loginform table td div 

{

	margin-bottom: 20px;	

}





/* Login */

div#prefform 

{

	height: 460px;

	width: 690px;

	border: 1px solid #B8B8B8;

	background-color: #F4F4F4;

}



div#prefform table#preftable 

{

	width: 100%;

}



div#prefform table#preftable td 

{

	vertical-align: top;

	padding-top: 25px;

}



div#prefform table#preftable td#carriercell

{

	width: 45%;

}



div#prefform table#preftable td#maincell

{

	width: 55%;

}



div#prefform table#preftable td#carriercell div#preferredcarriers 

{

	background-color: White;

	height: 350px;

	overflow: scroll;

}



div#prefform table#preftable td#carriercell div#preferredcarriers  ul 

{

	margin:5 0 5 10px;

}



div#prefform table#preftable td#carriercell div#preferredcarriers  ul li 

{

	list-style-type:none;	/* removes the bullet off each list item */

	padding-bottom: 5px;

	text-align: left;



}



div#prefform table#preftable td#maincell div.actions 

{

	margin-top: 20px;



}



table.checkboxlist 

{

	width: 160px;

	text-align: center;	

}







div#prefform table#preftable td#maincell div.separator 

{

	width: 100%;

	height: 3px;

	border-bottom: 1px solid #C9C9C9;

}



div#prefform table#preftable td#maincell table 

{

	width: 100%;

	height: auto;

}



div#prefform table#preftable td#maincell table th

{

	text-align: left;

	vertical-align: top;

	padding: 0px;

	margin: 0px;



}





div#prefform table#preftable td#maincell table td 

{

	text-align: left;

	vertical-align: top;

	padding: 0px;

	margin: 0px;

}



div#prefform table#preftable td#maincell table tr 

{

	height: 20px;

}



div#prefform table#preftable td#maincell table.checkboxlist 

{

	width: 90%;

}





div#prefform table#preftable td#maincell table.checkboxlist th 

{

	text-align: center;	



}	

 div#prefform table#preftable td#maincell table.checkboxlist td

{

	width: 22px;

	color: #E27211;	

	padding-bottom: 5px;

	text-align: center;	

	padding: 0px;

	margin: 0px;

	



}



div#preffooter 

{

	width: 690px;

	height: 35px;

	line-height: 35px;

}



div#preffooter div#preffooter_body 

{

	float: left;

	width: 233px;

}



div#preffooter div#preffooter_actions 

{

	width: 690px;

	text-align: right;

	float: right;

	margin-right: -2px; /* For FireFox */

}



div#preffooter div#preffooter_actions span#preffooter_actions_links 

{

	width: 120px;

	text-align: right;

	float: left;

}



div#preffooter div#preffooter_actions span#preffooter_actions_links a {

	color: #497DB7;

}



div#preffooter div#preffooter_actions span#preffooter_actions_lbtn 

{

	width: 111px;

	float: left;

}



div#preffooter div#preffooter_actions span#preffooter_actions_rbtn 

{

	width: 181px;

	float: right;

}



div#prefform table 

{

	width: 100%;

	padding: 0px;

	margin: 0px;

}



div#prefform table tr 

{

	height: 190px;

}

div#prefform table td 

{

	width: 50%;

	vertical-align: middle;

	padding-left: 20px;

	padding-right: 20px;

}



div#prefform table td div 

{

	margin-bottom: 20px;	

}



div.errormsg {

	text-align: center;

	font-size: 1.1em;

	font-weight: bold;

	color: red;

	margin-top: 5px;

}



div.infomsg {

	text-align: center;

	font-size: 1.1em;

	font-weight: bold;

	color: #636363;

	margin-top: 5px;

	margin-bottom: 5px;

}



div.infomsg a, div.infomsg a:visited, div.infomsg a:hover {

	font-size: 1.1em;	

}



div.b_728x90 

{

	width: 778px;

	text-align: center;

	margin-top: 2px;

	margin-bottom: 5px;

}

div.b_103x90 

{

	width: 103px;

	text-align: center;

	margin-top: 0px;

	margin-bottom: 0px;

}


div.b_180x150 

{

	width: 180px;

	margin-left: auto;

	margin-right: auto;

	margin-top: 20px;	

} 



div.b_120x160 

{

	width: 120px;

	margin-left: auto;

	margin-right: auto;	

} 



div.contentcontainer

{

	width: 650px;

	height: 200px;

	text-align: left;

	margin-left: auto;

	margin-right: auto;

	margin-bottom: 20px;

}



/* Search Form, Actual Form Elements */



div#searchform 

{

	height: 150px;

	width: 533px;

	border: 1px solid #B8B8B8;

	background-color: #E8E8E8;

}



div#searchform br 

{

	clear: left;

	line-height: 0px;

}



div#searchform div.line 

{

	border: 0px solid red;

	margin-left: 20px;

	margin-top: 10px;

	height: 25px;

}



div#searchform div.linex50 

{

	border: 0px solid red;

	margin-left: 50px;

	margin-top: 10px;

	height: 35px;

}



span.lineitem 

{

	padding-right: 30px;

	float: left;

}



span.lineitem label 

{

	display: block;

}



table#searchtable 

{

	height: 150px;

	width: 533px;

	border: 0px solid #B8B8B8;

	background-color: #E8E8E8;

}



table#searchtable tr 

{

	width: 40px;

}

/* Search Form Footer, Actions/Links */



div#searchfooter 

{



	height: 35px;

	line-height: 35px;

}



div#searchfooter div#searchfooter_body 

{

	float: left;

	width: 233px;

}



div#searchfooter div#searchfooter_actions 

{

	width: 300px;

	text-align: right;

	float: right;

	margin-right: -2px; /* For FireFox */

}



div#searchfooter div#searchfooter_actions span#searchfooter_actions_links 

{

	width: 120px;

	text-align: right;

	float: left;

}



div#searchfooter div#searchfooter_actions span#searchfooter_actions_links a {

	color: #497DB7;

}



div#searchfooter div#searchfooter_actions span#searchfooter_actions_btn 

{

	width: 178px;

	float: right;

}



div#registerinfo 

{

	width: 533px;

	height: 30px;

		

}



div#registerinfo div#registerinfo_action 

{

	float: left;

	width: 120px;

	

}



div#registerinfo div#registerinfo_copy 

{

	float: right;

	text-align: left;

	width: 413px;

	color: #E47C16;	

}



div#registeraction 

{

	margin-top: 10px;	

}



div#registeraction a

{

	margin-top: 10px;

	color: #497DB7;

	text-decoration: underline;	

}



/* Login */

div#regform 

{

	

	width: 538px;

	border: 1px solid #B8B8B8;

	background-color: #F4F4F4;

	

	padding-top: 20px;

	padding-bottom: 20px;

}



span.required 

{

	color: red;

}



div#regform p 

{

	padding-left: 20px;

	padding-right: 20px;

	margin-bottom: 20px;

}



div#regform div#mainreg

{

	width:538px;

	text-align: center;

	margin-left: auto;

	margin-right: auto;

}



div#regform table.regtable 

{

	width: 480px;

	margin-left: auto;

	margin-right: auto;

}



div#regform table.regtable p 

{

	padding: 0px;

	margin-top: 5px;

	margin-bottom: 20px;

}



div#regform table.regtable tr 

{

	height: 30px;

}



div#regform table.regtable td.separator 

{

	border-bottom: 1px solid #D1D1D1;

}



div#regform table.regtable td.itemlabel 

{

	width: 35%;

	color: #000000;

}



div#regform table.regtable td.itemlabel div.labelmoreinfo 

{

	font-size: 9px;

	color: #7B7B7B;

}



div#regform table.regtable td.itemfield 

{

	width: 45%;

	color: #000000;

}



div#regform table.regtable td.itemfield2 

{

	width: 65%;

	color: #000000;

}



div#regform table.regtable td.itemextra

{

	width: 20%;

}





























/* Reg Footer */



div#regfooter 

{

	width: 538px;

	height: 35px;

}



div#regfooter div#regfooter_actions 

{

	width: 538px;

	text-align: right;

	float: right;

	margin-right: -2px; /* For FireFox */

}



div#regfooter div#regfooter_actions span#regfooter_actions_links 

{

	padding-top: 5px;

	width: 390px;

	text-align: right;

	float: left;

}



div#regfooter div#regfooter_actions span#regfooter_actions_links a {

	color: #497DB7;

}



div#regfooter div#regfooter_actions span#regfooter_actions_btn 

{

	

	width: 140px;

	float: right;

}





div#resultheader 

{

	width: 740px;

	height: 35px;

	margin-left: auto;

	margin-right: auto;

	margin-top: 5px;

	margin-bottom: 0px;

	border: 0px solid orange;

}



div#resultheader div#resultheader_copy 

{

	width: 440px;

	float: left;

	font-size: 12px;

	color: #696969;

	text-align: left;

}



div#resultheader div#resultheader_copy span.city 

{

	color: #E47B15;

	font-weight: bold;

	font-size: 14px;

}



div#resultheader div#resultheader_copy span.country 

{

	color: #696969;

	font-weight: bold;

	font-size: 14px;

}



div#resultheader div#resultheader_action

{

	width: 300px;

	float: right;

	text-align: right;

	height: 21px;

	padding-top: 14px;

}



/* Schedule Manager */



div#schedulemanager 

{

	

	width: 162px;

	margin-right: auto;

	margin-left: auto;	

}



div#schedulemanager_header 

{

	width: 160px;

	margin-right: auto;

	margin-left: auto;	

	background-color: #E47D17;

	border-left: 1px solid #E47D17;

	border-right: 1px solid #E47D17;

}



div#schedulemanager_options 

{

	width: 160px;

	border-left: 1px solid #D5D5D5;

	border-right: 1px solid #D5D5D5;

	border-bottom: 1px solid #D5D5D5;

	background-color: #F4F4F4;

	

}



div.img { width: 160px; }



div#resultnumber_copy 

{

	float: left;

	width: 90px;

	font-size: 9px;

}



span.resultbold 

{

	color: #E47D17;

	font-weight: bold;

	font-size: 10px;

	

}

div#resultnumber_action 

{

	float: right;

	width: 68px;

	height: 40px;

	line-height: 40px;

}



div#resultnumber_action a

{

	font-size: 9px;

}



div.optionbox 

{

	width: 160px;	

	

}



div.optionheader 

{

		

	text-align: left;

	padding-left: 5px;

	color: #696969;

	font-weight: bold;

	font-size: 10px;

	margin-top: 2px;

	margin-bottom: 2px;	

}



div.optionactions 

{

		

	text-align: left;

	padding-left: 5px;

	color: #E27211;

	font-size: 10px;

	margin-top: 2px;

	margin-bottom: 2px;	

}



div.optionactions a

{

		

	color: #E27211;

	font-size: 10px;

}



div.optionboxline 

{

	width: 140px;

	margin-left: auto;

	margin-right: auto;

	margin-bottom: 10px;

	border-bottom: 1px solid #E5E5E5;	

}



table.checkboxlist 

{

	width: 160px;

	text-align: center;	

}

	

table.checkboxlist td

{

	width: 22px;

	color: #E27211;	

	padding-bottom: 5px;

	text-align: center;	



}









/* Search Results */



table#results 

{

	width: 450px;

	border: 1px solid #B8B8B8;	

}



table#results th 

{

	font-weight: normal;

	font-size: 10px;

	color: #E47B15;

	background-color: #F4F4F4;

	height: 40px;

	vertical-align: middle;

	

}



span.resultheader 

{

	float: left;

	padding-left: 5px;

	text-align: left;

	font-size: 10px;

	

}



span.resultsortaction 

{

	float: right;

	width: 9px;

	padding-right: 3px;

	border: 0px solid black;

	height: 20px;

	margin-top: 5px;

	line-height: 0px;

}



span.resultsortaction img 

{

	margin: 0px;

	padding: 0px;

	margin-bottom: 2px;

	line-height: 1px;

	border: 0px solid black;

}



table#results th.selected 

{

	background-color: #F4ECE4;

}



table#results th#hdr_carrier 

{

	width: 79px;

} 



table#results th#hdr_depart 

{

	width: 70px;	

} 



table#results th#hdr_day1 

{

	width: 49px;

} 



table#results th#hdr_transittime 

{

	width: 60px;

} 



table#results th#hdr_arrive 

{

	width: 71px;	

} 



table#results th#hdr_day2 

{

	width: 49px;

} 



table#results th#hdr_inforate 

{

	width: 70px;

} 



table#results td 

{

padding-left: 5px;

font-size: 9px;

height: 38px;	

}



table#results td.item 

{

	background-color: #FFFFFF;



}



table#results td.aitem 

{



	background-color: #F4F4F4;	

}



table#results td.item_selected

{

	background-color: #FFF6EF;



}



table#results td.aitem_selected

{



	background-color: #F4ECE4;	

}



table#results a

{

	padding: 0px;

	margin: 0px;	

}



div#pager 

{

	text-align: right;

}



div#pager a.ncurrent

{

	color: #696969;

}



div#pager a.current 

{

	color: #E47B15;

}



ul.checkboxes 

{

	margin:0 0 0 10px;

	padding-top: 5px;

	padding-bottom: 15px;

}



ul.checkboxes li 

{

	list-style-type:none;	/* removes the bullet off each list item */

	padding-left: 0px;

	padding-top: 0px;

	margin-top: 3px;	

	text-align: left;

}



ul.checkboxes li label 

{

	margin: 0px;

	padding-top: 0px;

}



span.sliderlabel 

{

	color: #E47B15;

	font-size: 10px;

}



a.filterlink, a:visited.filterlink, a:hover.filterlink

{

	color: #E47B15;

	font-size: 10px;

}



div.sliderdiv 

{

margin-left:-25px;

margin-top:25px;

border:0px solid red;

height:50px;

text-align:left;	

}





div.contact {

	margin-top: 10px;

	margin-left: 10px;

	width: 380px;

	border: 1px solid; 

	text-align: center;

}



div#contactfooter {

	

	margin-bottom: 10px;

	margin-left: 10px;

	width: 380px;

	text-align: right;

}



div.contact div.header 

{

	margin-left:auto;

	margin-right: auto;

	width: 380px;

	height: 24px;

	line-height: 24px;

	background-color: #F4F4F4;

}



div.contact div.header  div.header_title 

{

	padding-left: 10px;

	padding-top: 3px;

	float: left;

	width: 170px;

	text-align: left;

	

}



div.contact div.header div.header_action 

{

	padding-top: 5px;

	padding-right: 10px;

	text-align: right;

	float: right;

	width: 170px;

}



div.header_action a, div.header_action a:visited 

{

	color: #D97614;

}





div.contact p {

	text-align: left;

	padding: 5px;

}





div.contact div.formcontainer {

	border: 1px solid #C6C6C6;

	background-color: #F4F4F4;

	margin: 15px;

}



div.contact div.formcontainer div.formtitle {

	height: 1.5em;

	text-align: left;

	margin: 10px;

	font-weight: bold;

	border-bottom: 1px solid #D5D5D5;

}



div.contact div.formcontainer table tr {

	height: 35px;

}





div.callout 

{

	margin-top: 10px;

	margin-bottom: 10px;

	margin-left: 10px;

	width: 380px;

	height: 231px;

	background:url("/schedules/images/bg_callout.gif") no-repeat left top;

	text-align: center;

	background-color: black;

}



div.callout div.header 

{

	margin-left:auto;

	margin-right: auto;

	width: 360px;

	height: 24px;

	line-height: 24px;

}



div.header_title 

{

	padding-top: 3px;

	float: left;

	width: 180px;

	text-align: left;

	

}



div.header_action 

{

	padding-top: 5px;

	text-align: right;

	float: right;

	width: 180px;

}



div.header_action a, div.header_action a:visited 

{

	color: #D97614;

}



div.callout div#info 

{

	width: 380px;

}



div.callout div#info div#infocontent 

{

	width: 175px;

	float: left;

}



div.callout div#info div#infoad 

{

	width: 205px;

	float: left;

	margin-top: 10px;

}



/* Content Styles */

div.callout div#info div#infocontent div#carrierline 

{

	margin-left: auto;

	margin-right: auto;

	width: 80%;

	border-bottom: 1px solid #D5D5D5;	

	margin-top: 10px;

}

div.callout div#info div#infocontent div#carrierline p 

{

	text-align: left;

	font-weight: bold;

	color: #404040;

}

div.callout div#info div#infocontent div.item 

{

	margin-top: 1px;	

	margin-bottom: 1px;

	text-align: left;

	width: 80%;

	margin-left: auto;

	margin-right: auto;

}

div.callout div#info div#infocontent div.item span.label 

{

	color: #D97614;

	font-size: 10px;

}

div.callout div#info div#infocontent div.item span.value 

{

	color: #404040;

	font-size: 10px;	

}



div#contentbodyWide 

{

	

	background-color: #F4F4F4;

	text-align: left;

	width: 756px;

	padding: 0px 10px 0px 10px;

}



div#contentbodyWide p 

{

	margin-bottom: 15px;	

}



div#contentbodyWide  ul 

{

	margin-left: 20px;

	margin-bottom: 10px;

}



div#contentbodyWide  h1 

{

	color: #E47C16;

	font-size: 13px;

	margin-bottom: 15px;	

	margin-top: 15px;

}

div#contentbodyWide h2 

{

	color: #E47C16;

	font-size: 12px;

	margin-bottom: 15px;	

	margin-top: 15px;

}



div#contentbodyWide ol 

{

	margin-left: 30px;

	margin-bottom: 10px;

}



div#contentbodyWide a,div#contentbodyWide a:visited {

	font-size: 12px;

}



div.imghdrtxt {

	margin: 0;

	padding: 0;

	color: #E47C16;

	font-size: 13px;

	font-weight: bold;

}



div.subimghdrtxt {

	margin: 0;

	padding: 0;

	color: #E47C16;

	font-size: 11px;

	font-weight: bold;

}





/*SAY SOLUTIONS*/

.img_button,.i_img{

        color:white;

        border-width:0px;

        font-weight: bold;

        background-repeat:no-repeat;

}



.i_img{

        font-size:12px;

}



