/********************************* LiveValidation *************************************/

.LV_valid {
    color:#00CC00;
}
	
.LV_invalid {
	color:#CC0000;
}
	
.LV_validation_message {
    font-weight:bold;
    margin:0 0 0 8px;
}

.LV_validation_message img {
	position: relative;
	left: -2px;	
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active,
.fieldWithErrors input.LV_valid_field,
.fieldWithErrors textarea.LV_valid_field {
    border: 1px solid #00CC00;
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active,
.fieldWithErrors input.LV_invalid_field,
.fieldWithErrors textarea.LV_invalid_field {
    border: 1px solid #CC0000;
}

.formCorrect {
	position: relative;
	top: 3px;
	left: 22px;
}

.updated {
	margin-top: 10px;
	padding: 5px;
	border: 1px dotted green;
	background-color: #81DE00;
	width: 405px;
	font-weight: bold;
	color: #fff;
}

/** FireForm CSS **/

/* whitelabel css */
.whiteBanner {
    margin-left: 2px;
    margin-bottom: 10px;
}
/* EndOf whitelabel css */

#comparisonTable table {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

#comparisonTable .hideHeader {
	background-color: #fff;
	color: #fff;
	border: 0px;
	background-image: none;
}

.fireTableHeader {
	margin: 0px 5px 10px 5px;
}

.fireTableMiniHeader {
    margin-top: 10px;
    padding: 4px 8px 0px 8px;
    border-top: 1px solid #ddd;
    margin-bottom: 10px;
}

.fireTableMiniHeader h2 {
    color: #DC2B26;
    font-size: 18px;
}

.fireTableHeader h1 {
	font-weight: normal;
        margin-bottom: 3px;
        color: #DC2B26;
}

.fireTableHeader h2 {
	margin-top: 3px;
	margin-left: 5px;
	font-size: 16px;
}


.tableInfo {
	font-size: 11px;
	line-height: 12px;
	padding: 0px;
	margin: 0px 0px 3px 0px;
}

#comparisonTable th {
	background-repeat: no-repeat;
	border-left: 1px solid #DDDDDD;
	border-top: 1px solid #DDDDDD;
	border-bottom: 0px;
	background-color: #f4f4f4;
	color: #727272;
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
}

.bannerIcon {
	float: left;
}


/*** ECOMPARISON SPECIFIC *******/

#comparisonTable .tabsHeader {
	background-color: #fff;
	background-image: none;
	border-top: 1px solid #fff;
	border-bottom: 0px;
}

.creditCardsHeaders {
	text-align: center;
	padding: 4px 0px 2px 0px;
	text-decoration: none;
	color: #222222;
	background-color: #EEEEEE;
	border-left: 1px solid #DDDDDD;
	border-top: 1px solid #DDDDDD;
	font-size: 11px;
	color: #444444;
	font-weight: bold;
}

.borderLeft {
	border-left: 1px solid #DDDDDD;
}

.tableImage {
	float: left;
	width: 80px;
	border: 1px solid #DDDDDD;
	margin-top: 1px;
	margin-right: 7px;
}

.mediumTableImage {
	float: left;
	width: 110px;
	height: 75px;
	border: 1px solid #DDDDDD;
	margin-top: 1px;
	margin-right: 7px;
}

.merchantCell {
	width: 250px;
}

.merchantCellPortal {
	width: 230px;
}

.merchantCellPortal div {
	padding-top: 2px;
	line-height: 14px;
	text-align: left;
	position: relative;
	float: left;
	width: 125px;
}

.merchantCell div {
	padding-top: 2px;
	line-height: 14px;
	text-align: left;
}

.merchantName {
	font-size: 11px;
	color: #5C5C5C;
	font-weight: bold;
	text-decoration: underline;
}

.merchantMoreInfo {
	margin: 0px;
	margin-left: 8px;
	font-size: 11px;
	color: #8C8C8C;
	padding: 0px;
}

.merchantMoreInfoNote a.merchantUrl, .merchantMoreInfoNotePortal a.merchantUrl {
	font-size: 10px;
	color: #5C5C5C;
	font-weight: normal;
	color: #026DC0;
}

.merchantMoreInfoNote a.moreInfo, .merchantMoreInfoNotePortal a.moreInfo {
	font-size: 10px;
	color: #C10202;
	font-weight: normal;
}

.merchantMoreInfoPortal {
	margin: 0px;
	font-size: 11px;
	color: #8C8C8C;
	padding: 0px;
}

.merchantMoreInfoNote {
	margin: 0px;
	font-size: 10px;
	color: #8C8C8C;
	padding: 0px;
}

.merchantMoreInfoNotePortal {
	margin: 0px;
	font-size: 10px;
	color: #8C8C8C;
	padding: 0px;
}

#comparisonTable .tableValue {
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	background-color: #FFFFFF;
	line-height: 13px;
	color: #666666;
}

#comparisonTable .key0tableValue {
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	background-color: #F7F7F7;
	line-height: 13px;
	color: #666666;
}

#comparisonTable .key1tableValue {
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	background-color: #F2F1F1;
	line-height: 13px;
	color: #666666;
}

#comparisonTable .tableValue span {
	font-family: arial, tahoma, serif;
	font-size: 16px;
	font-weight: bold;
}

#comparisonTable .tableValue p {
	font-size: 10px;
	padding: 0px;
}

#comparisonTable .key0tableValueSpecial {
	background-color: #F7F7F7;
	font-size: 12px;
	text-align: center;
	line-height: 13px;
	color: #666666;
	padding-top: 12px;
}

#comparisonTable .key1tableValueSpecial {
	background-color: #F2F1F1;
	font-size: 12px;
	text-align: center;
	line-height: 13px;
	color: #666666;
	padding-top: 12px;
}

#comparisonTable .tableValueSpecial span {
	font-family: arial, tahoma, serif;
	font-size: 16px;
	font-weight: bold;
}

#comparisonTable  .tableMiddle {
	vertical-align: middle;
}


#comparisonTable .tableValueSpecial p {
	font-size: 10px;
	padding: 0px;
}

#comparisonTable .applyNow {
	line-height: 13px;
	width: 165px;
	padding: 0px 3px;
	background-color: #fff;
}

#comparisonTable .applyNow a {
	color: #026DC0;
	font-size: 10px;
	text-decoration: underline;
}

#comparisonTable .applyText {
	padding: 0px;
	margin: 0px;
	font-size: 10px;
	color: #727272;
}

#comparisonTable .tableInfoRow {
	margin: 0px;
	padding: 0px;
	height: 6px;
	vertical-align: middle;
	color: #888888;
	font-size: 2px;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}

#comparisonTable .clickTab {
	float: left;
	padding: 8px 15px;
	margin: 0px 2px;
	color: #fff;
	font-size: 10px;
	background: url( ../images/tables/tab-left.png ) no-repeat top left, url( ../images/tables/tab-right.png ) no-repeat top right;
}

#comparisonTable .specialOfferHolder {
	width: 1px;
	border-top: 1px solid #DDDDDD;
	font-size: 0px;
	padding: 0px;
	margin: 0px;
	color: #fff;
}

#comparisonTable .noneSort {
	padding: 0px;
}

.specialOffer {
	float: left;
	margin: 0px;
	padding: 0px;
	position: absolute;
	width: 464px;
	height: 14px;
	margin-left: 1px;
	margin-top: 39px;
	background-color: #fff;
	border: 1px solid #DDDDDD;
	overflow: hidden;
	padding: 6px 5px;
	color: #888888;
	font-size: 11px;
	line-height: 13px;
}

/** TABS MENU **/

.tableh2 {
    font-size: 18px;
}

.tableTabs {
	margin-top: 2px;
	margin-bottom: 14px;
	width: 100%;
}

.tableTabs tr td {
	border: 1px solid #ddd;
	padding: 5px 5px;
	font-size: 10px;
	text-align: center;
}

.tableTabs .tabUnselected a {
	color: #888888;
}

.tableTabs .tabSelected {
    background-color: #DC2B26;
    border: 1px solid #DC2B26;
}

.tableTabs .tabSelected a {
	color: #fff;
}

.tableTabs li a {
	font-weight: bold;
}

div#listHolder ul li {
	color: #444444;
}

div#listHolder ul li a {
	color: #026DC0;
	text-decoration: underline;
}

h3.fireTablePortalMiniHeader {
	font-weight: normal;
	width: 100%;
	border-bottom: 1px solid #EEEEEE;
	position: relative;
	top: 15px;
	font-size: 18px;
}

td.viewMoreCell {
	text-align: center;
	border-left: 1px solid #DDDDDD;
	border-top: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	padding: 5px 0px;
}

td.viewMoreCell a {
	color: #C10202;
}

img.loadingImage {
	padding: 0px;
	margin: 0px;
	border: none;
}