﻿html, body
{
    padding:0;
    margin:0;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

html
{
    background: url('/Images/bg.png') no-repeat center center fixed; 
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
}

body
{
    text-align:center;
}

h1, h2, h3, h4, h5, h6
{
    padding:0;
    margin:0;
    max-width:820px;
}

h1 {
    background-color: #e7e8e8;
    border-bottom: 1px solid #c0c0c0;
    padding: 7px 15px;
    font-size: 1.4em;
}

.menuContainer1
{
    margin:10px 15px;
}

.menuContainer1 table
{
    border-collapse:collapse;
}

.menuContainer1 table th
{
    min-width:120px;
}

.menuContainer table td, .menuContainer1 table th
{
    padding:3px 0;
}

.clear_both
{
    height:0;
    margin:0;
    padding:0;
    clear:both;
}

#outerHeader, #outerFooter
{
    min-height:30px;
}

#outerHeader img
{
    margin:15px;
    max-height:80px;
}


input[type=button], input[type=submit] {
    border: 1px solid #999999;
    padding: 3px 5px;
    border-radius: 3px;
    font-size: 0.8em;
    cursor: pointer;
    background: -webkit-linear-gradient(#e7e8e8, #c0c0c0); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#e7e8e8, #c0c0c0); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#e7e8e8, #c0c0c0); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#e7e8e8, #c0c0c0); /* Standard syntax */
}

input[type=text], input[type=password], textarea, select {
    padding: 3px 5px;
    width: 130px;
    border: 1px solid #c0c0c0;
    border-radius:3px;
}

select
{
    width:auto !important;
}

textarea{
    width:150px;
}


/*Error messages*/
.x_errorContainer, .successContainer, .errorContainer {
    border: 1px solid red;
    margin: 5px 10px;
    background-color: white;
}

.successContainer {
    border-color: #69CB5F;
}

.x_errorHeader, .successHeader, .errorHeader {
    background-color: red;
    color: white;
    margin: 0;
    padding: 0;
    min-height: 25px;
}

.successHeader {
    background-color: #69CB5F;
}

    .x_errorHeader h5, .successHeader h5, .errorHeader h5 {
        float: left;
        padding: 3px 5px;
        margin: 0px;
    }

    .x_errorHeader img, .successHeader img, .errorHeader img {
        float: right;
        height: 15px;
        margin: 4px 5px;
        cursor: pointer;
    }

.x_errorDetails, .successDetails, .errorDetails {
    font-size: 0.8em;
    padding: 0;
    margin: 0;
}

    .x_errorDetails ul, .successDetails ul, .errorDetails ul {
        margin: 10px 10px 10px 25px;
        padding: 0;
        font-family: sans-serif, Arial;
    }

#footerRight, #footerLeft
{
    color:white;
    font-size:0.8em;
    padding:0;
    margin:5px 15px;
}

#footerRight a
{
    color:white;
}

#footerLeft
{
    margin-top:13px;
}

#outerHeader span
{
    display:none;
}

.pleaseNote
{
    margin:10px;
    padding:10px;
    border:1px solid #c0c0c0;
    background-color:#e7e8e8;
    border-radius:5px;
}

.pleaseNote .infoIcon
{
    float:left;
    height:25px;
    margin-right:15px;
}

.pleaseNote p
{
    font-size:0.9em;
    padding:0;
    margin:0;
}

.entryTable
{
    border-collapse:collapse;
}

.entryTable th, .entryTable td
{
    padding:3px 5px 3px 0;
}

.entryTable th
{
    width:150px;
}

#contentPanel {
    width: 78%;
    margin: 3px 1px 20px 1px;
    float: left;
}

#contentPanel .entryTable
{
    margin:10px 15px;
}

.entryTable input[type=text], .entryTable input[type=password]
{

}

.entryTable select
{
    width:165px !important;
}

p
{
    font-size:0.9em;
}

.pageHeading
{
    padding:5px 15px;
    margin:0;
}

#outerContent {
    min-height: 350px;
    background-color: white;
}

#outerHeader, #outerContent, #outerFooter {
    text-align: left;
    margin: 0 auto;
    max-width: 950px;
}
    

@media all and (min-width:750px) {
    /*
     * =======================================================================
     * Desktop style sheet
     * =======================================================================
     */
    input[type=text], input[type=password] {
        width: 150px;
    }

    #footerLeft
    {
        float:left;
    }

    #footerRight
    {
        float:right;
    }

    #outerHeader span
    {
        display:block;
        float:right;
        margin:20px;
        font-size:1.4em;
        color:white;
        font-weight:bold;
    }

    #outerHeader img
    {
        float:left;
    }
}
