﻿html {
    height: 100% !important;
}

body {
    margin: 0;
    padding: 0;
    color: #404040;
    background-color: #c3c3c3;
    font-family: Tahoma;
    font-size: 12px;
      -moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;
}

a {
    text-decoration: none;
    font-size: 14px;
}

    a:hover {
        text-decoration: underline;
    }

li {
    font-family: Ubuntu;
    font-size: 14px;
    line-height: 20px;
    list-style-image: url(/images/bullet.jpg);
}

.ButtonBlue {
    -moz-box-shadow: 0px 1px 0px 0px #f0f7fa;
    -webkit-box-shadow: 0px 1px 0px 0px #f0f7fa;
    box-shadow: 0px 1px 0px 0px #f0f7fa;
    background-color: #019ad2;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #fff;
    display: inline-block;
    color: #ffffff !important;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 4px;
    text-decoration: none;
    line-height: 18px;
    text-align: center;
}

    .ButtonBlue:hover {
        background-color: #F98833;
        text-decoration: none;
    }

.ButtonOrange {
    -moz-box-shadow: 0px 1px 0px 0px #f0f7fa;
    -webkit-box-shadow: 0px 1px 0px 0px #f0f7fa;
    box-shadow: 0px 1px 0px 0px #f0f7fa;
    background-color: #F98833;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #fff;
    display: inline-block;
    color: #ffffff !important;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 4px;
    text-decoration: none;
    text-align: center;
}

    .ButtonOrange:hover {
        background-color: #019ad2;
        text-decoration: none;
    }
