﻿@import "/QuickQuote/Styles/print.css";
@import "/QuickQuote/Styles/common.css";


/* Page Default Font Setup */
body, table, input, select, textarea, label	{ font-family:Arial; font-size:small; }

/* Body Background */
body {background-repeat: repeat;	background-color:#e6f2e1;}

/* Heading Styles */
h1			{color:#1c539d; font-size:large; font-weight: bold; border-bottom: solid 3px #6fba38; margin: 10px 10px 10px 10px;}
h2			{color:#1c539d; font-size:medium; padding-left: 0px; padding-bottom:0px; margin-bottom:0px;}
h3			{color:#3979b4; font-size:small; padding-left: 0px; padding-bottom:0px; margin-bottom:0px;}


/* Standard Originator Grid View Classes */
.gv					{ margin-left: 10px; }
.gvHeader TH		{ background-color: #6fba38; color: White;text-align:center;}
.gvRow	TD			{ background-color: White; border-bottom: solid 1px #1c539d; padding: 0px 2px 5px 5px; }
.gvAlternateRow	TD	{ background-color: White; border-bottom: solid 1px #1c539d; padding: 0px 2px 5px 5px; }
.gvSelectedRow	TD	{ background-color: LemonChiffon; border-bottom: solid 1px #1c539d; padding: 0px 2px 5px 5px; }
.gvFooter TD		{ background-color: #CC0000; border-bottom: solid 1px #1c539d; color: White;}
.gvPager	TD		{ text-align: right; border: None; }


#divQuickQuoteMain		{ width: 950px; height: 725px; border: solid 1px #1c539d; background-color: white; text-align: left;}
#divQuickQuoteFooter	{ display:none;}

/*BMM Specific graphics */
#ctl00_cphMain_wzQuickQuote{background-image:url(/quickquote/App_Themes/BMM/images/BKGRLogoFaded.png);	background-position:center;	background-attachment:fixed;background-repeat:no-repeat;}
#ctl00_cphMain_wzQuickQuote_UcLoanAmountsDeliveryRates1_divLoanAmounts {width:80%;}




