﻿body {
    padding: 0px;
    margin: 0px;
    border-top: 2px solid #D7D9DA;
    font-family: "open_sansregular",sans-serif;
    font-weight: 300;
    font-size: 12px;
    color: #808080;
    text-rendering: optimizelegibility;
}

a {
    text-decoration: none;
    color: #2d3e50;
}

    a:hover {
        color: #0094FF;
    }

h1 {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    color: white;
}

h2 {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: white;
}

h3 {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 16px;
}




.content {
    min-width: 1200px;
    padding: 20px;
}

    .content > .left {
        width: 500px;
        height: 580px;
        background-color: #2d3e50;
        float: left;
        margin: 20px;
    }

    .content > .right {
        width: 350px;
        height: 580px;
        float: left;
        padding: 30px 60px 0px 60px;
        margin-top: 20px;
    }

    .content > .footer {
        width: 960px;
        border-top: 2px solid #D7D9DA;
        padding: 5px 10px 0px 10px;
        color: #808080;
    }





.ErrorControl {
    background-color: #FBE3E4 !important;
    border: solid 1px Red !important;
}

.spacer10 {
    height: 10px;
}

.spacer20 {
    height: 20px;
}

.spacer40 {
    height: 40px;
}

.filler10 {
    display: inline-block;
    width: 10px;
}

.filler20 {
    display: inline-block;
    width: 20px;
}

.whiteButton {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 14px;
    border: none;
    background-color: white;
    color: #2d3e50;
    padding: 5px 7px 5px 7px;
    text-decoration: none;
}

.blueButton {
    font-size: 14px;
    border: none;
    background-color: #c2c2c2;
    color: white !important;
    padding: 7px 20px 7px 20px;
    text-decoration: none;
    text-align: center;
}

    .blueButton:hover {
        background-color: #2d3e50;
    }

.standardLink {
    text-decoration: none;
    color: #2d3e50;
}

    .standardLink:hover {
        color: #0094FF;
    }


#slides {
    overflow: hidden;
    position: relative;
    width: 200px;
    height: 30px;
    cursor: pointer;
}

#slides:hover {
    cursor: pointer;    
}

    #slides ul {
        list-style: none;
        width: 200px;
        height: 30px;
        margin: 0;
        padding: 0;
        position: relative;
    }

    #slides li {
        width: 200px;
        height: 30px;
        float: left;        
        text-align: left;
        position: relative;
        color: #2d3e50;
    }


html body .RadInput_Silk .riHover, html body .RadInput_Hover_Silk {
    border-color: #2d3e50 !important;
}

html body .RadInput_Silk .riFocused, html body .RadInput_Focused_Silk {
    border-color: #2d3e50 !important;
}

.RadComboBox_Metro .rcbReadOnly .rcbInput {
    height: 25px !important;
}

.RadComboBox_Metro .rcbFocused .rcbReadOnly .rcbInputCell {
    background-color: #2d3e50 !important;
    border-color: #2d3e50 !important;    
}

.RadComboBox_Metro .rcbFocused .rcbArrowCell {
    background-color: #2d3e50 !important;
    border-color: #2d3e50 !important;    
}

.RadWindow_MetroTouch .rwTitleRow .rwTitlebar, .RadWindow_MetroTouch .rwTitleRow .rwTopLeft, .RadWindow_MetroTouch .rwTitleRow .rwTopRight {
    background-color: #2d3e50 !important;
}

.RadWindow_Metro .rwTopLeft, .RadWindow_Metro .rwTopRight, .RadWindow_Metro .rwTitlebar, .RadWindow_Metro .rwTopResize {
    background: #2d3e50 none repeat scroll 0 0 !important;
}

.RadWindow_MetroTouch .rwTable a.rwIcon {
    width: 1px !important;
    display: none !important;
}

.RadWindow_MetroTouch {
    font-family: "Segoe UI","Segoe UI Web Regular","Segoe UI Symbol","Helvetica Neue","BBAlpha Sans","S60 Sans",Arial,sans-serif !important;
    font-size: 13px !important;
}