/* CSS Document */

/*************** utility ******************/
div.row
{
    clear: both;
}
div.spacer
{
    clear: both;
}

.clearfix:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix
{
    height: 1%;
}
/* End hide from IE-mac */



body
{
    background: #FFFFFF center top;
    text-align: center;
    margin: 0px;
    padding: 0px;
    font: 12px Arial, Helvetica, sans-serif;
    color: #414040;
}
a
{
    color: #b02940;
}
h1
{
    color: #414040;
    font-size: 24px;
    font-weight: normal;
    margin: 0px 0px 24px 0px;
}
h2
{
    color: #414040;
    font-size: 21px;
    font-weight: normal;
    margin: 0px 0px 10px 0px;
}
h3
{
    color: #414040;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}
h4
{
    font-size: 12px;
    font-weight: bold;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #404040;
    width: 100%;
}

/****************************** Buttons *********************************/
.btnLong, .btnMed, .btnShort, .btnLongRev, .btnMedRev, .btnShortRev
{
    display: inline-block;
    background-color: transparent;
    background-repeat: no-repeat;
    color: #ffffff;
    height: 19px;
    margin: 2px 0;
    padding: 3px 0 0 0;
    text-align: center;
    font-size: 80%;
    font-weight: bold;
    text-decoration: none;
}
.btnLong:hover, .btnMed:hover, .btnShort:hover
{
    padding: 4px 0 0 0;
    background-position: 0 -21px;
    height: 18px;
}
.btnLongRev, .btnMedRev, .btnShortRev
{
    padding: 3px 0 0 0;
    background-position: 0 -22px;
    height: 19px;
}
.btnLongRev:hover, .btnMedRev:hover, .btnShortRev:hover
{
    padding: 4px 0 0 0;
    background-position: 0 1px;
    height: 18px;
}

.btnLongRev, .btnLong
{
    background-image: url(/images/common/buttons/btnLong.jpg);
    width: 121px;
}
.btnMedRev, .btnMed
{
    background-image: url(/images/common/buttons/btnMed.jpg);
    width: 91px;
}
.btnShortRev, .btnShort
{
    background-image: url(/images/common/buttons/btnShort.jpg);
    width: 61px;
}

/****************************** Buttons End *********************************/

.col1, .col2
{
    float: left;
    width: 48%;
}
.col1
{
    margin-right: 20px;
}

.mainNavigation
{
    font-size: 13px;
}
.mainNavigation a
{
    color: #2b3c80;
    font-size: 11px;
    text-decoration: none;
    padding-left: 3px;
    padding-right: 3px;
}
.mainNavigation a:hover
{
    text-decoration: underline;
}
.mainNavigation a.selected, .mainNavigation a.selected:hover
{
    color: #b12a40;
    text-decoration: none;
}
.mainNavigation a.disabledMenuItem:hover
{
    text-decoration: none;
}
.headerImage
{
    padding: 4px 0px 2px 0px;
    margin: 5px 0px 2px 0px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-color: #d8949f;
    border-bottom-color: #d8949f;
    position: relative;
}
.headerImage img
{
    border-style: none;
    width: 755px;
    height: 174px;
}
.identificationBar
{
    margin: 0px 5px 0px 5px;
    width: 745px;
}
.identificationBar p.nameInformation, .identificationBar p.logout
{
    float: left;
    width: 372px;
}
.identificationBar p.nameInformation
{
    text-align: left;
}
.identificationBar p.logout
{
    text-align: right;
}
.login
{
    text-align: left;
}
.login label
{
    display: block;
}

.content
{
    margin: 0px;
    padding: 10px 22px 10px 22px;
}
.error
{
    font-style: italic;
    color: #FF0000;
}
.finePrint
{
    font-size: 9px;
}
.noteBox
{
    border: 1px solid #414040;
    padding: 5px 10px 5px 10px;
    font-size: 10px;
    color: #414040;
    margin: 10px 0px 10px 0px;
    background-color: #FFFFFF;
}

.formFields p
{
    margin-top: 0px;
    margin-bottom: 8px;
}
.formFields label
{
    display: block;
    font-weight: bold;
    font-size: 10px;
}
.formFields input, .formFields select
{
    width: 160px;
    padding-top: 3px;
    padding-left: 5px;
    color: #747e96;
    font-size: 11px;
}
.formFields select
{
    margin-left: -6px;
    width: 170px;
}
.formFields p, .adminFormFields p
{
    margin: 0px 0px 5px 0px;
}
.formFields .submit input
{
    width: auto;
    height: auto;
}

.adminFormFields label
{
    display: block;
    font-size: 11px;
    font-weight: bold;
}
.adminFormFields input, .adminFormFields select
{
    background-image: none;
    width: auto;
}


#container
{
    width: 755px;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
}



/*************************** Navigation *************************************************/

/*************************** Page specific styling ******************************************/


/*************************** Interior Page *************************************************/

.footerNavigation
{
    margin: 0px;
    padding: 4px 0px 4px 0px;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #d8949f;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #d8949f;
    text-align: center;
}

.footerNavigation a
{
    color: #414040;
}
.footerNavigation p
{
    margin: 0px;
    padding: 0px;
    font-size: 11px;
}
/*************************** Points Table *************************************************/
.pointsTable
{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
	background-color: #FFFFFF;
}

.pointsTableHeader
{
	background-color: #F5F5F6;
}

.pointsTable tr
{
}
.pointsTable tr.header
{
    border: none;
}

.pointsTable td, .pointsTable th
{
    padding-left: 10px;
    margin: 0px;
    border-collapse: collapse;
}
.pointsTable th
{
    padding-right: 10px;
}
.pointsTable td
{
    background-color: #FFFFFF;
}
.pointsTable .date
{
    width: 20%;
}
.pointsTable .date,
.pointsTable .name
{
}
.pointsTable .points
{
    text-align: right;
    padding-right: 30px;
}


.programListSingle
{
	width:1800px;
}

.programList
{
    width: 720px;
    height: 260px;
    border: 1px solid #000000;
    overflow: auto;
    background-color: #ffffff;
}
.programList .programListProgram
{
    height: 190px;
    border-bottom-color: #a9a9a9;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    float: left;
    margin-bottom: 20px;
}
.programList .col1
{
    margin: 10px 20px 10px 10px;
    width: 320px;
}
.programList .col2
{
    margin: 10px;
    width: 320px;
}
.programList p
{
    color: #414040;
}
.programList .programListTopic 
{
    width: 230px;
    float: left;
    margin-right: 10px;
    margin-bottom: 0px;
}
.programList .programListTopic h3
{
    margin-bottom: 0px;
}
.programList .programListTopic p
{
    font-size: 14px;
    font-weight: bold;
    color: #414040;
    margin-top: 0px;

}
.programList .programListDescription
{
    font-size: 12px;
}
.programList .programListSponsor
{
    font-size: 9px;
}

.subNavigation ul
{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    border-top-color: #b12a40;
    border-top-width: 1px;
    border-top-style: solid;
}
.subNavigation li
{
    text-align: right;
    border-bottom-color: #b12a40;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-collapse: collapse;
    padding-top: 5px;
    padding-bottom: 5px;
}
.subNavigation a
{
    font-size: 14px;
    text-decoration: none;
    color: #404040;
}
.subNavigation a.selected
{
    text-decoration: none;
    color: #a40b12;
    font-weight: bold;
}



.pollQuestionText
{
	font-size: 14px;
	font-weight: bold;
	padding-right: 4px;
}

.pollAnswerText
{
    font-size: 12px;
    font-weight:bold;
}

.pollLegendBox
{
	padding: 5px;
	margin: 5px 0px 5px 0px;
	border: 1px solid #D2D2D2;
}

.floatLeft
{
    float: left;
}

.noFloatLeft
{
    float: none;
}

.RedemptionThankYouPanel
{
	width: 40%;
	float: left;
}


.sendToFriend
{
    width: 200px;
    font-size: 12px;
    font-weight: bold;
    color: White;
    background-color: red;
    margin: 3px;
}
.formFields .checkbox input
{
    width: auto;
}
.blueBorder
{
    border: 1px solid #000080;
}
.FeaturedActivityRedemption
{
    float: right;
    width:340px;
    height:300px;
}

.FeaturedActivityRedemption .col1
{
    width: 265px;
    float:left;
    margin-right:0px;
    display:inline;    
}

.FeaturedActivityRedemption .col2
{
    display: inline;
    float:right;
    width:60px
}

.FeaturedActivityRegistration
{
    float: left;
    width:300px;
    height:200px;
    margin-left: 20px;
}

.FeaturedActivityRegistration .col1
{
    width: 300px;
    float:left;
    margin-right:0px;
    display:inline;    
}

.FeaturedActivityRegistration .col2
{
    display: inline;
    float:left;
    width:105px
}

