/********************************************
 *  04/28/06 MJM Added styles for fleetconnect tables.
 *
 *  02/21/06 MJM Added fleetConnectLink style.  Used 
 *   for non-menu links within the fleetconnect pages.
 *
 * 06/07/06 DJK - added li.local for emkay bullets
 * 02/15/07 DJK - mods for new web cost analysis piece.
 * 12/07/07 DJK - mods for printing out cost analysis page using css.
 * 02/20/08 DJK - added following styles for vehicle tabs project# 12506: 
 *                   H3.bold
 *                   TD.vehInfoCntr
 *                   TH.vehInfoCntr
 *                   rptBarColor1
 *
 * 04/01/08 DJK - added alrtDialDesc for report dial description text in new fleet dashboard page.
 *
 * 04/07/08 LGE - P13375: Report Odometer Enhancement
 *                Added div LayerOuter, LayerBoxOK
 *                LayerBoxCancel, TD.orange9Bold ,TD.orange9Normal
 *                TH.finePrintRed
 *
 * 08/01/08 DJK - P15613: changes for web redesign 08
 * 10/13/08 DJK - P16317: KPI change request form.
 * 01/20/09 LGE - P16922: Report odometer enhancements. A.vehicleSelect
 * 01/12/09 DJK - P15952 - vehicle notes
 * 05/12/09 DJK - P17037 - mods to get driver ordering working.
 * 07/29/09 LGE - P17804: Online Fuel Card Maintenance
 * 09/15/09 DJK - P17889 - driver paid options.
 * 10/20/09 DJK - P17643 - LCCA enhancements.
 ********************************************/
BODY { 
	font-family: Century Gothic;
	font-size: 9pt;
}
BODY.print {
	background-color:#FFFFFF;
}

/*TR.vehInfoCntr_rpt_header {
	background:#6C6C6C;
	color:#FFFFFF;
	font-size : 9pt;
}*/

TR.vehInfoCntr_rpt_header {
	background:#4F286C;
	color:#FFFFFF;
	font-size : 9pt;
}

TD {
	font-family: Century Gothic; font-size: 10pt;
}
TD.wht{
	color: #FFFFFF;
}
TD.f1{
	font-weight : bold;
}

TD.coup {
	font-size : 8pt;
}

TD.vehInfoCntr {
	font-size : 9pt;
}

TD.vehInfoCntrNotesStamps {
	font-size : 7pt;
	color: #565656;
}

TD.vehInfoCntr_search {
	font-size : 9pt;
	color:#4F286C;
	font-weight:bold;
}

TD.vehInfoCntr_rpt_header2 {
	background:#E6E6E6;
	font-size: 9pt;
}

TD.orange9Bold {
   color: #FC9200;
	font-size: 9pt;
	font-weight: bold;
}

TD.orange9Normal {
   color: #FC9200;
	font-size: 9pt;
	font-weight: normal;
}

TD.blackBold {
    font-weight:bold;
}

TD.font9bold {
	font-size : 9pt;
	font-weight:bold;
}

TD.whiteOnPurple {
	background:#453352;
	color:#FFFFFF;
}

TH{
	font-family: Century Gothic;
	font-size: 10pt;
}

TH.finePrint {
	font-family: "Century Gothic";
	font-size: 7pt;
	margin-top : 0px;
	margin-bottom : 0px;
	line-height : 10px;
	color: White;
	background : #7C96A1;
}

TH.finePrintRed {

	font-family: "Century Gothic";
	font-size: 7.5pt;
	margin-top : 0px;
	margin-bottom : 0px;
	line-height : 12px;
	color: Red;
	background : #CCD5D9;
}

TH.vehInfoCntr {
	font-size: 9pt;
}


/*TH.vehInfoCntr_rpt_header {
	background:#6C6C6C;
	color:#FFFFFF;
	font-size: 9pt;
}*/

TH.vehInfoCntr_rpt_header {
	background:#4F286C;
	color:#FFFFFF;
	font-size: 9pt;
}

TH.vehInfoCntr_rpt_header_notesStamp {
	background:#4F286C;
	color:#FFFFFF;
	font-size: 7pt;
}

TH.vehInfoCntr_rpt_header2 {
	background:#E6E6E6;
	font-size: 9pt;
}

TH.purpleOnBlack {
	background:#000000;
	color:#453352;
}

H1{
	font-family: Century Gothic;
	font-size: 18pt;
	color: #F68820;
}
H2{
	font-family: "Century Gothic";
	font-size: 16pt;
	color: #FC9200;
	font-weight: bold;
	margin-top : 0px;
	margin-bottom : 0px;
	padding-bottom : 0px;
	padding-top : 5px;
}

H2.blue {
	font-family: "Century Gothic";
	font-size: 10pt;
	color: #3B5C71;
	font-weight: bold;
	margin-top : 0px;
	margin-bottom : 0px;
	padding-bottom : 0px;
	padding-top : 5px;
}

H2.orange {
	font-family: "Century Gothic";
	font-size: 16pt;
	color: #FC9200;
	font-weight: bold;
	margin-top : 0px;
	margin-bottom : 0px;
	padding-bottom : 0px;
	padding-top : 5px;
}

H3{
	font-family: Century Gothic;
	font-size: 14pt;
	color: #F68820;
}

H3.bold {
	font-family: Century Gothic;
	font-size: 12pt;
	color: #F68820;
	font-weight: bold;
	margin-top : 0px;
	margin-bottom : 0px;
	padding-bottom : 0px;
	padding-top : 0px;
}

H4{
	font-family: Century Gothic;
	font-size: 10pt;
	color:#000000;
}
H5 {
	font-family: Century Gothic;
	font-size: 10pt;
	color: #F68820;
}
H6{
	font-family: Century Gothic;
	font-size: 12pt;
	color: #000000;
}

/* P17889 - <begin> */
H6.purple {
	font-family: Century Gothic;
	font-size: 12pt;
	color: #4F286C;
	margin-top : 0px;
	margin-bottom : 0px;
	padding-bottom : 5px;
	padding-top : 0px;
}
/* P17889 - <end> */

.barColor1 {
	color: White;
	background : #3B5A6F;
}

.barColor2 {
	color: White;
	background : #7C96A1;
}

.barColor2_small {
	color: White;
	background : #7C96A1;
	font-size: 8pt;
}

.barColor3 {
	color: White;
	background : #B8C3CB;
}

.barColor4 {
	color: Black;
	background : #E5EAEC;
}

.barColor5 {
	color: White;
	background : #FF9216;
}

.barColor6 {
	color: White;
	background : #FEBA38;
}

.barColor7 {
	color: Black;
	background : #FEE29D;
}

.barColor7_small {
	color: Black;
	background : #FEE29D;
	font-size: 8pt;
}


.whiteonblue {
	color: White;
	background : #3B5A6F;
}

.login_white {
	FONT-FAMILY: "Century Gothic";
	FONT-SIZE: 9pt;
	TEXT-DECORATION: none;
	background-color : #FF8C13;
	color : #FFFFFF;
	font-weight : normal;
}

.login_grey {
	FONT-FAMILY: "Century Gothic";
	FONT-SIZE: 9pt;
	TEXT-DECORATION: none;
	background-color : #000000;
	color : #666666;
	font-weight : normal;
}

.grey {
	color:#666666;
}


/* P17889 - <begin> */
.purple {
	color:#4F286C;
}
/* P17889 - <end> */


/* P17643 - <begin> */
.lightGrey {
	background-color : E4E4E4;
}

.lightGrey2 {
	background-color : E1E1E1;
}

.lightGrey3 {
	background-color : CCCCCC;
}

.darkGrey {
	background-color : #7A7A7A;
}

.finePrintGrey {
	font-family: "Century Gothic";
	font-size: 7pt;
	margin-top : 0px;
	margin-bottom : 0px;
	line-height : 10px;
	color: black;
	background : #E4E4E4;
}

.lightGrey_small {
	      background : #E4E4E4;
		  font-size: 8pt;
}
/* P17643 - <end> */


.login_black {
	FONT-FAMILY: "Century Gothic";
	FONT-SIZE: 9pt;
	TEXT-DECORATION: none;
	color : #000000;
	font-weight : normal;
}

.copy {
	font-family: Century Gothic;
	font-size: 8pt
}
.whtitle {
	color: #FFFFFF;
	font : bold italic 13pt Century Gothic;
}
.copywh {
	font-family: Century Gothic;
	font-size: 8pt ;
	color: #FFFFFF
}

.white_on_orange {
	background : #FF8C13;
	color : #FFFFFF;
	font-size: 8pt;
}

.white_on_orange_noPrint {
	background : #FF8C13;
	color : #FFFFFF;
	font-size: 8pt;
}

.dark_blue_text_lite_blue_back {
    color : #3B5A6F;
	background: #D2DFE9;
}

.costSmallSize {
	font-size: 8pt;
}

.costSmallSizeH {
	font-size: 8pt;
}

.whiteOnPurple {
	background:#453352;
	color:#FFFFFF;
	border:1px solid #666666;
}

.blackOnCream {
	background:#FBE6C3;
	color:#000000;
	border:1px solid #666666;
}

.purpleOnBlack {
	background:#000000;
	color:#453352;
}

p {
	font-family: "Century Gothic";
	font-size: 10pt;
}

p.tight  {
	font-family: "Century Gothic";
	font-size: 10pt;
	margin-top : 9px;
	margin-bottom : 11px;
	line-height : 15px;
}

p.adobe  {
	font-family: "Century Gothic";
	font-size: 7pt;
	margin-top : 0px;
	margin-bottom : 11px;
	line-height : 10px;
}

/* P17889 - <begin> */
.creditRefund  {
	font-family: "Century Gothic";
	font-size: 8pt;
	margin-top : 0px;
	margin-bottom : 11px;
	line-height : 10px;
}

.creditRefundHdr  {
	font-family: "Century Gothic";
	font-size: 9pt;
	margin-top : 0px;
	margin-bottom : 3px;
	line-height : 10px;
	font-weight : bold;
}
/* P17889 - <end> */

ul {  font-family: Century Gothic; font-size: 9pt}

li{
	font-family: Century Gothic;
	font-size: 10pt;
	/* P17037 - <begin> */
	/*color : #3B5C71;*/
	color: #4F286C;
	/* P17037 - <end> */
}

li.logo {
	list-style-image : url(../media/2005/emkay_bullet.gif);
}

.curvehheading{
	font-family: Century Gothic;
	font-size: 9pt;
	font-weight : bold;
	text-align: right;
	background-color: #E5EAEC;
}

.curvehsubheading{
	font-family: Century Gothic;
	font-size: 9pt;
	text-align: center;
/*	background-color: #E5EAEC; */
	background-color: #CBBDD9;
}

.curvehtext{
	font-family: Century Gothic;
	text-align: center;
	font-size: 9pt;
}
.curvehlink{
	background-color: #E5EAEC;
	text-align: right;
}
.white {  color: #FFFFFF}
TD.menutitle {
	FONT-FAMILY: "Century Gothic";
	FONT-SIZE: 10pt;
	font-weight : bold;
	color: #FFFFFF;
}
TD.menutitle_serv_static {
	FONT-FAMILY: "Century Gothic";
	FONT-SIZE: 10pt;
	font-weight : bold;
	color: #FFFFFF;
}

A {
	FONT-FAMILY: "Century Gothic";
	TEXT-DECORATION: none;
	background-color : transparent;
	font-weight : normal;
	color: #4F286C;
	font-size : 10pt;
}

A:link {
	TEXT-DECORATION: none;
	background-color : transparent;
	font-weight : normal;
}

A:visited {
	TEXT-DECORATION: none;
	background-color : transparent;
	color : #4F286C;
	font-weight : normal;
}

A:active {
	TEXT-DECORATION: none;
	background-color : transparent;
	font-weight : normal;
}

A:hover {
	COLOR: #B295C5;
	TEXT-DECORATION: none;
	background-color : transparent;
	font-weight : normal;
}


A.headers {
   font-family: Century Gothic;
   text-decoration : none
}
A.headers:link {
   TEXT-DECORATION: none
}

/*A.contact {
	FONT-FAMILY: "Century Gothic";
	TEXT-DECORATION: none;
	background-color : transparent;
	font-weight : normal;
	color: #E19212;
	font-size : 10pt;
}

A.contact:link {
	TEXT-DECORATION: none;
	background-color : transparent;
	font-weight : normal;
}

A.contact:visited {
	TEXT-DECORATION: none;
	background-color : transparent;
	color : #3B637D;
	font-weight : normal;
}

A.contact:active {
	TEXT-DECORATION: none;
	background-color : transparent;
	font-weight : normal;
}

A.contact:hover {
	COLOR: #E19212;
	TEXT-DECORATION: none;
	background-color : transparent;
	font-weight : normal;
}*/



A.contact {
	FONT-FAMILY: "Century Gothic";
	TEXT-DECORATION: none;
	background-color : transparent;
	font-weight : normal;
	color: #4F286C;
	font-size : 10pt;
}

A.contact:link {
	TEXT-DECORATION: none;
	background-color : transparent;
	font-weight : normal;
}

A.contact:visited {
	TEXT-DECORATION: none;
	background-color : transparent;
	color : #4F286C;
	font-weight : normal;
}

A.contact:active {
	TEXT-DECORATION: none;
	background-color : transparent;
	font-weight : normal;
}

A.contact:hover {
	COLOR: #B295C5;
	TEXT-DECORATION: none;
	background-color : transparent;
	font-weight : normal;
}



A.career {
	FONT-FAMILY: "Century Gothic";
	TEXT-DECORATION: none;
	background-color : transparent;
	font-weight : normal;
	color: #E19212;
	font-size : 8pt;
}

A.career:link {
	TEXT-DECORATION: none;
	background-color : transparent;
	font-weight : normal;
}

A.career:visited {
	TEXT-DECORATION: none;
	background-color : transparent;
	color : #3B637D;
	font-weight : normal;
}

A.career:active {
	TEXT-DECORATION: none;
	background-color : transparent;
	font-weight : normal;
}

A.career:hover {
	COLOR: #E19212;
	TEXT-DECORATION: none;
	background-color : transparent;
	font-weight : normal;
}

A.nav {
	FONT-FAMILY: "Century Gothic";
	FONT-SIZE: 8pt;
	TEXT-DECORATION: none;
	background-color : transparent;
	color : #FFFFFF;
	font-weight : normal;
}
A.nav:link {
	COLOR: #FFFFFF;
	TEXT-DECORATION: none;
	background-color : transparent;
	font-weight : normal;
}
A.nav:visited {
	TEXT-DECORATION: none;
	background-color : transparent;
	color : #FFFFFF;
	font-weight : normal;
}
A.nav:active {
	COLOR: #FFFFFF;
	TEXT-DECORATION: none;
	background-color : transparent;
	font-weight : normal;
}
A.nav:hover {
	COLOR: #FFFFFF;
	TEXT-DECORATION: none;
	background-color : transparent;
	font-weight : normal;
}
A.menu:link {
	TEXT-DECORATION: none
}
A.menu:visited {
	TEXT-DECORATION: none
}
A.menu:active {
	TEXT-DECORATION: none
}
A.menu:hover {
	BACKGROUND-COLOR: #ffffaa; COLOR: #ff2200; TEXT-DECORATION: none
}
A.leftlink:link {
	COLOR: #ffffff; TEXT-DECORATION: underline
}
A.leftlink:visited {
	COLOR: #ffffff; TEXT-DECORATION: underline
}
A.leftlink:active {
	COLOR: #000000; TEXT-DECORATION: underline
}
A.leftlink:hover {
	COLOR: #000000; TEXT-DECORATION: underline
}
A.other:link {
	COLOR: #ffffff; TEXT-DECORATION: underline
}
A.other:visited {
	COLOR: #ffffff; TEXT-DECORATION: underline
}
A.other:active {
	COLOR: #000000; TEXT-DECORATION: underline
}
A.other:hover {
	COLOR: #c0c0c0; TEXT-DECORATION: overline
}
A.same:link {
	COLOR: #000000; TEXT-DECORATION: underline
}
A.same:visited {
	COLOR: #000000; TEXT-DECORATION: underline
}
A.same:hover {
	COLOR: #000000; TEXT-DECORATION: underline
}
A.wht {
	COLOR: white; TEXT-DECORATION: none
}
A.wht:link {
	COLOR: #666633
}
A.wht:visited {
	COLOR: #666633
}
A.wht:hover {
	COLOR: #666633
}
A.blk {
	COLOR: #000000; TEXT-DECORATION: none
; font-size: 7pt
}
A.blk:link {
	COLOR: #000000
}
A.blk:visited {
	COLOR: #000000
}
A.blk:hover {
	COLOR: #000000
}
A.alerts {
   font-family: Century Gothic;
   color: #000000;
}
A.alerts:link {
   COLOR: Blue;
   text-decoration : underline;
}
A.alerts:visited {
   COLOR: #F17C0E;
   text-decoration : underline;
}

A.alertsEmailAll {
   font-family: Century Gothic;
   color: #F17C0E;
}
A.alertsEmailAll:link {
	COLOR: #F17C0E;
	text-decoration : none;
}
A.alertsEmailAll:visited {
	COLOR: #F17C0E;
	text-decoration : none;
}

A.loginFlash {
   font-family: Century Gothic;
   text-decoration : none;
   color: #565656;
   font-weight:bold;
}
A.loginFlash:link {
	COLOR: #565656;
	font-weight:bold;
}
A.loginFlash:visited {
	COLOR: #565656;
	font-weight:bold;
}
A.loginFlash:hover { 
    color: #FFFFFF;
    font-weight:bold;
}


A.vehicleSelect:link {
	TEXT-DECORATION: underline;
	background-color : transparent;
	font-weight : normal;
}

A.vehicleSelect:visited {
	TEXT-DECORATION: underline;
	background-color : transparent;
	color : #4F286C;
	font-weight : normal;
}

A.vehicleSelect:active {
	TEXT-DECORATION: underline;
	background-color : transparent;
	font-weight : normal;
}

A.vehicleSelect:hover {
	COLOR: #B295C5;
	TEXT-DECORATION: underline;
	background-color : transparent;
	font-weight : normal;
}

	  
/* P17037 - <begin>
The following Styles Are used for the new purple color scheme of the 2008 web re-design.		  
*/	

A.fleetConnectLink { 
        text-decoration : underline;
}
A.fleetConnectLink:link { 
        text-decoration : underline;
}
A.fleetConnectLink:visited { 
       	color: #4F286C;
        text-decoration : underline;
}
A.fleetConnectLink:hover { 
        COLOR: #B295C5;
        text-decoration : underline;
}
A.fleetConnectList { 
        text-decoration : none;
}
A.fleetConnectList:link { 
        text-decoration : none;
}
A.fleetConnectList:visited { 
        color: ##4F286C;
        text-decoration : none;
}
A.fleetConnectList:hover { 
        COLOR: #B295C5;
        text-decoration : none;
}



/* A.lccaLink { 
        text-decoration : underline;
		font-size: 8pt;
}
A.lccaLink:link { 
        text-decoration : underline;
}
A.lccaLink:visited { 
       	color: #4F286C;
        text-decoration : underline;
}
A.lccaLink:hover { 
        COLOR: #B295C5;
        text-decoration : underline;
} */

/* P17643 - <begin> */
A.lccaLink { 
        text-decoration : none;
		font-size: 8.5pt;
		font-weight:bold;
}
/* P17643 - <end> */
A.lccaLink:link { 
        text-decoration : none;
}
A.lccaLink:visited { 
        color: ##4F286C;
        text-decoration : none;
}
A.lccaLink:hover { 
        COLOR: #B295C5;
        text-decoration : none;
}

A.lccaLinkHdr { 
        text-decoration : underline;
		font-size: 8pt;
		color: #FFFFFF;
}
A.lccaLinkHdr:link { 
        text-decoration : underline;
}
A.lccaLinkHdr:visited { 
       	color: #FFFFFF;
        text-decoration : underline;
}
A.lccaLinkHdr:hover { 
        color: #FFFFFF;
        text-decoration : underline;
}
A.lccaLinkHdr { 
        text-decoration : none;
}
A.lccaLinkHdr:link { 
        text-decoration : none;
}
A.lccaLinkHdr:visited { 
        color: #FFFFFF;
        text-decoration : none;
}
A.lccaLinkHdr:hover { 
        color: #FFFFFF;
        text-decoration : none;
}



	  
		  
/**Dark Purple**/
.fc_header1 { background-color: #3b1755; 
	      color: white; 
          font-size: 12pt; 
          font-weight: bold;
	      font-family: Century Gothic;}
		  
.fc_header1_red { background-color: #FF0000; 
	      color: white; 
          font-size: 12pt; 
          font-weight: bold;
	      font-family: Century Gothic;}

/**Lighter Purple**/
.fc_header2 { background-color: #4f286c; 
	      color: white; 
          font-size: 12pt; 
          font-weight: bold;
	      font-family: Century Gothic;}

/**Ligter Gray**/
.fc_header3 { background-color: #6d2e8e; 
	      color: white; 
          font-size: 12pt; 
          font-weight: bold;
	      font-family: Century Gothic;}

/**Dark Gray**/
.fc_header4 { background-color: #814b9c; 
	      color: white; 
          font-size: 12pt; 
          font-weight: bold;
	      font-family: Century Gothic;}
		  
/* grey */
.fc_header5 { background-color: #949494; 
color: white; 
font-size: 12pt; 
font-weight: bold;
font-family: Century Gothic;}

/* light grey */
.fc_header6 { background-color: #a8a7a8; 
color: white; 
font-size: 12pt; 
font-weight: bold;
font-family: Century Gothic;}
/* P17037 - <end> */

table.fc_table { width: 100%; 
          border-style: none; 
          border-collapse: collapse;
		  padding: 1px 1px 1px 1px; }
		  
/* P17889 - <begin> */
table.fc_table2 { border-style: none; 
                  border-collapse: collapse;
		          padding: 1px 1px 1px 1px; }
/* P17889 - <end> */

h1.fc_h { font-size: 12pt; 
          font-weight: bold;
	      font-family: Century Gothic;
	      color: fc9200;
}

/*.rptBarColor1 {
	      background : #E6E6E6;
}*/

.rptBarColor1 {
	      background : #CBBDD9;
}

.rptBarColorOrange_2008 {
	      background : #FBAF33;
}


.alrtDialDesc {
	font-family: Century Gothic;
	font-size: 9pt;
	font-weight: bold;
	color:#FFFFFF;
}

.whiteText {
	color: white;
}

.whiteTextKPI {
	color: white;
	font-size:11pt;
}

.whiteTextKPIInput {
	background:#453352;
	color:#FFFFFF;
	border:1px solid #666666;
	font-size:12pt;
}

.greyText {
	color: #565656;
}

#LayerOuter {
	position:absolute;
	height:275px;
	width:275px;
	z-index:2;
	border-bottom:1px solid #3B5A6F inset;
	border-right:1px solid #3B5A6F inset;
	border: 2px solid #DDDDDD outset;	
	background-color:#FFFFFF;
	background:#FFFFFF;
	color:#3B5A6F;
}
#LayerBoxOK {
	position: absolute;
	height:25px;
	width:70px;
	z-index:3;
	border-bottom:1px solid #BBBBBB inset;
	border-right:1px solid #BBBBBB inset;
	border: 2px solid #DDDDDD outset;	
	font-weight:bold;	

}	

#LayerBoxCancel {
	position: absolute;
	height:25px;
	width:70px;
	z-index:4;
	border-bottom:1px solid #BBBBBB inset;
	border-right:1px solid #BBBBBB inset;
	border: 2px solid #DDDDDD outset;	
	font-weight:bold;	
	
}

#LayerPage {
	position:relative;
	width:640px;
	height:400px;
	z-index:1;
}

.noprint_off{
	display: none;
}

.printOnly {
	display:none;
}


/* p15952 - vehicle notes */
.vehInfoCntr {
	font-family: Century Gothic;
	font-size : 9pt;
}

pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
/* width: 456; */
 width: 521;
}
/* p15952 - vehicle notes */




/****** the folloing code is for website redesign ********/
#container {
	background-color: #000000;
	position: relative;
	width:1024;
}


#sideMenu {
	background-color: #333333;
	position: absolute;
	width:144;
	left:0;
	top:0;
	color:#FFFFFF;
}

#fleetDashContent {
	background-color: #000000;
	position: absolute;
	left:144;
	top:0;
	width:880;
	color:#FFFFFF;
}

#mainContent {
	background-color: #FFFFFF;
	position: absolute;
	left:144;
	top:0;
	width:880;
}

#margin10 {
	padding-left:10; 
	padding-right:10; 
	width:880;
}

/** 07/29/09 LGE - P17804: Online Fuel Card Maintenance **/

/* Used primarily for alternating rows in tables */
TR.blackFont9Purple2Back{
	font-family: Century Gothic;
	font-size : 9pt;
	background-color: #B295C5;
	color: #000000;
}

/* Used primarily for alternating rows in tables */
TR.blackFont9WhiteBack {
	font-family: "Century Gothic";
	font-size: 9pt;
	background-color: #FFFFFF;
	color:#000000;
}

/* Used primarily for alternating rows in tables */
TR.blackFont9Gray1Back {
	font-family: "Century Gothic";
	font-size: 9pt;
	background-color: #CECECE;
	color:#000000;
}

/* Used primarily for alternating rows in tables */
TR.blackFont9Gray2Back {
	font-family: "Century Gothic";
	font-size: 9pt;
	background-color: #C4C4C4;
	color:#000000;
}

/* Used primarily for alternating rows in tables */
TR.blackFont9Gray3Back {
	font-family: "Century Gothic";
	font-size: 9pt;
	background-color: #A8A7A8;
	color:#000000;
}

/* Used primarily for column headings in tables */
TR.whiteBoldFont9Purple7Back {
	font-family: "Century Gothic";
	font-size: 9pt;
	font-weight: bold;
	background-color: #3B1755;
	color: #FFFFFF;	
}

/* Used primarily for column headings in tables */
TR.whiteBoldFont9Purple6Back {
	font-family: "Century Gothic";
	font-size: 9pt;
	font-weight: bold;
	background-color: #4F286C;
	color: #FFFFFF;	
}

/* Used primarily for column headings in tables */
TR.whiteBoldFont9Purple5Back {
	font-family: "Century Gothic";
	font-size: 9pt;
	font-weight: bold;
	background-color: #6D2E8E;
	color: #FFFFFF;	
}

/* Used primarily for column headings in tables */
TR.whiteBoldFont9Purple4Back {
	font-family: "Century Gothic";
	font-size: 9pt;
	font-weight: bold;
	background-color: #814B9C;
	color: #FFFFFF;	
}

/* Used primarily for column headings in tables */
TR.whiteBoldFont9Purple3Back {
	font-family: "Century Gothic";
	font-size: 9pt;
	font-weight: bold;
	background-color: #855fA8;
	color: #FFFFFF;	
}

/* Used primarily for column headings in tables */
TR.whiteBoldFont9Purple2Back {
	font-family: "Century Gothic";
	font-size: 9pt;
	font-weight: bold;
	background-color: #B295C5;
	color: #FFFFFF;	
}

/* Used primarily for column headings in tables */
TR.blackBoldFont9Purple2Back {
	font-family: "Century Gothic";
	font-size: 9pt;
	font-weight: bold;
	background-color: #B295C5;
	color: #000000;	
}

/* Used primarily for column headings in tables */
TR.whiteBoldFont9Purple1Back {
	font-family: "Century Gothic";
	font-size: 9pt;
	font-weight: bold;
	background-color: #CBBDD9;
	color: #FFFFFF;	
}



