﻿/* BODY */
body
{
    background-color:#011144;
    background-image: url('/static/images/site_bg.jpg');
    background-repeat:no-repeat;
    background-position:top;
    margin:20px 0px 8px 35px;
    width:95%;
    height:100%;
    text-align:center;
    font-family:Segoe UI, Tahoma, Verdana, Arial;
}

/* SPAN */
span
{
    color:White;
    float:left;
    padding:0px;
    text-align:left;
    vertical-align:top;
}

span.headerText
{
    font-size:24px;
}

span.headerNavSeparator
{
    color:#C6E9F4;
}

span.getStartedText
{
    font-size:18px;
    vertical-align:middle;
    margin:15px 0px 0px 0px;
}

span.regularText
{
    color:White;
    font-size:12px;
    line-height:20px;
    text-align:left;
}

span.paraText
{
    color:White;
    font-size:12px;
    line-height:20px;
    text-align:left;
    margin-bottom:12px;
    margin-left:0px;
}

span.formLabel
{
    float:left;
    margin:0px;
    padding:0px;
    text-align:right;
    width:50px;
}

span.profileDataInput
{
    width:200px;
    text-align:left;
    margin-left:6px;
}

span.profileFullRowInput
{
    width:409px;
    text-align:left;
    margin-left:5px;
}

span.headerSeparator
{
    width: 12px; 
    text-align: center;
    color:#79C6EE;
}

/* INPUT */
input.profileDataInput
{
    border: solid 1px #79C6EE; 
    width:200px;
    text-align:left;
    margin-left:12px;
    height:18px;
}

input.profileFullRowInput
{
    border: solid 1px #79C6EE; 
    width:420px;
    text-align:left;
    margin-left:12px;
    height:18px;
}

/* SELECT */

select.profileCountryInput
{
    border: solid 1px #79C6EE; 
    width:203px;
    text-align:left;
    margin-left:12px;
}

/* DIV */
div.signedInAs
{
    float:right;
    font-size:12px;
    text-align:right;
    color:White;
}

div.headerLinks
{
    float:left;
    font-size:14px;
    text-align:left;
    color:#C6E9F4;
    height:19px;
    margin:0px 12px 0px -13px;
}

div.registerContent
{
    width:550px;
}

div.formNameDiv 
{
    margin-top:2px;
    margin-bottom:2px;
    padding:0px;
    height:30px;
    font-size:12px;
    line-height:22px;
    text-align:left;
}

div.formAddressDiv
{
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
    height:30px;
    font-size:12px;
    line-height:22px;
    text-align:left;
}

div.formEmailDiv 
{
    margin-top:2px;
    margin-bottom:2px;
    height:45px;
    font-size:12px;
    line-height:22px;
    text-align:left;
}

/* PARAGRAPH */
p.regularText
{
    color:White;
    font-size:12px;
    line-height:20px;
    text-align:left;
}

/* TABLE, TR, TD */
table
{
    height:100%;
    border:0;
    text-align:left;
    vertical-align:top;
}

td
{
    vertical-align:top;
    text-align:left;
}


/* ANCHOR TAGS  */
a
{
    color:White;
    text-decoration:none;
}

a:link
{
    color:White;
}

a:visited
{
    color:White;
}

a:hover
{
    color:#79C6EE;
    text-decoration:none;
}

a:active
{
    color:#79C6EE;
}

a:link IMG, a:visited IMG, a:hover IMG, a.focus IMG
{
    border-style:none;
}

a.textLink
{
    color:#79C6EE;
}

a.textLink:active
{
    color:#79C6EE;
}

a.textLink:link
{
    color:#79C6EE;
}

a.textLink:visited
{
    color:#79C6EE;
}

a.textLink:hover
{
    color:#79C6EE;
    text-decoration:underline;
}

a.headerLink
{
    color:#C6E9F4;
}

a.headerLink:hover
{
    color:#C6E9F4;
    text-align:center;
    text-decoration:none;
}

a.subHeaderLink
{
    color:#C6E9F4;
}

a.subHeaderLink:hover
{
    color:#79C6EE;
}

li.regularText
{
    color:White;
    font-size:12px;
    line-height:20px;
}

/* BEGIN: FOOTER STYLES */
div.footer
{
    text-align:center;
    font-size:10px;
    color:#6387BA;
}

a.footer
{
    color:#6387BA;
}

a.footer:hover 
{
    color:#79C6EE;
    text-decoration:underline;
}
/* END: FOOTER STYLES */

/* BEGIN: WLID STYLES */
.bodyTop
{
    background-image: none;
    margin:0px 0px 0px 0px;
    background-position:right top;
    width:100%;
}

.bodyBottom
{
    background-image: none;
    margin:0px 0px 0px 0px;
    vertical-align:bottom;
    height:327px;
    width:100%;
}

.bodyRight
{
    background-image: none;
    margin:0px 0px 0px 0px;
    text-align:left;
}

.bodyLeft
{
    background-image: none;
    margin:0px 0px 0px 0px;
}
/* END: WLID STYLES */

/* BEGIN: REGISTER PAGE */
.watermarkSilver
{
    font-style:italic;
    color:Silver;
}
.watermarkNormal
{
    font-style:normal;
    color:Black;
}

.validation-summary-errors
{
    text-align:left;
    margin-left:55px;
    margin-top:5px;
    margin-bottom:5px;
    color: #ff0000;
    padding:0px;
    max-height:95px;
    font-size:12px;
}

.input-validation-error
{
    border: 1px solid ;
    background-color: #ffcccc;
}
/* END: REGISTER PAGE */

/* BEGIN: Notify */

.notify-validation-summary-errors
{
    text-align:left;
    margin-left:5px;
    color: #ff0000;
    padding:0px;
    font-size:12px;
}

/* END: Notify */
