﻿html
{
    -webkit-font-smoothing: antialiased;
    /*background: url('/images/greybg.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
}

body
{
    /*background: #e2e2e2 url("Styles/bg-blocks.png") no-repeat fixed 0 400px;*/
    font-family: "Century Gothic", "Segoe UI",Segoe, "Roboto", "Droid Sans", "Helvetica Neue",Helvetica,Arial,sans-serif;
    /*font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
            font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;*/
    font-size: 13px;
    height: 100%;
    min-height: 100%;
    overflow:no-display;
    background-repeat: no-repeat;
}

h2
{
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 10px 0;
}

h3
{
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 10px 0;
}

td
{
    vertical-align: top;
}



.hr-thin
{
    margin: 10px 0 10px 0;
    height: 1px;
    border: none;
    color: #d1d1d1;
    background-color: #d1d1d1;
}

.stepbystep
{
    height: 33px;
    border: 1px solid #d1d1d1;
    margin-bottom: 20px;
}

    .stepbystep p
    {
        height: 33px;
        font-size: 18px;
        font-weight: normal;
        margin: 5px 20px -5px 20px;
        color: #999999;
    }

.stepbystep-active p
{
    color: #333333;
}

.modalBackground
{
    background-color: Black;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.modalPopup
{
    background-color: #FFFFFF;
    width: 300px;
    border: 2px solid #484848;
    border-radius: 10px;
    padding: 0;
}

    .modalPopup .header
    {
        background-color: #666666;
        height: 30px;
        color: White;
        line-height: 30px;
        text-align: center;
        font-weight: bold;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
    }

    .modalPopup .body
    {
        padding: 10px;
        min-height: 50px;
        text-align: center;
        font-weight: normal;
    }

    .modalPopup .footer
    {
        padding: 6px;
    }

    .modalPopup .yes, .modalPopup .no
    {
        height: 23px;
        color: White;
        line-height: 23px;
        text-align: center;
        font-weight: bold;
        cursor: pointer;
        border-radius: 4px;
    }

    .modalPopup .yes
    {
        background-color: #72bf44;
        border: 1px solid #539c27;
    }

    .modalPopup .no
    {
        background-color: #9F9F9F;
        border: 1px solid #5C5C5C;
    }
