﻿@charset "utf-8";
/* CSS Document */

body {
    margin: 0px;
}
.contentContainer {
    padding: 0px 15px 15px 21px;
    width: 540px;
}

.titleContainer {
    padding: 0px 0px 0px 18px;
}

.header {
    /* The padding number is the height of the S in the logo. */
    padding-left: 14px;
    padding-bottom: 14px;
    padding-right: 14px;
    padding-top: 14px;
    /* The color is Skype blue */
    background-color: #00b0ed;
    /* The margin is what branding wants to separate the logo from the content */
    margin-bottom: 30px;
}

.currentlySignedIn {
    font-family: 'Segoe UI', Arial, sans-serif;
    font-size: 0.75em;
    margin: 7px 15px 0px 0px;
}
.successMessage {
    color: #006600;
    margin-top: 17px;
}
.question 
{
    color: #000000;
    margin-top: 45px;
}
h1, h2 {
    font-family: 'Segoe UI Light', Tahoma, sans-serif;
    font-size: 1em;
    font-weight: Bold;
    color: #232d50;
    letter-spacing: 0.05em;
}

p, .info, .commandButton, .numbers, .commandLink, .commands {
    font-family: 'Segoe UI', Arial, sans-serif;
    font-size: 0.8em;
}

h2 {
    font-family: 'Segoe UI Light', Tahoma, sans-serif;
    font-weight: Bold;
    color: #232d50;
    margin: 3em 0em 0em 0em;
}

p {
    color: #666666;
    margin: 4px 0px 0px 15px;
    line-height: 1.3em;	
}
.questionText { color: #000; }
.info { margin: 6px 0px 0px 15px; }
.attribute, .language {
    color: #666;
    font-weight: normal;
    padding: 9px 9px 0px 0px;
    vertical-align: top;
    white-space: nowrap;
}
.value, .valueMiddleColumn, .region, .cmdString, .cmdDescription {
    padding: 9px 17px 0px 0px;
    vertical-align: top;
    white-space: nowrap;
}
.valueMiddleColumn {
    width: 100%;
}
.number {
    padding: 9px 17px 0px 0px;
    vertical-align: top;
    white-space: nowrap;
}
.thirdColumn {
    padding: 9px 0px 0px 0px;
}
.SignInBtn { width: 168px; }

.signInDifAccountRegion {
    margin: 17px 15px 0px 0px;
}

.BackToMainPageRegion { margin: 13px 0px 0px 0px; }

.numbers { margin: 0px 0px 0px 15px; }

.commands { margin: 0px 0px 0px 15px; }

.commandLinkRegion {
    margin: 17px 0px 0px 15px;
}
.commandLinkRegion1 {
    margin: 3px 0px 0px 15px;
}
.commandLink {
    color: #0033ff;
    text-decoration: underline;
}

.defaultLanguage {
    font-weight: normal;
    color: #000000;
}

.warningIcon {
    margin-right: 11px;
    float: left;
    vertical-align: text-top;
}

.errorMessage {
    color: #990000;
    margin: 15px 0px 13px 15px;
}

hr { margin-top: 11px; }

.submitButtonRegion {
    margin-top: 11px;
}
button {
    margin-right: 7px;
    width: 7em;
    text-align: center;
}

select { width: 100%; }
