﻿/* Common */
.menuColor
{
    color:#f57f29 !important;
}

h1.icon
{
    padding-left:0px;
}

h1.icon img
{
    height:36px;
    width:38px;
    background-repeat:no-repeat;
    background-position:top left;
    margin-right:12px;
}

.padding-bottom-10
{
    padding-bottom:10px;
}

.padding-bottom-5
{
    padding-bottom:5px;
}

.linkButton
{
    text-decoration: underline;
}

.noBorder
{
    border:0px;
}

.contentWithAside aside
{
    padding-top:46px;
}

  
.btnDisabled
{
    display: inline-block;
	color: #fff !important;
	padding: 8px 16px;
	text-align: center;
	font-size: 18px;
}

em
{
    font-style:italic;
}

/* login page */
section.page_login .intro
{
    margin-bottom:0px;
}

section.page_login .intro > p
{
    height:0px;
}

section.page_login .column-3 .content .ctaContainer
{
    margin-top:0px;
}

/* SubscribeNewsletter.aspx */
.cssHintErrorMsg
{
    color: #FF0000;
    font-size: 15px;
    padding:10px;
    width: auto;
    background-color: #ffc;
    border: 1px solid #fc0;
    margin: 10px 0px;
}
.cssHintErrorMsg a
{
    padding-left: 0px;
    font-size: 15px;
    text-decoration: underline;
}

.amendErrormessage
{
    font-size: 13px;
    color: Red;
}

.pageContent .item
{
    margin:0px 0px 20px 0px;
}

.pageContent .validator
{
    color: Red;
    font-size: 13px;
}

.pageContent .CommonInput
{
    margin:0px;
    padding:5px;
    width:90%;
}

.pageContent .requiredField
{
    color:Red;
}
    
.pageContent input[type='submit']
{
    border:0px;
}

/* ATMLocator.aspx */
.chblist
{
    color: #434343;
    margin:0px auto;
}

.chblist td
{
    padding: 1px 10px 1px 1px;
}

.chblist td input
{
    padding-right: 1px;
}

.chblist lable
{
    margin-left: 3px;
}

.mapTitle
{
    text-decoration: underline;
    font-weight: bold;
    color: #434343;
    font-size: 15px;
    line-height: 20px; 
}
.mapInfo
{
    color: #434343;
    font-size: 12px;
    line-height: 16px;
}

.MerchantsTable
{
    margin:10px auto;
    width:1000px;
}

.MerchantsTable a
{
    font-size: 17px;
    line-height: 18px;
}

.MerchantsTable span
{
    font-size: 16px;
    line-height: 18px;
}

.MerchantsTable caption
{
    margin:20px;
}

/* Stock section */
.stockValue
{
    background: url('../../../media/images/tsxsidebarLogo.gif' );
    background-repeat: no-repeat;
    width: 300px;
    height: 83px;
    margin-top: 10px;
}
.stockValue span
{
    font-size: 13px;
    font-weight: normal;
    margin-top: 50px;
    float: left;
    margin-left: 18px;
    margin-right: 10px;
    padding: 0px;
}

.stockValue img
{
    float: left;
    margin: 10px 0 0 40px;
    border: 0px;
}

.stockUpdate
{
    width: 300px;
    height: 50px;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    padding-left:18px;
    color: #434343;
    background: url('../../../media/images/StockBg.PNG' );
} 
label.labelPlaceHolder
{
    position:absolute;
    top:11px !important;
    left:11px !important;
    cursor: text;
}
div.placeHolderDiv
{
    position:relative;
}
