/*
//--------------------------------------------------------------
// <file name="Legacy.css">
//     <copyright>
//         Copyright (c) Dollar Thrifty Automotive Group.
//         All rights reserved.
//     </copyright>
// </file>
// <summary>
//     Contains styles for pages copied from Dollar Reloaded. 
// </summary>
// <history>
//	   <change date="02/07/2007" ticket="">
//         <author>Naveen Elangho</author>
//         <description>Initial version.</description>
//     </change>
// </history>
//-----------------------------------------------------------------
*/


/*=================================================================*/
/* Style Classes                                                   */
/*=================================================================*/

.txtHeader 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #003399;
}
.txtGray
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #808080;
}
.txtRequired
{
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 10pt;
	color: Red;
}
.txtErr
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 8pt;
	color: #ff0000;
}
.txtBlue
 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #003399;
}
.textbox
 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.txtMain
 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
}
.select
 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}   
.txtGraySmall 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #808080;
}

.txtBlueBold 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #003399;
	font-weight: bold;
}