/*BASIC FORMATTING*/  

body {
	behavior:url("csshover.htc");
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #010101;
	text-align:center;
	margin: 0;
	padding: 0;
	}
	
th, td, input, p, ol, ul, textarea { /*Standard font and size */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #010101;
	} 

a, a:visited { /*Standard blue for link text*/
	color: #1919B3;
	text-decoration: none !important;
	text-decoration: none; /* it is for ie6, because !important dosen't work in IE6 */
	cursor: pointer;
	}
	
a:hover { /*Underlines links when mouse hovers*/
	text-decoration: underline;
	}

img {
	margin:0;
	padding:0;
	border:0;
	}
   
.centeredImage {
	text-align:center;
    margin:0;
    padding:0;
    }

h3.dialogHead {
  padding-bottom:5px;
  text-align:center;
}

h3.instruction span.indent {
padding-left:0px;
margin: 10px 0 10px 0;
}


#faqContainer { /*Main container for a page*/
	width: 555px;
	margin: 10px auto 10px auto;
	text-align:left;
	padding: 10px;
	}

#faqHeader { /*popup header*/
	border-bottom: 3px solid #FF8F00;
	height: 33px;
	}
	
#faqPopup { 
	width: 545px;
	margin: 5px 0 0 0;
	border: 2px solid #FF8F00;
	}	

/*PAGE LAYOUTS*/

#container { /*Main container for a page*/
	width: 945px;
	margin: 10px auto 10px auto;
	text-align:left;
	padding: 10px;
    height:auto!important;
    }



#header { /*Standard header*/
	border-bottom: 3px solid #FF9900;
	min-height:46px;
    height:auto!important;
    height: 46px;
    margin-bottom: 8px;
    clear:both;
}

div.fabbLogo {
    margin: 10px 0 0 10px;
    height: 100%;
    /*float: left;*/
    /*display: inline;*/
}

h4.fabbLogo {
	font-size: 36px;
	padding: 3px 3px 0 3px;
}

/*2 column layout */

#leftcontent2 { /*Standard left side panel in a 2 column layout*/
	float: left;
	width: 160px;
	}

#rightcontent2 { /*Standard main panel in a 2 column layout*/
	width: 745px;
	margin: 5px 0 0 170px;
	border: 2px solid #FF8F00;
	padding: 0;
	}

.resultsTabs
height:44px;
margin-top:15px;
padding-left:50px;
}

#rightcontent2 .instruction {
  padding-left:8px;
	padding-bottom:5px;
}

/*3 column layout*/

#leftcontent3 { /*Standard left side panel in a 3 column layout*/
	float: left;
	width: 160px;
	text-align:left;
	color:#5A5644;
	}
#centercontent3_center { /*Standard main panel centered layout*/
	width: 540px;
	margin: 5px auto;
	padding:0 0 0px 20px;
	border: 2px solid #FF8F00;
	}
#centercontent3 { /*Standard main panel in a 3 column layout*/
	width: 535px;
	float:left;
	margin: 5px auto;
	padding:0 0 0px 21px;
	border: 2px solid #FF8F00;
	}

#centercontent3 .instruction {
  padding-left:0px;
}

a.centercontent3 {
  color: #1919b3;
	text-decoration: underline;
	cursor: pointer;
}

#centercontent3 h3 { /*Use for the Title in main content panel*/
	margin: 10px 0 0 0;
	color:#010101;
	font-family:Arial,Helvetica,sans-serif;
	font-size:13px;
}

#centercontent3 p { /*Use for the text paragraphs in main content panel*/
	margin: 10px 10px 5px 0;
	color:#010101;
	font-family:Arial,Helvetica,sans-serif;
	font-size:13px;
    text-align:left;
}


#centercontent3 li {
    font-size: 1.0em;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 0 0;
    padding: 0 10px 15px 10px;
    background: url(../images/blueBullet.gif) no-repeat left top;
    list-style-type: none;
    }

#rightcontent3 { /*Standard right panel in a 3 column layout*/
	float: right;
	width: 210px;
	color:#5A5644;
	}

#rightcontent3 li {
  font-size: 1.0em;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 0 5px;
	padding: 0 10px 15px 10px;
	background: url(../images/blueBullet.gif) no-repeat left top;
    text-align:left;
    }

#leftnav { /* bulleted leftnav list */
 	margin: 15px 0 0 0;
	padding: 0;
	list-style-type: none;
	}

#leftnav li {
  font-size: 1.0em;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 0 5px;
	padding: 0 10px 15px 10px;
	background: url(../images/blueBullet.gif) no-repeat left top;
    text-align:left;
    }

#leftnavSub { /* bulleted leftnav list */
 	margin: 15px 0 0 0;
	padding: 0;
	list-style-type: none;
}

#leftnavSub li {
  	font-size: 1.0em;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 0 5px;
	padding: 10px 10px 5px 5px;
	/*background: url(../images/blueBullet.gif) no-repeat left top;*/
	}

/*Buttons*/

a.squarebutton {
background: transparent url('../images/square-orange-left.gif') no-repeat top left;
display: block;
float: right;
font: normal 12px Arial; /* Change 12px as desired */
line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
height: 23px; /* Height of button background height */
padding-left:9px;
margin-right:10px;
color: #494949;
margin-top:10px;
text-decoration: none;
}

a:link.squarebutton, a:visited.squarebutton, a:active.squarebutton{
color: #494949; /*button text color*/
}

a.squarebutton span{
background: transparent url('../images/square-orange-right.gif') no-repeat top right;
display: block;
padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

a.squarebutton:hover{ /* Hover state CSS */
background-position: bottom left;
cursor:pointer;
text-decoration: none;
}

a.squarebutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
text-decoration: none;

}

a.greenbutton {
background: transparent url('../images/square-green-left.gif') no-repeat top left;
display: block;
float: right;
font: normal 12px Arial; /* Change 12px as desired */
line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
height: 23px; /* Height of button background height */
padding-left:9px;
margin-right:10px;
color: #494949;
/*margin-top:10px;*/
text-decoration: none;
}

a:link.greenbutton, a:visited.greenbutton, a:active.greenbutton{
color: #494949; /*button text color*/
}

a.greenbutton span{
background: transparent url('../images/square-green-right.gif') no-repeat top right;
display: block;
padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

a.greenbutton:hover{ /* Hover state CSS */
background-position: bottom left;
cursor:pointer;
text-decoration: none;
}

a.greenbutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
text-decoration: none;

}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}

a.smallbutton {
background: transparent url('../images/square-orange-left-small.gif') no-repeat top left;
display: block;
float: left;
font: normal 10px Arial; /* Change 12px as desired */
line-height: 12px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 20px) */
height: 20px; /* Height of button background height */
padding-left:8px;
color: #494949;
text-decoration: none;
}

a:link.smallbutton, a:visited.smallbutton, a:active.smallbutton{
color: #494949; /*button text color*/
}

a.smallbutton span{
background: transparent url('../images/square-orange-right-small.gif') no-repeat top right;
display: block;
padding: 4px 8px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

a.smallbutton:hover{ /* Hover state CSS */
background-position: bottom left;
cursor:pointer;
}

a.smallbutton:hover span{ /* Hover state CSS */
background-position: right bottom ;
color:#000000;
}

#faq { /*bulleted faq list */
 	margin: 0;
	padding: 0;
	list-style-type: none;
	}

#faq li {
  	font-size: 1.0em;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 0 5px;
	padding: 0 10px 15px 10px;
	background: url(../images/orangeBullet.gif) no-repeat left top;
	}

ul.indexRightSide { /*bulleted lists on index list */
 	margin: 0;
	padding: 0;
	list-style-type: none;
	}

ul.indexRightSide li {
  	font-size: .95em;
	font-family: Arial, Helvetica, sans-serif;
	padding-left:10px;
	margin-bottom:3px;
	background: url(../images/orangeBullet.gif) no-repeat left top;
	}

#leftcontent3 h3 {
	font: bold 1.3em Arial, Helvetica, sans-serif;
	margin: 15px 0 10px 0;
	padding: 0;
	}

#rightcontent3 h3 {
	font: bold 1.3em Arial, Helvetica, sans-serif;
	margin: 10px 0 10px 0;
	padding: 0;
	text-align:center;
	}

.answers { /* faq dynamic display answers */
	display: none;
 	margin: 10px 0 0 0;
	padding: 0;
	}

.answers p {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0;
	padding: 0;
	color: #010101;
	}

#centercontent3 h2, #rightcontent2 h2 { /*Use for the Title in main content panel*/
	margin: 20px 0 20px 0;
	padding: 0;
	font-size: 1.8em;
	text-align: center;
	color: #1919B3;
	}



#centerPoints { /* bulleted leftnav list */
 	margin: 0;
	padding: 0;
	list-style-type: none;
	}

#centerPoints li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #010101;
	margin: 0 0 0 5px;
	padding: 0 15px 15px 15px;
	background: url(../images/orangeArrow.gif) no-repeat left top;
	}


.headernavtext { /*For links on top of page*/
	font-family: "Arial";
	font-size: 1.2em;
	text-align: right;
	padding: 0 10px 0 0;
	color: #010101;
    float: right;
    display: inline;
}

.maincontenttitle { /*Use for the Title in main content panel*/
	padding: 0px 0 0 0;
	font-size: 1.8em;
	text-align: center;
	color: #1919B3;
	}

.logo { /*Use for the logo in the header*/
	font-size: 2.3em;
	color: #B37D00;
	padding-left: 10px;
	}

.smallText {
	font-size:.90em;
	}

.smallText75p {
	font-size:.75em;
	}

	/*for the jcarosel savings tab*/

.savingsDivL1 {
text-align:left;
padding-left:70px;
padding-top:10px;
}

.savingsSpanL1 {
padding-left:224px;
}

.savingsSpanL2 {
padding-left:46px;
}

.savingsSpanL3 {
padding-left:191px;
}

.savingsSpanL4 {
padding-left:57px;
}

/*TABLE FORMATTING */

table.continue { /* form content table on Step 3 page */
 width:98%;
	}

td.backLink {
  padding-left:1px;
	padding-bottom:5px;
}

table.step2 { /* form content table on Step 2 page */
	border-collapse: collapse;
	margin: 0 25px 5px 0px;
	}

table.step2 td {
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	padding: 8px;
	vertical-align: top;
	color:#333333;
	}

	table.step2 a.smallText {
font-size:0.9em;
color:#1919b3;
text-decoration: underline;
cursor:pointer;
}

table.step3 { /* form content table on Step 3 page */
	border-collapse: collapse;
	border:2px #a4a4f5 solid;
	margin-left: 2px;
	margin-right:20px;

	}



table.step3 td {
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	padding: 5px 5px 5px 15px;
	vertical-align: top;
	text-align:left;
	color:#333333;
	}

table.step3 tr.header {
 	background-color:#ededf5;
	padding: 20px 0 0 0;
	text-align:left;
	color:#333333;
}

table.step3 a.smallText {
font-size:0.9em;
color:#1919b3;
text-decoration: underline;
cursor:pointer;
}

table.step3 tr.header td {
	vertical-align: bottom;
	border-top:2px solid #a4a4f5;
	border-bottom:2px solid #a4a4f5;
	padding:5px;
 }

table.step4TopData { /* top content table on Step 4 page */
	border-collapse: collapse;
	margin: 0;
	width:220px;
	}

table.step4TopData td {
	padding: 3px;
	vertical-align: top;
	font-size:.80em;
	text-align: left;
	}

table.step4 td.otherAccts {
	height:90px;
	}

table.step5FirstColumn {
  margin-left:20px;
}

table.step5FirstColumn td.step5Align1{
  padding-left:10px;
}

table.step5FirstColumn td.step5Align2{
  padding-left:20px;
}

table.step5 { /* content table on Step 5 page */
	border-collapse: collapse;
	margin: 0;
	}

table.step5 td {
	padding: 5px;
	background-color:#fff;
	border-bottom: 1px solid #ededf5;
	border-right: 1px solid #ededf5;
	vertical-align: top;
	}

table.step5 a.smallText {
font-size:0.9em;
color:#1919b3;
text-decoration: underline;
cursor:pointer;
}

table.step5 td.firstColumn {
	text-align: right;
	padding:5px;
	background-color:#ededf5;
	vertical-align:top;
	}

table.step5 td.header {
	border-top:1px solid #a4a4f5;
	border-left:3px solid #a4a4f5;
	border-bottom:1px solid #a4a4f5;
	border-right:3px solid #a4a4f5;
	padding: 3px 0 3px 20px;
}

table.step5 td.savingsSection {
  border-left:.5px solid #ededf5;
	text-align:left;
	}

table.step5 td.savingsSection span.level1{
  padding-left:10px;
	}

table.step5 td.savingsSection span.level2{
  padding-left:25px;
	}

table.fabbInsightTop {
	border-collapse: collapse;
	border-top:1px #a4a4f5 solid;
    margin-top:10px;
    margin-left: 2px;
	margin-right:20px;
	}

table.fabbInsightTop tr {
    height:50px;
    }
table.fabbInsightBottom {
	border-collapse: collapse;
	border-bottom:1px #a4a4f5 solid;
    margin-bottom:10px;
    margin-left: 2px;
	margin-right:20px;
	}

table.fabbInsightBottom tr {
    height:50px;
    }

table.fabbInsightBottom td {
    font-size:.8em;
    }

table.fabbInsight {
	border-collapse: collapse;
	border:2px #a4a4f5 solid;
	margin-left: 2px;
	margin-right:20px;
	}
table.fabbInsight td.title {
    border-top:none;
    border-bottom: 2px #a4a4f5 solid;
	padding: 5px 5px 5px 15px;
	vertical-align: top;
	text-align:left;
	}
table.fabbInsight td.description {
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	padding: 5px 5px 5px 15px;
	vertical-align: top;
	text-align:right;
	}

table.fabbInsight td.full {
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	padding: 8px 5px 2px 5px;
    vertical-align: bottom;
	text-align:left;
    }

table.fabbInsight td.data {
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	padding: 5px 5px 5px 15px;
	vertical-align: middle;
	text-align:center;
	}


table.fabbInsight tr.header {
 	background-color:#ededf5;
	padding: 20px 0 0 0
}

table.fabbInsight tr.header td {
	vertical-align: bottom;
	border-top:2px solid #a4a4f5;
	border-bottom:2px solid #a4a4f5;
	padding:5px;
    text-align:center;
 }

table.wideTable { /*Use as top-level table in a 2-column layout*/
	/*border: 1px solid #c0c0c0;*/
	border-collapse: collapse;
	text-align:center;
	margin-bottom:10px;
	width: 885px;

	}

table.wideTable tr.headRow {
  height:90px;
	border-bottom:1px solid #808080;

}

table.wideTable tr.headRow div.compareButton {
 background: url('../images/compare.gif') top left no-repeat;
	width:99px;
	height:39px;
}

div.clientCompare {
background: url('../images/compare.gif') top left no-repeat;
	width:99px;
	height:39px;
	margin-bottom:10px;
}

table.wideTable td.col1 {
	width:90px;
	border-collapse: collapse;
	border-bottom:1px solid #808080;
	color:#5A5644;
}

table.wideTable td.colSpacer1 {
  padding-left:40px;
	border-collapse: collapse;
	border-bottom:1px solid #808080;
}

table.wideTable td.colSpacer2 {
  width:30px;
	border-collapse: collapse;
	border-bottom:1px solid #808080;
}

table.wideTable td.colWidth {
  width:113px;
	display:none;
	text-align:center;
	border-collapse: collapse;
	/*border-bottom:1px solid #808080;*/
}

table.wideTable td.otherAcctColWidth1 {
  width:170px;
	text-align:left;

}

table.wideTable td.otherAcctColWidth2 {
  width:75px;
	text-align:center;
	padding-left:35px;
	padding-right:5px;

}

table.wideTable td.otherAcctColWidth3 {
  width:100px;
	text-align:center;
	padding-left:15px;

}

table.wideTable td.col2 {
  width:250px;
	padding-left:5px;
	border-collapse: collapse;
	border-bottom:1px solid #808080;
	text-align:left;
	color:#5A5644;
}

table.wideTable td.font11 {
  font-size:11px;
}

table.wideTable a.smallText {
font-size:0.9em;
color:#1919b3;
text-decoration: underline;
cursor:pointer;
}

table.wideTableNoBorder { /*Use as top-level table in a 2-column layout*/
	border-collapse: collapse;
	margin: 0 0 5px 0;
	}

table.nestedTable { /*Use as a nested table inside of wideTable*/
	border: 1px solid #c0c0c0;
	border-collapse: collapse;
	margin: 0 5px 5px 5px;
	}

table.nestedTableNoBorder { /*Use as a nested table inside of wideTable*/
	border-collapse: collapse;
	margin: 0 5px 5px 5px;
	}

table.bottomStep5 { /*Use as a nested table inside of wideTable*/
	border-collapse: collapse;
	margin: 0 5px 5px 5px;
	}

table.nestedTableNoBorderOrMargins { /*Use as a nested table inside of wideTable*/
	border-collapse: collapse;
	}

table.topLine { /*Puts a top border on a table*/
	border-top: 1px solid #808080;
	}

/*TABLE ROW FORMATTING*/



tr.bottomLine { /*Puts a bottom line on a row*/
	border-bottom:1px solid #808080;
	}

tr.topLine { /*Puts a top line on a row*/
	border-top: 1px solid #808080;
	}

tr.lineHeight50 { /*Use when you want height of 50px*/
	height: 50px;
	}

	/*TABLE CELL FORMATTING*/

td.header { /*Use for text in header cells*/
	font-weight: bold;
	font-size: 1.0em;
	}

td.leftPadding { /*Use if cell is first element in row*/
	padding-left: 5px;
	}

td.leftPadding20 { /*Use if cell is first element in row*/
	padding-left: 20px;
	}

td.rightPadding { /*Use if cell is last element in row*/
	padding-right: 5px;
	}

td.rightPadding20 { /*Use if cell is last element in row*/
	padding-right: 20px;
	}

td.bottomPadding { /*Use if you need space between rows*/
	padding-bottom: 5px;
	}

td.bottomPadding20 { /*Use if you need space between rows*/
	padding-bottom: 20px;
	}

td.topPadding { /*Use if you need space between rows*/
	padding-top: 5px;
	}

td.topPadding20 { /*Use if you need space between rows*/
	padding-top: 20px;
	}



td.bottomLine {
	border-bottom: 1px solid #808080;
	}




td.closed { /*Use when the rows can expand*/
	background: url(../images/biller_closed.gif) 0 9px no-repeat;
	padding-left: 20px;
	white-space: nowrap;
	cursor: pointer;
	}

td.open { /*Use when rows can expand*/
	background: url(../images/biller_open.gif) 0 11px no-repeat;
	padding-left: 20px;
	white-space: nowrap;
	cursor: pointer;
	}

td.amount { /*Use as standard formatting in a table when displaying an amount*/
	text-align:right;
	white-space: nowrap;
	font-weight: bold;
	cursor: pointer;
	width: 100px;
	padding-right:25px;
	}

td.date { /*Use as standard formatting in a table when displaying a date*/
	text-align: left;
	white-space: nowrap;
	cursor: pointer;
	width: 100px;
	}



/* Tabs Skin */

#rightcontent2 .resultsTabs {
 	 height:44px;
	padding-left:100px;

}

/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

.ui-tabs-nav, .ui-tabs-panel {
    font-family: "Arial", Trebuchet MS, Trebuchet, Verdana, Helvetica, sans-serif;
    font-size: 12px;

}
.ui-tabs-nav {
    list-style: none;
   margin:15px 0 0 0;
   padding:0pt 0pt 0pt 73px;

}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
    float: left;
	width: 150px;
    margin: 0 0 0 1px;
    min-width: 150px; /* be nice to Opera */
		}

.ui-tabs-nav a, .ui-tabs-nav a span {
    display: block;
    padding: 0 10px;
    background: url(../images/tab.png) no-repeat;
}
.ui-tabs-nav a {
    margin: 1px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 10px;
    color: #1919b3;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    font-size: 15px;
    white-space: nowrap; /* required in IE 6 */
    outline: 0; /* prevent dotted border in Firefox */
}
.ui-tabs-nav .ui-tabs-selected a {
    position: relative;
    top: 2px;
    z-index: 101;
    margin-top:0;
	color: #010101;
}
.ui-tabs-nav a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 6px;
    padding-right: 0;
}
.ui-tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.ui-tabs-nav .ui-tabs-selected a span {
    padding-bottom: 0;
}
.ui-tabs-nav .ui-tabs-selected a, .ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active {
    background-position: 100% -150px;
}
.ui-tabs-nav a, .ui-tabs-nav .ui-tabs-disabled a:hover, .ui-tabs-nav .ui-tabs-disabled a:focus, .ui-tabs-nav .ui-tabs-disabled a:active {
    background-position: 100% -100px;
}
.ui-tabs-nav .ui-tabs-selected a span, .ui-tabs-nav a:hover span, .ui-tabs-nav a:focus span, .ui-tabs-nav a:active span {
    background-position: 0 -50px;
}
.ui-tabs-nav a span, .ui-tabs-nav .ui-tabs-disabled a:hover span, .ui-tabs-nav .ui-tabs-disabled a:focus span, .ui-tabs-nav .ui-tabs-disabled a:active span {
    background-position: 0 0;
}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited, .ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}

.ui-tabs-panel {
    border-top: 1px solid #97a5b0;
    padding: 1em 8px;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}
.ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(../images/loading.gif) no-repeat 0 50%;
}

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}


/* style added by : Ashok(India) */
/* Universal Selector */
img{border:0 none;}
area{cursor:pointer;}
form{margin:0; padding:0;}
h1,h2,h3,h4,h5{margin:10px 0 2px 0; padding:0; text-align:left;}
/* End of Universal Selector */
.pad_top_redc, #errorMessages{color:#ff0000; padding-top:20px;}
.center_400px{width:540px; margin:0 auto;}
.center_505px{width:400px; margin:0 auto;}
.bcc_heading{padding-bottom:5px; padding-left:107px;}
.imgspace{ margin: 0 auto 15px auto;}
.disp_none{ display:none;}
.tr_height30px{height:30px;}
#footer{width:550px; margin:0 auto; text-align:center;}
#footer.a { color:#0a3981;}
#footer p{text-align:center; margin:5px auto;}
.footer{width:510px; margin:10px auto;}

.clearboth{clear:both;}

/* following are created to minimize the inline styling  */
.select_ur_location{color:#383838;}
.required{ color:#ff0000;}
.pad_top_20px{ padding-top:20px;}
.border_collapse{border-collapse:collapse;}
.align_c_h90px{text-align:center; height:90px;}
.td_centered_bborder{border-collapse:collapse; border-bottom:1px solid #808080;color:#5A5644;}
.pad_b_5px{ padding-bottom:5px;}
.font_1-2_em{font-size:1.2em;}
.err_msg{color:#ff0000; padding-left:20px;}
.map_show{width:500px; height: 300px;}
.greenText{color:#009900;}
.padleft_5px{padding-left:5px;}
.padding_b_7px{padding-bottom:7px;}
.common_heading{/*width:610px;*/ overflow:hidden;}
.result_page_tab{
border:2px solid #FF8F00;
padding:5px;
width:745px;
margin-top:10px;
float:right;
}
/* End of style added by : Ashok(India) */

div.resultsHeading h1 {
	color:#5a5644;
	font-size:20px;
}

div.resultsHeading h2 {
	color:#ff8f00;
	font-size:18px;
	margin-bottom:0px;
	/*padding: 10px 0;*/
}

div.resultsHeading p {
	color:#333333;
	font-size:12px;
	margin-top:5px;
	/*padding: 10px 0;*/
}

div.resultsHeading {
width:372px;
clear:right;
	height:30px;
}

div.compareLBHeading {
 	width:875px;
	margin-bottom:20px;
}

div.compareLBHeading h2 {
text-align:center;
	color:#ff8f00;
	font-size:18px;
	padding: 10px 0;
}

div.closeCompareLB {
	margin-left:859px;
	background: url('../images/dialog-titlebar-close.png') top left no-repeat;
	width:16px;
}

div.closeCompareLB a {
	cursor:pointer;
}

div.closeCompareLB a:hover {
	background: url('../images/dialog-titlebar-close-hover.png') top left no-repeat;
}

table.compareTable {
	border: 1px solid #dbdbdb;
	border-collapse: separate;
	width: 825px;
	margin: 10px 0 15px 0;
	border-spacing:0;
}

table.compareTable tr.heading {
background: #eff3f6 none repeat scroll 0 0;
	border: 1px solid #dbdbdb;

}
table.compareTable th.heading {
 	/*border-bottom: 1px solid #dbdbdb;*/
	padding-left:10px;
	color:#666666;
}

table.compareTable td.rowHeading {
 	border-top: 1px solid #FEFEFE;
	background: #e9eaec none repeat scroll 0 0;
	color:#333333;
	padding-left:10px;
	padding-right:10px;
	text-align:left;
	width:200px;
}

table.compareTable td.dataRow {
 	border-top: 1px solid #dbdbdb;
 	border-left: 1px solid #dbdbdb;
	/*background: #e9eaec none repeat scroll 0 0;*/
	color:#666666;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	width:200px;
}

table.compareTable td.dataRow a {
 padding-left:5px;
	padding-top:10px;
}




