﻿/*-----------------------------------------------------------------
  Baseline formats for Mobile pages
  -----------------------------------------------------------------*/

html { 
    font-family: Arial, Helvetica, sans-serif;
    background-color: #000000;
    color: #ffffff;
    font-weight: normal;
    font-size: 12pt;
    text-align: center;
}

body {
    margin: 0px;
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none; 
}

.RedFont {
    color: #ff9900;
}


Label {
    float: left;
    color: #f8f8f8;
    font-size: inherit;
}

input[type="text"], textarea, input[type="password"], input[type="checkbox"], select {
    float: left;
    background-color: #bfbdbd;
    font-size: 12pt;
    height: 24px;
}

.LeftButton {
    float: left;
    width: 100px;
    height: 24px;
    border: 0;
    border-radius:5px;
    box-shadow: 2px 2px 0 #828181 inset;
    color: #979797;
    font-size: inherit;
    background-color: #1e1e1e;
}

.Button {
    float: left;
    margin-left: 20px;
    width: 100px;
    height: 24px;
    border: 0;
    border-radius:5px;
    box-shadow: 2px 2px 0 #828181 inset;
    color: #979797;
    font-size: inherit;
    background-color: #1e1e1e;
}


div.clear {
    clear:both;
}



/*-----------------------------------------------------------------
  Formatting Unique to Login Page
  -----------------------------------------------------------------*/

div.Login-PageContainer { 
    margin-top: 10px;
    margin-left:auto;
    margin-right:auto;
    width: 320px;
    background-color: #000000;
    border: 2px solid green;
    background-image: url(../Images/Moon.gif);
    background-repeat: no-repeat;
}

div.Login-LoginContainer {
    margin-top: 25px;
    padding-left: 10px;
    width: 318px;
}


.Multiline { 
    font-size: 12pt;
    width: 600px;
    height: 400px;
}

