/* Reset */
html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, big, em, img, ins,
small, strike, strong,
dl, dt, dd, ol, ul, li,
fieldset, form, label,
table, tr, th, td, input, select,
option, optgroup {
	margin: 0;
	padding: 0;
	border: 0;
}


body {
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	color: #000;
	background-color: #336699;
	font-size: 16px;
}

/* Common Elements */

a {
	text-decoration: none;
	color: #333;
}

a:hover {
	text-decoration: underline;
}

.clearfix {
	width: 100%;
	overflow: hidden;
}

form .required:after {
	content: " *";
	color: #990000;
}

input.primary_btn {
	color: #fff;
	border: 1px solid #703319;
	height: 22px;
	line-height: 20px;
	background: #C15017 url('../images/double_right_arrow_white.png') no-repeat right center;
	background: url('../images/double_right_arrow_white.png') no-repeat right center, -moz-linear-gradient(top, #c05017, #e35203);
	background: url('../images/double_right_arrow_white.png') no-repeat right center, -webkit-gradient(linear, left top, left bottom, from(#c05017), to(#e35203));
	padding: 0 25px 2px 20px;	
	margin: 10px 0;
}

input.primary_btn:hover {
	background: #C15017 url('../images/double_right_arrow_white.png') no-repeat right center;
	background: url('../images/double_right_arrow_white.png') no-repeat right center, -moz-linear-gradient(bottom, #c05017, #e35203);
	background: url('../images/double_right_arrow_white.png') no-repeat right center, -webkit-gradient(linear, left bottom, left top, from(#c05017), to(#e35203));
}


input.go_btn {
	background-image: none;
	background-color: #fcd91a;
	background: -moz-linear-gradient(top, #cfa200, #ffdd1c);
	background: -webkit-gradient(linear, left top, left bottom, from(#cfa200), to(#ffdd1c));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cfa200', endColorstr='#ffdd1c');
	border: 1px solid #d9aa00;
	color: #000;
	width: 30px;
	height: 19px;
	padding: 0 0 1px 0;
}

input.go_btn:hover {
	background: -moz-linear-gradient(bottom, #cfa200, #ffdd1c);
	background: -webkit-gradient(linear, left bottom, left top, from(#cfa200), to(#ffdd1c));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdd1c', endColorstr='#cfa200');
}

input.secondary_btn {
	color: #fff;
	border: 1px solid #002858;
	height: 22px;
	line-height: 20px;
	background: #002858;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003366', endColorstr='#336699');
	background: -moz-linear-gradient(top, #003366, #336699);
	background: -webkit-gradient(linear, left top, left bottom, from(#003366), to(#336699));
	padding: 0 20px 2px 20px;	
	margin: 10px 0;
}

input.secondary_btn:hover {
	background: #002858;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#336699', endColorstr='#003366');
	background: -moz-linear-gradient(bottom, #003366, #336699);
	background: -webkit-gradient(linear, left bottom, left top, from(#003366), to(#336699));
}

.red {
	color: #990000;
}

/* Icons */
.icon {
	float: right;
	margin-left: 10px;
	cursor: pointer;
}

.icon.print_page {
	width: 16px;
	height: 14px;
	background: url("../images/icons/icon-print-alt.png") no-repeat center center;
}

.icon.download_page {
	width: 16px;
	height: 14px;
	background: url("../images/icons/icon-download-alt.png") no-repeat center center;
}

.icon.print {
	width: 16px;
	height: 14px;
	background: url("../images/icons/icon-print.png") no-repeat center center;
}

.icon.download {
	width: 16px;
	height: 14px;
	background: url("../images/icons/icon-download.png") no-repeat center center;
}

.red_arrow_link {
	color: #333;
	font-size: .75em;
	background: url('../images/arrow_right_red.png') no-repeat left center;
	padding-left: 10px;
}

.as_of_date {
	color: #999;
	font-size: 0.85em;
	background: url('../images/refresh.png') no-repeat left center;
	padding-left: 18px;
	margin-top: 10px;
}

.as_of_date.padded {
	margin-left: 10px;
}

table.gray_grid {
	width: 100%;
	border-collapse: collapse;
}

.gray_grid th {
	background-color: #77b0e8;
	height: 40px;
	color: #000;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	padding: 5px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	overflow-x: hidden;
}

.gray_grid th.select {
	text-align: center;
	border-left: none;
}

.gray_grid .table_row_even {
	background-color: #e1e1e1;
}

.gray_grid .table_row_odd {
	background-color: #c3c3c3;
}

.gray_grid select {
	width: 80%;
}

.gray_grid td {
	font-size: 0.9em;
	text-align: center;
	padding: 5px;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
}	

.red {
	color: #990000;
	font-weight: 500;
}

.gray_grid .table_row_total {
	background-color: #999;
	font-weight: bold;
	font-size: 1em;
}

.gray_grid .row_label {
	text-align: left;
	font-size: 1em;
	padding-left: 10px;
	white-space: normal;
	border-left: none;
}

/* scrolling table override */

.tbody_wrapper {
	height: 140px;
	width: inherit;
	overflow-y: scroll;
	overflow-x: hidden;
}

.gray_grid.tbody {
	width: 100%;
}

.gray_grid.thead, .gray_grid.tfoot {
	width: inherit;
}

.gray_grid.tbody tr, .gray_grid.thead tr {
	width: 100%;
}
.gray_grid.tbody td, .gray_grid.thead th {
	min-width: 45px;
}

.gray_grid.thead th.select {
	padding-right: 10px;
}

.gray_grid th {
	border-bottom: none;
}

.gray_grid.thead tr th:first-child {
	border-left: none;
	padding-right: 10px;
}

.scroll_col {
	padding-right: 20px !important; 
}



#page_wrapper, #header_wrapper, #footer_wrapper {
	padding: 0 20px;
	position: relative;
}

#top_bar {
	height: 29px;
	border-bottom: 1px solid #336699;
	background: #002858;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#336699', endColorstr='#003366');
	background: -moz-linear-gradient(bottom, #003366, #336699);
	background: -webkit-gradient(linear, left bottom, left top, from(#003366), to(#336699));
	width: 100%;
	color: #fff;
}

#top_bar .links {
	width: 1190px;
	text-align: right;
	margin: 0 auto;
}

#footer_bar .links {
	width: 50%;
	float: right;
	text-align: right;
}

#top_bar .links a, #header a, #footer_bar .links a, #footer_content .copy {
	color: #fff;
	font-size: 0.75em;
}

#footer_bar .copy {
	width: 50%;
	float: left;
	line-height: 29px;
}

.links ul, .links li {
	display: inline;
}

.links li {
	padding: 0 5px 3px 9px;
	background: url('../images/pipe.png') no-repeat center left;
}

.links li:first-child { 
	background-image: none; 
}

#footer_bar {
	position: relative;
	background: #002858;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003366', endColorstr='#336699');
	background: -moz-linear-gradient(top, #003366, #336699);
	background: -webkit-gradient(linear, left top, left bottom, from(#003366), to(#336699));
	height: 130px;
}

#footer_content {
	width: 1190px;
	height: 130px;
	margin: 0 auto;
	position: relative;
	padding-top: 10px;
}

#footer_content img {
	position: absolute;
	bottom: 30px;
	right: 0;
}

#header {
	height: 150px;
	background: url('../images/banner.jpg');
	color: #fff;
	position: relative;
}

#header_content {
	width: 1190px;
	height: 150px;
	margin: 0 auto;
	position: relative;
}

#header_content #badge_container {
	position: absolute;
	width: 800px;
	bottom: 0;
	left: 0;
	height: 35px;
}

#header_content #badge_container #tabs {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}

#tabs .tab {
	display: block;
	position: relative;
	background-color: #fff;
	color: #000;
	padding: 0 15px;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	border-bottom: 1px solid #336699;
	height: 29px;
	line-height: 30px;
	font-size: 0.85em;
	float: left;
	margin-right: 5px;
	z-index: 1;
}

#tabs .tab.active {
	font-size: 1em;
	color: #fff;
	background-color: #31689b;
	font-weight: 500;
}

#tabs .tab:hover, #tabs .hover_tab {
	text-decoration: none;
	background-color: #e1e8f0;
	border-bottom: 1px solid #e1e8f0;
}

#tabs .tab.active:hover {
	background-color: #31689b;
	border-bottom: 1px solid #336699;
}

.tab_badge {
	width: 25px;
	height: 25px;
	background: url('../images/badge.png') no-repeat;
	color: #fff;
	position: absolute;
	top: -10px;
	z-index: 2;
	text-align: center;
	padding-top: 3px;
	font-size: 0.9em;
}

.tab_badge#leasing_badge {
	left: 124px;
}
.tab_badge#maintenance_badge {
	left: 237px;
}
.tab_badge#compliance_badge {
	left: 345px;
}
.tab_badge#scorecards_badge {
	left: 450px;
	display: none;
}
.tab_badge#service_badge {
	left: 594px;
	display: none;
}

#header h4.user_name {
	font-weight: 600;
	margin-bottom: -3px;
	font-size: 0.9em;
}

#banner {
	position: absolute;
	width: 950px;
	top: 23px;
}

#login_controls_top {
	position: absolute;
	top: 8px;
	left: 160px;
}

#login_controls_bottom{
	position: absolute;
	bottom: 4px;
	left: 160px;
}

#login_controls_top .railroad {
	font-size: 0.75em;
}

#login_controls_top .not_user {
	font-weight: normal;
}

#login_controls_top .railroad {
	float: left;
}

#login_controls_top .more {
	background: url("../images/icons/icon-view-more-yellow.png") no-repeat left center;
	padding-left: 15px;
	line-height: 11px;
	color: #d6a72b;
	cursor: pointer;
	float: left;
	font-size: 0.75em;
	margin-top: 3px;
	margin-left: 5px;
}

#login_controls_top .more:hover {
	text-decoration: underline;
}

#search_controls {
	width: 240px;
	height: 92px;
	position: absolute;
	right: 0;
	top: 58px;
}

#search_controls .vertical_spacer {
	display: block;
	float: left;
	padding: 0 10px;
}

#search_controls .my_fleet_title {
	float: left;
}

#search_controls .info_link {
	font-size: 0.9em;
}

#search_controls #top {
	height: 31px;
	background-color: #031427;
	color: #fff;
	line-height: 31px;
	padding-left: 8px;
}

#search_controls #middle {
	height: 28px;
	background-color: #336699;
	padding: 2px 0 0 5px;
}

#search_controls #bottom {
	background-color: #50616e;
	height: 31px;
	font-size: 0.75em;
	line-height: 31px;
	padding-left: 5px;
	position: relative;
	-webkit-box-shadow: inset 0 8px 6px -6px #39444D;
	-moz-box-shadow: inset 0 8px 6px -6px #39444D;
	box-shadow: inset 0 8px 6px -6px #39444D;
}

#bottom #car_count {
	position: absolute;
	left: 5px;
}

#bottom #view_car_link_wrapper {
	position: absolute;
	width: 80px;
	top: -2px;
	right: 5px;
	font-size: 1.25em;
	background: url('../images/arrow_down_white.png') no-repeat center right;
	text-align: right;
	padding-right: 10px;
}

#view_car_link_wrapper #view_car_link {
	color: #fff;
	font-size: 0.75em;
	cursor: pointer;
}

#view_car_link_wrapper #view_car_link:hover {
	text-decoration: underline;
}

#search_controls #middle input[type="text"] {
	height: 18px;
	width: 115px;
	padding-left: 2px;
	border: 1px solid #91969d;
}

#search_controls #middle select {
	height: 18px;
	width: 70px;
	border: 1px solid #91969d;
}

#content {
	position: relative;
	width: 1190px;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 10px;
	min-height: 600px;
}

#left_col {
	width: 240px;
	float: left;
}
#middle_col {
	position: relative;
	float: left;
	left: 10px;
	width: 690px;
	overflow: hidden;
}

#middle_col #side_by_side_row {
	width: 690px;
	overflow: auto;
}

#middle_col #side_by_side_row .left {
	width: 340px;
	float: left;
}
#middle_col #side_by_side_row .right {
	float: right;
	width: 340px;
}

#right_col {
	float: right;
	width: 240px;
}

#left_col, #right_col, #middle_col {
	margin-top: 10px;
}

/* Info Pop-up */

#info_popup {
	position: absolute;
	width: 290px;
	border: 1px solid #b1bcc7;
	-webkit-box-shadow: -5px 5px 15px 0px #000;
	-moz-box-shadow: -5px 5px 15px 0px #000;
	box-shadow: -5px 5px 15px 0px #000;
	z-index: 5000;
	display: none;
}
#info_popup .title_bar {
	background-color: #c1cdda;
	width: inherit;
	height: 30px;
}

#info_popup .title_bar h1 {
	float: left;
	margin-left: 15px;
	font-size: 1em;
	color: #031427;
	font-weight: normal;
	line-height: 30px;
}

#info_popup .close_box {
	float: right;
	margin: 8px 10px 0 0;
	width: 10px;
	height: 10px;
	border: 1px solid #031427;
	background-color: #414e59;
	color: #fff;
	text-align: center;
	line-height: 7px;
	cursor: pointer;
	padding: 1.5px;
}

#info_popup .pop_up_bottom {
	background-color: #e1e8f0;
	width: inherit;
	min-height: 100px;
}

#info_popup .pop_up_content {
	padding: 10px 5px 5px 15px;
}

/* Light Box */

#dark_box {
    background-color: #000000;
    height: 100%;
    left: 0;
    opacity: 0.6;
    filter:alpha(opacity=60);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

#light_box {
	width: 400px;
	min-height: 300px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -200px; 
	margin-left: -200px; 
	background-color: #fff;
	z-index: 10001;
	border-radius: 8px;
}

#light_box_wrapper {
	display: none;
}

#light_box .title {
	width: 380px;
	border-bottom: 1px solid #336699;
	color: #336699;
	padding: 10px;
	overflow: hidden;
}

#light_box .title h1 {
	font-size: 1.1em;
	float: left;
	font-weight: normal;
}

#light_box .title .close_box {
	font-size: 1.1em;
	float: right;
	cursor: pointer;
	background-color: #01477c;
	border: 1px solid #336699;
	color: #fff;
	width: 15px;
	height: 15px;
	line-height: 12px;
	text-align: center;
}



#page_title_bar {
	width: 100%;
	font-size: 1.2em;
	padding: 10px 10px 0 10px;
	position: relative;
	overflow: hidden;
}

#page_title_bar .page_title {
	color: #f2ca12;
}

#page_title_bar .page_title h1 {
	display: inline;
	font-size: inherit;
	font-weight: 600;
	margin-right: 15px;
	color: #f2ca12;
	float: left;
}

#page_title_bar .page_title .sub_title {
	font-weight: 300;
}

#page_title_bar .page_title .icons {
	float: right;
	margin-right: 15px;
}

#page_icons {
	height: 16px;
    padding: 15px 0 4px 0;
    text-align: right;
    width: 99%
}



/* Mega Menus */


.mega_menu {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 690px;
	background: #e1e8f0;
	border-right: 1px solid #37699a;
	border-bottom: 1px solid #37699a;
}

.mega_menu_bg {
	width: 690px;
	position: relative;
	clear: both;
}

#leasing_mm .mega_menu_bg {
	height: 170px;
	background: #e1e8f0 url("../images/leasing_mm.jpg") no-repeat center bottom;
}

#maintenance_mm .mega_menu_bg {
	height: 289px;
	background: #e1e8f0 url("../images/maintenance_mm.jpg") no-repeat center bottom;
}

#compliance_mm .mega_menu_bg {
	height: 235px;
	background: #e1e8f0 url("../images/compliance_mm.jpg") no-repeat center bottom;
}

#scorecards_mm .mega_menu_bg {
	height: 247px;
	background: #e1e8f0 url("../images/scorecards_mm.jpg") no-repeat center bottom;
}

#request_mm .mega_menu_bg {
	height: 299px;
	background: #e1e8f0 url("../images/request_mm.jpg") no-repeat center bottom;
}

.mega_menu_content {
	position: relative;
	height: auto;
	width: 690px;
	border-right: 1px solid #37699a;
}

.mega_col_1, .mega_col_2 {
	position: relative;
	width: 49%;
	padding: 15px 0 0 0;
}

.mega_col_1 {
	float: left;
	padding-left: 10px;
}

.mega_col_2 {
	float: right;
}

.mega_menu h1 {
	color: #336699;
	font-size: 1.25em;
	font-weight: normal;
}

.mega_col_1 {
	top: 0;
	left: 0;
}

.mega_col_2 {
	top: 0;
	right: 0;
}

.mega_menu a.red_arrow_link {
	display: block;
	margin-top: 5px;
}

.mega_menu p {
	color: #666666;
	font-size: 0.7em;
	width: 295px;
	margin: 5px;
}

.mega_col_1 p.full {
	width: 375px;
	margin-bottom: 15px;
}

/* My Fleet Menu */

#my_fleet_menu {
	width: 240px;
	height: 425px;
	background-color: #e1e8f0;
	z-index: 100;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-box-shadow: -5px 5px 15px 0px #000;
	-moz-box-shadow: -5px 5px 15px 0px #000;
	box-shadow: -5px 5px 15px 0px #000;
	display: none;
}

#my_fleet_menu h1 {
	font-size: 0.9em;
	font-weight: bold;
	color: #000;
}
#my_fleet_menu h1#reports_header {
	float: left;
}

#my_fleet_menu hr {
	width: 100%;
	color: #336699;
	background-color: #336699;
	height: 1px;
	margin: 0;
	padding: 0;
}

#my_fleet_menu hr.full {
	position: absolute;
	top: 290px;
	left: 0;
	width: 385px;
}

#filter_fleet, #cars_in_fleet {
	position: absolute;
	padding: 10px;
	height: 275px;
	width: 173px;
	top: 0;
}

#filter_fleet {
	left: 0;
}

#my_fleet_menu #filter_alert {
	height: 20px;
	float: right;
	text-align: right;
	color: #990000;
	font-size: 0.75em;
	background: url('../images/filter_alert.png') no-repeat right 0;
	padding-right: 18px;
	margin: 5px 0 0 -18px;
	visibility: hidden;
}

#filter_fleet form {
	width: inherit;
	font-size: 0.75em;
	overflow: hidden;
}

#filter_fleet form .options_wrapper {
	width: 100%;
	overflow: hidden;
	margin-top: 5px;
}

#filter_fleet form input[type="label"] {
	vertical-align: middle;
	float: left;
}

#filter_fleet form input[type="submit"] {
	float: right;
}

#filter_fleet #alert_select_title {
	margin: 5px 0 0 0;
}


#filter_fleet form .option_item {
	float: left;
	height: 18px;
	width: 50%;
	margin: 1px 0;
}

#filter_fleet form .option_item.checkboxes {
	height: auto;
}

#filter_fleet form #fleet_select {
	width: 99%;
	color: #000;
	height: 132px;
	margin-top: 10px;
	border: 1px solid #989da5;
	background-color: #fff;
	overflow-y: auto;
	overflow-x: hidden;
}

#fleet_select .option, #car_num_select .option {
	width: 151px;
	padding: 1px 10px;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#fleet_select .option.selected {
	background-color: #4f606d;
	color: #fff;
}

#car_num_select .option.selected {
	background-color: #ffb70f;
}

#car_num_select .optgroup {
	font-style: normal;
	padding-left: 5px;
	font-weight: normal;
}

#fleet_select option, #car_num_select option {
	padding: 1px 10px;
}

#car_num_select .optgroup .option {
	margin-left: -5px;
}

.fleet_select_group {
	display: none;
}

#cars_in_fleet {
	right: 0;
}

#cars_in_fleet form #car_num_input {
	background-color: #fff;
	color: #000;
	padding-left: 5px;
	width: 166px;
	height: 20px;
	border: 1px solid #989da5;
	margin-bottom: 5px;
}

#cars_in_fleet form #car_num_select {
	border: 1px solid #989da5;
	height: 192px;
	font-size: 0.75em;
	width: 99%;
	color: #000;
	background-color: #fff;
	overflow-y: auto;
	overflow-x: hidden;
}

#reports {
	position: absolute;
	padding: 10px;
	top: 290px;
	width: 365px;
}

#links_wrapper {
	width: 390px;
	overflow: hidden;
}

#reports #links_wrapper a {
	height: 20px;
	float: left;
	line-height: 20px;
	min-width: 185px;
}

#my_fleet_menu #bottom_drawer {
	height: 30px;
	background-color: #404e58;
	background: -moz-linear-gradient(top, #404e58, #51626f);
	background: -webkit-gradient(linear, left top, left bottom, from(#404e58), to(#51626f));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#404e58', endColorstr='#51626f');
	color: #fff;
	line-height: 30px;
	position: absolute;
	top: 395px;
	width: 370px;
	font-size: 0.7em;
	padding: 0 10px;
}

#selected_totals {
	float: left;
	width: 50%;
}

#hide_link_wrapper {
	float: right;
}

#hide_link_wrapper #hide_drawer_link {
	color: #fff;
	cursor: pointer;
	background: url('../images/arrow_up_white.png') no-repeat center right; 
	padding-right: 12px;
}

#hide_link_wrapper #hide_drawer_link:hover {
	text-decoration: underline;
}

/* Round Corner Styles */

.round_box_top, .round_box_bottom {
	position: relative;
}

.round_box_top {
	border-bottom: 1px solid #6e8cb0;
	color: #6e8cb0;
	margin: 10px 0 0 0;
}

.round_box_top.no_header {
	border: none;
}

.round_box_bottom {
	font-size: 0.8em;
	margin: 0;
}

.white {
	background-color: #fff;
}

.blue {
	background-color: #e1e8f0;
}

.dark_blue {
	background-color: #163555;
}

.round_box_top h1 {
	color: #336699;
	font-weight: 300;
	font-size: 1.6em;
	padding: 15px 10px 2px 10px;
}

.round_box_top.blue h1 {
	color: #031427;
}

.round_box_top.dark_blue h1 {
	color: #fff;
}

.round_box_top h1.smaller {
	font-size: 1.3em;
}

.inner {
	padding: 10px;
}

.inner.stretched {
	padding: 10px 0;
}

.top_left, .top_right, .bottom_left, .bottom_right {
	position: absolute;
	width: 7px;
	height: 7px;
}

.top_left {
	top: 0px;
	left: 0px;
}

.top_left.wh_bl {
	background: url('../images/wb_top_left.png');
}

.top_left.bl_bl {
	background: url('../images/bb_top_left.png');
}

.top_right {
	top: 0px;
	right: 0px;
	
}

.top_right.wh_bl {
	background: url('../images/wb_top_right.png');
}

.top_right.bl_bl {
	background: url('../images/bb_top_right.png');
}

.top_right.db_bl {
	background: url('../images/dbb_top_right.png');
}

.top_left.db_bl {
	background: url('../images/dbb_top_left.png');
}



.bottom_left {
	bottom: 0px;
	left: 0px;
	
}

.bottom_left.wh_bl {
	background: url('../images/wb_bottom_left.png');
}
.bottom_left.bl_bl {
	background: url('../images/bb_bottom_left.png');
}

.bottom_right {
	bottom: 0px;
	right: 0px;
}

.bottom_right.wh_bl {
	background: url('../images/wb_bottom_right.png');
}
.bottom_right.bl_bl {
	background: url('../images/bb_bottom_right.png');
}

.portlet_title_with_icons {
	width: inherit;
	overflow: hidden;
}

.portlet_title_with_icons h1 {
	float: left;
}

.portlet_title_with_icons .icons {
	position: absolute;
	bottom: 10px;
	right: 10px;
}


/* LOGIN */

#background { 
	position: fixed; 
	top: 0; 
	left: 0; 
}

.bgwidth { 
	width: 100%; 
}

.bgheight { 
	height: 100%; 
}

#login_header {
	position: relative;
	height: 70px;
	width: 430px;
	margin: 32px auto 0 auto;
	color: #fff;
}

#logo {
	height: 66px;
	width: 130px;
	background: url('../images/gatx_logo.png') no-repeat 0px 10px;
	border-right: 1px solid #fff;
	padding-right: 15px;
}

#tag_line {
	position: absolute;
	top: 0;
	left: 160px;
	height: 100%;
	width: 400px;
}

#tag_line h1 {
	position: absolute;
	top: 3px;
	font-size: 1.7em;
	letter-spacing: 1.2px;
	font-weight: 500;
}

#tag_line h3 {
	position: absolute;
	bottom: 12px;
	font-weight: 300;
	letter-spacing: 1.5px;
}

#login_box {
	position: relative;
	top: 30px;
	width: 400px;
	margin: 0 auto;
	border-radius: 7px;
	background-color: #fff;
	color: #666;
	padding-bottom: 10px;
}

#login_box h1 {
	position: relative;
	top: 10px;
	left: 20px;
	color: #336699;
	font-weight: 300;
	font-size: 1.6em;
}

#login_box hr {
	color: #336699;
	margin-top: 12px;
}

#login_box p {
	width: 275px;
	margin: 10px 0 0 20px;
	font-size: 0.7em;
}

form#login_form {
	position: relative;
	width: 100%;
	overflow: hidden;
	right: 20px;
	margin: 20px 0;
	font-size: 0.8em;	
}

#login_form input.text, #login_form label {
	display: block;
	margin: 0 0 10px 18px;
	line-height: 22px;
}

#login_form input.text {
	width: 225px;
	height: 20px;
	background-color: #e1e8f0;
	border: 1px solid #989da5;
	float: right;
	padding: 0 2px;
}

#login_form label {
	width: 100px;
	height: 22px;
	text-align: right;
	float: right;
}

#login_form input[type="submit"] {
	float: right;
}



a.forgot_pw {
	display: block;
	float: right;
	margin: 10px 10px;
	line-height: 22px;
}

#login_box .contact_heading {
	font-weight: bold;
}

hr.shadow {
	color: #cddcef;
	-moz-box-shadow: 0 4px 6px #989da5;
	-webkit-box-shadow: 0 4px 6px #989da5;
	box-shadow: 0 4px 6px #989da5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=180, Color='#989da5')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=180, Color='#989da5');
	margin-bottom: 15px;
}

/* LEGAL */

body.legal {
	background-color: #fff;
}

.legal {
	padding: 10px;
	width: 1024px;
}

.legal h1, .legal h2, .legal .inline_heading {
	font-size: 1em;
}
.legal h1 {
	width: 115px;
	margin: 0 auto;
}
.legal h2, .legal .inline_heading {
	margin-top: 10px;
	text-decoration: underline;
	font-weight: bold;
}
.legal p {
	margin-bottom: 10px;
}

.legal ul {
	margin: 0 0 10px 40px;
}

.legal a{
	color: #0000ff;
	font-style: italic;
}


/* Your Service Team */
#service_team_tab {
	position: absolute;
	right: 0px;
	top: 20px;
	width: 30px;
	height: 195px;
	background-color: #e1e8f0;
	display: none;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	cursor: pointer;
}

#service_team_tab.open, #news_tab.open {
	-webkit-box-shadow: -5px 5px 15px 0px #000;
	-moz-box-shadow: -5px 5px 15px 0px #000;
	box-shadow: -7px 6px 12px -6px #000000;
	right: 260px;
	z-index: 3000;
}

h1.vertical {
	-webkit-transform:rotate(270deg);
	-moz-transform:rotate(270deg);
	-o-transform: rotate(270deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	color: #000;
	font-weight: 300;
	font-size: 1.3em;
	height: inherit;
    position: relative;
    right: -83px;
    white-space: nowrap;
}

#service_team_tab h1.vertical {
	top: 67px;
}

#news_tab h1.vertical {
	right: -36px;
    top: 10px;
 }

#service_team_slideout, #news_slideout {
	width: 240px;
	background-color: #E1E8F0;
	position: absolute;
	top: 20px;
	right: 0;
	z-index: 300;
	font-size: 0.85em;
	padding: 10px;
	-webkit-box-shadow: -5px 5px 15px 0px #000;
	-moz-box-shadow: -5px 5px 15px 0px #000;
	box-shadow: -5px 5px 15px 0px #000;
	display: none;
}

#news_slideout {
	top: 225px;
}

#news_tab {
	position: absolute;
	right: 0px;
	top: 225px;
	width: 30px;
	height: 100px;
	background-color: #e1e8f0;
	display: none;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	cursor: pointer;
}

#service_team p.service_team_msg, #service_team_slideout p.service_team_msg {
	margin-bottom: 10px;
	color: #666;
	font-size: 0.85em;
}

#service_team .team_member, #service_team_slideout .team_member{
	width: 220px;
	position: relative;
	margin: 14px 0;
}

#service_team .team_member .contact_info, #service_team_slideout .team_member .contact_info {
	position: absolute;
	left: 80px;
	top: -3px;
}

#service_team .contact_info .phone_label, #service_team_slideout .contact_info .phone_label {
	width: 43px;
	float: left;
}

#service_team .team_member .contact_info .name, #service_team_slideout .team_member .contact_info .name {
	font-size: 1.15em;
	width: 115px;
	float: left;
	line-height: 14px;
}

#service_team .team_member .contact_info .title, #service_team_slideout .team_member .contact_info .title{
	color: #666;
	margin-bottom: 5px;
	clear: both;
}
#service_team .team_member .contact_info a.email, #service_team_slideout .team_member .contact_info a.email {
	display: block;
	float: right;
	width: 18px;
	height: 14px;
	background-image: url("../images/mailto.png");
}

#service_team h2, #service_team_slideout h2 {
	font-weight: normal;
	margin-top: -5px;
	margin-bottom: 8px;
	clear: both;
}

#service_team a.map_link, #service_team_slideout a.map_link {
	background: url('../images/double_right_arrow.png') no-repeat center right;
	padding-right: 15px;
	
}

.service_team_overflow {
	display: none;
}

.more_team_members {
	padding-left: 16px;
	line-height: 11px;
	float: right;
	background: url("../images/plus.png") no-repeat center left;
}


.more_team_members:hover {
	text-decoration: underline;
	cursor: pointer;
}

/* Reference Reports */

#ref_reports {
	font-size: 16px;
}

#ref_reports .link_group {
	margin-bottom: 20px;
}

#ref_reports h1 {
	font-size: 0.9em;
	font-weight: bold;
	color: #000;
}

#ref_reports a {
	display: block;
	margin-top: 5px;
}

/* Fleet Alerts */
#fleet_alerts p {
	margin-bottom: 10px;
	margin-top: -5px;
	color: #666;
	font-size: 0.85em;
}

#fleet_alerts table {
	width: 100%;
	font-size: 0.9em;
	border-collapse: collapse;
}

#fleet_alerts tr {
	border-bottom: 1px solid #fff;
}

#fleet_alerts table th {
	width: 70px;
	height: 37px;
	border-right: 1px solid #fff;
	font-weight: normal;
}

#fleet_alerts table th.blank {
	background-color: #fff;
}

#fleet_alerts table th.immediate {
	background-color: #660000;
	color: #fff;
}

#fleet_alerts table th.near_term {
	background-color: #ffb70f;
	color: #000;
}

#fleet_alerts table td {
	border-right: 1px solid #fff;
	color: #000;
	background-color: #999;
	text-align: center;
	width: 70px;
	height: 25px;
}

#fleet_alerts table td.row_label {
	background-color: #e1e1e1;
	text-align: left;
	padding-left: 3px;
	border-right: none;
}

/* Railroad Portlet */
h1.railroad_portlet_header {
	font-size: 1.4em;
	font-weight: normal;
	width: 160px;
}

img.railroad_portlet_logo {
	padding: 15px 0 0 10px
}

/* News */

#news_portlet, #news_slideout {
	font-size: 16px;
}

#news_portlet h1, #news_slideout h1 {
	font-size: 0.85em;
	font-weight: bold;
	color: #000;
}

#news_portlet a, #news_slideout a {
	font-size: 0.75em;
	display: block;
	margin: 5px 0 5px 0;
}

a.update_link, #news_slideout a.update_link {
	margin-left: 5px;
}

#news_portlet a.past_issues_link, #news_slideout a.past_issues_link {
	background: url('../images/double_right_arrow.png') no-repeat center right;
	padding-right: 15px;
	text-align: right;
	margin-top: 15px;
}

#news_portlet #trax_wrapper, #news_slideout #trax_wrapper {
	width: 100%;
	overflow: hidden;
	margin-top: 15px;
}

#news_portlet #trax_wrapper img, #news_slideout #trax_wrapper img {
	float: left;
	margin-top: 5px;
}

#news_portlet #trax_wrapper #trax_features, #news_slideout #trax_wrapper #trax_features {
	float: right;
}

#news_portlet #trax_wrapper #trax_features h2, #news_slideout #trax_wrapper #trax_features h2 {
	font-size: 0.75em;
}

/* Performance Scorecard PLACEHOLDER ONLY */
.scorecard_img {
	margin-left: 30px;
}

#leased_fleet_portlet th {
	font-size: 9px;
}


/**** CAR360 *****/

#car_360_col_1 {
	width: 590px;
	position: relative;
	float: left;
}

#car_360_col_2 {
	width: 590px;
	position: relative;
	float: right;
}

.split_row {
	width: 100%;
	overflow: hidden;
}

#car_360_col_1 .split_row .round_box_top, #car_360_col_1 .split_row .round_box_bottom {
	width: 290px;
}

.split_row .left {
	float: left;
}

.split_row .right {
	float: right;
}

#car_360_col_2 .split_row .left .round_box_top, #car_360_col_2 .split_row .left .round_box_bottom {
	width: 340px;
}

#car_360_col_2 .split_row .right .round_box_top, #car_360_col_2 .split_row .right .round_box_bottom {
	width: 240px;
}

#car_360_col_1 .split_row .round_box_bottom, #car_360_col_2 #alerts {
	height: 120px;
}

#car_360_col_2 a.red_arrow_link, #car_360_col_1 a.red_arrow_link {
	display: block;
	margin-bottom: 5px;
	font-size: 1em;
}

#car_360_col_2 #alerts .scrolling_links {
	width: inherit;
	height: 65px;
	overflow-y: auto;
}

#compliance_programs {
	width: inherit;
	height: 278px;
	overflow: hidden;
	position: relative;
}

#compliance_programs h1 {
	font-size: 1.2em;
	font-weight: bold;
	color: #000;
}

#compliance_programs a {
	display: block;
	margin-top: 5px;
}

.red_dot_link {
	color: #333;
	background: url('../images/red_dot.png') no-repeat left center;
	padding-left: 10px;
	display: block;
	margin-top: 5px;
}

#compliance_programs .link_group {
	margin-bottom: 10px;
}

#compliance_programs .details_link {
	color: #333;
	background: url('../images/double_right_arrow.png') no-repeat right center;
	padding-right: 15px;
	display: block;
	position: absolute;
	bottom: 5px;
	right: 5px;
}

#car_360_col_1 #car_summary_table {
	width: 101%;
	overflow: hidden;
	margin-bottom: 36px;
	margin-top: 10px;
}

#car_360_col_1 #car_summary_table .summary_item {
	width: 294px;
	height: 29px;
	line-height: 29px;
	float: left;
	position: relative;
	margin-right: 2px;
}
#car_360_col_1 #car_summary_table .summary_item.odd {
	background-color: #e1e8f0;
}

#car_360_col_1 #car_summary_table .summary_item .label {
	font-weight: bold;
	position: absolute;
	padding-left: 10px;
}
#car_360_col_1 #car_summary_table .summary_item .value {
	position: absolute;
	left: 50%;
}

#provider_service_events td {
	text-align: left;
}

#provider_service_events .as_of_date {
	float: left;
}

#provider_service_events input[type="button"] {
	float: right;
	margin-right: 10px;
}

#provider_service_events .doc_status {
	width: 10px;
	height: 10px;
	float: left;
	margin-left: 2px;
	color: #fff;
	line-height: 10px;
	text-align: center;
	padding: 1px;
	cursor: pointer;
}

#provider_service_events .doc_status.on {
	background-color: #51626f;
}

#provider_service_events .doc_status.off {
	background-color: #a9b0b4;
}

#provider_service_events td a.more_docs {
	display: block;
	float: left;
	margin-left: 10px;
	line-height: 12px;
}

#car_loc_messages {
	height: 223px;
}

#car_loc_messages .details_link {
	color: #333;
	background: url('../images/double_right_arrow.png') no-repeat right center;
	padding-right: 15px;
	display: block;
	position: absolute;
	bottom: 25px;
	right: 10px;
}


/*** LEASING - OPEN ORDERS ***/

#filter_portlet {
	width: 210px;
	min-height: 250px;
	background-color: #e1e8f0;
	margin-top: 10px;
	overflow: hidden;
	float: left;
	position: relative;
}

#filter_tab {
	position: relative;
	float: left;
	width: 30px;
	color: #031427;
	font-size: 1.2em;
	top: 10px;
	left: 0;
	height: 200px;
	background: #e1e8f0 url("../images/icons/icon-double-left-arrow.png") no-repeat center 30px;
}

#filter_tab.closed {
	background: #e1e8f0 url("../images/icons/icon-double-right-arrow.png") no-repeat center 30px;
}

#filter_tab h1 {
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-o-transform: rotate(90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	color: #031427;
	font-weight: 300;
	font-size: 1.1em;
	height: inherit;
    white-space: nowrap;
    position: relative;
    top: -38px;
    left: -84px;
}

#filter_portlet h1 {
	font-size: 0.9em;
	color: #031427;
}

#filter_portlet p {
	font-size: 0.75em;
	color: #666;
}

#filter_portlet .option_group {
	background-color: #f0f4f8;
	margin: 10px auto;
	padding: 10px;
}

#filter_portlet .section_title {
	font-size: 0.75em;
	color: #031427;
	background: url("../images/icons/icon-collapse-blue.png") no-repeat left center;
	padding-left: 15px;
	line-height: 11px;
}

#filter_portlet .section_title.closed {
	background: url("../images/icons/icon-expand-blue.png") no-repeat left center;
}

#filter_portlet .option_group .checkboxes {
	margin-left: 15px;
}

#filter_portlet .option_group label {
	font-size: 0.7em;
}

.checkbox_pair {
	margin-bottom: -2px;
}

#filter_portlet input[type="submit"], #filter_portlet input[type="button"] {
	float: right;
}

#leasing_col_2 {
	float: left;
	margin-left: 10px;
	position: relative;
	width: 1150px;

}

#summary_portlet .tbody_wrapper {
	height: 113px;
}

#summary_portlet .summary_footer {
	margin: 10px;
	color: #666;
}

#contract_rider_portlet .existing_cars {
	font-size: 0.75em;
}

#contract_rider_portlet .existing_cars .plus {
	font-size: 0.6em;
}

.note {
	color: #000;
	font-weight: bold;
}


#summary_portlet p {
	margin-left: 10px;
}

#summary_portlet input[type="radio"] {
	margin-right: 5px;
}

#summary_portlet tr:hover {
	background-color: #FFDD8E;
}

#summary_portlet tr.selected {
	background-color: #FFB70F;
}

#summary_portlet td, #contract_rider_portlet td {
	text-align: left;
}

#summary_portlet .tfoot td {
	border-left: none;
}

#summary_portlet .tfoot td:last-child {
	width: 10% !important;
}

#contract_rider_portlet .tbody_wrapper {
	height: 314px;
}

#contract_rider_portlet .item_total {
	float: right;
	margin: 10px 10px;
}

#contract_rider_portlet .as_of_date {
	float: left;
}

#contract_rider_portlet .summary_footer {
	margin: 10px;
	color: #666;
}

#contract_rider_portlet .add_dispo {
	cursor: pointer;
}

#contract_rider_portlet .add_dispo:hover {
	text-decoration: underline;
}

#dispo_form {
	position: relative;
	padding: 10px;
	font-size: 0.8em;	
	width: 375px;
}

#dispo_form p {
	color: #666;
	font-size: 0.8em;
	margin-bottom: 10px;

}

#dispo_form input[type="text"], #dispo_form label, #dispo_form select, #dispo_form textarea, #dispo_form .preview_field  {
	display: block;
	margin: 0 0 10px 18px;
	line-height: 22px;
}

#dispo_form .preview_field {
	float: right;
	width: 225px;
	height: 22px;
	padding: 0 2px;
	color: #c3c3c3;
	display: none;
	
}

#dispo_form #route_preview {
	height: auto;
}

#dispo_form input[type="text"], #dispo_form select, #dispo_form textarea {
	width: 225px;
	height: 20px;
	background-color: #e1e8f0;
	border: 1px solid #989da5;
	float: right;
	padding: 0 2px;
}

#dispo_form select {
	width: 231px;
}

#dispo_form label {
	height: 22px;
	text-align: right;
	float: right;
	font-size: 0.85em;
}

#dispo_form input[type="submit"] {
	display: none;
	float: right;
}

#dispo_form input[type="button"] {
	float: right;
	margin: 5px 0 5px 5px;
}

#dispo_form textarea {
	height: 50px;
}

#dispo_form #fields {
	position: relative;
	width: 375px;
	overflow: hidden;
}

.shadow {
	background: url("../images/shadow.png") repeat-x center center;
	width: 100%;
	height: 15px;
}

#dispo_form .shadow {
	width: 400px;
	margin-left: -10px;
}

#dispo_form .buttons {
	float: right;
}

#dispo_form .required_msg {
	color: #666;
	float: left;
	line-height: 30px;
}

/* CAR SPEC */

.option_group .divider {
    border-bottom: 1px solid #E1E8F0;
    height: 5px;
    margin-left: -30px;
    width: 200px;
}

.car_input {
	margin-top: 10px ;
}

.car_input select, .car_input input[type="text"] {
	border: 1px solid #666;
	padding: 2px;
}

.car_input select {
	width: 56px;
	height: 23px;
}

.car_input input[type="text"] {
	width: 94px;
	height: 18px;
	margin-left: 3px;
}

#car_spec_col2 {
	float: left;
	margin-left: 10px;
	position: relative;
}

#car_spec_col2 .round_box_top, #car_spec_col2 .round_box_bottom {
	width: 1150px;
}

#car_spec_col2 .spec_table {
	width: 815px;
	overflow: hidden;
	margin-bottom: 15px;
	margin-top: 10px;
	font-size: 0.85em;
	float: left;
}

#car_spec_col2 .spec_table.full {
	width: 1155px;
}

#car_spec_col2 .spec_table .spec_item {
	width: 49%;
	height: 29px;
	line-height: 29px;
	float: left;
	position: relative;
	margin-right: 2px;
}

#car_spec_col2 .spec_table.full .spec_item {
	float: left;
    height: 29px;
    line-height: 29px;
    margin-right: 2px;
    padding-right: 2px;
    position: relative;
    width: 573px;
 }

#car_spec_col2 .spec_table .spec_item.odd {
	background-color: #e1e8f0;
}

#car_spec_col2 .spec_table .spec_item .label {
	font-weight: bold;
	position: absolute;
	padding-left: 10px;
}
#car_spec_col2 .spec_table .spec_item .value {
	position: absolute;
	left: 50%;
}

#car_spec_col2 .round_box_top h1 {
	padding: 5px 10px 5px;
	float: left;
	font-weight: 300;
}

#car_spec_col2 #category_groups h1 {
	background: url("../images/icons/icon-collapse-blue.png") no-repeat left center;
	padding-left: 20px;
	margin-left: 10px;
	color: #336699;
}

#car_spec_col2 #category_groups h1.closed {
	background: url("../images/icons/icon-expand-blue.png") no-repeat left center;
}

#car_overview_portlet .docs_avail {
	float: right;
	color: #fff;
	font-size: 0.8em;
	font-weight: normal;
	line-height: 37px;
	margin-right: 10px;
}

#car_spec_col2 #category_groups .docs_avail {
	float: right;
	color: #163555;
	font-size: 0.8em;
	font-weight: normal;
	line-height: 37px;
	margin-right: 10px;
}


#download_list {
	background-color: #e1e1e1;
	float: left;
	width: 330px;
	height: 205px;
	margin: 10px 0 0 -5px;
}

#download_list h2 {
	color: #000;
	font-weight: normal;
	height: 30px;
	line-height: 30px;
	font-size: 1.1em;
	padding-left: 10px;
}

#download_list .download_inner {
	background-color: #fff;
	width: 310px;
	height: 160px;
	padding-top: 5px;
	margin: 0 auto;
}

#download_list .download_inner .download_item {
	margin: 10px;
	background: url("../images/icons/icon-download.png") no-repeat left center;
	padding-left: 25px;
	display: block;
}

#car_spec_col2 #expand_collapse {
	margin: 5px 0 5px -10px;
}

#car_spec_col2 #expand_collapse li {
	cursor: pointer;
	font-size: 0.75em;
	color: #fff;
}

#car_spec_col2 #expand_collapse li:hover {
	text-decoration: underline;
}

.wide {
	width: 1400px !important;
}

/* Shop a Car */

#shop_a_car_form {
	width: 940px;
	overflow: hidden;
	position: relative;
	float: left;
}

#shop_a_car_col_2 {
	float: right;
	width: 240px;
}

#shop_a_car_form p.form_msg {
	color: #999;
	font-size: 0.70em;
	float: left;
	line-height: 44px;
	margin-left: 10px;
}

#shop_a_car_form .step {
	background-color: #77b0e8;
	color: #000;
	font-size: 1.4em;
	padding: 15px 10px;
	border-bottom: 1px solid #336699;
}

#shop_a_car_form .step h1 {
	display: inline;
	font-size: inherit;
}

#shop_a_car_form .col1, .col2 {
	width: 50%;
	position: relative;
	float: left;
}

#shop_a_car_form .form_label {
	display: block;
	width: 185px;
	height: 20px;
	line-height: 20px;
	font-size: 0.9em;
	font-weight: bold;
	float: left;
	margin: 5px 0;
}

.pref_option {
	width: 49%;
	float: left;
	margin-top: 5px;
}

#shop_a_car_form .form_value {
	display: block;
	float: left;
	height: 20px;
	line-height: 20px;
	font-size: 0.9em;
	margin: 5px 0;
	width: 250px;
}

#shop_a_car_form .inner {
	width: inherit;
	overflow: hidden;
}

#shop_a_car_form .lining_options {
	width: 248px;
	float: left;
	border: 1px solid #000;
	font-size: 0.9em;
	margin-bottom: 5px;
}

.lining_msg {
	color: #666;
	font-weight: normal;
	line-height: normal;
	width: 85%;
}

#shop_a_car_form form input[type="text"], #shop_a_car_form form select {
	background-color: #e1e8f0;
	border: 1px solid #666;
	font-size: 0.9em;
	height: 18px;
	line-height: 20px;
	display: block;
	float: left;
	margin: 0 5px 5px 0;
}

#shop_a_car_form form select.full {
	width: 100%;
}

#shop_a_car_form .lining_options select {
	width: 160px;
	float: right;
	margin: 5px;
}

#shop_a_car_form .lining_options label {
	float: right;
	height: 20px;
	line-height: 20px;
	display: block;
	margin-top: 5px;
}

#shop_a_car_form form textarea {
	background-color: #e1e8f0;
	border: 1px solid #666;
	font-size: 0.9em;
	height: 38px;
	display: block;
	float: left;
	margin: 5px 5px 5px 0;
	width: 238px;
	padding: 5px;
	resize: none;
	overflow-y: auto;
}

#shop_a_car_form form select option {
	padding-right: 10px;
}

#shop_a_car_form form input[type="text"] {
	width: 248px;
}

#shop_a_car_form form input[type="text"].carnum {
	width: 115px;
}

#shop_a_car_form form input[type="text"].prefix {
	width: 20px;
	margin-right: 3px;
	margin-top: 5px;
}

#shop_a_car_form form input[type="text"].areacode {
	width: 33px;
	margin-right: 3px;
	margin-top: 5px;
}

#shop_a_car_form form input[type="text"].phone_number {
	width: 65px;
	margin-right: 3px;
	margin-top: 5px;
}

#shop_a_car_form form input[type="text"].ext {
	width: 65px;
	margin-right: 3px;
	margin-top: 5px;
}

#shop_a_car_form form input[type="text"].date_input {
	width: 75px;
	margin-right: 3px;
	margin-bottom: 10px;
}

#shop_a_car_form form input[type="checkbox"]{
	margin-right: 5px;
}

 #shop_a_car_form form input[type="radio"] {
 	margin-right: 2px;
 }

#shop_a_car_form label {
	font-size: 0.9em;
	line-height: 20px;
	margin-right: 5px;
}

#shop_a_car_form select.nitro_pad_select {
	float: right;
	margin: 0;
}

#shop_a_car_form .calendar_icon {
	margin-top: 4px;
}

#shop_a_car_form #datepicker {
	margin-bottom: 10px;
}

#shop_a_car_form #form_footer {
	width: 920px;
	margin: 0 auto;
	overflow: hidden;
}

#shop_a_car_form #form_footer .required_msg {
	float: left;
	line-height: 20px;
}

#shop_a_car_form #form_footer .buttons {
	float: right;
}

#shop_a_car_form #form_footer .buttons input {
	margin: 0 0 10px 0;
}

#what_to_expect, #important {
	font-size: 0.9em;
}

#what_to_expect .msg {
	color: #666;
	background: none;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: -10px;
}

#what_to_expect p, #important p {
	background: url('../images/red_dot.png') no-repeat left 5px;
	padding-left: 10px;
	margin: 5px 0 10px 0;
}

div.ui-datepicker {
 font-size: 0.7em;
}

img.bg {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;

	/* Set up proportionate scaling */
	width: 100%;
	height: auto;

	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
}

@media screen and (max-width: 1024px) { /* Specific to this particular image */
	img.bg {
		left: 50%;
		margin-left: -512px;   /* 50% */
	}
}
