﻿body
{
    margin: 0px;
    background-color: #000000;
    color: #FFFFFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    height: 100%;
}

.requiredField
{
    color: #000000;
    font-size: 12px;
    padding-left: 5px;
    font-weight: bold;
}

.reqField
{
    color: #FF0000;
    font-size: 12px;
    padding-left: 5px;
    font-weight: bold;
}

.requiredLabel
{
    color: #000000;
    font-size: 12px;
    padding-left: 5px;
    font-weight: normal;
}

.screenLabel
{
    font-size: 12px;
    text-align: right;
    color: #FFFFFF;
}

.screenField
{
    font-size: 12px;
    text-align: left;
}

.screenFieldZip
{
    font-size: 12px;
    text-align: left;
    text-transform: uppercase;
}


.screenLabel50
{
    font-size: 12px;
    text-align: right;
    color: #FFFFFF;
    }

.screenField50
{
    font-size: 12px;
    text-align: left;
    width: 50%;
}

.roundedTable
{
    border: solid 2px #FFFFFF;
    padding: 3px;
    background-color: #000000;
}

.coolButton
{
    border: 1px solid #999999;
    color: #FFFFFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    background-color: #666666;
    cursor: pointer;
}
 
.screenGuidance
{
    color: #E8E8E8;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;  
}

.screenGuidanceSmall
{
    color: #E8E8E8;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;  
}

.screenGuidanceSubtle
{
    color: #E8E8E8;
    font-family: Arial;
    font-size: 11px;
}

.titleBar
{
    background-position: #4F4F4F;
    background: #4F4F4F;
    text-transform: uppercase;
    letter-spacing: .2em;
    color: #FFFFFF;
}

.content-button 
{
	vertical-align: middle;
	border: solid 1px #FFFFFF;
	font-family: Verdana;
	font-size: 8pt;
	color: #FFFFFF;
	background-color: #000000;
	cursor: pointer;
}

.content-text
{
	font-family: Verdana;
}

.promoPointsTableTitle
{
    border-right: #a68b55 1px solid;
    border-top: #a68b55 1px solid;
    border-left: #a68b55 1px solid;
    color: black;
    border-bottom: #a68b55 1px solid;
    background-color: #808080;
    font-family: Arial;
    cursor: default;
    height: 15px;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 10pt;
}	

.promoPointsTableRow
{
	border-right: #a68b55 1px solid;
	font-size: 8pt;
	border-left: #a68b55 1px solid;
	color: black;
	font-weight: normal;
	font-size: 8pt;
	font-family: Arial;
	cursor: default;
}	

.promoPointsTableFooter
{
	border-right: #a68b55 1px solid;
	font-size: 8pt;
	border-left: #a68b55 1px solid;
	border-bottom: #a68b55 1px solid;
	color: black;
	font-weight: normal;
	font-size: 8pt;
	font-family: Arial;
	cursor: default;
	height: 2px;
}	

.offerName
{
    border-width: 1px;
    border-color: #FFFFFF;
    font-size: 12px;
    text-align: left;
    font-weight: bold;
    border-bottom-style: solid;
}

.offerDescription
{
    font-size: 12px;
    text-align: left;
}

.offerStatus
{
    font-size: 12px;
    text-align: left;
}


.promolinkOutcome
{
	font-family: Arial;
	font-weight: normal;
	font-style: normal;
}

.promolinkOutcome p
{
	font-family: Arial;
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
}

.faqQuestion
{
    padding-left: 25px;
}

.faqAnswer
{
    padding-left: 25px;    
}

.faqQuestionTitle
{
    font-weight: bold;
}

.faqAnswerTitle
{
    font-weight: bold;
}

.faqCategoryTitle
{
    font-weight: bold;
    text-transform: uppercase;
}
