body
{
  font-family: Arial, Sans-Serif;
  font-size: 8pt;
  color: #3F3F3F;
  background: White;  
  
  margin: 6px;
}

input, select
{
  font-family: Arial, Sans-Serif;
  font-size: 9pt;  
  font-style: normal; 
	border-style: none;  
}

.tbx
{
	background: #FFFFFF url(../Images/input_bg.png) top left no-repeat;
	border-style: none;
	padding-left: 4px;
}


/* -- header styles -- */
.hdrBar
{
	background: #1A171B;
}

.hdrDiv
{
	float: left;
	background: url(../Images/pf_header_div.png) top center no-repeat;
	width: 15px;
	height: 18px;
	
	font-size: 6pt;
}

.hdrLink
{
	font-size: 9pt;	
	float: left;
	color: #FA8D38;
	
	margin-top: 2px;
	padding: 0px;
}

.hdrLink A:link, .hdrLink A:visited
{
	text-decoration: none;
	color: #F0F0F0;
}

.hdrLink A:hover
{
	text-decoration: underline;	
	color: #FFFFFF;
}

.hdr
{
	background: url(../Images/pf_header3_public.png) top left repeat-x;
}

.hdr0 
{
	width:110px;
	height:18px;
	background: url(../Images/pf_header0.png) top right no-repeat;
	
	font-size: 6pt;
}

.hdr1 
{
    width: 203px;
    height:18px;
	background: url(../Images/CarMondoLogo.png) top right no-repeat;
	font-size: 6pt;
}

.hdr2 
{
	font-size: 9pt;
	
	width:724px;
	height:88px;
	
	color: #777777;
	background: url(../Images/pf_header2_public.jpg) top left no-repeat;
}

.hdr4
{
	width:136px;
	height:6px;
	background: url(../Images/pf_header4.png) top right no-repeat;
	
	font-size: 6pt;	
}


/* -- content styles -- */
.cnt
{
	font-size: 8pt;
		
	color: #000000;
	background: #FFFFFF;
}

.cntFrame 
{
	font-size: 9pt;
	font-weight: bold;
	
	color: #7F7F7F;
	background: #ECECEC;
}

.cntFrame A:link, .cntFrame A:visited
{
	font-size: 9pt;		
	text-decoration: none;
	color: #7F7F7F;
}

.cntFrame A:hover
{
	font-size: 9pt;		
	text-decoration: underline;	
	color: #7F7F7F;
}

/* -- tab styles -- */
.tabActive
{
	background: #E7EAEE;	
	color: #3F3F3F;
	font-weight: bold;
	font-size: 8pt;
	border-top: solid 1px #A8AFBC;
	border-left: solid 1px #A8AFBC;
	border-right: solid 1px #A8AFBC;
		
	padding: 4px 4px 8px 4px;
	margin: 4px 3px 0px 0px;
}

.tabInactive
{
	background: #E7EAEE;	
	color: #3F3F3F;
	font-weight: bold;
	font-size: 8pt;	
	border: solid 1px #A8AFBC;
	
	padding: 4px;
	margin: 4px 3px 3px 0px;
}

.tabInactive A:link, .tabInactive A:visited
{
	color: #3F3F3F;
	text-decoration: none;	
}

.tabInactive A:hover
{
	color: #3F3F3F;
	text-decoration: underline;	
}

.tabDisabled
{
	background: #EFEFEF;	
	color: #7F7F7F;
	font-weight: bold;
	font-size: 8pt;			
	border: solid 1px #A8AFBC;
	
	padding: 4px;
	margin: 4px 3px 3px 0px;
}


/* -- footer styles -- */
.ftr
{
	font-size: 8pt;
	color: #6F6F6F;
	line-height: 20px;	
	
	background: #ECECEC url(../Images/pf_footer.png) top left repeat-x;
}

.ftrActive
{
	font-size: 8pt;
	color: #FA8D38;	
}

.ftr A:link, .ftr A:visited
{
	font-size: 8pt;		
	text-decoration: none;
	color: #6F6F6F;
}

.ftr A:hover
{
	font-size: 8pt;		
	text-decoration: underline;	
	color: #6F6F6F;
}

/* -- color styles -- */
.clrTransparent, .barTransparent, .boxTransparent 
{
	color: #3F3F3F;	
}

.clrPale, .barPale, .boxPale
{
	color: #3F3F3F;
	background: #F4F4F4;
}

.clrLight, .barLight, .boxLight, .boxLightInvalid
{
	color: #3F3F3F;
	background: #ECECEC;
}

.clrMedium, .barMedium, .boxMedium
{
	color: #3F3F3F;
	background: #D9DADB;	
}

.clrForm, .barForm, .boxForm
{	
	color: #3F3F3F;
	background: #ECECEC;
}

.clrDark, .barDark, .boxDark
{
	color: #FFFFFF;
	background: #EC7404;
}



.clrDark A:link, .barDark A:link, .boxDark A:link,
.clrDark A:visited, .barDark A:visited, .boxDark A:visited
{
	font-weight: bold;
	
	color: #FFFFFF;
	text-decoration: none;	
}

.clrDark A:hover, .barDark A:hover, .boxDark A:hover
{
	font-weight: bold;
	
	color: #FFFFFF;
	text-decoration: underline;
}

.clrWarnLight, .barWarnLight, .boxWarnLight
{
	color: #EF3834;
	background: #FCD3C5;
}

.clrWarnDark, .barWarnDark, .boxWarnDark
{
	color: #FFFFFF;
	background: #EF3834;
}

.clrHighlight, .boxHighlight
{
	color: #3F3F3F;
	background: #FCD8B7;	
}

/* -- bar styles -- */
.barTransparent 
{
	box-sizing: border-box;
	-moz-box-sizing: border-box;				
}

.barPale, .barLight, .barMedium, .barDark,
.barWarnLight, .barWarnDark, .barForm, .barHighLight
{
	border: 1px solid #FFFFFF;	
	padding: 2px 5px 2px 5px;

	box-sizing: border-box;
	-moz-box-sizing: border-box;		
}

/* -- box styles -- */
.boxTransparent 
{
}

.boxBlack
{
    color: #000000;
    border: 1px solid #000000;
    padding: 5px;
    
    box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.boxPale, .boxLight, .boxMedium, .boxDark, 
.boxWarnLight, .boxWarnDark, .boxForm, .boxHighlight
{
	border: 1px solid #FFFFFF;	
	padding: 5px;

	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.boxPaleInvalid, .boxLightInvalid, .boxMediumInvalid, .boxDarkInvalid,
.boxWarnLightInvalid, .boxWarnDarkInvalid, .boxFormInvalid
{
	border: 2px solid #EF3834;
	padding: 4px;  

	box-sizing: border-box;
	-moz-box-sizing: border-box;		
}

/* icon styles */
.iconRating1, .iconRating2, .iconRating3, .iconRating4, .iconHelp
{
  width: 36px;
  height: 36px;  
  
  font-size: 6pt;    
}

.iconOrderNow
{
  width: 56px;
  height: 36px;  
  
  font-size: 6pt;    
}

.iconPMBActive, .iconPMBInactive, .iconContact
{
  width: 18px;
  height: 13px;
  
  font-size: 6pt;  
}

.iconPMBNew
{
  width: 24px;
  height: 13px;  
  
  font-size: 6pt;    
}

.iconDelete
{
  width: 12px;
  height: 13px;  
  
  font-size: 6pt;    
}

.iconCheckNA, .iconCheckOK
{
  width: 14px;
  height: 11px;  
  
  font-size: 6pt;    
}

.iconHelp 
{
  background: url(../Images/icon_help_light.png);
}


.iconHelp 
{
  background: url(../Images/icon_help_light.png);
}

.iconPMBNew
{
  background: url(../Images/icon_pmb_new.png);
}

.iconPMBActive
{
  background: url(../Images/icon_pmb_active.png);
}

.iconPMBInactive
{
  background: url(../Images/icon_pmb_inactive.png);
}

.iconContact
{
  background: url(../Images/icon_contact.png);
}

.iconRating1
{
  background: url(../Images/icon_rating1_public.png);
}

.iconRating2
{
  background: url(../Images/icon_rating2_public.png);
}

.iconRating3
{
  background: url(../Images/icon_rating3_public.png);
}

.iconRating4
{
  background: url(../Images/icon_rating4_public.png);
}

.iconDelete
{
  background: url(../Images/icon_delete.png);
}

.iconCheckNA
{
  background: url(../Images/icon_na.png);	
}

.iconCheckOK
{
  background: url(../Images/icon_ok.png);	
}

.iconOrderNow
{
  background: url(../Images/icon_order_now.png);	
}

.iconPremiumFuxxVertical
{
  width: 18px;
  height: 48px;
  
  background: url(../Images/icon_fuxx_vertical.jpg);	
}

.iconPremiumFuxxHorizontal
{
  width: 48px;
  height: 18px;
  
  background: url(../Images/icon_fuxx_horizontal.jpg);	
}

/* -- button styles -- */
.btnNormalS, .btnNormalM, .btnNormalL, .btnNormalXL, .btnNormalXXL, .btnNormalXXXL, .btnNormalHuge,
.btnHighlightS, .btnHighlightM, .btnHighlightL, .btnHighlightXL, .btnHighlightXXL, .btnHighlightXXXL, .btnHighlightHuge, 
.btnWarnS, .btnWarnM, .btnWarnL, .btnWarnXL, .btnWarnXXL, .btnWarnXXXL, .btnWarnHuge
{
	border: none; 	
		
	font-size: 9pt;	
	font-weight: bold;	
	text-decoration: none;
	text-align: center;	
	
	cursor:pointer;		
}

.btnInactiveS, .btnInactiveM, .btnInactiveL, .btnInactiveXL, .btnInactiveXXL, .btnInactiveXXXL, .btnInactiveHuge
{
	border: none; 	
		
	font-size: 9pt;	
	font-weight: bold;	
	text-decoration: none;
	text-align: center;		
}

.btnNormalS, .btnNormalM, .btnNormalL, .btnNormalXL, .btnNormalXXL, .btnNormalXXXL, .btnNormalHuge, 
.btnHighlightS, .btnHighlightM, .btnHighlightL, .btnHighlightXL, .btnHighlightXXL, .btnHighlightXXXL, .btnHighlightHuge
{
	color: #3F3F3F;
}

.btnWarnS, .btnWarnM, .btnWarnL, .btnWarnXL, .btnWarnXXL, .btnWarnXXXL, .btnWarnHuge
{
	color: #FFFFFF;
}

.btnInactiveS, .btnInactiveM, .btnInactiveL, .btnInactiveXL, .btnInactiveXXL, .btnInactiveXXXL, .btnInactiveHuge
{
	color: #C0C0C0;
}

.btnNormalS, .btnHighlightS, .btnWarnS, .btnInactiveS
{
	width: 60px;
	height: 24px;
	line-height: 23px;			
}

.btnNormalM, .btnHighlightM, .btnWarnM, .btnInactiveM
{
	width: 82px;
	height: 24px;
	line-height: 23px;			
}

.btnNormalL, .btnHighlightL, .btnWarnL, .btnInactiveL
{
	width: 102px;
	height: 24px;
	line-height: 23px;			
}

.btnNormalXL, .btnHighlightXL, .btnWarnXL, .btnInactiveXL
{
	width: 122px;
	height: 24px;
	line-height: 23px;			
}

.btnNormalXXL, .btnHighlightXXL, .btnWarnXXL, .btnInactiveXXL
{
	width: 154px;
	height: 24px;
	line-height: 23px;			
}

.btnNormalXXXL, .btnHighlightXXXL, .btnWarnXXXL, .btnInactiveXXXL
{
	width: 184px;
	height: 24px;
	line-height: 23px;			
}


.btnNormalHuge, .btnHighlightHuge, .btnWarnHuge, .btnInactiveHuge
{
	width: 226px;
	height: 36px;
	line-height: 35px;			
}

.btnNormalS
{
	background: url(../Images/btn_normal_s.png);	  
}

.btnNormalM
{
	background: url(../Images/btn_normal_m.png);	  
}

.btnNormalL
{
	background: url(../Images/btn_normal_l.png);	  
}

.btnNormalXL
{
	background: url(../Images/btn_normal_xl.png);	  
}

.btnNormalXXL
{
	background: url(../Images/btn_normal_xxl.png);	  
}

.btnNormalXXXL
{
	background: url(../Images/btn_normal_xxxl.png);
}

.btnNormalHuge
{
	background: url(../Images/btn_normal_huge.png);	  
}

.btnHighlightS
{
	background: url(../Images/btn_highlight_s.png);	  
}

.btnHighlightM
{
	background: url(../Images/btn_highlight_m.png);	  
}

.btnHighlightL
{
	background: url(../Images/btn_highlight_l.png);	  
}

.btnHighlightXL
{
	background: url(../Images/btn_highlight_xl.png);	  
}

.btnHighlightXXL
{
	background: url(../Images/btn_highlight_xxl.png);	  
}

.btnHighlightXXXL
{
	background: url(../Images/btn_highlight_xxxl.png);
}

.btnHighlightHuge
{
	background: url(../Images/btn_highlight_huge.png);	  
}

.btnWarnS
{
	background: url(../Images/btn_warn_s.png);	  
}

.btnWarnM
{
	background: url(../Images/btn_warn_m.png);	  
}

.btnWarnL
{
	background: url(../Images/btn_warn_l.png);	  
}

.btnWarnXL
{
	background: url(../Images/btn_warn_xl.png);	  
}

.btnWarnXXL
{
	background: url(../Images/btn_warn_xxl.png);	  
}

.btnWarnXXXL
{
	background: url(../Images/btn_warn_xxxl.png);
}

.btnWarnHuge
{
	background: url(../Images/btn_warn_huge.png);	  
}

.btnInactiveS
{
	background: url(../Images/btn_inactive_s.png);	  
}

.btnInactiveM
{
	background: url(../Images/btn_inactive_m.png);	  
}

.btnInactiveL
{
	background: url(../Images/btn_inactive_l.png);	  
}

.btnInactiveXL
{
	background: url(../Images/btn_inactive_xl.png);	  
}

.btnInactiveXXL
{
	background: url(../Images/btn_inactive_xxl.png);	  
}

.btnInactiveXXXL
{
	background: url(../Images/btn_inactive_xxxl.png);
}

.btnInactiveHuge
{
	background: url(../Images/btn_inactive_huge.png);	  
}

.btnTag
{
	color: #D5440D;  		
	border: none; 	
		
	font-family: Trebuchet MS, Sans-Serif;
	font-size: 18px;	
	font-weight: bold;	
	text-decoration: none;
	text-align: center;	
	
	cursor:pointer;	
  
	background: url(../Images/btn_tag.png);	 	
	width: 60px;
	height: 35px;
	line-height: 36px;		
}

.btnLink
{
	font-family: Arial, Sans-Serif;
	font-size: 8pt;	
	text-decoration: none;
	line-height: 22px;	
}

.btnLink A:link, .btnLink A:visited
{
	text-decoration: none;
	color: #D5440D;			
}

.btnLink A:hover
{
	text-decoration: underline;	
	color: #D5440D;		
}

.clrDark .btnLink:visited, .barDark .btnLink:visited, .boxDark .btnLink:visited,
.clrDark .btnLink:link, .barDark .btnLink:link, .boxDark .btnLink:link,
.clrDark .btnLink:hover, .barDark .btnLink:hover, .boxDark .btnLink:hover
{
	color: #FFFFFF;
}

/* table styles */
.lstSimple 
{
	border-left: 1px solid #FFFFFF;	
	border-right: 1px solid #FFFFFF;		
}

.boxPale .lstSimple, .boxLight .lstSimple, .boxMedium .lstSimple, .boxDark .lstSimple, 
.boxWarnLight .lstSimple, .boxWarnDark .lstSimple, .boxForm .lstSimple, .boxHighlight .lstSimple
{
	border-left: none;	
	border-right: none;			
}

.lstTitleSimple
{
	font-size: 10pt;
	font-weight: bold;
		
	color: #FFFFFF;  
	background: #EC7404;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
		
	box-sizing: border-box;
	-moz-box-sizing: border-box;	
}

.lstHeaderSimple
{
	font-size: 8pt;
	font-weight: bold;
		
	color: #3F3F3F;  
	background: #D9DADB;

	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;	
}

.lstCellSimple
{
	font-size: 8pt;

	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;

	box-sizing: border-box;
	-moz-box-sizing: border-box;	
}

.boxPale .lstTitleSimple, .boxLight .lstTitleSimple, .boxMedium .lstTitleSimple, .boxDark .lstTitleSimple, 
.boxWarnLight .lstTitleSimple, .boxWarnDark .lstTitleSimple, .boxForm .lstTitleSimple, .boxHighlight .lstTitleSimple,
.boxPale .lstHeaderSimple, .boxLight .lstHeaderSimple, .boxMedium .lstHeaderSimple, .boxDark .lstHeaderSimple, 
.boxWarnLight .lstHeaderSimple, .boxWarnDark .lstHeaderSimple, .boxForm .lstHeaderSimple, .boxHighlight .lstHeaderSimple,
.boxPale .lstCellSimple, .boxLight .lstCellSimple, .boxMedium .lstCellSimple, .boxDark .lstCellSimple, 
.boxWarnLight .lstCellSimple, .boxWarnDark .lstCellSimple, .boxForm .lstCellSimple, .boxHighlight .lstCellSimple
{
	border-top: none;	
	border-bottom: 2px solid #FFFFFF;			
}

/*
.lstTable
{
	border: 1px solid transparent;	
} */


.lstTitleTable
{
	font-size: 10pt;
	font-weight: bold;
		
	color: #FFFFFF;  
	background: #EC7404;
	border: 1px solid #FFFFFF;
		
	box-sizing: border-box;
	-moz-box-sizing: border-box;	
}

.lstHeaderTable
{
	font-size: 8pt;
	font-weight: bold;

	color: #3F3F3F;  
	background: #D9DADB;
	border: 1px solid #FFFFFF;

	box-sizing: border-box;
	-moz-box-sizing: border-box;	  
}

.lstCellTable
{
	font-size: 8pt;
			
	/* color: #3F3F3F;
	background: #ECECEC; */
	border: 1px solid #FFFFFF;		
						
	box-sizing: border-box;
	-moz-box-sizing: border-box;	  
}

.lstCellSimple A:link, .lstCellTable A:link
{
	font-weight: bold;
	text-decoration: none;  
	color: #EC7404;		    
}

.lstCellSimple A:visited, .lstCellTable A:visited
{
	font-weight: bold;  
	text-decoration: none;  
	color: #EC7404;		    
}

.lstCellSimple A:hover, .lstCellTable A:hover
{
	font-weight: bold;  
	text-decoration: underline;  
	color: #EC7404;		    
}

.lstHeaderSimple A:link, .lstHeaderTable A:link
{
	font-weight: bold;
	text-decoration: none;  
	color: #3F3F3F;		    
}

.lstHeaderSimple A:visited, .lstHeaderTable A:visited
{
	font-weight: bold;  
	text-decoration: none;  
	color: #3F3F3F;
}

.lstHeaderSimple A:hover, .lstHeaderTable A:hover
{
	font-weight: bold;  
	text-decoration: underline;  
	color: #3F3F3F;
}

.lstSortAsc, .lstSortDesc, .lstSortNone 
{
	float:right;
	width: 16px;
	height: 16px;
}

.lstSortAsc
{
	background: url(../Images/lst_public_sort_asc.png);	    
}

.lstSortDesc
{
	background: url(../Images/lst_public_sort_desc.png);	    
}

.lstSortNone
{
	background: url(../Images/lst_public_sort_none.png);	    
}


/* -- body text styles -- */
.txtBodyNormal 
{
  font-size: 8pt;
}

.txtBodyStrong
{
  font-size: 8pt;
  font-weight: bold;  
}

.txtBodyNote 
{
  font-size: 8pt;
  font-style: italic;
}

.txtBodyTiny
{
  font-size: 7pt;
}

.txtBodyTinyStrong
{
  font-size: 7pt;
  font-weight: bold;
}

.txtBodyHighlight
{
  font-size: 8pt;
  
  color: #EC7404;
}

.txtBodyWarn
{
  font-size: 8pt;
  font-weight: bold;  
  color: #EF3834;
}

.txtBodyLarge
{
  font-size: 10pt;
  font-weight: bold;  
}

.txtBodyHelp
{
  font-size: 8pt;
  color: #7F7F7F;
}

.txtBodyNormal A:link, .txtBodyStrong A:link,
.txtBodyNote A:link, .txtBodyTiny A:link, .txtBodyHighlight A:link, .txtBodyLarge A:link
{	  
  text-decoration: none;  
  color: #EC7404;	  
}

.txtBodyNormal A:visited, .txtBodyStrong A:visited,
.txtBodyNote A:visited, .txtBodyTiny A:visited, .txtBodyHighlight A:visited, .txtBodyLarge A:visited
{	  
  text-decoration: none;  
  color: #EC7404;	  
}

.txtBodyNormal A:hover, .txtBodyStrong A:hover,
.txtBodyNote A:hover, .txtBodyTiny A:hover, .txtBodyHighlight A:hover, .txtBodyLarge A:hover
{	  
  text-decoration: underline;  
  color: #EC7404;	  
}


/* -- title styles -- */
.txtTitleHeading
{
  font-size: 12pt;
  font-weight: bold;
  
  color: #EC7404;	      
}

.txtTitleSubhead
{
  font-size: 10pt;
  font-weight: bold;  
}

.txtTitleSubheadHighlight
{
  font-size: 10pt;
  font-weight: bold;
  
  color: #EC7404;	        
}

/* -- text list styles -- */
.tlHeader 
{
  margin-top: 0px;
  margin-right: 0px;
}

.tlItem 
{
  margin:0px 0px 8px 0px;
  padding: 0px;
}

/* -- info dialog styles -- */
.idHdr
{
	background: url(../Images/gd_header2.png) top right repeat-x;
}

.idHdr0
{
	width:300px;
	height:18px;
	background: url(../Images/gd_header0.png) top right no-repeat;
}

.idHdr1
{
	width:142px;
	height:85px;
	background: url(../Images/gd_header1.png) top right no-repeat;
}

/* -- header styles -- */
.treeSelected
{
	float:left;
	clear:both;
	height:18px;
	line-height: 18px;
	background: url(../Images/tree_selected.png) center left no-repeat;
	
	padding-left:18px
}

.treeNotSelected
{
	float:left;	
	clear:both;	
	height:18px;
	line-height: 18px;	
	background: url(../Images/tree_not_selected.png) center left no-repeat;
	
	padding-left:18px	
}

/* -- calendar styles -- */

.cldr 
{
	font-family: Arial, Sans-Serif;
	font-size: 8pt;	
	font-weight: normal;  
	
	color: #999999;
	border-collapse: collapse;
	border: 1px solid #CCCCCC;  
	
	empty-cells: show;
	margin-bottom: 6px;
}

.cldrNone
{	  
	background: #FFFFFF;  
	border: 1px solid #CCCCCC;  
}

.cldrPast
{	  
	background: #AFAFAF;  
	border: 1px solid #CCCCCC;  
}

.cldrWorkday
{	  
	background: #D9E9FD;  
	border: 1px solid #CCCCCC;    
}

.cldrWeekend
{	  
	background: #FFE1E1;  
	border: 1px solid #CCCCCC;  
}

.cldrHoliday
{	  
	background: #E1FBCA;  
	border: 1px solid #CCCCCC;    
}

.cldrSelected
{	
	font-weight: bold;
	color: #F04E11;
	background: #FFFFFF;  
	border: 2px solid #F04E11;  
}

.cldrNone A:link, .cldrWorkday A:link, .cldrWeekend A:link, .cldrHoliday A:link,
.cldrNone A:visited, .cldrWorkday A:visited, .cldrWeekend A:visited, .cldrHoliday A:visited
{
  color: #F04E11;
  font-weight: bold;
  text-decoration: none;  
}

.cldrNone A:hover, .cldrWorkday A:hover, .cldrWeekend A:hover, .cldrHoliday A:hover
{
  color: #F04E11;
  font-weight: bold;  
  text-decoration: underline;  
}

/*-- applet styles --*/
.appTitleUnderline
{
	background: #FB8404;
	height: 2px;
	font-size: 1px;
	margin-bottom: 5px;
}

.navigation .tabActive 
{
    background-color: #FFFFFF;
    border: 1px solid #EE7402;
    border-bottom: none;
    color: #EC7404;
    margin: 0;
    padding: 4px;
    text-align: center;
}

.navigation .tabInactive, .navigation .tabDisabled 
{
    background-color: #D9DADB;
    border: none;
    border-right: 1px solid #FFFFFF; 
    border-bottom: 1px solid #EE7402; 
    color: #FFFFFF;
    margin: 0;
    padding: 4px;
    text-align: center;
}

.navigation .tabInactive a:hover 
{
    color:#FFFFFF;
    text-decoration:underline;
}
.navigation .tabInactive a:link, .tabInactive a:visited 
{
    color:#FFFFFF;
}

.navigation .txtBodyNote 
{
    color: #D9DADB;
    font-style: normal;
}

.navigation .txtBodyNormal 
{
    padding: 2px 10px 2px 10px;
    border-left: 1px solid #EE7402;
}

.navigation .titles
{
    border-left: 1px solid #EE7402;
}