/*
#####################################################################
Start of Defaults for all Pages. Be cautious in changing this.

Global Reset is needed to ensure the more or less identical cross-browser presentation of your web-sites.
By default different browsers use different values for margin, padding or line-height. Global
Reset makes sure all (or probably most) browsers render sites identically.
#####################################################################
*/
html,body,div,h1,h2,h3,h4,h5,h6,img {
    margin: 0;
    padding: 0;
    border: 0;
}

/*
Defines CSS that is Locale dependent. Locale based files can  override default configuration.
*/
body#body {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #343433;
    font-size: 12px;
    background-color: #f2f2f2;
}

/*
Pop-up body.
*/
#body-popup {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #343433;
    font-size: 12px;
    background-color: #FFFFFF;
}

/*
IFrame body.
*/
#body-iframe {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #343433;
    font-size: 12px;
    background-color: #FFFFFF;
}

/*
Used for I-Frames that are in the header.
*/
body#header-iframe {
    background-color: transparent !important;
    color: white;
}

/*************************************************************
* TEMPLATE - main template selectors.
**************************************************************/ /*
This is the ID for the template container, this is where all content is defined. The container could be smaller than the body.
*/
#template-container {
    width: 980px;
    margin: 0 auto 20px;
    background-color: #FFF;
    box-shadow: 0 10px 20px 0 rgba(0,0,0,0.20);
    -webkit-box-shadow: 0 10px 20px 0 rgba(0,0,0,0.20);
    -moz-box-shadow: 0 10px 20px 0 rgba(0,0,0,0.20);
}

/*
This is the ID for the template container, this is where all content is defined. The container could be smaller than the body.
*/
#template-container-popup {
    width: 100%;
    margin: 0 auto;
}

#template-container-help-popup {
    width: 100%;
    margin: 0 auto;
}

#template-container-help-popup > #template-content {
    width: 95%;
    margin: 5px 0 10px 10px;
    box-shadow: 0 0 0 0;
    padding: 0;
}

/*
The ID for the header of the template. All content for the header is inside this block element.
*/
div.core5 #template-header {
    width: 100%;
    margin: 0;
    float: left;
}

div.core5 #template-header #welcome-header {
    font-family: "Trebuchet MS", Arial, sans-serif;
    color: #002E5F;
    font-size: 14px;
    font-weight: bold;
    float: left;
    margin: 0 0 0 0;
    letter-spacing: 0.075em;
    text-align: left;    
	background-color: #FFF;
    width: 100%;
}

div.core5 #template-header #welcome-header a:link,
div.core5 #template-header #welcome-header a:visited,
div.core5 #template-header #welcome-header a:hover,
div.core5 #template-header #welcome-header a:active {
    font-family: "Trebuchet MS", Arial, sans-serif;
    color: #002E5F;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

div.core5 #template-header #welcome-header a.toUppercase {
    text-transform: uppercase;
	font-weight: bold;
}

div.core5 #template-header #welcome-header a.toUppercase_login {
    text-transform: uppercase;
    font-size: 14px;
}

div.core5 #template-header #welcome-header a span {
    font-weight: bold;
    color: #002E5F !important;
}

div.core5 #template-header #welcome-header span.welcome-header-separator {
    font-size: 11px !important;
}

#template-header #welcome-header #welcome-text {
    padding: 10px 0px 0px 20px;
    float: left;
}
#template-header #welcome-header #welcome-party-host {
    padding: 10px 20px 0px 0px;
    float: right;
}

/* welcome header left start */
#template-header #welcome-header-left {
    font-family: "Trebuchet MS", Arial, sans-serif;
    color: #002E5F;
    font-size: 15px;
    font-weight: bold;
    float: left;
    margin: 0px 0px 11px 20px;
    letter-spacing: 0.075em;
    text-align: left;
    width: 50%;
}
#template-header #welcome-header-left a:link,
#template-header #welcome-header-left a:visited,
#template-header #welcome-header-left a:hover,
#template-header #welcome-header-left a:active {
    font-family: "Trebuchet MS", Arial, sans-serif;
    color: #002E5F;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
}

#template-header #welcome-header-left a.toUppercase {
    text-transform: uppercase;
}

#template-header #welcome-header-left a.toUppercase_login {
    text-transform: uppercase;
    font-size: 15px;
}
#template-header #welcome-header-left a span {
    font-weight: bold;
}
#template-header #welcome-header-left #welcome-text {
    padding: 10px 0px 10px 10px;
    float: left;
}

/* welcome header right start */
#template-header #welcome-header-right {
    font-family: "Trebuchet MS", Arial, sans-serif;
    color: #002E5F;
    font-size: 15px;
    font-weight: bold;
    float: right;
    margin: 0px 10px;
    letter-spacing: 0.075em;
    text-align: left;
    width: 45%;
}
#template-header #welcome-header-right a:link,
#template-header #welcome-header-right a:visited,
#template-header #welcome-header-right a:hover,
#template-header #welcome-header-right a:active {
    font-family: "Trebuchet MS", Arial, sans-serif;
    color: #002E5F;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
}

#template-header #welcome-header-right a.toUppercase {
    text-transform: uppercase;
}

#template-header #welcome-header-right a.toUppercase_login {
    text-transform: uppercase;
    font-size: 15px;
}
#template-header #welcome-header-right a span {
    font-weight: bold;
}
#template-header #welcome-header-right #welcome-text {
    padding: 10px 0px 10px 10px;
    float: left;
}

div.core5 #template-header #search-header {
    float: right;
    margin: 10px 10px 0 0;
    width: 243px;
    border: 1px solid #d8d8d8;
    height: 18px;
}

div.core5 #template-header #search-header #searchText {
    width: 214px;
    border: none !important;
    font-family: "Trebuchet MS", Arial, sans-serif;
    color: #4d4d4d;
    font-size: 10px;
    font-weight: normal;
    padding-left: 5px;
	height: 18px;
	float: left;
}

div.core5 #template-header #pl-logo {
	/*margin: 35px 0 5px 35px; * PRODPL-8205 **/
}

#template-consultant-info-thankyou {
    float: right;
	clear: right; /** PRODPL-8205 **/
	margin: 0 20px 0 0; /** PRODPL-8205 **/
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.75px;
	color: #002E5F !important;

}

#template-consultant-info-thankyou a:link,
#template-consultant-info-thankyou a:visited,
#template-consultant-info-thankyou a:hover,
#template-consultant-info-thankyou a:active {
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #676767;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#template-consultant-info-container {
    float: right;
    height: 85px;
    background: url("/sharedfiles/websites/Corporate-US/images/en_US/template/thank-you-box.png") top right no-repeat;
	margin-right: 20px;
}

#template-consultant-info-container #template-consultant-image {
    float: right;
    width: 50px;
    height: 62px;
    margin: 12px 5px 11px 10px;
}

#template-consultant-info-container #template-consultant-info {
	text-align: right;
	line-height: 1.5em;
	height: 62px;
	margin-top: 12px;
    float: right;
    padding-left: 10px;
    color: #002E5F;
    font-family: "Trebuchet MS", sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
}

#template-consultant-info-container #template-consultant-info a:link,
#template-consultant-info-container #template-consultant-info a:visited,
#template-consultant-info-container #template-consultant-info a:hover,
#template-consultant-info-container #template-consultant-info a:active {
    color: #002E5F;
    font-family: "Trebuchet MS", sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-decoration: underline;
}

#template-consultant-info-container #template-consultant-info span#consultant-name {
    color: #4d4d4d;
    font-weight: normal !important;
    font-size: 11px !important;
    text-align: right;
	text-transform: uppercase;
}

div.core5 #iframe-content #template-header-name {
    text-align: right;
}

div.core5 #iframe-content #template-header-name a:link, div.core5 #iframe-content #template-header-name a:visited, div.core5 #iframe-content #template-header-name a:hover, div.core5 #iframe-content #template-header-name a:active {
    font-family: "Trebuchet MS", Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #808080;
    text-decoration: underline;
}

div.core5 #iframe-content #iframe-template-header-name a:link,
div.core5 #iframe-content #iframe-template-header-name a:visited,
div.core5 #iframe-content #iframe-template-header-name a:hover,
div.core5 #iframe-content #iframe-template-header-name a:active {
    line-height: 25px;
}

div.core5 #template-header  #template-header-name a span {
    font-size: 12px;
    line-height: 25px;
    font-weight: bold;
    color: #605c4d !important;
}

div.core5 #template-header #template-header-name #template-header-links {
    float: right;
    text-align: right;
    width: 450px;
    overflow:hidden;
}

div.core5 #template-header #template-header-name #template-header-links #template-header-orders {
    float: left;
    width: 75%;
    line-height: 25px;
}

div.core5 #template-header #template-header-name #template-header-links #template-header-alerts {
    float: right;
}

div.core5 #template-header #template-header-name #template-header-links #template-header-flash {
    float: right;
    width: 12px;
    padding: 6px 2px 0 0;
}

div.core5 #insecure-template-header {
    width: 980px;
    height: 25px;
    float: left;
    margin: 15px auto;
}

div.core5 .template-header-text {
    text-align: left;
}

div.core5 .template-header-text span,
div.core5 .template-header-text a:link,
div.core5 .template-header-text a:visited,
div.core5 .template-header-text a:hover,
div.core5 .template-header-text a:active {

    font-size: 11px;
    font-weight: normal;
    color: #8A7969;
    text-decoration: none;
    text-align: right;
}

div.core5 .template-header-text .template-header-alert-img { display: inline; }

/*************************************************************
* FOOTER
**************************************************************/
#template-footer {
    width: 100%;
    margin: 0 auto;
    clear: both;
	border-top: 2px solid #E4E4E4;
	min-height: 116px;
}

#template-footer #template-footer-1 {
	height: 126px;
	border-bottom: 2px solid #E4E4E4;
/*	background: url(/sharedfiles/websites/Corporate-US/images/en_US/template/footer-bg.png) top left repeat-x;*/
	width: 980px;
	padding: 0;
}

#template-footer #template-footer-1 .footer-box {
    width: 235px;
    float: left;
    height: 116px;
    margin: 5px 0;
	text-align: center;
}

#template-footer #template-footer-1 .footer-box span {
    font-size: 24px;
    font-weight: bold;
    font-family: "Palatino Linotype","Book Antiqua",Palatino,serif;
    color: #002E5F;
    letter-spacing: 1px;
}

#template-footer #template-footer-1 .footer-box p.a-link {
	margin: 10px 0 0;
}

#template-footer #template-footer-1 .footer-box p.a-link,
#template-footer #template-footer-1 .footer-box a:link, #template-footer #template-footer-1 .footer-box a:visited,
#template-footer #template-footer-1 .footer-box a:hover, #template-footer #template-footer-1 .footer-box a:active {
    font-size: 12px;
    font-weight: normal;
    font-family: "Trebuchet MS", sans-serif;
    color: #002E5F;
    letter-spacing: 1px;
    text-decoration: none !important;
}

#template-footer #template-footer-1 #pl-magazine,
#template-footer #template-footer-1 #pl-fundraiser, #template-footer #template-footer-1 #pl-bac, #template-footer #template-footer-1 #pl-preferred-logo {
    background: url(/sharedfiles/websites/Corporate-US/images/en_US/template/dotted-divider.png) top right no-repeat;
    font-size: 15px;
    font-weight: bold;
    font-family: "Trebuchet MS", sans-serif;
    color: #002E5F;
    letter-spacing: 1px;
	display: block;
	text-decoration: none !important;
}
#pl-preferred-logo {
   /* background: url(/legacy/images/en_US/template4/green-bg.gif);*/
    background-repeat: repeat-x;
	text-decoration: none !important;
    font-size: 15px;
    font-weight: bold;
    font-family: "Trebuchet MS", sans-serif;
    color: #002E5F;
    letter-spacing: 1px;
    margin: 0 !important;
    width: 255px !important;
    padding: 5px 0;
}

#pl-preferred-logo.footer-box span {
   color: #002E5F  !important;
}
#template-footer #template-footer-1 #pl-bac {
    background: none !important;
    width: 255px;
}

#template-footer #template-footer-1 #pl-magazine {
    width: 220px;
}


#template-footer #template-footer-1 #pl-newsletter {
    width: 190px;
    padding: 35px 0 0 45px;
    height: 81px;
    font-weight: bold;
    font-size: 11px;
    color: #002E5F;
    font-family: "Trebuchet MS", Arial, sans-serif;
    text-align: left;
    letter-spacing: 0.8px;
	float: left;
}

#template-footer #template-footer-1 #pl-newsletter #sign-up-email-updates {
    float: left;
    margin: 3px 0 0;
    width: 160px;
    border: 1px solid #d8d8d8;
    height: 19px;
}

#template-footer #template-footer-1 #pl-newsletter #sign-up-email-updates td.enterEmailText {
    width: 140px;
}

#template-footer #template-footer-1 #pl-newsletter #sign-up-email-updates #enterEmailText {
    width: 135px;
    border: none !important;
    font-family: "Trebuchet MS", Arial, sans-serif;
    color: #676767;
    font-size: 9px;
    font-weight: normal;
    font-style: italic;
    padding-left: 5px;
	float: left;
	height: 19px;
}

#template-footer #template-footer-2 {
	margin-top: 30px;
	height: 160px;
}

#template-footer #template-footer-2 .template-footer-2-column {
	float: left;
}

#template-footer #template-footer-2 .template-footer-2-column:first-child {
	margin-left: 10px;
}

#template-footer #template-footer-2 .template-footer-2-column .footer_header {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #002E5F;
	font-weight: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding-left: 33px;
	padding-bottom: 8px;
}

#template-footer #template-footer-2 .template-footer-2-column .footer_links_box {
	border-right: 1px solid #e4e4e4;
	padding-right: 20px;
	height: 95px;
}

#template-footer #template-footer-2 .template-footer-2-column .footer_links_box.footer_links_2col {
	padding: 0;
}

#template-footer #template-footer-2 .template-footer-2-column .footer_links {
	padding-left: 33px;
}

#template-footer #template-footer-2 .template-footer-2-column .footer_links.footer_links_2col {
	float: left;
	width: 130px;
}

#template-footer #template-footer-2 .template-footer-2-column .footer_links a:link, #template-footer #template-footer-2 .template-footer-2-column .footer_links a:visited, #template-footer #template-footer-2 .template-footer-2-column .footer_links a:active {
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #676767;
	text-decoration: none;
	font-weight: normal;
	line-height: 1.5em;
}

#template-footer #template-footer-2 .template-footer-2-column .footer_links a:hover {
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #b3b3b3;
	text-decoration: none;
	font-weight: normal;
	line-height: 1.5em;
}

#template-footer #copyright {
	width: 940px;
    text-align: center;
	color: #333;
	font-size: 9px;
	line-height: 39px;
	min-height: 39px;
	margin: 20px 20px 0;
	padding: 0 0 10px;
	background: url(/sharedfiles/websites/Corporate-US/images/en_US/template/icons/DSA-Logo.png) top right no-repeat;
}
#dsa-link { 
		position: absolute; 
		top: 2px; 
		left: 893px; 
		width: 50px; 
		height: 40px; 
		background-color: transparent; 
		text-decoration:none;
}

#template-footer #links {
    float: right;
    width: 50%;
    text-align: right;
    margin: 0;
    padding: 0;
    line-height: 12px;
    display: none;
}

#template-footer #links a {
    font-size: 11px;
    color: #FFF;
}

#template-footer #links a:link,
#template-footer #links a:active,
#template-footer #links a:visited {
    text-decoration: none !important;
}

#template-footer #links a:hover {
    text-decoration: underline !important;
}

#template-footer #links ul {
    margin: 0;
    padding: 0;
}

#template-footer #links ul li {
    float: right;
    padding: 0 6px 0 0;
    margin: 0 6px 0 0;
    vertical-align: middle;
    list-style: none !important;
}

#template-footer #links ul li.last {
    padding: 0;
    margin: 0;
}

/*************************************************************
* MAIN CONTENT
**************************************************************/
/* This selector defines the content of each page. The content is included inside the template. */
div.core5 #iframe-content {
    margin: 0 auto;
}

div.core5 #template-content {
    padding: 0;
    background-color:white;
    float: left;
}
div.core5 #template-content > #menu{
    margin: -20px -20px 20px -20px;
}

div.core5 #template-content p {
    margin: 10px 0 0;
}

div.core5 #template-content p.content, div.core5 #template-content ul.content li {
    color: #676767;
	font-size: 14px;
	line-height: 1.4em;
}

div.core5 #template-content ul.content li {
	list-style: disc;
}

/* too wide, screwing up layouts, add specifiers/classes
div.core5 #template-content ul li {
    line-height: 1.5em;
    list-style: none;
}
*/

div.core5 #template-container-help-popup ul > li,
div.core5 #template-content ul.bullet-style > li {
    line-height: 1.5em;
    list-style: disc;
    margin-left: 30px !important;
}

div.core5 #template-container-help-popup ol > li,
div.core5 #template-content ol.numeric-style > li {
    line-height: 1.5em;
    list-style: decimal;
    margin-left: 30px !important;
}

div.core5 #template-content ul.bulleted-list li {
    list-style: disc outside;
}

div.core5 #template-content strong {
    font-weight: bold;
}

div.core5 #template-content em {
    font-style: italic !important;
}

/* Styles the content in pop-up */
#template-container-popup > #template-content{
    margin: 5px auto;
    float: none !important;
    box-shadow: none;
	padding: 10px 20px 20px;
}

#template-container > #template-content {
    width: 980px;
}

/*************************************************************
* Input/Selector
**************************************************************/
div.core5 #template-content select, div.core5 #template-content input[type="text"], div.core5 #template-content input[type="password"], div.core5 #template-content textarea {
    border: 1px solid #c6c5c6;
    background-color: #fff;
    color: #676767;
    font-size: 12px;
    padding: 0;
    margin: 0;
}

div.core5 #template-content select[disabled], div.core5 #template-content input[disabled], div.core5 #template-content textarea[disabled] {
    border: 1px solid #c8c8c8;
    background-color: #fff;
}

div.core5 #template-content textarea {
    padding: 3px;
}

div.core5 #template-content select {
    height: 22px;
}

div.core5 #template-content #loginTools input[type="text"],
div.core5 #template-content #loginTools input[type="password"] {
    width: 140px;
}

div.core5 #template-content input[type="text"],
div.core5 #template-content input[type="password"] {
    padding: 2px 0;
}

div.core5 #template-content input[type="text"].datefield {
    padding: 2px 0 0 !important;
    width: 150px;
}

div.core5 #template-content textarea.error-field,
div.core5 #template-content select.error-field,
div.core5 #template-content input[type="text"].error-field,
div.core5 #template-content input[type="password"].error-field {
    border: 1px solid #EC0000;
    background-color: #FFF;

}

div.core5 #template-content input[type="radio"], div.core5 #template-content input[type="checkbox"] {
    margin: 0 2px 3px 5px;
    vertical-align: middle;
}



/*************************************************************
* DISABLED TEXT
**************************************************************/
div.core5 span.lowercase {
    text-transform: lowercase;
}

div.core5 span.disabled {
    color: #cccccc;
}

/*************************************************************
* IMAGE/TEXT HIGHLIGHT
**************************************************************/
div.core5 .highlight {
    background-color: #abd5e7;
}

div.core5 img.highlight {
    border: solid 1px red;
}

div.core5 .row-highlight {
    background-color: #abd5e7;
}

/*************************************************************
* HIDE/SHOW
**************************************************************/
div.core5 #hide-show span.hide {
    display: none;
}

div.core5 #hide-show span.show {
    display: block;
}

div.core5 div.hide {
    display: none;
    visibility: hidden;
}

div.core5 div.show {
    display: block;
    visibility: visible;
}

/*************************************************************
* HEADER TAGS
**************************************************************/
div.core5 #template-content h1 {
    font-family: "Palatino Linotype", Times, serif;
    font-size: 24px;
    color: #333;
    font-weight: normal;
}

div.core5 #template-content h2 {
    font-family: "Trebuchet MS", Arial, sans-serif;
    font-size: 16px;
    color: #666;
    font-weight: bold;
    text-transform: uppercase;
}

div.core5 #template-content h3 {
    font-family: "Palatino Linotype", Times, serif;
    font-size: 20px;
    color: #002E5F;
    font-weight: normal;
}

div.core5 #template-content h4 {
    font-family: "Trebuchet MS", Arial, sans-serif;
    font-size: 16px;
    color: #676767;
    font-weight: normal;
	line-height: 1.5em !important;
}

div.core5 #template-content h5 {
    font-family: "Trebuchet MS", Arial, sans-serif;
    font-size: 14px;
    color: #333;
    font-weight: bold;
}

div.core5 #template-content h6 {
    font-family: "Trebuchet MS", Arial, sans-serif;
    font-size: 12px;
    color: #666;
    font-weight: bold;
    text-transform: uppercase;
}

/*************************************************************
* SECTION DIVIDER AND HEADING RULE
**************************************************************/
div.core5 div.divider {
    margin-bottom: 5px;
    padding-bottom: 5px;
    background: url(/sharedfiles/websites/Corporate-US/images/en_US/template/divider.png) bottom left repeat-x;
}

div.core5 div.rule {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #b3b3b3;
}

div.core5 #divider {
    width: 100%;
    float: left;
}

div.core5 #divider #header {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #343433;
    font-size: 12px;
    width: 940px;
}

div.core5 #divider #dotted-line {
    background-image: url(/sharedfiles/websites/Corporate-US/images/en_US/template/dot.gif);
    background-repeat: repeat-x;
    height: 22px;
    width: 100%;
}

/*************************************************************
* FORMATS A DIV as a row or cell.
**************************************************************/
div.core5 div.row {
    float: left;
    clear: both;
    width: 100%;
    margin-bottom: 10px;
}

div.core5 div.cell {
    float: left;
    clear: none;
    margin: 2px 5px 2px 0;
}

div.core5 div.cell-right {
    float: right;
    clear: none;
    margin: 2px 0 2px 5px;
}

/*************************************************************
* FORM ENTRY FIELDS AND LABELS
**************************************************************/

/* Declares a form to allow descendant styling */
div.core5 #form {
    float: left;
    clear: both;
    width: 100%;
}

/* Used to declare a grouping of form fields */
div.core5 fieldset {
    padding: 10px 0 !important;
    margin: 10px 0 !important;
    border: none;
    border-top: solid 1px #c6c5c6;
}

/* Used to place a title on a form section. */
div.core5 legend {
    font-weight: bold;
    color: #3c93b3;
    font-size: 14px;
    padding: 10px 5px 10px 5px;
}

/* Used for labels on a form */
div.core5 #label {
    font-weight: bold;
    color: #343433;
    font-size: 12px;
    line-height: 2em;
}

div.core5 #form label {
    font-weight: bold;
    color: #002E5F !important;;
    font-size: 12px;
    line-height: 2em;
}

div.core5 label.disabled-field {
    color: #C8C8C8 !important;
}

div.core5 label span.required {
    color: #002E5F !important;
}

div.core5 label.error-field {
    color: #EC0000 !important;
}

/* Used for noting form entry objects, like a format for a text box */
div.core5 form em, div.core5 #form em {
    color: #676767;
    font-size: 12px;
    font-weight: normal;
    font-style: italic !important;
}

div.core5 span.note {
    color: #969696;
    font-size: 10px;
    font-weight: normal;
    font-style: normal !important;
}

/* Used for bolding special items on forms */
div.core5 form strong, div.core5 #form strong {
    color: #000000;
    font-size: 12px;
    font-weight: bold !important;
}

/* Used to declare a block level element as a row in a form */
div.core5 .form-row {
    margin: 0 0 10px;
    float: left;
    clear: both;
    width: 100%;
}

/* Used to declare a block level element a form field, a form field consists of a label and input */
div.core5 #form .form-field {
    margin: 0 20px 0 0;
    clear: none;
    float: left;
}

div.core5 #form .form-field-last {
    margin-right: 0 !important;
}

div.core5 .form-row .form-field .buttonwrapper { margin-top: 20px; }

div.core5 .form-wrap { word-wrap: break-word; width: 700px; }

/*************************************************************
* SEARCH FIELDS - ADD TO STYLE GUIDE
**************************************************************/
div.core5 div#searchFields {
    padding: 10px 0;
    clear: both;
    border: 1px solid #C8C8C8;
    background-color: #f1f1f1;
    float: left;
    width: 100%;
}

div.core5 #searchFieldsWrapper {
    padding: 0 10px;
}

div.core5 #searchFieldsWrapper #header, div.core5 #searchFieldsWrapper .header {
    color: #605c4d;
    font-weight: bold;
    text-transform: uppercase;
}

div.core5 #searchFieldsWrapper a.searchLink {
    text-decoration: none;
}

div.core5 #searchFieldsWrapper a.searchLink.highlight {
    color: #FFF;
}

div.core5 #searchFieldsWrapper #searchButton {
    margin-top: 20px;
    float: right;
}

div.core5 #searchFieldsWrapper label {
    color: #666;
}

/*************************************************************
* PAGE ERRORS
**************************************************************/
div.core5 div#errors, div.core5 div#success, div.core5 div#updates,
div.core5 div.errors, div.core5 div.success, div.core5 div.updates {
    clear: both;
    font-size: 14px;
    font-weight: normal;
    color: #2f3233;
    border: 1px solid #EC0000;
    background-color: #ffd1d1;
    display: block;
    padding: 5px;
    margin: 0 0 10px;
}

div.core5 div#success, div.core5 div.success{
    border: 1px solid #53ec00;
    background-color: #daffd1;
}

div.core5 div#updates, div.core5 div.updates {
    border: 1px solid #e9ec00;
    background-color: #fdffd1;
}

div.core5 div#errors h1, div.core5 div#success h1, div.core5 div#updates h1 {

    font-size: 14px;
    font-weight: bold;
    color: #191919;
    margin: 0;
}

div.core5 #errors ul, div.core5 #success ul, div.core5 #updates ul {
    margin-left: 0;
}

div.core5 #errors li, div.core5 #success li, div.core5 #updates li {
    list-style: none;
    margin: 5px 0 0 !important;
    line-height: 1.2em !important;
}

/*************************************************************
* STANDARD TABLE FOR TABULAR DATA
**************************************************************/
div.core5 #table, div.core5 #nwlPageTable, div.core5 table.formattedTable {
    width: 100%;
    margin: 20px 0 10px 0;
    border: solid 1px #d9d8d9;
    clear:both;
    border-collapse: collapse;
    table-layout: fixed;
}

div.core5 #table th, div.core5 #nwlPageTable th, div.core5 table.formattedTable th {
    background-color: #b3b2b3;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#221f1f;
    font-weight:bold;
    padding: 10px;
    border-bottom: solid 1px #d9d8d9;
    text-align: left;
    overflow: hidden;
    text-transform: uppercase;
}

div.core5 #table td, div.core5 #nwlPageTable td, div.core5 table.formattedTable td {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size:12px;
    color: #666;
    border-bottom: solid 1px #d9d8d9;
    padding: 10px;
    vertical-align: top;
    overflow: hidden;
}

div.core5 #table td.odd, div.core5 #nwlPageTable td.odd, div.core5 table.formattedTable td.odd {
    background-color: #FFF;
}

div.core5 #table td.even, div.core5 #nwlPageTable td.even, div.core5 table.formattedTable td.even {
    background-color: #FFF;
}

div.core5 #table tr.odd, div.core5 #nwlPageTable tr.odd, div.core5 table.formattedTable tr.odd {
    background-color: #FFF;
}

div.core5 #table tr.even, div.core5 #nwlPageTable tr.even, div.core5 table.formattedTable tr.even {
    background-color: #FFF;
}

div.core5 #table a:link, div.core5 #table a:visited, div.core5 #table a:hover, div.core5 #table a:active,
div.core5 #nwlPageTable a:link, div.core5 #nwlPageTable a:visited, div.core5 #nwlPageTable a:hover, div.core5 #nwlPageTable a:active,
div.core5 table.formattedTable a:link, div.core5 table.formattedTable a:visited, div.core5 table.formattedTable a:hover, div.core5 table.formattedTable a:active {
    color: #002E5F;
    font-weight: bold;
    text-decoration: underline;
}

div.core5 .table-footer {
    float: right;
}

div.core5 .table-footer .current {
    border: solid 1px #b3b3b3;
    float: right;
    background-color: #b3b3b3;
    padding:4px 7px;
    margin-left: 5px;
    font-size:11px;
    font-weight:bold;
    color:#FFFFFF;
    text-transform: uppercase;
    cursor:default;
}

div.core5 .table-footer .disabled {
    border: solid 1px #e1e1e1;
    float: right;
    background-color: #e1e1e1;
    padding: 4px 7px;
    margin-left: 5px;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    cursor:default;
}

div.core5 .table-footer a {
    border:solid 1px #b3b3b3;
    float: right;
    background-color: #e1e1e1;
    padding:4px 7px;
    margin-left:5px;
    font-size:11px;
    font-weight:bold;
    color:#343433;
    text-transform:uppercase;
    text-decoration: none;
}

div.core5 .table-footer a:hover {
    border:solid 1px #b3b3b3;
    float:right;
    background-color:#b3b3b3;
    padding:4px 7px;
    margin-left:5px;
    font-size:11px;
    font-weight:bold;
    color:#FFFFFF;
    text-transform:uppercase;
    text-decoration: none;
}

div.core5 #table-nav a {
    border:solid 1px #b3b3b3;
    float:left;
    background-color:#e1e1e1;
    padding:4px 7px;
    margin-left:5px;
    font-size:11px;
    font-weight:bold;
    color:#56a1bd;
    text-transform:uppercase;
}

div.core5 #table-nav a:hover {
    border:solid 1px #b6b5b6;
    float: left;
    background-color:#b3b3b3;
    padding:4px 7px;
    margin-left:5px;
    font-size:11px;
    font-weight:bold;
    color:#FFFFFF;
    text-transform:uppercase;
}

div.core5 #table-nav .active {
    border: solid 1px #b6b5b6;
    float: left;
    background-color: #b3b2b3;
    padding:4px 7px;
    margin-left:5px;
    font-size:11px;
    font-weight:bold;
    color:#FFFFFF;
    text-transform:uppercase;
    cursor:default;
}

div.core5 div.formattedTableWrapper table.formattedTable {
    border-width: 1px 1px 0;
    border-color: #d7d7d7;
    border-style: solid;
    background-color: #FFF;
}

/*************************************************************
* BOX
**************************************************************/
div.core5 #box, div.core5 .box {
    border: solid 1px #c6c5c6;
    width: 100%;
    padding-bottom: 10px;
    background-color: #fff;
}

div.core5 #box p, div.core5 .box p {
    padding-left: 10px;
}

div.core5 #box .header, div.core5 .box .header {
    background-color: #96d8eb;
    height: 33px;
    padding: 0 10px;
    line-height: 35px;
    font-size: 14px;
    color: #343433;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
}

div.core5 #box .header div.cell, div.core5 .box .header div.cell,
div.core5 #box .header div.cell-right, div.core5 .box .header div.cell-right {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

div.core5 #box .section, div.core5 .box .section {
    padding: 0 10px;
    color: #343433;
    font-size: 12px;
    margin: 8px 0 0;
}

div.core5 #box .section .subsection-off, div.core5 .box .section .subsection-off {
    padding-left: 30px;
    line-height: 1.5em;
    display: none;
}

div.core5 #box .section .subsection-on, div.core5 .box .section .subsection-on {
    padding-left: 30px;
    line-height: 1.5em;
    display: block;
}

div.core5 #box .section .section, div.core5 .box .section .section {
    padding-left: 0;
    margin: 0;
}

/*************************************************************
* Step Navigation  - IN REVIEW
* Styles for a wizard style step navigation.
**************************************************************/
div.core5 div#step_navigation {
    clear: both;
    width: 100%;
    font-size: 12px;
    font-weight: bold;
}

div.core5 div#step_navigation ul {
    margin: 0;
    height: 0;
    padding: 15px 0;

}

div.core5 div#step_navigation li {
    color: #b3b3b3;
    padding: 0 20px 0 10px;
    list-style: none;
    height: 30px;
    float: left;
    background: url(/sharedfiles/websites/Corporate-US/images/en_US/template/tabs/inactive-tab.png) top right no-repeat;
    margin: 0 !important;
    clear: none;
    text-align: left;
    line-height: 1em;
}

div.core5 div#step_navigation li span {
    font-size: 16px;
    padding-bottom: 5px;
    display: block;
}

div.core5 div#step_navigation ul > li.first-child {
    padding-left: 0;
}

div.core5 div#step_navigation ul > li.last-child {
    background: none;
}

div.core5 div#step_navigation li.visited {
    background: url(/sharedfiles/websites/Corporate-US/images/en_US/template/tabs/visited-tab.png) top right no-repeat;
    color: #343433;
}

div.core5 div#step_navigation li.selected {
    background: url(/sharedfiles/websites/Corporate-US/images/en_US/template/tabs/active-tab.png) top right no-repeat;
    color: #002E5F;
}

/*************************************************************
* STANDARD TAB WIDGETS
**************************************************************/

/*************************************************************
* ROUNDED CORNER TABS
**************************************************************/
div.core5 #tabs {
    float: left;
    width: 100%;
    background: transparent url(/sharedfiles/websites/Corporate-US/images/en_US/template/tabs/bottom-border.gif) bottom left repeat-x;
    padding-bottom: 0;
}

div.core5 #tabs span {
    display: block;
    float: left;
    height: 32px;
    line-height: 32px;
    text-align: center;
    padding: 5px 10px 0 4px;
}

div.core5 #tabs .tab-active-wrapper {
    float: left;
    height: 32px;
    line-height: 32px;
    background: transparent url(/sharedfiles/websites/Corporate-US/images/en_US/template/tabs/tab-left-active.gif) no-repeat top left;
    padding-left: 10px;
}

div.core5 #tabs .tab-active-wrapper span {
    float: left;
    height: 32px;
    line-height: 32px;
    background: transparent url(/sharedfiles/websites/Corporate-US/images/en_US/template/tabs/tab-right-active.gif) no-repeat top right;
    padding: 0 15px 0 0;
}

div.core5 #tabs .tab-active-wrapper a:link,
div.core5 #tabs .tab-active-wrapper a:visited,
div.core5 #tabs .tab-active-wrapper a:hover,
div.core5 #tabs .tab-active-wrapper a:active {
    color: #343433;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
}

div.core5 #tabs .tab-inactive-wrapper {
    float: left;
    height: 32px;
    line-height: 32px;
    background: transparent url(/sharedfiles/websites/Corporate-US/images/en_US/template/tabs/tab-left-inactive.gif) no-repeat top left;
    padding-left: 10px;
}

div.core5 #tabs .tab-inactive-wrapper span {
    float: left;
    height: 32px;
    line-height: 32px;
    background: transparent url(/sharedfiles/websites/Corporate-US/images/en_US/template/tabs/tab-right-inactive.gif) no-repeat top right;
    padding: 0 15px 0 0;
}

div.core5 #tabs .tab-inactive-wrapper a:link,
div.core5 #tabs .tab-inactive-wrapper a:visited,
div.core5 #tabs .tab-inactive-wrapper a:hover,
div.core5 #tabs .tab-inactive-wrapper a:active {
    color: #343433;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    border: 0 !important;
}

div.core5 .tab-subsection {
    float: left;
    clear: both;
    width: 100%;
    padding-top: 8px;
}

div.core5 div.active-panel {
    position: relative;
    display: block;
    overflow: auto;
}

div.core5 div.inactive-panel {
    position: absolute;
    display: none;
}

/*************************************************************
* BUTTONS
**************************************************************/
div.core5 .button {
    float: left;
    width: auto;
    margin-right: 5px;
}

div.core5 .buttonwrapper {
    overflow: hidden;
}

/*************************************************************
* BUTTON 1
**************************************************************/
div.core5 a.button1 {
    background-color: #96d8eb;
    display: block;
    float: left;
    font: 12px "Trebuchet MS";
    line-height: 30px;
    height: 30px;
    padding-left: 10px;
    text-decoration: none !important;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: .5px;
}

div.core5 a:link.button1, div.core5 a:visited.button1, div.core5 a:active.button1 {
    font: 12px "Trebuchet MS";
    text-decoration: none;
    color: #343433;
    font-weight:bold;
    line-height: 30px;
}

div.core5 a.button1 span {
    background-color: #96d8eb;
    display: block;
    padding: 0 10px 0 0;
    white-space: nowrap;
}

div.core5 a.button1:hover {
    background-color: #caebf5;
    font: 12px "Trebuchet MS";
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    line-height: 30px;
    white-space: nowrap;
}

div.core5 a.button1:hover span {
    background-color: #caebf5;
    color: #fff;
    white-space: nowrap;
}
/*************************************************************
* BUTTON 1 (disabled)
**************************************************************/
div.core5 a.button1off {
    background-color: #d9f1f8;
    display: block;
    float: left;
    font: 12px "Trebuchet MS";
    line-height: 30px;
    height: 30px;
    padding-left: 10px;
    text-decoration: none !important;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: .5px;
    cursor: default;
}
div.core5 a:link.button1off, div.core5 a:visited.button1off, div.core5 a:active.button1off {
    color: #a5a5a5;
}
div.core5 a.button1off span {
    background-color: #d9f1f8;
    display: block;
    padding: 0 10px 0 0;
    white-space: nowrap;
    height: 30px
}

/*************************************************************
* BUTTON 2
**************************************************************/
div.core5 a.button2 {
    background-color: #666;
    display: block;
    float: left;
    font: 12px "Trebuchet MS";
    line-height: 30px;
    height: 30px;
    padding-left: 10px;
    text-decoration: none !important;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: .5px;
}
div.core5 a:link.button2, div.core5 a:visited.button2, div.core5 a:active.button2 {
    font: 12px "Trebuchet MS";
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    line-height: 30px;
}
div.core5 a.button2 span {
    background-color: #666;
    display: block;
    padding: 0 10px 0 0;
    white-space: nowrap;
}
div.core5 a.button2:hover {
    background-color: #b2b2b2;
    font: 12px "Trebuchet MS";
    text-decoration: none;
    color: #fff;
    font-weight:bold;
    line-height: 30px;
    white-space: nowrap;
}
div.core5 a.button2:hover span {
    background-color: #b2b2b2;
    color: #fff;
    white-space: nowrap;
}
/*************************************************************
* BUTTON 2 (disabled)
**************************************************************/
div.core5 a.button2off {
    background-color: #e4e4e4;
    display: block;
    float: left;
    font: 12px "Trebuchet MS";
    line-height: 30px;
    height: 30px;
    padding-left: 10px;
    text-decoration: none !important;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: .5px;
    cursor: default;
}
div.core5 a:link.button2off, div.core5 a:visited.button2off, div.core5 a:active.button2off {
    color: #fff;
}
div.core5 a.button2off span {
    background-color: #e4e4e4;
    display: block;
    padding: 0 10px 0 0;
    white-space: nowrap;
}
/*************************************************************
* BUTTON 3
**************************************************************/
div.core5 a.button3 {
    background-color: #fff;
    display: block;
    float: left;
    font: 11px "Trebuchet MS";
    line-height: 23px;
    height: 23px;
    padding-left: 10px;
    text-decoration: none !important;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}

div.core5 a:link.button3, div.core5 a:visited.button3, div.core5 a:active.button3 {
    font: 11px "Trebuchet MS";
    text-decoration: none;
    color: #343433;
    font-weight:bold;
    line-height: 23px;
}

div.core5 a.button3 span {
    background-color: #fff;
    display: block;
    padding: 0 10px 0 0;
    white-space: nowrap;
    letter-spacing: 1px;
}

div.core5 a.button3:hover {
    background-color: #666;
    font: 11px "Trebuchet MS";
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    line-height: 23px;
    white-space: nowrap;
}

div.core5 a.button3:hover span {
    background-color: #666;
    color: #fff;
    white-space: nowrap;
}
/*************************************************************
* BUTTON 3 SELECTED
**************************************************************/
div.core5 a.button3_selected {
    background-color: #666;
    display: block;
    float: left;
    font: 11px "Trebuchet MS";
    line-height: 23px;
    height: 23px;
    padding-left: 10px;
    text-decoration: none !important;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    color: #fff;
}

div.core5 a.button3_selected span {
    background-color: #666;
    display: block;
    padding: 0 11px 0 0;
    white-space: nowrap;
    color: #fff;
    letter-spacing: 1px;
}

div.core5 a.button3_selected:link,
div.core5 a.button3_selected:visited,
div.core5 a.button3_selected:active{
	text-decoration: none;
}

/*************************************************************
* COLUMN ROW FORMATTING
**************************************************************/
div.core5 .page-column {
    float: left;
    text-align: left;
    padding-left: 20px;
}

div.core5 .page-column-first {
    float: left;
    text-align: left;
    padding-left: 0;
}

div.core5 .page-column-last {
    float: right;
    text-align: left;
    padding-left: 20px;
}

div.core5 .two-col {
    width: 460px;
}

div.core5 .two-three-col {
    width: 620px;
}

div.core5 .three-col {
    width: 300px;
}

div.core5 .three-four-col {
    width: 700px;
}

div.core5 .four-col {
    width: 220px;
}

div.core5 .five-col {
    width: 172px;
}

div.core5 .six-col {
    width: 140px;
}

/*************************************************************
* STANDARD CALENDAR
**************************************************************/
div.core5 #calendar-wrapper {
    clear: both;
    width: 220px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    overflow: hidden;
}

div.core5 #calendar-wrapper #today {
    width: 100%;
    float: left;
}

div.core5 #calendar-wrapper #today #day {
    float: left;
    color: #002E5F;
    font-family: "Palatino Linotype", serif;
    font-size: 30px;
    font-weight: normal;
    padding: 15px 0 0;
}

div.core5 #calendar-wrapper #today #date {
    float: right;
    color: #96d8eb;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 48px;
    text-align: right;
}

div.core5 #calendar-wrapper #month-year {
    clear: both;
    float: left;
    margin-top: 0;
    width: 100%;
}

div.core5 #calendar-wrapper #month-year div {
    float: left;
    color: #666;
    font-size: 14px;
    font-weight: normal;
    white-space: nowrap;
    letter-spacing: 2px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

div.core5 #calendar-wrapper #month-year li {
    float: right;
    margin: 0 0 0 10px;
    padding: 2px 0 0;
}

div.core5 #calendar-wrapper #month-year li a {
    font-size: 11px;
    font-weight: normal;
    display: block;
    height: 13px;
    width: 20px;
    overflow: hidden;
    text-indent: -9999px;
}

div.core5 #calendar-wrapper #month-year li a#prev {
    background: url(/sharedfiles/websites/Corporate-US/images/en_US/template/icons/prev-month.gif) top left no-repeat;
}

div.core5 #calendar-wrapper #month-year li a#next {
    background: url(/sharedfiles/websites/PersonalSites-US/images/en_US/template/icons/next-month.gif) top left no-repeat;
}

div.core5 #calendar-wrapper table#calendar {
    width: 100%;
    margin-top: 12px;
    border-bottom: 1px solid #EEE;
    float: left;
    margin-bottom: 5px;
}

div.core5 #calendar-wrapper table#calendar th {
    color: #221f1f;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #c6c5c6;
    padding-bottom: 6px;
}

div.core5 #calendar-wrapper table#calendar td {
    padding: 6px;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    font-size: 11px;
}

div.core5 #calendar-wrapper table#calendar td a:link,
div.core5 #calendar-wrapper table#calendar td a:visited,
div.core5 #calendar-wrapper table#calendar td a:hover,
div.core5 #calendar-wrapper table#calendar td a:active {
    font-weight: bold;
    color: #666666;
    text-decoration: none;
    font-size: 11px;
    border: 0 !important;
}

div.core5 #calendar-wrapper table#calendar td.day-active {
    background: url(/sharedfiles/websites/Corporate-US/images/en_US/template/icons/day-active.gif) center no-repeat;
}

div.core5 #calendar-wrapper table#calendar td.day-active a:link, div.core5 #calendar-wrapper table#calendar td.day-active a:visited, div.core5 #calendar-wrapper table#calendar td.day-active a:hover, div.core5 #calendar-wrapper table#calendar td.day-active a:active,
div.core5 #calendar-wrapper table#calendar td.day-current a:link, div.core5 #calendar-wrapper table#calendar td.day-current a:visited, div.core5 #calendar-wrapper table#calendar td.day-current a:hover, div.core5 #calendar-wrapper table#calendar td.day-current a:active {
    color: #FFF !important;
}

div.core5 #calendar-wrapper table#calendar td.day-current {
    background: url(/sharedfiles/websites/Corporate-US/images/en_US/template/icons/day-current.gif) center no-repeat;
}

div.core5 #calendar-wrapper table#calendar td.day-disabled {
    color: #b3b3b3;
}

div.core5 #calendar-legend {
    margin-top: 5px;
    font-size: 11px;
    color: #001C2E;
    font-weight: bold;
}

div.core5 #calendar-wrapper div#legend div.cell {
	height: 20px;
}

/*************************************************************
* ICONS
**************************************************************/
div.core5 ul.icons {
    margin: 0;
    padding: 0;
}

div.core5 ul.icons li {
    float: left;
    margin: 0 20px 0 0;
}

div.core5 ul.icons li img {
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
}

/*************************************************************
* HIDE OUTLINES ON LINKS - MOZILLA
**************************************************************/
a {
    -moz-outline-style: none;
    outline: none;
    color: #002E5F;
    font-family: "Trebuchet MS", Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

/*************************************************************
* SECTIONS
**************************************************************/
div.core5 #section {
    float: left;
    width: 100%;
}

div.core5 #section .header {
    float: left;
    padding-left: 5px;
    line-height: 23pt;
    font-size: 16px;
    color: #002E5F;
    font-weight: bold;
}

div.core5 #section .label {
    font-weight: bold;
    color: #343433;
    font-size: 11px;
    text-transform: uppercase;
}

/************************************************************************
*   Tool Tips
************************************************************************/
div.core5 .tooltip {
    cursor: help;
    position: relative;
}

div.core5 .tooltip > span {
    margin-left: -999em;
    position: absolute;
    font-size: 14px;
    width: 280px;
}

div.core5 .tooltip *:hover {
    cursor: help;
}

div.core5 .tooltip:hover > span {
    border-radius: 5px 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
    box-shadow: 3px 3px 3px #c3c3c3;
    -webkit-box-shadow: 3px 3px 3px #c3c3c3;
    -moz-box-shadow: 3px 3px 3px #c3c3c3;

    position: absolute; left: 0; top: 2em; z-index: 99;
    margin-left: 0;
    padding: 10px;
}

div.core5 .tooltip:hover img {
    border: 0;
    margin: -25px 0 0 -25px;
    float: left;
    position: absolute;
}

div.core5 .tooltip span.custom strong.header {
    font-weight: bold;
    font-size: 14px !important;
}

div.core5 .tooltip span.classic {
    background: #fdffd1;
    border: 1px solid #e9ec00;
}

div.core5 .tooltip span.critical {
    background: #ffd1d1;
    border: 1px solid #ec0000;
}

div.core5 .tooltip span.info {
    background: #c0e5f2;
    border: 1px solid #2bb0d7;
}

/************************************************************************
*   NWL Grid paging links classes
************************************************************************/
div.core5 .pages {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    padding: 5px 0;
    margin: auto 0;
    clear: both;
    font-size: 11px;
    text-align:right;
    float: right;
    text-transform: uppercase;
}

div.core5 .pages a, div.core5 .pages span {
    color: #343433;
    display: block;
    float: left;
    margin-right: 5px;
    border: 1px solid #b6b5b6;
    background: #e1e1e1;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 11px;
    padding: 4px 7px;
}

div.core5 .pages span.current {
    border: solid 1px #b6b5b6;
    background-color: #b3b2b3;
    font-weight: bold;
    color: #fff;
}

div.core5 .pages span.disabled {
    border: 1px solid #e1e1e1;
    font-weight: bold;
    background: #e1e1e1;
    color: #fff;
    cursor: default;
}

div.core5 .pages a {
    border:solid 1px #b6b5b6;
    background-color: #e1e1e1;
    text-decoration: none;
}

div.core5 .pages a:hover {
    border:solid 1px #b6b5b6;
    background-color:#b3b2b3;
    color: #FFF;
}

div.core5 .pages a.nextprev {
    font-weight: bold;
}

div.core5 .pages span.nextprev {
    border: 1px solid #b6b5b6;
    color: #999;
}

div.core5 .pages .nextprev-next {
    float: right;
}

/****** breadcrumb and shopping cart ******/
#template-container #shopping-cart-container {
    height: 38px;
    line-height: 38px;
    width: 900px;
    float: right;
    text-align: right;
    padding: 0 20px;
    margin: 0 20px 20px;
    background-color: #FFF;
}

/** PRODPL-8205 **/
#template-header #shopping-cart a {
	line-height: 3.5em;
}

#template-header #shopping-cart a:link,
#template-header #shopping-cart a:visited,
#template-header #shopping-cart a:hover,
#template-header #shopping-cart a:active,
#template-container #shopping-cart-container a:link,
#template-container #shopping-cart-container a:visited,
#template-container #shopping-cart-container a:hover,
#template-container #shopping-cart-container a:active,
#template-container #shopping-cart-container {
    color: #002E5F;
    font-size: 11px;
    font-family: "Trebuchet MS", Arial, sans-serif;
    text-decoration: none;
    font-weight: normal;
}
/** PRODPL-8205 **/

#template-container #shopping-cart-container #breadcrumbs {
	color: #002E5F;
	font-weight: bold;
	font-size: 11px !important;
	margin-bottom: 0;
}

#template-container #shopping-cart-container #breadcrumbs a:link, #template-container #shopping-cart-container #breadcrumbs a:visited,
#template-container #shopping-cart-container #breadcrumbs a:hover, #template-container #shopping-cart-container #breadcrumbs a:active {
    color: #002E5F !important;
    font-size: 11px !important;
    font-weight: normal !important;
}

/** PRODPL-8205 **/
#template-container #shopping-cart-container #shopping-cart {
	display: none;
	visibility: hidden;
}
/** PRODPL-8205 **/

#template-container #shopping-cart-container #shopping-cart img {
	margin-bottom: 6px;
}

/****** drop shadow ******/
#template-container #template-content .box-shadow-207px {
    width: 207px;
    padding-bottom: 5px;
/*    background: url(/sharedfiles/websites/Corporate-US/images/en_US/template/common/drop-shadow-207px.png) bottom left no-repeat;*/
	line-height: 0 !important;
	float: left;
}

#template-container #template-content .box-shadow-220px {
    width: 220px;
    padding-bottom: 4px;
/*    background: url(/sharedfiles/websites/Corporate-US/images/en_US/template/common/drop-shadow-220px.png) bottom left no-repeat;*/
	float: left;
}

#template-container #template-content .box-gradient-220px {
/*	background-image: url(/sharedfiles/websites/Corporate-US/images/en_US/template/common/gradient-bg-220px.png);
	background-position: top left;
	background-repeat: repeat-y;*/
	border: 1px solid #002E5F;
}

#template-container #template-content .box-shadow-300px {
    width: 300px;
    padding-bottom: 5px;
/*    background: url(/sharedfiles/websites/Corporate-US/images/en_US/template/common/drop-shadow-300px.png) bottom left no-repeat;*/
	float: left;
}

#template-container #template-content .box-gradient-300px {
/*	background-image: url(/sharedfiles/websites/Corporate-US/images/en_US/template/common/gradient-bg-300px.png);
	background-position: top left;
	background-repeat: repeat-y;*/
	border: 1px solid #002E5F;
}

#template-container #template-content .box-shadow-700px {
    width: 700px;
    padding-bottom: 5px;
/*    background: url(/sharedfiles/websites/Corporate-US/images/en_US/template/common/drop-shadow-700px.png) bottom left no-repeat;*/
	line-height: 0 !important;
	float: left;
}

#template-container #template-content .box-black-bg-700px {
	width: 700px;
	background: url(/sharedfiles/websites/Corporate-US/images/en_US/template/backgrounds/bg-black-700px.png) top left repeat-y;
}

#template-container #template-content .box-gradient-bg-700px {
	width: 700px;
/*	background: url(/sharedfiles/websites/Corporate-US/images/en_US/template/backgrounds/bg-gradient-700px.png) top left repeat-y;*/
	border: 1px solid #002E5F;
}

#template-container #template-content .page-zone-header {
	padding-bottom: 5px;
	background: url(/sharedfiles/websites/Corporate-US/images/en_US/template/divider.png) bottom left repeat-x;
}

#template-container #template-content .zone1header h1,
#template-container-popup #template-content .zone1header h1 {
	padding-bottom: 5px;
	background: url(/sharedfiles/websites/Corporate-US/images/en_US/template/divider.png) bottom left repeat-x;
	width: 100%;
	float: left;
	margin-bottom: 0;
	color: #002E5F;
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	font-size: 30px;
	font-weight: normal;
}

#template-container #template-content .zone1header p,
#template-container-popup #template-content .zone1header p {
	color: #676767;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.4em;
	margin-top: 20px;
	float: left;
	clear: both;
	width: 100%;
}

#template-container #template-content .zone1header ul,
#template-container-popup #template-content .zone1header ul {
	margin: 10px 0 0;
	clear: both;
	float: left;
}

#template-container #template-content .zone1header ul li,
#template-container-popup #template-content .zone1header ul li {
	font-size: 12px;
	color: #676767;
	margin: 5px 0 0 40px;
	list-style: disc;
	font-family: "Trebuchet MS", Arial, sans-serif;
}

#template-container #template-content .zone1header p strong {
	font-weight: bold;
	letter-spacing: 1px;
}

#template-container #template-content .zone1header p a,
#template-container-popup #template-content .zone1header p a {
	font-size: 14px;
}

#template-container #template-content a.pl-box-find-your-host {
	width: 187px;
	background: url(/sharedfiles/websites/Corporate-US/images/en_US/template/backgrounds/bg-box-220px.png) top right repeat-y;
	height: 85px;
	padding: 40px 10px !important;
	display: block;
	margin-bottom: 20px;
	text-decoration: none !important;
	text-align: center;
}

#template-container #template-content #find-your-host-3.pl-box.find-your-host {
	width: 187px;
	background: url(/sharedfiles/websites/Corporate-US/images/en_US/template/backgrounds/bg-box-220px.png) top right repeat-y;
	height: 105px;
	padding: 30px 10px !important;
	display: block;
	margin-bottom: 20px;
	text-decoration: none !important;
	text-align: center;
	color: #676767;
	font-size: 10pt !important;
	font-weight: normal !important;
}

#template-container #template-content a#find-your-host-2.pl-box-find-your-host {
	height: 145px !important;
	padding: 10px !important;
	line-height: normal !important;
	font-size: 13px;
	color: #676767;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#template-container #template-content a#find-your-host-2.pl-box-find-your-host strong {
	line-height: 2.5em !important;
	font-size: 16pt !important;
	font-weight: bold !important;
}

#template-container #template-content a#find-your-host-2.pl-box-find-your-host h2 {
	margin-bottom: 5px !important;
}

#template-container #template-content a#find-your-host-2.pl-box-find-your-host span.go {
	line-height: 2em !important;
}

#template-container #template-content .pl-box-find-your-host h2 {
	color: #002E5F;
    font-family: 'Palatino Linotype','Book Antiqua',Palatino,serif;
    font-size: 18pt !important;
    font-weight: bold !important;
    margin: 0;
    padding: 0;
	line-height: 1.4em !important;
	letter-spacing: 1px;
}

#template-container #template-content #find-your-host-3.pl-box.find-your-host h2 {
	color: #002E5F;
    font-family: 'Palatino Linotype','Book Antiqua',Palatino,serif;
    font-size: 18pt !important;
    font-weight: bold !important;
    margin: 0 0 5px;
    padding: 0;
	line-height: 1.4em !important;
	letter-spacing: 1px;
}

#template-container #template-content .pl-box-find-your-host h3 {
	color: #333 !important;
	font-size: 12pt !important;
	font-family: 'Trebuchet MS',Arial,Helvetica,sans-serif !important;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 1.2em !important;
	margin: 0;
	padding: 0;
}

#template-container #template-content .pl-box-find-your-host span.go {
    float: none !important;
    width: auto !important;
    line-height: 2.8em !important;
    color: #333333 !important;
    font-family: 'Trebuchet MS',Arial,Helvetica,sans-serif !important;
    font-size: 8pt !important;
    font-weight: bold !important;
    letter-spacing: 1px !important;
    margin: 0 !important;
    padding: 0 !important;
    text-decoration: none !important;
}

#template-container #special-offers-left-submenu div {
    padding-left: 0;
    color: #002E5F;
    display: block;
    float: left;
    margin: 0 0 8px;
    line-height: 1.2em;
    width: 200px;
	text-decoration: none !important;
	letter-spacing: 1px;
	font-family: 'Trebuchet MS', Arial, sans-serif;
}

#template-container #special-offers-left-submenu > a:link, #template-container #special-offers-left-submenu > a:visited,
#template-container #special-offers-left-submenu > a:hover, #template-container #special-offers-left-submenu > a:active {
    padding-left: 20px;
    color: #002E5F;
    display: block;
    float: left;
    margin: 0 0 8px;
    line-height: 1.2em;
    width: 200px;
	text-decoration: none !important;
	letter-spacing: 1px;
	font-family: 'Trebuchet MS', Arial, sans-serif;
	font-weight: bold;
}

#template-container #special-offers-left-submenu span {
	margin-right: 7px;
}

#template-container #host-a-party-left-submenu, #template-container #become-a-consultant-left-submenu, #template-container #fundraisers-left-submenu {
	margin-bottom: 53px;
}

#template-container #about-left-submenu div span.selectedSubmenu { text-transform: uppercase; }

#template-container #about-left-submenu  div:first-child, #template-container #host-a-party-left-submenu  div:first-child, #template-container #become-a-consultant-left-submenu  div:first-child, #template-container #fundraisers-left-submenu  div:first-child {
	margin-bottom: 3px;
	padding-left: 0;
	line-height: 1.2em !important;
	font-weight: bold;
}

#template-container #about-left-submenu  div, #template-container #host-a-party-left-submenu  div, #template-container #become-a-consultant-left-submenu  div, #template-container #fundraisers-left-submenu  div {
	padding-left: 20px;
	line-height: 1.6em;
	color: #002E5F !important;
	font-size: 12px;
	text-decoration: none !important;
	font-family: "Trebuchet MS", Arial, sans-serif !important;
	font-weight: normal;
	text-transform: none;
}

#template-container #about-left-submenu, #template-container #about-left-submenu div a,
#template-container #host-a-party-left-submenu, #template-container #host-a-party-left-submenu  div a,
#template-container #become-a-consultant-left-submenu, #template-container #become-a-consultant-left-submenu  div a,
#template-container #fundraisers-left-submenu, #template-container #fundraisers-left-submenu  div a {
	color: #002E5F !important;
	font-size: 12px;
	line-height: 1.2em;
	text-decoration: none !important;
	font-family: "Trebuchet MS", Arial, sans-serif !important;
	font-weight: bold;
}

#template-container #about-left-submenu  > a:link, #template-container #about-left-submenu  > a:visited, #template-container #about-left-submenu  > a:active,
#template-container #host-a-party-left-submenu  > a:link, #template-container #host-a-party-left-submenu  > a:visited, #template-container #host-a-party-left-submenu  > a:active,
#template-container #become-a-consultant-left-submenu  > a:link, #template-container #become-a-consultant-left-submenu  > a:visited, #template-container #become-a-consultant-left-submenu  > a:active,
#template-container #fundraisers-left-submenu  > a:link, #template-container #fundraisers-left-submenu  > a:visited, #template-container #fundraisers-left-submenu  > a:active {
	color: #808080 !important;
	font-size: 12px;
	line-height: 1.6em;
	text-decoration: none !important;
	font-family: "Trebuchet MS", Arial, sans-serif !important;
	margin-left: 20px;
	font-weight: normal;
	text-transform: none !important;
}

#template-container #about-left-submenu  > a:hover, #template-container #host-a-party-left-submenu  > a:hover, #template-container #become-a-consultant-left-submenu  > a:hover, #template-container #fundraisers-left-submenu  > a:hover {
	color: #b3b3b3 !important;
	font-size: 12px;
	line-height: 1.6em;
	text-decoration: none !important;
	font-family: "Trebuchet MS", Arial, sans-serif !important;
	font-weight: normal;
}

#template-container #about-left-submenu  div span:first-child, #template-container #host-a-party-left-submenu  div span:first-child, #template-container #become-a-consultant-left-submenu  div span:first-child, #template-container #fundraisers-left-submenu  div span:first-child {
	color: #808080 !important;
	width: 20px;
	display: inline-block;
}

/******************* BUTTON ARROW ***********************/
#template-container .buttonarrow, #template-container-popup .buttonarrow, #popup-template .buttonarrow,
#template-container .buttonarrowsmall, #popup-template .buttonarrowsmall {
    background-color: #002E5F;
    float: left;
}

#template-container .buttonarrow a, #template-container-popup .buttonarrow a, #popup-template .buttonarrow a,
#template-container .buttonarrowsmall a, #popup-template .buttonarrowsmall a {
    padding: 10px 15px;
    display: block;
    float: left;
    text-decoration: none !important;
}

#popup-template .buttonarrow a:link span, #popup-template .buttonarrow a:visited span,
#popup-template .buttonarrow a:hover span, #popup-template .buttonarrow a:active span,
#template-container .buttonarrow a:link span, #template-container .buttonarrow a:visited span,
#template-container .buttonarrow a:hover span, #template-container .buttonarrow a:active span,
#template-container-popup .buttonarrow a:link span, #template-container-popup .buttonarrow a:visited span,
#template-container-popup .buttonarrow a:hover span, #template-container-popup .buttonarrow a:active span {
    background-image: url(/sharedfiles/websites/Corporate-US/images/en_US/template/icons/button-arrow.png);
    background-position: center right;
    background-repeat: no-repeat;
    color: #FFF !important;
    letter-spacing: 1px;
    font-family: "Trebuchet MS", Arial, sans-serif;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none !important;
	padding-right: 25px;
    line-height: 18px;
    display: block;
    float: left;
    white-space: nowrap;
}

#popup-template .buttonarrowsmall a:link span, #popup-template .buttonarrowsmall a:visited span,
#popup-template .buttonarrowsmall a:hover span, #popup-template .buttonarrowsmall a:active span,
#template-container .buttonarrowsmall a:link span, #template-container .buttonarrowsmall a:visited span,
#template-container .buttonarrowsmall a:hover span, #template-container .buttonarrowsmall a:active span {
    background-image: url(/sharedfiles/websites/Corporate-US/images/en_US/template/icons/button-arrow.png);
    background-position: center right;
    background-repeat: no-repeat;
    color: #FFF !important;
    letter-spacing: 1px;
    font-family: "Trebuchet MS", Arial, sans-serif;
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    text-decoration: none !important;
	padding-right: 25px;
    height: 18px;
    line-height: 18px;
    display: block;
    float: left;
}
/******************* BUTTON ARROW ***********************/

/******************* POPUP ***********************/
#pl-popup-template, #pl-popup-template-content-container {
    display: none;
    position: absolute;
    top: 30px;
    left:50%;
    z-index: 9999;
    border: 1px solid #000;
    background-color: #ccc;
    padding: 0;
}

#pl-popup-template #pl-popup-close, #pl-popup-template-content-container #pl-popup-close {
    padding: 5px 5px 5px 0;
    text-align: right;
}

#pl-popup-template #pl-popup-template-content, #pl-popup-template #iframe0 {
    border-top: 1px solid #b3b3b3;
    border-bottom: 1px solid #b3b3b3;
    background-color: #FFF;
    overflow: auto !important;
}
/******************* POPUP ***********************/

/******************* FOOTER POPUP ***********************/
div#template-container-popup.core5 #template-content .footer-popup {
	color: #676767;
	font-size: 14px;
	line-height: 1.4em;
	margin: 0 7px 7px;
	padding: 0 20px 0 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

div#template-container-popup.core5 #template-content .footer-popup h2 {
	color: #002E5F;
    font-family: 'Palatino Linotype','Book Antiqua',Palatino,serif;
    font-size: 30px;
    font-weight: normal;
    margin: 0 0 20px;
    padding: 0 0 5px;
    background-image: url(/sharedfiles/websites/Corporate-US/images/en_US/template/divider.png);
    background-position: bottom left;
    background-repeat: repeat-x;
    line-height: normal;
	text-transform: none !important;
}

div#template-container-popup.core5 #template-content .footer-popup table#tblList { border: 1px solid #b3b3b3; }
div#template-container-popup.core5 #template-content .footer-popup table#tblList td { border-bottom: 1px dashed #b3b3b3; font-size: 12px; color: #000; text-align: center; font-family: 'Palatino Linotype','Book Antiqua',Palatino,serif; padding: 5px; }
div#template-container-popup.core5 #template-content .footer-popup table#tblList tr td.empty, div#template-container-popup.core5 #template-content .footer-popup table#tblList tr:first-child td, div#template-container-popup.core5 #template-content .footer-popup table#tblList tr:last-child td { border: none; }
div#template-container-popup.core5 #template-content .footer-popup table#tblList td.header { font-family: "Trebuchet MS", Arial, sans-serif; font-size: 12px; background-color: #002E5F; color: #FFF; text-transform: uppercase; }
div#template-container-popup.core5 #template-content .footer-popup ul { margin: 15px 0; }
div#template-container-popup.core5 #template-content .footer-popup ul li { list-style: disc; margin-left: 40px; }
/******************* FOOTER POPUP ***********************/

/******************* NEWS and EVENTS ***********************/
div.core5 #template-content #my-business h1 {
    background-image: url(/sharedfiles/websites/Corporate-US/images/en_US/template/divider.png);
    background-position: bottom left;
    background-repeat: repeat-x;
	margin-bottom: 20px;
	padding-bottom: 5px;
	text-transform: uppercase;
	color: #002E5F !important;
	font-weight: normal;
	font-size: 30px !important;
}

div.core5 #template-content #my-business .my-business-content {
	padding-bottom: 20px;
}

div.core5 #template-content #my-business .my-business-content div.divider {
	margin-bottom: 10px !important;
	padding-bottom: 20px !important;
	border-bottom: 1px dashed #B3B3B3;
	background: none !important;
}

div.core5 #template-content #my-business .my-business-content p {
	color: #676767;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.4em;
}

div.core5 #template-content #my-business .my-business-content p.highlight {
	background: none !important;
	color: #002E5F !important;
	margin-top: 0 !important;
	letter-spacing: 1px;
}

div.core5 #template-content #my-business .my-business-content a.readMore {
	font-size: 14px;
}

div.core5 #template-content #my-business .my-business-content #my-business-features h2,
div.core5 #template-content #my-business .my-business-content #my-business-events h2 {
	color: #002E5F !important;
}

div.core5 #template-content #my-business .my-business-content #my-business-features p,
div.core5 #template-content #my-business .my-business-content #my-business-events p {
	margin-top: 20px !important;
}

div.core5 #template-content #my-business .my-business-content #my-business-events p.eventInfo {
	font-size: 12px;
	font-weight: normal;
	color: #676767;
	margin: 3px 0 0 10px !important;
}

div.core5 #template-content #my-business .my-business-content #my-business-features a,
div.core5 #template-content #my-business .my-business-content #my-business-events a {
	font-size: 14px;
}

div.core5 #template-content #my-business .my-business-content #mybusiness-other-links a {
	color: #676767;
	letter-spacing: 1px;
	text-decoration: none !important;
}
/******************* NEWS and EVENTS ***********************/

/******************* CONTACT ME ***********************/
div.core5 #template-content #contact-me #contact-me-content,
div.core5 #template-content #contact-me #contact-me-content #form {
	color: #676767;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.4em;
}

div.core5 #template-content #contact-me #contact-me-content #form .form-row {
	margin-bottom: 20px !important;
}

div.core5 #template-content #contact-me #contact-me-content #form label,
div.core5 #template-content #contact-me #contact-me-content #form strong {
	color: #676767 !important;
	font-size: 14px;
	font-weight: bold;
	line-height: 2em;
	letter-spacing: 1px;
}

div.core5 #template-content #contact-me #contact-me-content #form .highlight {
	background: none !important;
	color: #002E5F !important;
}

div.core5 #template-content #contact-me h1 {
    background-image: url(/sharedfiles/websites/Corporate-US/images/en_US/template/divider.png);
    background-position: bottom left;
    background-repeat: repeat-x;
	margin-bottom: 20px;
	padding-bottom: 5px;
	text-transform: uppercase;
	color: #002E5F !important;
	font-weight: normal;
	font-size: 30px !important;
}

div.core5 #template-content #contact-me #contact-me-consultant .four-col {
	width: 190px;
	padding: 10px 15px;
	color: #002E5F;
	font-size: 14px;
	height: 440px;
}

div.core5 #template-content #contact-me #contact-me-consultant .four-col strong.normal {
	color: #676767 !important;
	letter-spacing: 1px;
	text-transform: uppercase;
}

div.core5 #template-content #contact-me #contact-me-consultant h5 {
	font-size: 12px;
	text-transform: uppercase;
	color: #002E5F;
	letter-spacing: 1px;
	margin: 10px 0 0;
}

div.core5 #template-content #contact-me #contact-me-consultant p {
	margin: 10px 0 0;
}

div.core5 #template-content #contact-me #contact-me-consultant p.normal {
	color: #676767;
	font-size: 12px;
}
/******************* CONTACT ME ***********************/