@import url(nav.css);
@import url(buttons.css);
@import url(hyperlinks.css);
@import 'https://fonts.googleapis.com/css?family=Lato';

/* Reset definitions not included in Ext's version. */
table { border-spacing: 0; border-collapse:collapse; }
/* End Reset */

html{
	overflow-y:scroll; /* [kellyke] always show scrollbars to prevent the 'jump' when the page changes length */
}
body{ /* Set the global font size at the body element */
	/*font: .8em/1.2em Trebuchet MS, Trebuchet, serif; */ 
	color: #434343;
	background: #FFFFFF;
}
pre { font-family:Lato; }
#body{
	width:100%;
	overflow:hidden;
}
#dummyFocusField
{
    width:0px;
    height:0pc;
    border:none;
	display: none;
}
.infobar .x-panel-body{
	background-color: #558ed5;
	text-align: center;
	width: 100%;
}
.infobar .infobarMessage{
	background: url("../images/loadingIco.gif") no-repeat 2px 0px;
	color: #ffffff;
	margin: 4px 0px 4px 0px;
	padding: 4px 0px 4px 0px;
	width: 200px;
	text-indent: 17px;
	margin-left: auto;
	margin-right: auto;
}
#loadingMask{
	width: 100%;
	height: 100%;
	background: #404040;
	position: fixed;
	z-index:19000;
	left:0;
	top:0;
	-moz-opacity:0.0;
	opacity:0.0;
	filter:alpha(opacity=0);
}
#loadingMessage{
	width: 37px;
	height: 37px;
	background: url("../images/loadingIndicatorBg.png") no-repeat left top;
	color: #FFFFFF;
	padding: 13px 0px 0px 13px;
}
#loadingMessage #loadingText{
	margin-left: 65px;
	display:none;
}
a:link, a:visited, a:active{
	color: #8f2f52;
}
a:hover{
	text-decoration: none;
}
h1, h2{
	width: 100%;
	color: #558ed5;
	margin: 10px 0px;
}
h1{
	font-size: 1.3em;
	font-family: Lato, sans-serif;
	font-weight: normal;
}
h2{
    color:#00AFA9; 
    font-size:11pt;
    font-family: Lato, sans-serif;	
    font-weight:bold;
    padding-top:30px;
    padding-bottom:2px; 
    border-bottom: 1px solid #C6C6C6;	
	width:95%;
    margin:5px 5px;
    line-height:20px;
	text-transform: uppercase;
}
h2 .section                                                       captionIcon{
	float:left;
	margin-right:5px;
}
h2.empty                                                       caption{
	border-bottom: none;
}

p { margin: 10px 0px 10px 0px; }

#wrapper{ /* Set the page width */
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
#banner{ /* Banner div */
	width: 100%;
	height: 95px;
	position:relative;
	background: #ffffff url("../images/banner.png") no-repeat left top;
	margin-bottom:10px;
}
#innerheader{
	width:100%;
	overflow:hidden;
}
#innerfooter{
	float:right;
	padding-right:33%;
	margin:auto;
	overflow:hidden;
}
#formContent.details{
	height: 500px;
	
}
/* #innerrightpanel {
  width: 212px;
} */
#productNavigationDiv{
	position:absolute;
	top:5px;
	left:210px;
	width:390px;
}
#productNavigationDiv a{
    float:left;
    color:#323232;
}
#quickSearch{
	position: absolute;
	right: 10px;
	font-size: .85em;
}
#quickSearchLabel{
	width:75px;
	float:left;
	padding-top:3px;
}
#searchLabel{
	width:60px;
	float:left;
	padding-top:3px;
}
#searchIsLabel{
	width:12px;
	float:left;
	padding-left:3px;
	padding-top:3px;
}
#searchUsingLabel{
	width:35px;
	float:left;
	padding-left:3px;
	padding-top:3px;
}
#quickSearch input{
	font-size: .9em;
}
#quickSearch select{
	font-size: .9em;
}
#quickSearch #id_quickSearch{
	position: relative;
	top: 4px;
}
#specialactions{
	position:absolute;
	top:35px;
	right:10px;
	height: 24px;
        display:None;
}
#specialactions a{
	height:24px;
	float: left;
	margin-right:5px;
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
}
.specialActionLeft, .specialActionMiddle, .specialActionRight { cursor:hand; }
.specialActionLeft{
	background: url("../images/specialActionsSprite.png") no-repeat left top;
	width:5px;
	height:24px;
	float:left;
}
.specialActionMiddle{
	background: url("../images/specialActionsSprite.png") repeat-x left -24px;
	padding:4px 3px 0px 3px;
	height:20px;
	float:left;
}
.specialActionRight{
	background: url("../images/specialActionsSprite.png") no-repeat right -48px;
	width:5px;
	height:24px;
	float:left;
}
#specialactions a img{
	float:left;
	margin-right:3px;
}
#specialactions a span{
	display:block;
	float:left;
}
#productNavigationDiv a{
	padding:0px 0px 0px 20px;
	margin: 0px 20px 0px 0px;
	height:16px;
	text-decoration:none;
}
#productNavigationDiv a:hover{
	text-decoration:underline;
}
#productNavigationDiv .pasLink{
	background: url("../images/icons/script.png") no-repeat left top;
}
#productNavigationDiv #Billing{
	background: url("../images/icons/creditcards.png") no-repeat left top;
}
#productNavigationDiv #id_LogOut{
	background: url("../images/icons/lock_open.png") no-repeat left top;
}
#productNavigationDiv #Party{    
	background: url("../images/icons/script.png") no-repeat left top;
	/*display:none;*/
}
#formContent{
	margin: 0px 0px 0px 0px;
	/* width:100%; */
	overflow:hidden;
}


/* The next 3 styles define the page title and instructions at the top of each page */
#pageTop{ /* The surrounding div */
	width: 100%;
    overflow:hidden;
}
#pageTitle{ /* The page title */
	font-size: 1.5em;
	line-height:1.5em;
	color: #484843;
}
#pageInst{ /* The instructional text */
	line-height: 1.6em;
}


.instItems{ /* Use for individual div's defined inside the instruction to allow for spacing */
	padding: 2px;
}


#supportIcons{ /* Supporting icon navigation */
	width: 96px;
	height: 23px;
	position: relative;
	left: 639px;
	top: -20px;
}
#currentSystemDate{	
	padding: 5px 0px 4px 20px;
	background: url(../images/icons/calendar_view_day.png) no-repeat left center;
	width: 600px;
	overflow:hidden;
	font-style: italic;
	clear:both;
}
#buildChangePasswordDialog, #batchProcessJobList, #mainBody{
	width: 745px;
}
#batchProcessJobList{
	float:left;
}
#batchJobList{
	width:100%;
}
#billingAgencyActiveSection{
	width: 200px;
	height: 125px;
	float: left;
	background: url("../images/moduleActiveSession.png") no-repeat left top;
	clear: both;
	font-size: .9em;
	margin: 0px 0px 20px 0px;
}
#activeAccount{
	width:100%;
	overflow:hidden;
}
#activeAccountNameId{
	font-size: 1.1em;
	font-weight: bold;
	color: #434343;
	margin: 12px 3px 0px 30px;
}
#activeAccountReferenceId{
	font-size: 0.9em;
	color: #787878;
	margin: 2px 3px 2px 30px;
}
#activeAccountStatusId{
	font-size: 0.8em;
	color: #787878;
	font-style: italic;
	margin: 2px 3px 2px 30px;
}
#agencyChangeReceivableContact{
	font-size: 1em;
	color: #525552;
	margin: 7px 3px 5px 7px;
}
#agencyReceivableContactId, #agencyReceivableContactMainPhone, #agencyReceivableContactFaxPhone, #agencyReceivableContactEmailAgency{
	font-size: 1em;
	color: #525552;
	margin: 2px 3px 2px 10px;
}


/* Start left collapsible */
#accountInformationArea, #policyInformationArea{
	width: 100%;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	font-size: .8em;
}
.billingContact{
	padding: 3px 0px 5px 0px;
}
.billingContactName, .billingContactAddress,.billingContactCityStateZip, .billingContactPhone, .billingChangeRole, .billingContactEmail{
	padding: 2px 0px 2px 0px;
}
.scheduleHistoryEventTitle{
	font-weight: bold;
}
.scheduleHistoryEventLink{
	margin-left: 10px;
	margin-bottom: 5px;
}
/* end left collapsible */


#footer{ /* Footer div */
	width: 100%;
	overflow:hidden;
	min-height: 50px;
	background: #484843 url("../images/footer.gif") no-repeat right;
	border-top: 10px #bdbebd solid;
	color: #FFFFFF;
}


/*Standard form element table styles*/
.formTbl{
	width: 100%;
	margin: 10px 0px 0px 0px;
}
.formTbl td{
	padding-bottom: 10px;
}
.formTbl .detailsLabel{
	font-weight: bold;
}


/*Standard data table styles*/
.displayTbl{
	width: 100%;
	border: 1px solid #525552;
}
.displayTbl input, .displayTbl select{
	font-size: 1em;
}
.displayTblTitle{
	padding: 6px 0px 6px 6px;
	background: #484843;
	font-size: .9em;
	font-weight: bolder;
	color: #ffffff;
	clear: both;
}
.displayTblHdr td{
	background: #e3e1e1;
	padding: 5px;
	font-weight: bold;
	font-size: .9em;
}
.displayTblRow td{
	background: #f4f4f4;
	padding: 5px;
	height: 13px;
	font-size: .9em;
}
.displayTblFooter{
	min-height: 12px;
	padding: 6px;
	color: #ffffff;
	background: #484843;
	font-size: .9em;
	text-align: left;
	border: 1px solid #484843;
	border-top: 0px;
	margin: 0px 0px 10px 0px;
}
/*End standard data table styles*/


.toggleHeader{/* Toggle header */
	font-size: 1.1em;
	font-weight: bold;
	color: #558ed5;
	margin: 10px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	clear: both;
	border-bottom: 0px solid #83A6D3;
	height: 25px;
	background: transparent url(../images/toggleHeaderUp.gif) no-repeat left top;
	cursor: pointer;
	width:100%;
}
.toggleHeaderPopup{/* Toggle header */
	font-size: 1.1em;
	font-weight: bold;
	color: #558ed5;
	margin: 10px 0px 5px 0px;
	padding: 0px 10px 0px 0px;
	clear: both;
	border-bottom: 0px solid #83A6D3;
	height: 25px;
	background: transparent url(../images/toggleHeaderUp.gif) no-repeat left top;
	cursor: pointer;
}
.toggleHeaderInner{
    margin-left:10px;
    height:19px;
    padding:5px 0px 2px 0px;
    background:transparent url(../images/toggleHeaderUp.gif) no-repeat right top;
}
.toggleHeaderNoHover{ /* Header that does not toggle */
	font-size: 1.1em;
	font-weight: bold;
	color: #558ed5;
	margin: 5px 0px 5px 0px;
	padding: 1px 0px 3px 0px;
	clear: both;
	border-bottom: 1px solid #83A6D3;
}
.toggleDivContainer{ /* Div that is toggled */
	border: none;
}
.billingActivityList{
	clear: both;
}

.textAlignedRight{text-align: right;}
.textAlignedCenter{text-align: center;}

/* Alerts */
.notificationDiv{
	clear: both;
	margin-bottom: 15px;
	padding: 10px 0px 0px 0px;
	background: url(../images/msgBoxConfirm.png) no-repeat left top;
}

.nWarn { background: url(../images/msgBoxWarn.png) no-repeat left top; }
.nError { background: url(../images/msgBoxError.png) no-repeat left top; }

.notificationIcon{
	width: 16px;
	height: 16px;
	float: left;
	margin: 1px 5px 0px 0px;
	background: url(../images/icons/accept.png) no-repeat left top;
}
.nWarn .notificationIcon{
	background: url(../images/icons/error.png) no-repeat left top;
}
.nError .notificationIcon{
	background: url(../images/icons/exclamation.png) no-repeat left top;
}
.InformationDiv{
	padding: 0px 10px 10px 10px;
	color: #000000;
	font-size: 1em;
	line-height: 1.5em;
	background: url(../images/msgBoxConfirm.png) no-repeat left bottom;
}
.nWarn .InformationDiv{
	background: url(../images/msgBoxWarn.png) no-repeat left bottom;
}
.nError .InformationDiv{
	background: url(../images/msgBoxError.png) no-repeat left bottom;
	color: #FFFFFF;
}
.notificationDiv A{
	text-decoration: underline;
}
#messageNote{
	width: 524px;
	height: 23px;
	font-size: .9em;
	color: #000000;
	font-style: italic;
	padding: 11px 0px 0px 30px;
	margin: 15px 0px 5px 0px;
	background: url(../images/messageNoteBk.png) no-repeat left top;
}
#displayTotalAmount, #displayTotalTextId, #displayTotalRemAmount, #displayTotalRemainingTextId{
	float: left;
	margin-right: 5px;
}
#displayTotalRemainingTextId{
	padding-right: 15px;
	background: url(../images/icons/asterisk_yellow_small.png) no-repeat right top;
}
.instText{
	margin: 10px 0px;
	padding: 10px 10px 8px 23px;
	background: #f1f1f1 url("../images/icons/asterisk_yellow_small.png") no-repeat 10px center;
	font-style: italic;
	border: 1px dotted #d1cdcd;
	float: left;
	font-size: .9em;
	clear: both;
}


/* Poisition Elements */
.depositedBatchList{
	clear: both; 
	padding-top: 10px;
}

#mainQuoteList { clear: both; }


#accountPolicyNameGroup { padding-top:10px; float:left;}
#accountPolicyNameGroup .downBeforeFormLabel{ width:200px; }
#batchPaymentActionButtons { padding-top:20px; float: left; width:100%;}
#paymentOptionsUnidentified { float: left; clear: left; }
#disbursementActions { padding-top:20px; }
.printJobListItemActions li { float: left; }

#fields{
	/* width:100%;
	overflow:hidden; */
	width:70%;
  /*   border-right: 1px solid gray; */
   /*  padding: 1em; */
    overflow: hidden;
	}

.styleWithPanels, .styleWithOutPanels { 
float:left ;
width: auto; 
overflow: hidden;
}
#balanceChartId { float:left; }

#agencyProducerFilterOptionsSection div #agencyField{
	float:left;
	margin-right:5px;
}
#transferPolicy{
  margin-top: 10px;
  margin-bottom: 10px;
}
#vieweditPolicyTermSettings{
  margin-top: 10px;
  margin-bottom: 10px;
}
#updateRenewalInformation{
  margin-top: 10px;
  margin-bottom: 10px;
}
#holdBillingPolicyTerm{
  margin-top: 10px;
  margin-bottom: 10px;
}
#rescindPolicy{
  margin-top: 10px;
  margin-bottom: 10px;
}


/* Common unidentified entry field placement */
#updateReference { clear:left; }


/* Search payment field placement */
#paymentSearchTbl{
	width: 100%;
	margin: 10px 0px 0px 0px;
}
#paymentSearchTbl td{
	padding-bottom: 10px;
}
#startDt{
	float:left;
	width: 155px;
}
#dateRangeTo{
	float:left;
	width:30px;
}
#endDt{
	float:left;
	width:20%;
}
#startAmt{
	float:left;
	width: 155px;
}
#amtRangeTo{
	float:left;
	width:30px;
}
#endAmt{
	float:left;
	width:20%;
}
#exactDt{
	float: left;
	clear: both;
}
#dateRangeFieldGroup{
	float: left;
	clear: both;
}
#exactAmt{
	float: left;
	clear: both;
}
#amtRangeFieldGroup{
	float: left;
	clear: both;
}

/* Agency bill items */
.billingAgencyDetailsAddress, .billingAgencyDetailsCityStateZip, .billingAgencyDetailsPhone{
	width: 128px;
	padding: 2px 0px 2px 5px;
}
#scheduledItemsList, #openItemsList, #closedMatchesList { clear:left; }
#openItemDateLabel{
	float:left;
	clear:none;
	width: 200px;
	margin-top: 5px;
}
#openItemsDateField{
	float: left;
	clear:none;
	width: 120px;
}
#filterActionGroup{
	float: left;
	clear:left;
	margin-bottom: 5px;
}
#statementRangeLabel{
	float:left;
	clear:none;
	width: 210px;
	margin-top: 15px;
}
#statementRangeField{
	float: left;
	clear:none;
	width: 200px;
	margin-top: 10px;
}
#agencyReferenceId{
	font-size: 1em;
	color: #525552;
	margin: 2px 3px 3px 45px;
}

.ledgerGroupLabel { margin-left: 5px; }
.scheduledItemsList, .openItemsList, .closedMatchesList  { font-size: 90%; }
#commentDescription { margin-top: 10px; }

.downFormField .radioGroup label span{
	top:2px;
}
#closedMatchesDateLabel{
	float:left;
	clear:none;
	width: 230px;
	margin-top: 5px;
}
#closedItemMatchesFromDateField{
	float: left;
	clear:none;
	width: 135px;
}
#closedItemMatchThroughLabelId{
	float: left;
	clear:none;
	width: 45px;
	margin-top:5px;
}
#closedItemMatchesThroughDateField{
	float: left;
	clear:none;
	width: 135px;
}

#backToPolicySummarySection { margin-top:10px; }

#promiseToPayListGroup{
	margin-top:10px;
	margin-left:10px;
}
#displayChartGroup{
	width : 100%;
	margin-bottom: 15px;
}
.displayChartItem{
	float:left;
	clear:none;
	width : 23%;
}
#popupCloseButton{
	margin-top: 15px;
	float:left;
	clear: both;
}
#moreOptionsGroupPanel{
	float:left;
	clear: both;
}
#batchJobList{
	float:left;
}
.ratingToolBar{
	position:fixed;
	left:auto;
	top:auto;
	right:30px;
	bottom:0px;
	width:175px;
}
.ratingToolBar > table{
	width:auto;
}
#ratemessages{
	width:100%;
	overflow:hidden;
}
#ratemessages h4{
	font-weight:bold;
}
#justMessages li{
	padding-left:26px;
	padding-top:0px;
	margin:10px 5px;
	color:#333333;
}
.rateMsgList li.rateFlag_comment{ background: transparent url("../images/icons/information.png") no-repeat left top; }
.rateMsgList li.rateFlag_refer{ background: transparent url("../images/icons/error.png") no-repeat left top; }
.rateMsgList li.rateFlag_ineligible{ background: transparent url("../images/icons/exclamation.png") no-repeat left top; }
.rateMsgList li.rateFlag_fail{ background: transparent url("../images/icons/flag_red.png") no-repeat left top; }

.rateMsgBody{
	padding:10px;
	background-color:#ffffff;
}
.rateMsgBody li{
	padding-left:26px;
	padding-top:0px;
	margin:15px 5px;
	color:#333333;
	font-family: Trebuchet MS, Trebuchet, serif;
}
p .documentationTitle{
	font-size:18px;
	line-height:24px;
}

.externalModule-leftPanel{
	margin:10px 0px;
	width:100%;
	overflow:hidden;
}

/* [kellyke Nov 12, 10] errors.css doesn't get applied to errors in most cases, so this is a workaround.  */
.errorsPage #main{
	width:100%;
}
.errorsPage .externalModule-leftPanel{
	display:none;
}
.errorsPage .nError{
	background:transparent none;
	border:1px solid #DDDDDD;
}
.errorsPage .nError .InformationDiv{
	color:#DD0000;
	background:transparent none;
}


.iWinSection { margin-bottom:10px; }

.iWinGroup{
	width:100%;
	overflow:hidden;
	padding:4px 0px;
	border-bottom:1px dotted #DADADA;
}
.i-paramName{
	float:left;
	clear:left;
	width:150px;
	font-weight:bold;
}
.i-paramVal{
	float:left;
	width:350px;
	color:#000000;
}

.iWinRightSection .i-paramName { width:100px; }
.iWinRightSection .i-paramVal { width:150px; }

.cutoffSection { margin-bottom:10px; }

.cutoffGroup{
	width:100%;
	overflow:hidden;
	padding:4px 0px;
	border-bottom:1px dotted #DADADA;
}
.cutoff-paramName{
	float:left;
	clear:left;
	width:100px;
	font-weight:bold;
}
.cutoff-paramVal{
	float:left;
	width:150px;
	color:#000000;
}

.OFlowIndicators{
	width:16px;
	height:16px;
	background:transparent url('../images/icons/exclamation.png') no-repeat left top;
	cursor:pointer;
	display:hidden;
	position:absolute;
}
.OFlowContent{
	position:absolute;
	display:hidden;
	background:transparent url('../images/cutoffOverlayYellorange.png') repeat left top;
}
.OFlowCutoff{
	position:absolute;
	display:hidden;
	background:transparent url('../images/cutoffOverlayRed.png') repeat left top;
}

.contentFieldGroup { margin:5px 0px; } 

#DCTDeveloperToolbarContainer { height:26px; }

.externalModule-leftPanel{
	width:100%;
	overflow:hidden;
}

.truncateWithDots{
	width:100%;
}
div.truncateWithDots > span{
	width:100%;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
}

label.truncateWithDots{
	min-height:18px;
	width:100%;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
}
TD>.truncateWithDots {
	width: inherit;
	white-space:nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
}

.hideOffset{
	position: absolute;
	top: -10000px;
	left: -10000px;
}



/* icon classes for ExtJS Windows and Panels */
.i_clipboard{ background: url(../images/icons/clipboard.png) no-repeat left 6px !important; }
.i_clock { background: url(../images/icons/clock.png) no-repeat left 6px !important; }
.i_bell { background: url(../images/icons/bell.png) no-repeat left 6px !important; }
.i_world { background: url(../images/icons/world.png) no-repeat left 6px !important; }
.i_chart_pie { background: url(../images/icons/chart_pie.png) no-repeat left 6px !important; }
.i_chart_pie_link { background: url(../images/icons/chart_pie_link.png) no-repeat left 6px !important; }
.i_user { background: url(../images/icons/user.png) no-repeat left 6px !important; }
.i_user_search { background: url(../images/icons/user_search.png) no-repeat left 6px !important; }
.i_page_white_star { background: url(../images/icons/page_white_star.png) no-repeat left 6px !important; }
.i_application_view_tile { background: url(../images/icons/application_view_tile.png) no-repeat left 6px !important; }
.i_application_view_list { background: url(../images/icons/application_view_list.png) no-repeat left 6px !important; }
.i_vcard { background: url(../images/icons/vcard.png) no-repeat left 6px !important; }


.i2_user { background: url(../images/icons/user.png) no-repeat left 0px !important; }
.i2_user_suit { background: url(../images/icons/user_suit.png) no-repeat left 0px !important; }
.i2_user_gray { background: url(../images/icons/user_gray.png) no-repeat left 0px !important; }
.i2_page_green { background: url(../images/icons/page_green.png) no-repeat left 0px !important; }

#currentInvoiceGroup { float:left;clear:both;}
#currentDueGroup {float:left;clear:both;}
#accountBalanceGroup {float:left;clear:both;}
#otherAmountGroup {float:left;clear:both;}
#refundToCheckGroup {float:left;clear:both;}
#refundToEFTGroup {float:left;clear:both;}
#suspenseActionButton {float:left;clear:both;}
#manuallyAllocateCheckbox {float:left;clear:both; margin-top: 20px; margin-bottom: 20px;}
#paymentAction {float:left;clear:both;}
#paymentReferenceGroup {float:left;clear:both;width: 100%}
#paymentDetails {float:left;clear:both;width: 100%}
#paging {width: 100%}







/*Umbrella breadcrumb selection*//*
#divCrumb
{
    display: inline;
    float: left;
    clear: both;
    width: 100%;
    font-family: Veradna, Helvetica, Tahoma;
    font-weight: bold;
    font-size: 11pt;
    height: 40px;
    background-color: #FFFFFF;
}
#divCrumb div
{
    display:inline-block;
}

.tabActive .Fst
{
    background-position: 0px -1px;
    height: 32px;
    background-image: url('../images/brdCrmb.png');
    background-repeat: no-repeat;
    width: 20px;
}

.tabActive .Mdl
{
    background-position: 0px -37px;
    height: 32px;
    background-image: url('../images/brdCrmb.png');
    background-repeat: repeat-x;
    min-width: 120px;    
    color: #FFFFFF;
    text-align: center;
}

.tabActive .Lst
{
    background-position: 0px -72px;
    height: 32px;
    background-image: url('../images/brdCrmb.png');
    background-repeat: no-repeat;
    width: 25px;
}


.tabInActive .Fst
{
    background-position: 0px -107px;
    height: 32px;
    background-image: url('../images/brdCrmb.png');
    background-repeat: no-repeat;
    width: 20px;
}
.tabInActive .Mdl
{
    background-position: 0px -144px;
    height: 32px;
    background-image: url('../images/brdCrmb.png');
    background-repeat: repeat-x;
    min-width: 120px;
    color: #333333;
    text-align: center;
}
.tabInActive .Lst
{
    background-position: 0px -181px;
    height: 32px;
    background-image: url('../images/brdCrmb.png');
    background-repeat: no-repeat;
    width: 25px;
}*/