.touch .button.tinyButton
{
    padding:6px 10px;
}

.touch .realTable td, .touch .realTable th
{
    padding:12px;
}

.touch #accountSelector .accSelArrow
{
    background-image:url(/lib/img/chevron.png?v=1);
    background-repeat:no-repeat;
    background-position:center right;
}

.touch #calcArea .addLink
{
    font-weight:normal;
    border:1px solid #B3B3B3;
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    -o-border-radius:4px;
    -ie-border-radius:4px;
    color:#666;
    background-image:-webkit-gradient(linear,top, bottom, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
    background-image: -moz-linear-gradient(top,  #ffffff,  #e6e6e6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6');
    background-image: -ms-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
    background-image: -o-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
    background-image: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%);
    background-color:#fff;
    background-size:auto;
    text-shadow:0 1px 0 #FFF;
    -moz-text-shadow:0 1px 0 #FFF;
    -webkit-text-shadow:0 1px 0 #FFF;
    -o-text-shadow:0 1px 0 #FFF;
    -ie-text-shadow:0 1px 0 #FFF;
    cursor:pointer;
    box-shadow:0 1px 0 #FFF;
    -moz-box-shadow:0 1px 0 #FFF;
    -webkit-box-shadow:0 1px 0 #FFF;
    -o-box-shadow:0 1px 0 #FFF;
    -ie-box-shadow:0 1px 0 #FFF;
    background-position:0 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align:center;
    display:block;
    zoom:1; /* Good ole IE */ 
    height:44px;
    line-height:44px;
    padding:0;
}

.touch .ccAccRow
{
    padding:0 0 10px;
}

body
{
    padding-bottom:0;
}

div.content
{
	position:relative;
	min-height:500px;
}

.accCell
{
	padding-top:12px;
	padding-bottom:12px;
}

.siteFooter
{
	max-height:110px;
}

.footerRight
{
	float:none;
	display:block;
}

#headerUserDetails
{
	width:100%;
	color:999;
}

#headeruser
{
	float:none;
	width:100%;
	margin:0;
	height:auto;
	border-bottom:1px solid #444;
	white-space: nowrap;
}

#headeruser div
{
	text-align:left;
	font-size:12px;
}
/*
#headerbar
{
	height:120px;
	position:relative;
}

#headerlogo
{
	float:none;
	margin:0 0 0 -145px;
	position:absolute;
	bottom:15px;
	left:50%;
	display:block;
}
*/
@media (-webkit-min-device-pixel-ratio: 1.3),
       (-o-min-device-pixel-ratio: 2.6/2),
       (min--moz-device-pixel-ratio: 1.3),
       (min-device-pixel-ratio: 1.3),
       (min-resolution: 1.3dppx) {

    .touch #accountSelector .accSelArrow
    {
        background-image:url(/lib/img/hidpi/chevron.png?v=1);
        background-size:18px;
    }

}
/*# sourceMappingURL=screen_760-06882d60c3.css.map */
