﻿body
{
	margin: 0;
	padding: 0;
    font-family: 'Hind', sans-serif;
	color: #298edd;
	font-size: 11pt;
}

a, a:hover { color: #298edd; cursor: pointer; border-bottom: 1px solid #298edd; text-decoration: none; }

/* Avoids fousc */
.removeInlineStyles { display: none; }

img
{
    border: 0;
}

p
{
    margin-top: 0;
    padding-top: 0;
}

select
{
    color: #298edd;
}

h1,h2,h3,h4
{
    padding: 0 0 10px 0;
    margin: 0;
    font-weight: normal;
    font-size: 11pt;
    color: #298edd;
    text-transform: uppercase;
}
h5
{
    padding: 0;
    margin: 0;
    font-weight: normal;
    font-size: 11pt;
    color: #298edd;
    text-transform: uppercase;
}

.loadingResults
{
    visibility: hidden;
    display: inline-block;
    background-image: url(../Images/smallLoading.gif);
    background-position: center center;
    background-repeat: no-repeat;
    height: 16px;
    width: 16px;
}

.imageUploadDialog
{
    display: none;
    padding: 20px;
}

/* Table row classes */
/* ====================== */
#layoutTable {
	width: 100%;
	border: 1px solid #ffffff;
	margin: 0;
	padding: 0;
}
.headerBarRow
{
	height: 26px;
	background-color: #298edd;
}
.bubbleBarRow
{
	height: 57px;
	background-color: #8ed8f4;
}
.logoBarRow
{
	height: 88px;
	background-color: #def3fc;
}
.contentBarRow
{
	height: 402px;
	background-color: #ccedfa;
}
.contentBarRow .rightCell
{

}

.footerSpacerRow
{
    height: 20px;
    background-color: #ffffff;
}

/* Table cell classes */
/* ====================== */
.leftCell
{
	min-width: 75px;
	width: 10%;
}
.centerCell
{
	min-width: 615px;
	width: 615px;
	text-align: left;
	vertical-align: top;
	background-color: #ffffff;
}
.rightCell
{
	min-width: 164px;
	text-align: left;
}
.bubbleCell
{
    text-align: left;
    background-image: url(../Images/bubbles.jpg);
    background-repeat: no-repeat;
}
.logoCell
{
	background-color: #ffffff;
	padding-top: 15px;
}

.contentPanel
{
    border-top: 1px solid #ccedfa;
    width: 615px;
    min-height: 402px;
    float: left;
}

/* Menu related classes */
/* ====================== */
.menuContainer
{
    float: left;
    width: 615px;
    text-align: right;
    position: relative;
    right: -15px;
}
.menuContainer a
{
    text-decoration: none;
    color: #ffffff;
    font-weight: normal;
    padding: 4px 15px 0 15px;
    display: block;
    float: right;
    height: 22px;
}
.menuContainer a:hover
{
    color: #ffffff;
    background-color: #00a6e4;
    text-decoration: none;
    cursor: pointer;
}
a.copyrightLink
{
    color: #8fd9f6;
}
a.copyrightLink:hover
{
    text-decoration: none;
    color: #8fd9f6;
    background-color: #298edd;
}

/* Orange context panel classes */
/* ====================== */
/* row height: 154 */

.contextMenu
{
    border-top: 2px solid #fff;
    vertical-align: top;
    text-align: left;
    background-color: #ffe2d0;
    color: #fc8a44;
    height: 154px;
    float: left;
}

.contextMenu .panel
{
    position: relative;
    float: left;
    width: 174px;
}
.contextMenu .innerPanel
{
    border-left: 1px solid white;
    border-right: 1px solid white;
}
.contextMenu .header
{
    padding: 15px;
    height: 20px;
    border-bottom: 1px solid white;
    background-color: #ffd0b4;
}
.contextMenu .content
{
    padding: 15px;
    height: 74px;
}
.contextMenu .content p
{
    margin-top: 0;
}

.contextMenu .content .bottomLink {
    color: #fc8a44;
    border-bottom: 1px solid #fc8a44;
    position: absolute;
    bottom: 20px;
}

.contextMenu .spanClick
{
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left: 0;
    z-index: 1000;
}

/* Containers */
/* ====================== */
.paddedContent
{
    padding: 19px 24px 19px 24px;
}
.logoContainer
{
	padding: 10px 0 0 20px;
	float: left;
	width: 595px;
}
.logoContainer a
{
    float: left;
    border: 0;
}
.logoContainer .slogan
{
    display: none;
    float: right;
    width: 300px;
    padding-right: 40px;
}

.socialMediaContainer {
    color: #fff;
    float: left;
    padding-top: 5px;
    margin-left: 220px;
}

.socialMediaContainer a {
    color: #fff;
    border: 0;
    padding-left: 10px;
}

.socialMediaContainer img {
    vertical-align: text-bottom;
}

.loadingContainer
{
    background-image: url(../Images/loading.gif);
    background-repeat: no-repeat;
    background-position: center;
}
.contextInfoContainer
{
    height: 171px;
    width: 197px;
    padding: 20px 15px 10px 15px;

    color: #ffffff;
    background-color: #7ad1f2;
}
.contextInfoContainer.top
{
    border-bottom: 1px solid white;
}
.contextInfoContainer.large
{
    height: 200px;
}
.contextInfoContainer .showAllContainer
{
    padding-top: 6px;
    width: 100%;
    text-align: right;
}
.contextInfoContainer h5
{
    display: inline;
}
.contextInfoContainer ul
{
    padding-top: 0;
    padding-left: 15px;
    margin: 0;
}
.contextInfoContainer li
{
    vertical-align: text-top;
    width: 100%;
    margin-top: 6px;
    padding: 0;
}
.contextInfoContainer a, .contextInfoContainer a:hover
{
    float: right;
    color: #298edd;
}

#welcomeLabel {
    color: #ffffff;
    font-weight: normal;
    padding: 4px 15px 0 0;
    float: right;
    height: 22px;
    overflow: hidden;
    width: 115px;
    white-space: nowrap;
}

#welcomeLabel img
{
    vertical-align: middle;
}

#absPanelContainer {
    position: relative;
}

#loginPanel
{
    display: none;
    position: absolute;
    z-index: 100;
    width: 200px;
    height: 180px;
    top: 29px;
    left: 235px;
    padding-left: 10px;
    background-color: #00a6e4;
    border: 1px solid #ffffff;
    text-align: left;
}
#loginPanel .loadingResults
{
    background-image: url(../Images/smallBlueLoading.gif);
    float: right;
    padding-right: 30px;
}
#loginPanel a, #loginPanel a:hover
{
    color: #ffffff;
}
#loginPanel .field
{
    margin-bottom: 5px;
}

#loginButtonPanelForgottenPassword
{
    float: left;
}
#loginButtonPanelCreateAccount
{
    float: left;
}
#loginButtonPanelButton
{
    float: right;
}
#loginPanel #loginButtonPanelButton
{
    padding-right: 14px;
    padding-top: 2px;
}
#loginPanel button[type=submit]
{
    padding: 0;
    margin: 0;
}
#loginError
{
    font-size: 10pt;
    font-weight: normal;
}

#regionSelector {
    float: left;
    position: relative;
    padding-left: 0;
    padding-right: 20px;
    left: -10px;
    background: url(../Images/chevron.png) no-repeat 101% 5px;
}

#regionPanel
{
    display: none;
    position: absolute;
    z-index: 100;
    width: 200px;
    top: 30px;
    left: -1px;
    padding: 0 2px 10px 2px;
    background-color: #00a6e4;
    border: 1px solid #ffffff;
    text-align: left;
}
#regionPanel > a, #regionPanel > a:hover
{
    color: #ccedfa;
    float: right;
    padding-top: 20px;
    padding-right: 8px;
    font-size: 10pt;
}

#regionPanel ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#regionPanel ul li button
{
    font-size: 11pt;
    text-transform: uppercase;
    color: #ffffff;
    width: 100%;
    text-align: left;
    padding-left: 20px;
}
#regionPanel ul li button:hover {
    background-color: #009ee4;
}



.newsletterButtonPanel
{
    float: right;
    padding-right: 5px;
}

/* Latest articles panel */
/* ====================== */
.latestItemsPanel
{
    width: 100%;
}

.latestItemsPanel a {
    color: #fff;
    border-bottom: 1px solid #fff;
    text-transform: none;
}

.latestItemsPanel .headingPanelContainer
{
    background-color: #8ed8f4;
}

.latestItemsPanel .headingPanel
{
    height: 50px;
    background-color: #7ad1f2;
    padding-left: 35px;
    width: 465px;
    border-right: 1px solid #fff;
    background-repeat: no-repeat;
}

.latestItemsPanel .headingPanel.orange
{
    background-image: url(../Images/orange-arrow.png);
}

.latestItemsPanel .headingPanel.white
{
    background-image: url(../Images/white-arrow.png);
}

.latestItemsPanel .headingPanel h3
{
    color: #fff;
    font-size: 18px;
    padding-top: 14px;
}

.latestItemsPanel .headingPanel a.showAllLink
{
    float: right;
    margin-right: 40px;
    font-size: 16px;
}

.latestItemsPanel ul
{
    list-style-type: none;
}

.latestItemsPanel ul.articleList
{
    width: 501px;
    height: 302px;
    padding: 0;
    margin: 0;
}

.latestItemsPanel li.articleCell
{
    position: relative;
    float: left;
    width: 160px;
    height: 144px;
    padding: 3px;
    background-image: url(../Images/Default-article-image_166x150.jpg);
    background-repeat: no-repeat;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.latestItemsPanel li.articleCell .headingLimiter
{
    overflow: hidden;
    display: block;
    width: 100%;
    max-height: 38px;
    position: absolute;
    bottom: 2px;
}
.latestItemsPanel li.articleCell a
{
    line-height: 19px;
    display: block;
    width: 100%;
    height: 40px;
    z-index: 3;
    position: relative;
    border: none;
}
.latestItemsPanel li.articleCell .linkBackground
{
    background-color: #009ee4;
    filter: alpha(opacity=80);
    opacity: 0.8;
    position: absolute;
    width: 100%;
    height: 40px;
    bottom: -1px;
    left: 0;
    z-index: 2;
}
.latestItemsPanel li.articleCell img
{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.latestItemsPanel ul.latestNewsList
{
    background-color: #99dbf5;
    border-right: 1px solid #fff;
    width: 435px;
    padding: 25px 25px 0 40px;
    margin: 0;
    height: 132px;
}
.latestItemsPanel li.newsItem
{
    width: 450px;
    position: relative;
    padding-bottom: 3px;
    font-size: 14px;
}

.latestItemsPanel li.newsItem a.listLink
{
    position: absolute;
    right: 15px;
}

/* ====================== */

/* Tabber classes */
/* ====================== */
.tabPanel
{
    float: left;
    width: 100%;
    height: 36px;
    padding-left: 19px;
    border-bottom: 1px solid #ccedfa;
}
.tab
{
    height: 20px;
    float: left;
    padding: 9px 12px 5px 12px;
    cursor: pointer;
}
.tab.selected
{
    position: relative;
    z-index: 50;
    bottom: 5px;
    height: 22px;
    padding-top: 14px;

    background-image: url(../Images/Tab-gradient_1x41px_stretch.png);
    background-repeat: repeat-x;
    border-left: 1px solid #ccedfa;
    border-top: 1px solid #ccedfa;
    border-right: 1px solid #ccedfa;
}

/* Pager */
/* ====================== */
.pager
{
    text-align: center;
    margin: 0 10%;
}
.pager span
{
    padding-left: 5px;
    padding-right: 5px;
}
.pager a, .pager a:hover
{
    padding-left: 5px;
    padding-right: 5px;
}

/* Miscellaneous */
/* ====================== */
.error
{
    color: #ff3333;
}

.clear
{
    clear: both;
}
