﻿body, div, section, h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    border: none;
    padding: 0;
}

body, html {
    width: 100%;
    height: 100%;
    min-height: 100%;
    background-color: #111;
}

h1, h2, h3, h4, h5, h6, p, a {
    font-family: Arial, Helvetica, sans-serif;
}

p, h5, h6, a {
    color: white;
}

.BlueBtn {
    margin: 0 auto;
    background-color: transparent;
    display: block;
    background-image: url("images/ButtonSubmit.png");
    background-repeat: no-repeat;
    background-position: center top;
    width: 154px;
    height: 30px;
    border: none;
    font-weight: bold;
    color: white;
    line-height: 20px;
}

.BlueBtn:hover {
    cursor: pointer;
    background-position: center bottom;
}

address, ul, ol, li, body {
    font-weight: normal;
    text-align: center;
}

#Header {
    background-image: url('images/LMS-WEB-Header.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    width: 900px;
    height: 323px;
}


#MainBackground {
    background-repeat: repeat-x;
    background-position: center top;
}

.borderBlue {
    border: medium solid #00FFFF;
}

.borderRed {
    border: medium solid #FF0066;
}

.borderGreen {
    border: medium solid #00FF00;
}

.centreDiv {
    margin: 0 auto;
}

.marginSides20 {
    margin-left: 20px;
    margin-right: 20px;
}

.marginTop10 {
    margin-top: 10px;
}

.marginTop20 {
    margin-top: 20px;
}

.textLeft {
    text-align: left;
}

.textCentre {
    text-align: center;
}

.textRight {
    text-align: right;
}

.mainWidth {
    width: 900px;
}

.WidhtAuto {
    width: auto;
}

.HeightAuto {
    height: auto;
}

h1 {
    font-size: 24px;
    font-weight: bold;
    color: #265e78;
}

h2 {
    color: #3d74a6;
    font-size: large;
    font-weight: bold;
    font-variant: small-caps;
}

h3 {
    color: #3d74a6;
    font-size: large;
    font-weight: bold;
    color: #000000;
    text-transform: uppercase;
}

h4 {
    color: #3d74a6;
    font-size: 0.9em;
    font-weight: bold;
    text-transform: uppercase;
}

h5 {
    font-size: 0.9em;
    font-weight: bold;
    color: #FF0000;
    text-transform: uppercase;
}

.ButtonFont h4 {
    font-family: arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    text-transform: uppercase;
}

p {
    font-size: 0.9em;
    font-family: Arial, Helvetica, sans-serif;
}

#footer p {
    color: #003366;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    line-height: 28px;
    text-align: center;
    width: auto;
}

Table ul {
    list-style-image: url('images/ListItemImage.png');
    list-style-position: inside;
}

.PaddingLeft15 {
    padding-left: 15px;
}

.CursorPlain {
    cursor: default;
}

.modal {
    position: fixed;
    z-index: 9999998;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: Black;
    filter: alpha(opacity=80);
    opacity: 0.8;
    -moz-opacity: 0.8;
}

.center {
    z-index: 9999999;
    margin: 300px auto;
    padding: 10px;
    width: 72px;
    background-color: #111;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}

.center img {
    height: 64px;
    width: 64px;
}

#MainBackground {
    background-image: url(images/Cloud-Dark-Background.jpg);
    background-repeat: no-repeat;
    background-position: top 323px center;
    background-size: cover;
}

.calendarControl caption {
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 5px;
}

.calendarControl tbody {
    background-color: #555;
}

    .calendarControl tbody tr:nth-child(1) td {
        padding: 5px;
    }

    .calendarControl tbody tr:nth-child(n+2) td {
        padding: 3px 10px 10px 10px;
    }

    .calendarControl tbody tr:nth-child(1) td {
        color: rgba(11, 164, 244, 1) !important;
        font-family: Arial, Helvetica, sans-serif !important;
        background-color: #333 !important;
    }

        .calendarControl tbody tr:nth-child(1) td table tbody tr:nth-child(1) td a {
            color: rgba(11, 164, 244, 1) !important;
            font-family: Arial, Helvetica, sans-serif !important;
        }

    .calendarControl tbody tr th {
        color: rgba(11, 164, 244, 1) !important;
        font-family: Arial, Helvetica, sans-serif !important;
    }

    .calendarControl tbody tr td a {
        color: white !important;
        font-family: Arial, Helvetica, sans-serif !important;
    }

.InputType input, .InputType select {
    height: 30px;
    padding: 0 5px;
    background-color: #333;
    color: white;
    border: 2px solid white;
    border-radius: 2px;
}

.ButtonMenu input {
    display: inline-block;
    width: 150px;
    margin-bottom: 5px;
}

.floatLeft{
    float: left;
}

.ButtonMenu a {
    display: inline-block;
    width: 150px;
    margin-bottom: 5px;
}

a.BlueBtn {
    font-weight: bold;
    color: white;
    font-size: 13.333px;
    line-height: 27px;
}

.ButtonMenu a:link{
    text-decoration: none;
}