﻿body {
    background: #fff;
}

#languageBox {    
    margin-top: 10px;
    float: right;
}

.rtileIconImage {
    height: 27px !important;
    width: 50px !important;
}

.RadTile {
    height: 27px !important;
    width: 50px !important;
    padding: 1px;
}

h1, span, p {
    font-family: Arial;
    color: #555;
}

p {
    margin-top: 5px;
    font-size: 12px;
}

h1 {
    font-size: x-large;
    margin-bottom: 8px;
}

#textInput span, #ddlPriority, #ddlName {
    margin-bottom: 5px;
    font-size: 12px;
}

.wrapper {
    max-width: 500px;
    margin: 0 auto;
}

#header {
    color: #fff;
    background: #eeebea;
    margin: 0px -8px;
    margin-top: -10px;
}

    #header .wrapper {
        max-width: 600px;
        height: 65px;
        background: url(../img/ComTest_smaller.png) no-repeat 0 3px transparent;
    }

#main {
    min-height: 600px;
}

    #main .wrapper {
        background: #fff;
        padding: 1px 50px 15px;
    }

.clear {
    clear: both;
}

#history {
    width: 950px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
}

.historyGrid {
    /*max-height: 300px;*/
}

#footer {
    height: 104px;
    padding-top: 15px;
}

#reminder {
    margin-top: 15px;
    border: 2px dashed red;
}

    #reminder p {
        color: red;
        font-family: Arial;
        font-size: 14px;
        margin: 5px 10px;   
    }

.email-validation {
    position: relative;
}

    .email-validation .loader {
        width: 16px;
        height: 16px;
        position: absolute;
        top: -2px;
        right: 10px;
        float: right;
        display: none;
    }

#footer-content {
    background: #eeebea;
    position: relative;
    height: 50px;
    padding: 5px;
}

    #footer-content img {
        position: absolute;
        right: 0;
        padding: 10px 10px 2px;
        bottom: -34px;
        border-style: solid;
        border-width: 5px;
        border-color: #eeebea;
        background-color: #fff;
        width: 130px;
    }

.wsp {
    font-size: 18px;
    display: block;
}

.star {
    color: red;
}

#saveInfo {
    margin-top: 50px;
}

.css3Simple {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-image: none !important;
}

.showAll {
    top: 3px;
    float: right;
}

#daysInfo{
    position: relative;
    top: 3px;
    display:inline;
}
