﻿/* Ticket Wizard tabs */
.TicketWizardDir
{
	direction: ltr;
}

.TicketWizardDirReversed
{
	direction: rtl;
}

.GreyBtn_Left 
{
	background-image: url("../../en-us/Images/DriveCalculator/gray_button_left.gif"); 
	background-repeat: no-repeat; 
	width: 5px; 
	height: 25px; 
	font-size: 7px;
}
.GreyBtn_PrintPict 
{
	background-image: url("../../en-us/Images/DriveCalculator/gray_button_print.gif"); 
	background-repeat: no-repeat; 
	width: 16px; 
	height: 25px; 
	font-size: 7px;
}
.GreyBtn_Middle
{
	background-image: url("../../en-us/Images/DriveCalculator/gray_button_mid.gif"); 
	background-repeat: repeat-x; 
	height: 25px; 
	font-size: 11px; 
	padding-left: 5px; 
	padding-right: 5px; 
	font-family:Arial; 
	font-weight: bold;
	text-align: left;
	white-space: nowrap;
}
.GreyBtn_Right
{
	background-image: url("../../en-us/Images/DriveCalculator/gray_button_right.gif"); 
	background-repeat: no-repeat; 
	width: 5px; 
	height: 25px; 
	font-size: 7px;
}

.RedBtn_Left 
{
	background-image: url("../../en-us/Images/DriveCalculator/plan_red_button_left.gif"); 
	background-repeat: no-repeat; 
	width: 5px; 
	height: 25px; 
	font-size: 7px;
}
.RedBtn_Middle
{
	background-image: url("../../en-us/Images/DriveCalculator/plan_red_button_mid.gif"); 
	background-repeat: repeat-x; 
	height: 25px; 
	font-size: 11px; 
	padding-left: 5px; 
	padding-right: 5px; 
	font-family:Arial; 
	font-weight: bold;
	text-align: left;
	white-space: nowrap;
	color: #ffffff;
}
.RedBtn_Right
{
	background-image: url("../../en-us/Images/DriveCalculator/plan_red_button_right.gif"); 
	background-repeat: no-repeat; 
	width: 5px; 
	height: 25px; 
	font-size: 7px;
}
.fldListNoPad {
    FONT-SIZE: 10px;
    FONT-FAMILY: Arial;
    border: 1px solid #C6E0E9;
    margin-top: 10px;
    padding-left: 10px;
} 

.fldListNoPad table{
    FONT-SIZE: 12px;
    FONT-FAMILY: Arial;
    margin: 5px;
} 
.fldListNoPad LEGEND 
{
	FONT-SIZE: 11px;
    color: #E94426;
    font-family: verdana;
    FONT-WEIGHT:BOLD
} 

.TrainGeneralGrid {
    border: none;
    border-color: white;
}
.TrainGeneralGrid td {
    border: none;
}

.RShapeBorder {
	background-image: url("../../en-us/Images/DriveCalculator/RPoint.jpg"); 
	background-repeat: repeat-y;
	background-position: right; 
	font-size: 7px;
}
.LShapeBorder {
	background-image: url("../../en-us/Images/DriveCalculator/LPoint.jpg"); 
	background-repeat: repeat-y;
	background-position: left; 
	font-size: 7px;
}
.BShapeBorder {
	background-image: url("../../en-us/Images/DriveCalculator/BPoint.jpg");
	background-repeat: repeat-x;
	background-position: bottom;
	font-size: 7px;
}
.TShapeBorder {
	background-imagE: url("../../en-us/Images/DriveCalculator/TPoint.jpg");
	background-repeat: repeat-x;
	background-position: top;
	width: 100%;
	font-size: 7px;
}
.ShapeTitle {
	FONT-SIZE: 14px;
    color: #E94426;
    font-family: Arial;
    FONT-WEIGHT:BOLD;
    height: 24px; 
    vertical-align: middle; 
    white-space: nowrap;    
}
.ShapeText  {
    height: 100%; 
    font-family: Arial; 
    font-size: 11px;
}

.ShapeText table {
    height: 100%; 
    font-family: Arial; 
    font-size: 12px;
}

