.sortcol {
  color: white;
  cursor:pointer;
  padding-right: 20px;
  background-repeat: no-repeat;
  background-position: right center;
  background-color: black;
}

.addrcol {
  color: white;
  cursor:pointer;
  padding-right: 20px;
  background-repeat: no-repeat;
  background-position: right center;
  background-color: black;
}

#print_link {
  text-align: right;
}

.forward_sort {
  cursor:pointer;
  padding-right: 20px;
  background-repeat: no-repeat;
  background-position: right center;
  background-color: #FF6600;
  background-image: url(/images/up.gif);
}
.reverse_sort {
  cursor:pointer;
  padding-right: 20px;
  background-repeat: no-repeat;
  background-position: right center;
  background-color: #336699;
  background-image: url(/images/down.gif);
}
.nosort {
  cursor: default;
  color: white;
  background-color: black;
}

.highlight
{
  background-color: #FF6600;
  color: $FDCFDC;
}

tr.rowodd {
}

tr.roweven {
  background-color: #C2C2C2;
}

tr.alt {
  background-color: #C2C2C2;
}

tr.monthlyTotals
{
	background-color: #FFDD00;
}

tr.quarterlyTotals
{
	background-color: #FFAA00;
}

tr.yearlyTotals
{
	background-color: #FF6600;
}

.dfbutton { 
  background: #FF6600; 
	width:250px;
}
.dfbuttontop { 
  background: url(/images/button_upper_right.png) no-repeat top right; 
  height: 12px; 
  weight: 12px; 
	border: none;
	display: block !important;
}
.dfbuttontop div { 
  font-size: 0;
  height: 12px; 
  weight: 12px; 
  background: url(/images/button_upper_left.png) no-repeat top left; 
	border: none;
	display: block !important;
}
.dfbuttonbottom { 
  background: url(/images/button_lower_right.png) no-repeat bottom right; 
  height: 12px; 
  weight: 12px; 
	border: none;
	display: block !important;
}
.dfbuttonbottom div { 
  font-size: 0;
  height: 12px; 
  weight: 12px; 
  background: url(/images/button_lower_left.png) no-repeat bottom left; 
	border: none;
	display: block !important;
}
.dfbuttoncontent {
  padding: 0px 12px 0px 12px;
  text-align: center;
}

.dfbuttoncontent p {
	color:black;
  font-size: 20px;
	margin: 0 5px;
}

.autocomplete
{
  position:absolute;
  background-color:white;
  border:1px solid #888;
  margin-top:-2px;
  padding:0px;
}
.autocomplete ul
{
  list-style-type:none;
  margin:0px;
  padding:0px;
}
.autocomplete ul li.selected
{
  background-color: #FF6600;
}
.autocomplete ul li
{
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  height:16px;
  cursor:pointer;
}

#waypoints {
	width: 250px;
	height: 200px;
}

#mileage 
{
	padding: 8px;
	background-color: #666666;
	font-size: 18px;
	color: #FFFFFF;
	margin-bottom: 4px;
}

#waypoint {
	width: 250px;
}

body 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding: 0;
	margin: 0;
}
	
#stops {
	list-style: none;
	margin: 0 10px;
	padding: 0px;
	font-size: 12px;
   margin-right: 20px;
}

#stops li {
	margin-bottom: 5px;
	background-color: #EEEEEE;
	border-bottom: 1px dotted #CCCCCC;
	clear: left;
	cursor: move;
	padding: 4px 0;
	min-height: 18px;
}

.handle {
	float: left;
	visibility: hidden;
}

.address {
	padding: 5px;
	padding-left: 3px;
}

.stops_img {
	padding-left: 2px;
	float: left;
	margin: 0 3px;
}

#header {
	height: 75px;
	background-color: #FF6600;
	margin-bottom: 5px;
	position: relative;
}

#logo {
	float: left;
}

#nav {
	float: right;
	position: absolute;
	bottom: 0;
	right: 10px;
	height: 25px;
}

#navlink {
	float: right;
	position: absolute;
	top: 10px;
	right: 10px;
	height: 25px;
	color: #FFEADD;
}

#navlink a {
	color: #FFEADD;
}

.link {
	color: #336699;
	cursor: pointer;
}

a.link:hover {
	text-decoration: underline;
}

.bar ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0 0 4 0;
}

.bar li a img {
	position: relative;
	vertical-align: middle;
}

.bar li a:hover {
	text-decoration: none;
}

.opt_links {
	font-size: 81%;
   margin:0;
   padding:0;
}

.opt_links li {
	display: inline;
	float: none;
	margin: 0;
	padding: 0;
}
	
.opt_links a {
   text-decoration: none;
   white-space: nowrap;
}

.opt_links span {
	color: #336699;
}

.opt_links a span {
   text-decoration: underline;
}

.opt_links a img {
	border: 0 none;
}

#welcome {
	margin-left: 10px;
	margin-bottom: 10px;
}

#routePointPanel {
	padding: 5px;
   margin-bottom: 10px;
	margin: 0 5px;
	margin-right: 0px;
}

#routePointPanel div {
	margin-bottom: 7px;
}

#routePointPanel img {
	margin-right: 3px;
}
#routeTitlebar{
	background-color: #FF6600;
	visibility: hidden;
	display: none;
    padding: 5px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    margin: 5px 10px;
}
#dragPanel {
	visibility: hidden;
	display: none;
}

#searchPanel {
	margin-top: 10px;
	text-align: center;
}

#logPanel {
	visibility: hidden;
	width: 850px;
	font-family: Arial, Helvetica, sans-serif;
}
#saveRoutePanel {
	visibility: visible;
	display: none;
}
#saveRouteInputPanel {
	visibility: hidden;
	display: none;
}

#savedRouteList {
    list-style-type: none;
    padding: 0 10px;
	margin: 5px 0;
}


#savedRouteList li {
    padding: 4px;
    background-color: #EEEEEE;
    margin-bottom: 5px;
	border-bottom: 1px dotted #CCCCCC;  
}

#addNoteInputPanel {
	visibility: hidden;
	display: none;
	width: 200px;
}
#emailRouteInputPanel {
	visibility: hidden;
	display: none;
}
#LoginFrm {
	margin: 10px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #EEEEEE;
	padding: 20px;
	border: 1px dotted #CCCCCC;
	
}
#addressChanger {
	background: #FF6600;
	visibility: visible;
	position: absolute; 
	width: 408px; 
	height: 90px; 
	z-index: 10; 
	left: -500px; 
	top: -200px;
}

.modalwin {
   display: none;
   border: 1px solid #555555;
   background-color: #E6F7D4;
   margin: 0 auto;
   overflow: auto;
   text-align: left;
   z-index: 950;
}

.modalwin > div {
	background: #FDFDFD none repeat scroll 0 0;
	margin: 8px;
}

.inputtext{
	font-size: 14px;
	color: #999999;
   margin-right: 5px;
}

.destinputtext{
   font-size: 14px;
   color: #999999;
}

.inputtextactive {
	width: 200px;
	color: #333333;
	font-size: 14px;
}

.title {
	color: #272750;
	font-size: 18px;
	font-weight: bold;
}

.note {
	font-size: 11px;
	color: #666666;
}

.hidden {
	display: none;
}

#map {
	margin-bottom: 5px;
}

#directionPanel {
		font-family: Arial, Helvetica, sans-serif;
		color: #333333;
		font-size: 12px;
}

#total_distance {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-color: #336699;
	color: #FFFFFF;
	padding: 5px;
}

#address_bg {
	background-color: #CDE1F5;
	height: 50px;
}

.address_title {
	font-size: 14px;
	font-weight: bold;
}

#address_travel_time {
	padding: 5px 0;
	font-weight: bold;
	color: #0066CC;
}	

#directions_odd_row td {
	border-bottom: 1px solid #CCCCCC;
	padding: 10px 0;
	background-color: #EEEEEE;
}

#directions_even_row td {
	border-bottom: 1px solid #CCCCCC;
	padding: 10px 0;
}


#directionTable {
	width: 100%;
}

#my_recent_routes_title {
    margin: 10px 10px 0 10px;
    padding: 5px;
    background-color: #336699;
    color: #FFFFFF;
    font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#SupportFrm {
	margin: 10px;
	padding: 20px;
	background-color: #EEEEEE;
	
}

.thanks {
	text-align: center;
	font-size: 20px;
	margin: 50px 20px;
 }
 
 .error {
 	margin: 10px auto 0 auto;
	color: #FF0000;
	width: 830px;
	font-size: 20px;
 }
 
 .input_error {
 	border: 2px solid #FF0000;
 }
 
 .login_input {
 	font-size: 16px;
	width: 250px;
 }
 
 #print_logo {
 	visibility: hidden;
	display: none;
 }
 
 #localSearch {
 	background-color: #EEEEEE;
	padding: 8px;	
 }
 
 #searchTxtbox {
 	width: 300px;
	font-size: 14px;
	color: #333333;
 }

 #disclaimer {
   font-size: 10px;
 }

 hr {
   margin: 5px;
   color: #cccccc;
 }
 
 /* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

/* Skin */
.ui-tabs-nav, .ui-tabs-panel {
    font-family: Arial,Helvetica,sans-serif;
}

.ui-tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ui-tabs-nav ul {
    list-style: none;
    list-style-type: none;
    margin: 0;
    padding: 0 0 0 120px;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
    float: left;
    margin: 0 0 0 4px;
    min-width: 84px; /* be nice to Opera */
    font-size: 14px;
}
.ui-tabs-nav a, .ui-tabs-nav a span {
    display: block;
    padding: 0 10px;
    background: url(/images/tab.png) no-repeat;
}
.ui-tabs-nav a {
    margin: 1px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
    color: #fff;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
    outline: 0; /* prevent dotted border in Firefox */
}
.ui-tabs-nav .ui-tabs-selected a {
    position: relative;
    top: 1px;
    z-index: 2;
    margin-top: 0;
    color: #22689b;
}
.ui-tabs-nav a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 20px; /* IE 6 treats height as min-height */
    min-height: 20px;
    padding-top: 6px;
    padding-right: 0;
}
*>.ui-tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.ui-tabs-nav .ui-tabs-selected a span {
    padding-bottom: 1px;
}
/* .ui-tabs-nav .ui-tabs-selected a, .ui-tabs-nav a:active  */
.ui-tabs-nav .ui-tabs-selected a {
    background-position: 100% -150px;
}
.ui-tabs-nav a {
    background-position: 100% -100px;
}
.ui-tabs-nav .ui-tabs-selected a span {
    background-position: 0 -50px;
}
.ui-tabs-nav a span {
    background-position: 0 0;
}
/*
/* @ Opera, use pseudo classes otherwise it confuses cursor... 
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited, .ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { 
    cursor: text;
}
*/
.ui-tabs-nav a:hover
{
   text-decoration: underline;
}
.ui-tabs-nav .ui-tabs-selected a:hover
{
   text-decoration: none;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-unselect a:hover, .ui-tabs-nav .ui-tabs-unselect a:focus, .ui-tabs-nav .ui-tabs-unselect a:active { 
    cursor: pointer;
}

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}
div.topTitle {
   background: white url('/images/top_bg.png') repeat-x scroll 0 0;
}
div.tabContainer {
   background:transparent url(/images/tab_sep.png) repeat-x scroll center bottom;
   left:0;
   margin: 0;
   padding:0;
   }
div.contentContainer {
   margin-bottom: 5px;
}
