﻿/****** TOOLBAR PANEL SECTION ******/
#leftbar {
	float: left;
	width: 163px;
}
#leftbar_tools {
	min-height: 400px;
	color: #545454;
    background-image: url(/Images/left_bar.jpg);
    background-repeat: no-repeat;
}
.quicktools {
	padding: 6px 6px 8px 6px;
}
.quicktools #table_track,
.quicktools #table_transit,
.quicktools #table_service {
	padding: 0;
	margin: 0;
}
.quicktools .td_button {
	width: 28px;
	text-align: right;
}
.quicktools .button {
	width: 28px;
	margin-left: 6px;
}
#leftbar_tools ul {
	margin: 5px 0 5px 15px;
	padding: 0px;
	list-style-position: outside;
}
#leftbar_tools li {
	text-align: left;
	margin-bottom: 4px;
    height: 12px;
}
html>body #leftbar_tools li {
	margin-bottom: 4px;
}
#leftbar_tools a {
	color: #545454; 
	text-decoration: none;
    line-height: 14px;
	font-style: normal;
	font-weight: normal;
	font-size: .9em;
	display: block;
}
#leftbar_tools a:visited {
	color: #545454;
}
#leftbar_tools a:hover {
    background-color: #c9af90;
	color: #83212a;
}
#leftbar_tools fieldset {
	margin-left: 8px;
	padding: 5px 0 5px 6px;
	width: 136px;
}
.quickToolsLeft {
	height: 12px;
	width: 100px;
	color: #545454;
	font-size: 1em;
}
#table_transit .quickToolsOrig {
	height: 12px;
	width: 45px;
	color: #545454;
	font-size: 1em;
}
#table_transit .quickToolsDest {
	height: 12px;
	width: 45px;
	color: #545454;
	font-size: 1em;
}
.watermarked_full {
	color: #959595;
	width: 100px;
	height: 12px;
	font-size: 1em;
}
.watermarked_orig {
	height: 12px;
	width: 45px;
	color: #878787;
	font-size: 1em;
}
.watermarked_dest {
	height: 12px;
	width: 45px;
	color: #878787;
	font-size: 1em;
}

/***** MY ACCOUNT LINKS DIVISION *****/
.myaccountlinks {
	height: 16px;
	text-align: right;
	vertical-align: middle;
	padding-right: 2px;
	font-weight: bold;
	font-style: italic;
	color: #ffffff;
	background-color: #004800;
}
.myaccountlinks a {
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
}	
.myaccountlinks a:visited {
	color: #ffffff;
}
.myaccountlinks a:hover {
	text-decoration: underline;
	color: Yellow;
}	

/***** QUICK LINKS SECTION *****/
.quicklinksLabel {
	font-size: .9em;
}
.ql_val_error {
	color: #cc3300;
	font-size: .9em;
}

/***** COPYRIGHT AND TOOLBAR FILL SECTION *****/	
.copyright {
	color: #0e0e0e;
	padding: 12px 4px 12px 4px;
	font-size: .8em;
	text-align: center;
}	
