﻿html
{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
 
body
{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    font-family: Arial;
    font-size: 12px;
    width:1040px;
}

body.dialog {
    width: 100%;
}

.bodyWithImage {
    display: inline-block;
    width: 80%;
}

.hide
{
    display:none;
}

.pagesreg
{
    width:930px;
}

.mandatory
{
    color: Red;
}

form
{
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

.sitebanner
{
    background-image:url(/images/SiteBanner.jpg);
    width:990px;
    height:117px;    
    clear:both;
}

.sitebanner img
{
    display:inline;
    float:left;
}

.sitebanner h1
{
    padding: 15px 0px 0px 35px;
    font-size:31px;
	font-weight:bold;
	font-family:Arial;
	color:#ffffff;	
	float:left;
}

.sitebanner .logout
{
    padding: 44px 125px 0px 85px;
    float:right;
}

.sitebanner .logout a
{
    font-weight: bold;
    color: #fff;
    font-size: 13px;
    /*text-transform: uppercase;*/
    text-decoration: none;    
}


.navigation
{
    background-color: #668ecb;
    width: 205px;
    background-image:url(/images/NavigationBottom.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    color: #ffffff;
    padding: 0 0 20px 30px;
    float: left;
    clear:both;
}

.navigation ul
{
    list-style-type: none;
    margin: 0 0 0 0;
    padding: 0 0 15px 0;    
}

.navigation ul li
{
    padding: 10px 0 10px 0;
    text-transform:uppercase;
}

.navigation a
{
    /*text-transform:uppercase;*/
    color: #bfddff;
    font-size: 10pt;
    text-decoration:none;
    text-transform:uppercase;
}

.navigation a:hover
{
    color: #ffffff;
}

.navigation li.sel a
{
    font-weight:bold;
    color: #fff;
}

.navigation a:active
{
	font-weight:bold;
    color: #ffffff;
}

/*Navigation for registration pages*/
.pagesreg .navigation ul li
{
    font-size: 15px;
    font-weight: normal;
    color: #ffffff; 
}

.pagesreg .navigation ul li ul
{
    margin-left: 20px;
}

.pagesreg .navigation ul li li
{
    font-size: 10pt;
    font-weight: normal;
    color: #ffffff; 
}

.pagesreg .navigation ul li li.sel
{
    font-weight:bold;
    color: #fff;
}

.navigationFooter
{
    
}

.navigationFooter a
{
    color: #ffffff !important;
    font-weight:bold;
    font-size:12px;
}

.navigationFooter a:hover
{
    color: #ffffff !important;
    font-weight:bold;
    font-size:12px;
}

.navigationFooter a:visted
{
    color: #ffffff !important;
    font-weight:bold;
    font-size:12px;
}

.navigationFooter a:active
{
    color: #ffffff !important;
    font-weight:bold;
    font-size:12px;
}

.navigationFooter .phone
{
    color:#ffffff !important;
    font-weight:bold;
    font-size:16px;
}

.navigationFooter .tradeMark
{
    color:#ffffff !important;
    font-weight:bold;
    font-size:8px;
}

.rightImage
{
    padding: 30px 0 0 0;
    float: right;
}

.pagesReg .rightImage
{
    text-align: left
}


.content
{
    padding: 0 0 0 20px;    
    color: #777777;
    display: inline-block;
    max-width: 600px;
}

 body.dialog .content {
    padding: 0 14px 0 14px !important;
}

.content a
{
    color: #6a8dcc;
    text-decoration: none;
}

.content a img
{
    border: none;
    vertical-align: inherit;
}


.content a:hover;
{
    color: #6a8dcc;
}

.content a:visted
{
    color: #6a8dcc;
}

.content a:active
{
    color: #6a8dcc;
}

.content strong
{
    color: #6a8dcc;
}

fieldset
{
    position: relative;
    margin: 10px 0 20px 0;  
    padding-top: 12px;  
}

legend
{
    position: absolute;
    float: left;
    top: -8px;
    left: 4px;
    font-size: 12px;
    font-weight:bold;
    color: #6a8dcc;
    padding-left: 2px;
    padding-right: 2px;
    background-color: white;
    line-height: 16px;
}

legend img 
{
    vertical-align: bottom !important;
}

label
{
    width: 250px;
    float:left;
    /*clear:both;*/
    color: #6a8dcc;
    font-weight: bold;
    margin: 3px 0 3px 0;
}

label.address
{
    height: 120px;
}

input
{
    margin: 3px 0 0 0;
}

select
{
    margin: 3px 0 0 0;
    width: 230px;
}

.buttons
{
    text-align: right;
    padding: 0 135px 0 0;
}

h3
{
    color: #6a8dcc;
    font-size: 9pt;
    font-weight: bold;
    margin: 5px 0px 5px 0px;
}

h4
{
    color: #777777;
    font-size: 9pt;
    font-weight:bold;
    margin: 5px 0px 5px 0px;
}

/*Revised Tool Tip CSS */
.dToolTipContainer
{
    margin:10px 0 0 0;
    display: none;
    z-index: 999; 
    width: 241px; 
    position: absolute;
    border:solid 1px #668ecb;
    font-family:Arial;
    font-size:8pt;
    color:#666666;
    padding:2px 0 2px 5px;
    background-color:#FFFFCC;    
}
.dToolTipHeader
{
    width:160px;
    font-weight:bold;
    height:20px;
}

.HelpFrame
{
	position: absolute;
	width : 183px;
	height : 150px;
	text-align: left;
}

table
{
    width: 94%;
    border-bottom: none;
}

table th
{
    font-size: 12px;
    color: #f7f7f7;
    background-color: #5c7ad4;
    text-align: left;
    padding: 5px 5px 5px 5px;
    margin: 0 0 0 0;
}

table td
{
    font-size: 9pt;
    color: #666666;    
    text-align: left;
    padding: 5px 5px 0px 5px;
    margin: 0 0 0 0;    
}

.left
{
    text-align: left;
}

.right
{
    text-align: right;
}

.centre
{
    text-align: center;
}

.small
{
    width: 80px;
}

.borderleft
{
    border-left: solid 1px silver;
}

.borderright
{
    border-right: solid 1px silver;
}

.borderbottom
{
    border-bottom: solid 1px silver;
}

.stikeout
{
    text-decoration:line-through;
}

.fields
{
    width: 500px;
}


/*Buttons*/
.buttonGO
{
	background-image: url('/Images/buttons/btnGo.gif');
	padding: 8px 16px 8px 16px;
	background-repeat:no-repeat;
}

.buttonGoShopping
{
	background-image: url('/Images/buttons/btnGoShopping.gif');
	padding: 8px 0px 0px 80px;
	background-repeat:no-repeat;
}
.buttonGoShopping:hover
{
	background-image: url('/Images/buttons/btnGoShopping_Over.gif');
}

.buttonGO:hover
{
	background-image: url('/Images/buttons/btnGo_Over.gif');
}

.marketingPrefs {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    margin-left: 18px;
}

.marketingPrefs .questionBlock {
    margin-bottom: 12px;
}

.marketingPrefs .optedIn {
    float: left;
    margin-left: -18px;
}

.marketingPrefs .text {
    display: inline-block;
    vertical-align: top;
    float: left;
    margin-left: 18px;    
}

.marketingPrefs .statement {
    padding-top: 2px;
    font-size: 14px;
}

.marketingPrefs .dateOptedIn {
    padding-top: 3px;
    font-style: italic;
}

.font-10-pt {
    font-size: 10pt;
}