/* Add a comment to each style explaining its use */
/* The "visible:false" attribute prevents Rhythymx users from apply a custom class style. The "caption:" attribute renames a custom class style in Rhythmyx. */

/* imports transitional sytle sheets */
@import "/css/Transition.css";

body
{
	font-family: roboto, -apple-system, Arial, sans-serif;
	font-size: 10pt;
	font-weight: normal;
}
p
{
	font-family: roboto, -apple-system, Arial, sans-serif;
	font-size: 10pt;
	font-weight: normal;
}
td
{
	font-family: roboto, -apple-system, Arial, sans-serif;
	font-size: 10pt;
}
div.dotted-line-vertical, td.dotted-line-vertical {
	width:1px;
	height:100%;
	background-image:url(images/vertical.gif);
	background-repeat:repeat-y;
}
div.dotted-line-horizontal, td.dotted-line-horizontal {
	width:100%;
	height:1px;
	background-image:url(images/horizontal.gif);
	background-repeat:repeat-x;
}
A
{
	color: #0066CC;
	text-decoration: none;
}
A:hover
{
	color: #0000FF;
	text-decoration: underline;
}
A.bold
{
	color: #0066CC;
	font-weight: bold;
	text-decoration: none;
}
A.bold:hover
{
	color: #0066CC;
	font-weight: bold;
	text-decoration: none;
}
.NavLink
{
	color: #FFFFFF;
	font-family: roboto, -apple-system, Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	visible: false;
}
.NavLink:hover
{
	color: #0000FF;
	visible: false;
}
.NavLinkSelected
{
	color: #000000;
	font-family: roboto, -apple-system, Arial, sans-serif;
	font-size: 10pt;	
	font-weight: bold;
	text-decoration: none;
	visible: false;
}

.SubNav
{
	color: #0066cc;
	font-family: roboto, -apple-system, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;	
	text-decoration: none;
	visible: false;
}
.SubNav:hover
{
	color: #000000;
	text-decoration: none;
	visible: false;
}
.SubNavSelected
{
	color: #000000;
	font-family: roboto, -apple-system, Arial, sans-serif;
	font-size: 10pt;	
	font-weight: bold;
	text-decoration: none;
	visible: false;
}
.nolinkBreadcrumbs /*for non-linked BC */
{
	font-family: roboto, -apple-system, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
}
.Breadcrumbs
{
	font-family: roboto, -apple-system, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
}
A.Breadcrumbs
{
	font-family: roboto, -apple-system, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
}
A.Breadcrumbs:hover
{
	font-family: roboto, -apple-system, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
A.GlobalNav
{
	color: #666666;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}
A.GlobalNav:hover
{
	color: #000000;
	font-size: 8pt;
	font-weight: bold;
}
A.GlobalNavSelected
{
	color: #000000;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}
TD.Header
{
	background-color: #0066CC;
}

TD.SubHeader
{
	background-color: #CCCCCC;
}
TD.VehicleRatesSubHeader
{
	background-color: #CCCCCC;
	text-align: center;
	vertical-align: middle;
	font-family: roboto, -apple-system, Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}
TD.LocationSearchCountrySubHeader
{
	background-color: #CCCCCC;
	text-align: left;
	vertical-align: middle;
	font-family: roboto, -apple-system, Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	padding-left: 12;
}
TD.NavLink
{
	background-color: #0066CC;
}
TD.NavLinkSelected
{
	background-color: #CCCCCC;
}
TD.SubNav
{
	background-color: #CCCCCC;
}
TD.SubNavSelected
{
	background-color: #CCCCCC;
}
TD.Footer
{
	background-color: #CCCCCC;
}
TD.Alternating
{
	background-color: #EAEAEA;
	color: #000000;
}
TD.AlternatingNoColor
{
	background-color: #EAEAEA;
	color: #666666;
}
TD.Attention
{
	background-color: #C1670F;
}
TD.ReservationProgress
{
	background-color: #FFFEEC;
}
TD.VehicleDetails
{
	background-color: #FFFFFF;
}
TD.Error
{
	background-color: #E7E7D6;
	padding-left: 20px;
}
TD.FastTrackHeader
{
	background-color: #FFCC66;
}
TD.SubjectHeader
{
	color:White;
	font-family: roboto, -apple-system, Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;		
	background-color: #0066CC;
}
.Forms
{
	border-right: #000000 1px solid;
	padding-right: 0px;
	border-top: #000000 1px solid;
	padding-left: 0px;
	font-weight: bold;
	font-size: 8pt;
	padding-bottom: 6px;
	border-left: #000000 1px solid;
	color: #0066CC;
	padding-top: 5px;
	border-bottom: #000000 1px solid;
	font-family: roboto, -apple-system, Arial, sans-serif;
	background-color: #FFFFFF;
	visible: false;
}
.FormsWithWidth
{
	width: 512px;
}
.FormsWithBorder
{
	border-right: #000000 1px solid;
	padding-right: 0px;
	border-top: #000000 1px solid;
	padding-top: 0px;
	border-left: #000000 1px solid;
	padding-left: 0px;
	border-bottom: #000000 1px solid;
	padding-bottom: 0px;
	width: 100%;
}
.FormsWithBorderNoWidth
{
	border-right: #000000 1px solid;
	padding-right: 0px;
	border-top: #000000 1px solid;
	padding-top: 0px;
	border-left: #000000 1px solid;
	padding-left: 0px;
	border-bottom: #000000 1px solid;
	padding-bottom: 0px;
}
.OffSiteRateShop
{
	border-right: #000000 1px solid;
	padding-right: 0px;
	border-top: #000000 1px solid;
	padding-top: 0px;
	border-left: #000000 1px solid;
	padding-left: 0px;
	border-bottom: #000000 1px solid;
	background-color: #FFFEEC;
	padding-bottom: 0px;
}

Table.FormsWithPadding
{
	PADDING-RIGHT: 3px;
	PADDING-LEFT: 10px;
	PADDING-BOTTOM: 4px;
	PADDING-TOP: 4px;
	width: 100%;
}
.FormsTitle
{
	font-family: roboto, -apple-system, Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0066CC;
}
TD.FormsTitle
{
	height: 28px;
}
.FormsSmallTitle
{
	font-family: roboto, -apple-system, Arial, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #0066CC;
}
a.FormsSmallTitle
{
	text-decoration: underline;
}
a.FormsSmallTitle:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}
.FormsSmallBoldLabel /*has a transparent background color*/
{
	font-family: roboto, -apple-system, Arial, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
}
.FormsHyperLinkLabel
{
	font-family: roboto, -apple-system, Arial, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #0066CC;
}
a.FormsHyperLinkLabel
{
	color: #0066CC;
	text-decoration: underline;
}
a.FormsHyperLinkLabel:hover
{
	color: #0066CC;
	text-decoration: underline;
}
.FormsBigBoldHyperLinkLabel
{
	font-family: roboto, -apple-system, Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #0066CC;
}
a.FormsBigBoldHyperLinkLabel
{
	color: #0066CC;
	text-decoration: underline;
}
a.FormsBigBoldHyperLinkLabel:hover
{
	color: #0066CC;
	text-decoration: underline;
}
.FormsGrayBackground
{
	background-color: #CCCCCC;
}
.FormsInputControl
{
	width: 150pt;
}
.FormsSmallInputControl
{
	width: 100pt;
}
.FormsTinyInputControl
{
	width: 50pt;
}
.FormsZipCodeControl
{
	width: 100pt;
}
.FormsPhoneAreaCodeControl
{
	width: 30pt;
}
.FormsPhonePrefixCodeControl
{
	width: 30pt;
}
.FormsPhonePostfixCodeControl
{
	width: 40pt;
}
.FormsPassWordControl
{
	width: 105pt;
}
.FormsCheckBoxControlWidth
{
	width: 10pt;
}
.FormsMessageLabel /*has a transparent background color*/
{
	font-family: roboto, -apple-system, Arial, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
}
.FormsSmallMessageLabel /*has a transparent background color*/
{
	font-family: roboto, -apple-system, Arial, sans-serif;
	font-size: 7pt;
	font-weight: normal;
	color: #000000;
}
.FormsSmallBoldGrayLabel /*has a transparent background color*/
{
	font-family: roboto, -apple-system, Arial, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #666666;
}
.FormsHeaderLabel 
{ 
	FONT-FAMILY: roboto, -apple-system, Arial, sans-serif; 
	FONT-SIZE: 14pt; 
	FONT-WEIGHT: bold; 
	COLOR: #000000; 
}

.SmallLabel
{
	font-family: roboto, -apple-system, Arial, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	visible: false;
}
.Label
{
	font-family: roboto, -apple-system, Arial, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	visible: false;
}
.BoldLabel
{
	font-family: roboto, -apple-system, Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	visible: false;
}
.LabelGray
{
	font-family: roboto, -apple-system, Arial, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #CCCCCC;
}
.HeaderLabel
{
	font-family: roboto, -apple-system, Arial, sans-serif;
	color:#FFFFFF;
	font-size: 10pt;
	font-weight: normal;
	visible: false;
}
.HeaderBoldLabel
{
	font-family: roboto, -apple-system, Arial, sans-serif;
	color: #FFFFFF;
	font-size: 10pt;
	font-weight: bold;
	visible: false;
}
.LargeLabel
{
	font-family: roboto, -apple-system, Arial, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	color: #000000;
	visible: false;
}
.LargeBoldLabel
{
	font-family: roboto, -apple-system, Arial, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
	visible: false;
}
.ReservationSelect
{
	font-size: 9pt;
	visible: false;
}
.ErrorLabel
{
	font-family: roboto, -apple-system, Arial, sans-serif;
	font-size: 10pt;
	color: #CC0000;
	visible: false;	
}
.Message
{
	font-family: roboto, -apple-system, Arial, sans-serif;
	font-size: 12pt;
	color: #0066CC;
	font-weight: bold;
	visible: false;	
}
.CalendarTitleStyle
{
	font-family: roboto, -apple-system, Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #999999;	
}
.CalendarDayHeaderLabel
{
	font-family: roboto, -apple-system, Arial, sans-serif;
	font-size: 10pt;
	color: #0066CC;
	background-color: #CCCCCC;
}
.CalendarTodayStyle
{
	font-family: roboto, -apple-system, Arial, sans-serif;
	font-size: 10pt;
	color: #0066CC;
	background-color: #CCCCCC;
}
.CallToAction
{
	color: #00CC33;
	visible: false;
}
.Snippet_header_blue  /* white text on blue background */
{
    BORDER-RIGHT: #0066cc solid;
    BACKGROUND-POSITION: left center;
    BORDER-TOP: #0066cc solid;
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    BORDER-LEFT: #0066cc solid;
    COLOR: #ffffff;
    BORDER-BOTTOM: #0066cc solid;
    FONT-FAMILY: roboto, -apple-system, Arial, sans-serif;
    BACKGROUND-COLOR: #0066cc;
	visible: false;
}
.Snippet_header_grey /* Grey background text  */
{
	border-right: #CCCCCC solid;
	background-position: left center;
	border-top: #CCCCCC solid;
	font-weight: bold;
	font-size: 12px;
	border-left: #CCCCCC solid;
	color: black;
	border-bottom: #CCCCCC solid;
	font-family: roboto, -apple-system, Arial, sans-serif;
	background-color: #CCCCCC;
	visible: false;
}
.CellText /* Common cell text  */
{
	font-weight: normal;
	font-size: 12px;
	font-family: roboto, -apple-system, Arial, sans-serif;
	visible: false;
}
.WhiteLink:hover /* For linked text on a blue background  */
{
	color: #FFFFFF;
	text-decoration: none;
	visible: false;
}
.WhiteLink /* For linked text on a blue background  */
{
	color: #FFFFFF;
	text-decoration: none;
	visible: false;
}
.RXNavText /* Rhythmyx navigation text  */
{
	color: #0066cc;
	font-family: roboto, -apple-system, Arial, sans-serif;
	font-size: 10px;
	visible: false;
}
.briefs_header /* white text on blue background, large, for use in Rhythmyx */
{  
	font-family: roboto, -apple-system, Arial, sans-serif; 
	font-size: 12pt; 
	background-color: #0066CC; 
	color: #FFFFFF; 
	border: #0066CC solid; 
	caption: Thrifty header large; 
	border-width: 1pt 6pt; 
	font-weight: bold; 
	width: 100%; 
	background-position: left center
}
.Briefs_header_small /* white text on blue background, small, for use in Rhythmyx */
{  
	font-family: roboto, -apple-system, Arial, sans-serif; 
	font-size: 10pt; 
	color: #FFFFFF; 
	caption: Thrifty header small; 
	background-color: #0066CC; 
	border: #0066CC solid; 
	border-width: 1pt 6pt; 
	font-weight: bold; 
	background-position: left center; width: 100%
}
.Textbox /* Simple blue box around text for use in Rhythmyx */
{  
	padding-top: 6px; 
	padding-right: 6px; 
	padding-bottom: 6px; 
	padding-left: 6px; 
	border: 1px #0066CC solid; 
	caption: Boxed text
}
h1 
{  
	font-family: roboto, -apple-system, Arial, sans-serif; 
	font-size: 21pt; 
	font-weight: bold; 
	line-height: normal; 
}

h2 
{  
	font-family: roboto, -apple-system, Arial, sans-serif; 
	font-size: 18pt; 
	font-style: italic; 
	color: #0066CC; 
	line-height: normal; 
}
h3 
{
	font-family: roboto, -apple-system, Arial, sans-serif; 
	font-size: 18pt; 
	font-weight: bold; 
	line-height: normal; 
}
h4 
{  
	font-family: roboto, -apple-system, Arial, sans-serif; 
	font-size: 14pt; 
	font-weight: bold; 
	line-height: normal; 
}
h5 
{  
	font-family: roboto, -apple-system, Arial, sans-serif; 
	font-size: 12pt; 
	font-weight: bold;
	line-height: normal; 
}
h6 
{  
	font-family: roboto, -apple-system, Arial, sans-serif; 
	font-size: 10pt; 
	font-weight: bold; 
	line-height: normal; 
}
.DisabledLabel
{
	font-family: roboto, -apple-system, Arial, sans-serif;
	font-size: 10pt;
	font-weight:normal ;
	color:Gray;
	visible: false;
}

.ProgressLabel
{
	font-family: roboto, -apple-system, Arial, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	visible: false;
}

.ProgressBoldLabel
{
	font-family: roboto, -apple-system, Arial, sans-serif;
	font-size: 8pt;
	font-weight:bold ;
	visible: false;
}
.HelpInlineError
{
	background-color: #E7E7D6;
	font-family: roboto, -apple-system, Arial, sans-serif;
	font-size: 10pt;
	font-weight:bold;
	color: #CC0000;
	visible: false;
}
.Attention
{
	font-weight: bold;
	color: #C1670F;
	visible: false;
}
.AttentionHeader
{
	font-size: 21pt;
	font-weight: bold;
	color: #C1670F;
	visible: false;
}
table 
{
	font-family: roboto, -apple-system, Arial, sans-serif;
	font-size: 10pt;
}
.SmallItalicsLabel /* for use in ReservationAuthentication page */
{
	font-style: italic;
	font-size: 8pt;
	color: #000000;
	font-family: roboto, -apple-system, Arial, sans-serif;
}
.SmallWhiteLabel /* For the disclaimer label 'This does not constitute...' */
{
	font-family: roboto, -apple-system, Arial, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #FFFFFF;
	visible: false;
}
.ControlMainTable /* style for outermost table of user control */
{
	border-top: #000000 1px solid;
	border-bottom: #000000 1px solid;
	border-left: #000000 1px solid;
	border-right: #000000 1px solid;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	font-family: roboto, -apple-system, Arial, sans-serif;
	background-color: #FFFFFF;
}
.ReservationProgressSubHeader /* style for reservationProgress subheaders */
{
	border-top: #CCCCCC 1px solid;
	border-bottom: #CCCCCC 1px solid;
	border-left: #CCCCCC 1px solid;
	border-right: #CCCCCC 1px solid;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	font-family: roboto, -apple-system, Arial, sans-serif;
	background-color: #FFFFFF;
}
/*The following 4 classes and their hyperlink derivatives will be used for the header navigation menu control*/
.tab-gray {
	font-family: roboto, -apple-system, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background-color: #CCCCCC;
	padding: 1px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-bottom-color: #CCCCCC;
	text-align: center;
}
.tab-blue {
	font-family: roboto, -apple-system, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0066CC;
	padding: 1px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #99CCFF;
	border-bottom-color: #FFFFFF;
	text-align: center;
}
.tab-cmla {
	font-family: roboto, -apple-system, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #F4E350;
	background-color: #0066CC;
	padding: 1px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #99CCFF;
	border-bottom-color: #FFFFFF;
	text-align: center;
}
.tabFiller-blue 
{
	background-color: #0066CC;
}
.tab-lightblue {
	font-family: roboto, -apple-system, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0099FF;
	padding: 1px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #99CCFF;
	border-bottom-color: #FFFFFF;
	text-align: center;
}
.topnav-tier2 {
	font-family: roboto, -apple-system, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	background-color: #CCCCCC;
	padding: 1px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #000000;
}
.topnav-tier2-selected {
	font-family: roboto, -apple-system, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	background-color: #CCCCCC;
	padding: 1px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #000000;
}
a.tab-blue {
	/*color: #000000;*/
	color: #EAEAEA;
	text-decoration: none;
}
a.tab-blue:hover {
	/*color: #FF0000;*/
	color: #FFFFFF;
	text-decoration: underline;
}
a.tab-lightblue {
	/*color: #000000;*/
	color: #EAEAEA;
	text-decoration: none;
}
a.tab-lightblue:hover {
	/*color: #FF0000;*/
	color: #FFFFFF;
	text-decoration: underline;
}
a.topnav-tier2 {
	/*color: #000000;*/
	color: #666666;
	text-decoration: none;
}
a.topnav-tier2:hover {
	/*color: #FF0000;*/
	color: #000000;
	text-decoration: underline;
}
a.topnav-tier2-selected {
	/*color: #000000;*/
	color: #666666;
	text-decoration: none;
}
a.topnav-tier2-selected:hover {
	/*color: #FF0000;*/
	color: #666666;
	text-decoration: none;
}
a.tab-gray {
	color: #000000;
	text-decoration: none;
}
a.tab-gray:hover {
	color: #000000;
	text-decoration: none;
}
.BlueLinkLabel
{
	font-family: roboto, -apple-system, Arial, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #0066CC;
}
/* Used for the title of a popup window */
.PopupHeaderTitle {
	font-family: roboto, -apple-system, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0066CC;
	text-align: center;
}
/* Used for "CLOSE WINDOW" text of a popup window */
.PopupClose {
	font-family: roboto, -apple-system, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #0066CC;
	text-align: center;
	text-decoration: underline;
}

.SiteMapLabel /* for sitemap text */
{
	font-family: roboto, -apple-system, Arial, sans-serif;
	font-size: 7pt;
	font-weight: normal;
	visible: false;
}
/*The following 3 classes are used in validation - the background should be transparent*/
.ValidationSummary
{
	font-family: roboto, -apple-system, Arial, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #FF0000;
	text-align: left;
}
.ValidationError
{
	font-family: roboto, -apple-system, Arial, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #FF0000;
	text-align: left;
}
.RequiredField
{
	font-family: roboto, -apple-system, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FF0000;
}
/*FOOTER STYLES*/
.footer_nav {
	font-family: roboto, -apple-system, Arial, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	visible: false;
}
.footer_nav a {
	color: #FFFFFF;
	text-decoration: none;
}
.footer_nav a:hover {
  color:#FFFFFF;
  text-decoration: underline;
}
.footer_copyright
{
	font-family: roboto, -apple-system, Arial, sans-serif;
	font-size: 9px;
	color: #666666;
	visible: false;
} 
.footer_table
{
	width: 760px;
	border: 0px;
}
.footer_tr
{
	background-color: #999999;
	height: 36px;
}
.footer_pad_td
{
	padding-bottom: 7px;
	padding-left: 10px;
	padding-right: 7px;
	padding-top: 7px;
}
.footer_td
{
	background-color: #FFFFFF;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 8px;
	padding-top: 2px;
}
/*END FOOTER STYLES*/

/* BEGIN: line styles */
div.dotted-line-vertical, td.dotted-line-vertical {
	width:1px;
	height:100%;
	background-image:url(/images/vertical.gif);
	background-repeat:repeat-y;
}
div.dotted-line-horizontal, td.dotted-line-horizontal {
	width:100%;
	height:1px;
	background-image:url(/images/horizontal.gif);
	background-repeat:repeat-x;
}
.bc_bground 
{
	background-image: url(/images/BlueChip/bc_bkgrnd_logo.jpg); 
	background-repeat: no-repeat;
	background-position: 0px 160px; 
	background-attachment: fixed; 
}
.BodyLabelBlack 
{ 
	FONT-FAMILY: roboto, -apple-system, Arial, sans-serif;
	FONT-SIZE: 8pt; 
	FONT-WEIGHT: normal; 
	COLOR: #000000; 
}
.FormsWhiteBoldLabel 
{ 
	FONT-FAMILY: roboto, -apple-system, Arial, sans-serif; 
	FONT-SIZE: 8pt; 
	FONT-WEIGHT: bold; 
	COLOR: #FFFFFF; 
}
.AttentionLabel
{
	FONT-FAMILY: roboto, -apple-system, Arial, sans-serif;
	FONT-SIZE: 10pt;
	FONT-WEIGHT: bold;
	COLOR: #C1670F;
}
/*Begin Step 1*/
.Form_step1
{
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #FFFFFF;
	visible: false;
}
.footer_pad_td
{
	padding-bottom: 7px;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 7px;
}
.footer_pad2_td
{
	padding-bottom: 0px;
	padding-left: 8px;
	padding-right: 0px;
	padding-top: 0px;
}
.footer_pad3_td
{
	padding-bottom: 0px;
	padding-left: 2px;
	padding-right: 0px;
	padding-top: 0px;
}
.fieldLabel_sm
{
	font-family: roboto, -apple-system, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	visible: false;
}
/*END Step 1*/
/*Begin Help Button*/
.help_nav {
	font-family: roboto, -apple-system, Arial, sans-serif;
	font-weight:bold;
	font-size: 12px;
	color: #FFFFFF;
	visible: false;
}
.help_nav a {
	color: #FFFFFF;
	text-decoration: none;
}
.help_nav a:hover {
  color:#FFFFFF;
  text-decoration: underline;
}
/*End Help Button*/
/*Step 1 form fields with Blue type and bevel */
/*RCE*/
.rce_bg_image {
	width:235px;
	height:131;
	border:solid 1px #0066CC;
	background-image:url(images/rce.gif);
	background-repeat: no-repeat;
}
.rce_pad1_td
{
	padding-bottom: 0px;
	padding-left: 2px;
	padding-right: 0px;
	padding-top: 0px;
}
.rce_panel
{
    font-family: roboto, -apple-system, Arial, sans-serif;
	font-size: 13px;
}
.rce_new
{
    font-family: roboto, -apple-system, Arial, sans-serif;
	font-size: 22px;
	font-style: italic;
	font-weight: bold;
	color: #CC6600;
}
.BoldLabel-small
{
	font-family: roboto, -apple-system, Arial, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
	visible: false;
}
/*End RCE*/
.location_box {
	color: #0066CC;
	font-color:#0066CC;
	border-top:solid 1px #0066CC;
	visible: false;
}
/* style for table cells with only bottom border showing */
TD.CellWithBottomBorderOnly
{
	border-bottom: #000000 1px solid;
}
/* style for table cells with only bottom border showing */
TD.CellWithTopBorderOnly
{
	border-top: #000000 1px solid;
}

/* Added by C2 for SmartBiz stuff */
.SmartBizHeader 
{
	font-family: roboto, -apple-system, Arial, sans-serif; 
	font-size: 18pt; 
	font-weight: bold; 
	line-height: normal; 
}
.SmartBizSubHeader 
{  
	font-family: roboto, -apple-system, Arial, sans-serif; 
	font-size: 12pt; 
	font-weight: bold;
	line-height: normal; 
}
/*HEADER STYLES*/
.header_nav {
	font-family: roboto, -apple-system, Arial, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
	visible: false;
}
.header_nav a {
	color: #CCCCCC;
	text-decoration: none;
}
.header_nav a:hover {
  color:#CCCCCC;
  text-decoration: underline;
}
/*end HEADER STYLES*/
/*Begin SAVE TIME STYLES*/
.st_headline {
	font-family: roboto, -apple-system, Arial, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #CC6600;
	visible: false;
}
.st_rewards_headline {
	font-family: roboto, -apple-system, Arial, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #FFFFFF;
	visible: false;
}
.st_BC_Large {
	font-family: roboto, -apple-system, Arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	visible: false;
}
.st_BC_Small {
	font-family: roboto, -apple-system, Arial, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #000000;
	visible: false;
}
.st_earn_label {
	font-family: roboto, -apple-system, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	visible: false;
}
#st_pad1_td
{
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 0px;
	padding-top: 0px;
	visible: false;
}
#st_pad2_td
{
	padding-bottom: 0px;
	padding-left: 12px;
	padding-right: 0px;
	padding-top: 0px;
	visible: false;
}
a.st:link
{
	color: #0066CC;
	font-family: roboto, -apple-system, Arial, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	visible: false;
}
a.st:visited
{
	color: #0066CC;
	font-family: roboto, -apple-system, Arial, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	visible: false;
}
a.st:hover
{
	color: #0066CC;
	font-family: roboto, -apple-system, Arial, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: underline;
	visible: false;
}
a.rewards:link
{
	color: #FFFFFF;
	font-family: roboto, -apple-system, Arial, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	visible: false;
}
a.rewards:visited
{
	color: #FFFFFF;
	font-family: roboto, -apple-system, Arial, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	visible: false;
}
a.rewards:hover
{
	color: #FFFFFF;
	font-family: roboto, -apple-system, Arial, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: underline;
	visible: false;
}
st_FormsSmallBoldLabel /*has a transparent background color*/
{
	font-family: roboto, -apple-system, Arial, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 3px;
	padding-top: 0px;
	visible: false;
}
/*END SAVE TIME STYLES*/
#divider
{
border-left: #fff 1px solid;
padding-left: 10px;
}
#ul_cardisplay
{
color: #FFFFFF;
}
/* BEGIN custom styles */
.Fineprint {
	font-family: roboto, -apple-system, Arial, sans-serif;
	font-size: .66em;
	margin: 1.75em 0;
}
/* END custom styles */
