
/******** GENERAL *********/

.clear
{
    clear: both;
}

.left
{
    float: left;
}

.right
{
    float: right;
}


/* This is the container for the 
everything in the quickquote */
#quickQuote 
{
    width: 550px;
    height: auto;
}

#inputMain
{
    width: 490px; 
    margin: 0 auto;
}

#outputMain
{
    width: 530px; 
    height: auto;
    margin: 20px auto;
    vertical-align: bottom;
}

.quickQuoteInput{}

.quickQuoteOutput
{
    display: none;
}

.showMe
{
    display: none;
}

.hideMe
{
    display: inline-block;
}

/******** INPUT SECTION *********/
.inputPair
{
    display: inline-block;
    width: 490px;
    margin-bottom: 5px;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	font-weight:bold;
}

.formLabel
{
    display: inline-block;
    float: left;
    width: 200px;
    line-height: 1.2em;
}

.formControl
{
    display: inline-block;
    float: left;
    clear: none; /* 'left' = display seperate lines, 'none' = display on same line */
}

.helpIcon
{
    display: inline-block;
    width: 14px;
    height: 20px;
    border: 0px;
    vertical-align: middle;
    margin: 0px 3px 0px 3px;
}

.inputPair .helpIcon
{
    float: right;
    cursor: help;
}
.StatusChange input
{
    padding-right: 3px;
}

.StatusChange label
{
    padding-right: 20px;
}

select
{
    width: 90px;
}

.khDatePicker select
{
    width: auto;
}


.poundLabel 
{
    margin-left: -12px; 
    display: inline-block; 
    line-height: 20px;
    float: left;
}

/******** OUTPUT SECTION *********/

.results
{
    vertical-align: middle;
    float: left;
    display: inline-block;
    font-weight: 100;
    background-color: #F5F5F5; 
    margin-top: 0px;
    padding: 0px 0px 15px 0px;  
    font-size: 12px;
}

.results label
{
    display: inline-block; 
	text-align: left;
    font-weight: bold;
    float:left;  
	width: 70%;
	margin-bottom: 0px;
	line-height: 16pt;
}

.results .inputValues
{
    display: inline-block; 
    float: left;
	text-indent: 10px;
	width: 30%;
}

.summary
{
    width: 290px !important;
    background-color: transparent;
    border: none;
    height: 100%;
    border-right: 1px dotted #ccc;
}

.summary .aboutYou, .summary .quoteDetails, .summary .aboutSpouse
{
    display: inline-block;
    float: left;
    width: 290px;
    margin-top: 10px;
    clear: left;
}
.summary label{width: 154px;}
.summary .inputValues{width: 110; color:#6F2A80; font-weight: bold;}


.darkBG
{
    color: #FFFFFF;
    background-color: #00AEEF; 
}

.priceTable
{    
    width: 220px;    
    display: table;
    border: none;  
    font-weight: bold;    
}

.priceTable .Header
{
    background-color: #6F2A80;
    color: #FFFFFF;
    font-weight:bold;  
}

.priceTable .Header th
{
    padding: 5px 10px !important;  
}

.priceTable .AltRow
{
    background-color: #EFEFEF;
}

.priceTable .Row
{
    background-color: #FFFFFF; 
}

table.priceTable > tbody > tr > td
{
    color: #6F2A80;
}

table.priceTable > tbody > tr > td:first-child
{
    color: Black;
}


.priceTable table, .priceTable tr, .priceTable td, .priceTable th , .priceTable .Row tr, .priceTable .AltRow tr
{
    border: none;   
    padding: 3px;
}

/******** FOOTER *********/

.bottomRow
{
    display: inline-block;
    position: absolute;
    bottom: 40px;
    right: 30px;
}


/******** PROGRESS *******/


#blur
{
    width: 100%;
    background-color: black;
    moz-opacity: 0.2;
    khtml-opacity: .2;
    opacity: .2;
    filter: alpha(opacity=20);
    z-index: 120;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#progress
{
    z-index: 200;
    background-color: White;
    position: absolute;
    display: inline-block;
    top: 0pt;
    left: 0pt;
    border: solid 1px black;
    padding: 10px 5px 10px 5px;
    vertical-align: middle;
    text-align: center;
    background: #FFFFFF URL('images/loader_trans.gif') no-repeat 5px center;
}

#progress img
{
    vertical-align: middle;
}

/********* custom for this page ******************/
#quickQuoteContainer
{
    display: inline-block;
    position: relative;
    height: auto;
    width: 550px;
	margin-left:15px;
}

/*********** Guidance *************/
.guidanceIcon
{
    display: inline-block;
    width: 22px;
    height: 22px;
    border: 0px;
    background: #fff url('images/help.png') center top no-repeat;
    vertical-align: middle;
    margin: 0px 3px 0px 3px;
    float: right;
}

#guidance
{
    display: none; 
    position: absolute;
    border: 1px dotted #696969;
    width: 200px;
    background-color: #FFFFFF;
    z-index: 200;
    line-height: normal;
    padding: 10px;
}

#quickQuoteResults
{
    display: inline-block;
    width: 210px !important;
    background-color: transparent;
    border: none;
    height: 100%;
    float: right;
}

.outputBottomText
{
    display: inline-block;
    clear: left;
    vertical-align: middle;
    text-align: center;
    font-size: 11px; 
    padding: 10px 0px;   
}