
.XELsmalltext	        {background-color: #ffffff;color:#666666; font-family: Verdana, Helvetica, Arial; font-size: 8pt;}
.XELmediumtext	        {background-color: #ffffff;color:#666666; font-family: Verdana, Helvetica, Arial; font-size: 10pt;}

.XELsmallplaintext	        {color:#666666; font-family: Verdana, Helvetica, Arial; font-size: 8pt;}
.XELmediumplaintext	        {color:#666666; font-family: Verdana, Helvetica, Arial; font-size: 9pt;}
.error {
	FONT-SIZE: 9pt; COLOR: #ff0000; FONT-FAMILY: Verdana, Helvetica, Arial; TEXT-ALIGN: left;
}


.XELquestion {
	font-family: Verdana, Helvetica, Arial; 
   	font-size: 9pt; 
   	color: #666666;
   	background-color: #ffffff;
	padding: 3px;
	font-weight: normal;
	
	}


.XELheader		{
	background-color: #F8F8F8;
	color:#999999;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11pt;
	font-weight: bold;
	height: 22px;
}



.XELtitle		{background-color:#FFFFFF; color:#CF6500; font-family: Verdana, Helvetica, Arial; font-size: 14pt; font-weight: normal;}
.XELheader_nonchannel	{background-color:#8397E3; color:#ffffff; font-family: Verdana, Helvetica, Arial; font-size: 10pt; font-weight: bold;text-align:left}


#crossFieldErrors	{color: #ff0000;font-family:Verdana, Helvetica, Arial;font-size:8pt;text-align:left}
#requirednessMessage	{color: #66228b;font-family:Verdana, Helvetica, Arial;font-size:8pt;text-align:right;}


.XELfirstcolumn			{background-color:#eeeeee;color:#000000; font-family: Verdana, Helvetica, Arial; font-size: 10pt; font-weight: bold }
.XELfirstcolumnLower		{background-color:#eeeeee;color:#000000; font-family: Arial; font-size: 10pt; font-weight: bold;
				border-top-style:solid;border-top-width:1pt;border-top-color:black;}
.XELfirstcolumnLowerSmall	{background-color:#eeeeee;color:#000000; font-family: Verdana, Helvetica, Arial; font-size: 6pt; font-weight: bold;
				border-top-style:solid;border-top-width:1pt;border-top-color:black;}

.XELsecondcolumn		{background-color:#f7f7f7;color:#000000; font-family: Verdana, Helvetica, Arial; font-size: 10pt; font-weight: bold }
.XELsecondcolumnLower		{background-color:#f7f7f7;color:#000000; font-family: Arial; font-size: 10pt; font-weight: bold;
				border-top-style:solid;border-top-width:1pt;border-top-color:black;}
.XELsecondcolumnLowerSmall	{background-color:#f7f7f7;color:#000000; font-family: Verdana, Helvetica, Arial; font-size: 6pt; font-weight: bold;
				border-top-style:solid;border-top-width:1pt;border-top-color:black;}
							
.XELcolumnLowerHeader		{background-color:#8397E3;color:#ffffff; font-family: Verdana, Helvetica, Arial; font-size: 10pt; text-align:left;
				border-top-style:solid;border-top-width:1pt;border-top-color:black;}


.XELbackgroundcolor             {background-color:#ffffff;}
.XELbody                        {background-color:#ffffff;}

.footermenu {
color:#ffffff; 
font-family: Arial, Helvetica, san-serif; 
font-size: 9pt; 
font-weight: normal;
text-decoration: none;

}

.footermenu:hover {
color:#ffffff; 
font-family: Arial, Helvetica, san-serif; 
font-size: 9pt; 
font-weight: normal;
text-decoration: underline;

}

/* new style for Card Results table */
.ResultsTableGrid { background: #395141; }

div.applyButton {
	width: 72px;
	height: 21px;
	margin: 3px;
	padding: 0;
	/*border: 1px solid #330066;*/
	background: url(../images/ButtonBack.gif) top left no-repeat;
}

div.applyButton a, div.applyButton a:visited,
div.summaryButton a, div.summaryButton a:visited {
	display: block;
	font-weight: bold;
	font-size: 11px;
	width: 72px;
	height: 21px;
	line-height: 20px;
	text-align: left;
	text-align: center;
	text-decoration: none;
	color: #8397E3;
}

div.applyButton a:hover, div.applyButton a:visited:hover, 
div.summaryButton a:hover, div.summaryButton a:visited:hover
{
	color: #FF9900;
}
/*
quick style map
 
.aPopularCard
 .thePopularCardImageForm
  .thePopularCardImage  - actually an INPUT tag
  h3
  {p}
 .thePopularCardSummary
 .summaryButton
 .applyButton
//end
*/
 
.xel-clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
 
.xel-clearfix {display: inline-block;}
 
/* Hides from IE-mac \*/
* html .xel-clearfix {height: 1%;}
.xel-clearfix {display: block;}
/* End hide from IE-mac */
 
.aPopularCard {
 padding: 0 0 8px 0;
}
 
.aPopularCard * { /* the reset!! */
 padding: 0;
 margin: 0;
}
 
.aPopularCard .thePopularCardImageForm {
 display: block;
 height: inherit !important;
 height: 1%; /* induces 'hasLayout' for IE */
 vertical-align: middle;
}
 
.aPopularCard .thePopularCardImageForm .thePopularCardImage {
 float: left;
 display: inline; /* zaps the IE double float margin bug */
 margin: 3px;
}
 
.aPopularCard .thePopularCardImageForm h3 {
 float: left;
 display: inline; /* zaps the IE double float margin bug */
 padding: 0;
 margin: 4px 0 0 3px;
 font-size: 14px;
 width: 160px;
}
 
.aPopularCard .thePopularCardImageForm p {
 clear: both;
 margin: 3px 3px 4px;
 font-size: 11px;
 height: 86px;
 text-align: left;
}
 
.aPopularCard .theButtons {
 clear: both;
}
 
.aPopularCard .summaryButton, 
.aPopularCard .applyButton
{
 float: left;
 display: inline;
 margin: 0 0 0 28px;
}




.aPopularLoan {
	padding: 0 0 8px 0;
}

.aPopularLoan * { /* the reset!! */
	padding: 0;
	margin: 0;
}

.aPopularLoan .thePopularLoanImageForm {
	display: block;
	height: inherit !important;
	height: 1%; /* induces 'hasLayout' for IE */
	vertical-align: middle;
}

.aPopularLoan .thePopularLoanImageForm .thePopularLoanImage {
	float: left;
	display: inline; /* zaps the IE double float margin bug */
	margin: 3px;
}

.aPopularLoan .thePopularLoanImageForm h3 {
	float: left;
	text-align: left;
	display: inline; /* zaps the IE double float margin bug */
	padding: 0;
	margin: 4px 0 0 3px;
	font-size: 14px;
	width: 140px;
}

/* the blurb */
.aPopularLoan .thePopularLoanImageForm p {
	clear: both;
	margin: 3px 3px 4px;
	font-size: 11px;
	height: 120px;
	text-align: left;
}

.aPopularLoan .theButtons {
	clear: both;
}

.aPopularLoan .summaryButton, 
.aPopularLoan .applyButton
{
	float: left;
	display: inline;
	margin: 0 0 0 28px;
}
