﻿body, html {
    font-family: 'PTSansRegular', sans-serif;
    font-size: 12px;
    line-height: 140%;
    margin: 0;
    padding: 0;
    text-align: left;
}

@font-face {
    font-family: 'PTSansRegular';
    src: url(../fonts/PTS55F-webfont.eot);
    src: local('‚ò∫'), url(../fonts/PTS55F-webfont.woff) format('woff'), url(../fonts/PTS55F-webfont.ttf) format('truetype'), url(../fonts/PTS55F-webfont.svg#webfontakBUUg6U) format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PTSansBold';
    src: url(../fonts/PTS75F-webfont.eot);
    src: local('‚ò∫'), url(../fonts/PTS75F-webfont.woff) format('woff'), url(../fonts/PTS75F-webfont.ttf) format('truetype'), url(../fonts/PTS75F-webfont.svg#webfontaW07W6NV) format('svg');
    font-weight: normal;
    font-style: normal;
}

#topWrapper {
    padding: 0;
    width: 100%;
}

.content {
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    width: 960px;
}

.flashArea {
    float: right;
    margin: 0;
    padding: 0;
    width: 695px;
}

.introCopy {
    float: left;
    margin: 0;
    padding: 0;
    width: 260px;
}

#introBanner {
    display: none;
}
.clear { clear: both; }

.inputWidth {
    width: 80%;
}

#middleWrapper {
    background-color: #246c82;
    background-image: url('grad-bg.png');
    background-position: top;
    background-repeat: repeat-x;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    padding: 0;
    text-align: center;
    width: 100%;
}

#footerWrapper {
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    text-align: center;
    width: 100%;
}

.columns3 {
    float: left;
    margin-left: 0;
    margin-right: 35px;
    padding: 0;
    text-align: left;
    width: 225px;
}

.logoFloat {
    float: right;
    text-align: right;
    width: 176px;
}

h1 {
    color: #246c82;
    font-family: 'PTSansBold';
    font-size: 18px;
    font-weight: normal;
    line-height: 120%;
}

h2 {
    color: #ff9900;
    font-family: 'PTSansBold';
    font-size: 18px;
    font-weight: normal;
    line-height: 120%;
    padding-bottom: 15px;
    padding-top: 15px;
}

h2 a {
    color: #fff;
    text-decoration: none;
}

h2 a:hover { color: #ccc; }

ul.features {
    color: #246c82;
    margin-left: 0;
    padding-left: 15px;
}

ul.features li { padding-bottom: 5px; }

ul.footerFeatures {
    margin-left: 0;
    padding-left: 15px;
}

ul.footerFeatures li { padding-bottom: 5px; }

.hilite { color: #ff9900; }

.impact {
    font-family: 'PTSansBold';
    font-weight: bold;
}

.copyright {
    color: #999;
    font-size: 10px;
    margin-top: 0.5em;
}


input[type='text'],input[type='email'], input[type='password'], textarea {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    outline: none;
    padding: 3px;
    width: 380px;
}

.editor-label {
    color: black;
    font-family: 'PTSansRegular';
    font-size: 11pt;
    margin-bottom: 5px;
    margin-left: 2px;
}

.editor-field { margin-bottom: 3px; }

.icrlink {
    background-color: transparent;
    background-image: url('icrbtn_02.png');
    background-position: left;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    float: right;
    height: 31px;
    padding-left: 9px;
}

button.icrlink {
    border: none;
    float: right;
    margin-right: 20px;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-top: 0px;
}

.icrlink span {
    background-color: transparent;
    background-image: url('icrbtn_03.png');
    background-position: right top;
    background-repeat: no-repeat;
    color: white;
    display: inline-block;
    font-family: 'PTSansBold';
    font-size: 11pt;
    height: 31px;
    min-width: 60px;
    padding-left: 5px;
    padding-right: 30px;
    padding-top: 5px;
    text-align: center;
}

.icrlink:active { outline: none; }

.loginPanel {
    -khtml-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -webkit-border-radius: 8px;
    background-color: white;
    border: #999999 1.5px solid;
    border-radius: 8px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    padding: 15px;
    width: 400px;
}

.loginPanel h1 { margin-bottom: 10px; }

#appstore {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    padding: 15px;
    width: 380px;
}

#bottomPanel {
    height: 2px;
    margin-bottom: 0px;
}

.field-validation-error {
    color: #ff9900;
    font-family: 'PTSansBold';
    font-weight: bold;
}

.validation-summary-errors {
    color: #ff0000;
    font-weight: bold;
}

.validation-summary-valid { display: none; }