﻿.DisplayNone {
    display: none;
}

.Width100 {
    width: 100% !important;
}

.Width80 {
    width: 80%;
}

.Width5 {
    width: 5%;
}

.Width15 {
    width: 15%;
}

.Width50 {
    width: 50%;
}

.MarginTop0 {
    margin-top: 0;
}

.LineHeightNormal {
    line-height: normal;
}

.ColorRed {
    color: red;
}

.FontBold {
    font-weight: bold;
}

.FontItalic {
    font-style: italic;
}

.MarginTop20 {
    margin-top: 20px;
}

.BackgroundColorFFEEEE {
    background-color: #FFEEEE;
}

.Padding3 {
    padding: 3px;
}

.MinHeight80 {
    min-height: 80px
}

.MinHeight225 {
    min-height: 225px
}

.Font16 {
    font-size: 16px;
}

.OverflowAuto {
    overflow: auto;
}

.Width33 {
    width: 33%;
}

.Width34 {
    width: 34%;
}

.Width20 {
    width: 20%;
}

.AbsolutePosition {
    position: absolute;
}

.Left5000minus {
    left: -5000px;
}

.PaddingRight25 {
    padding-right: 25px;
}

.PaddingBottom25 {
    padding-bottom: 25px;
}

.DisplayInlineBlock {
    display: inline-block;
}

.TextRight {
    text-align: right;
}

.NoBorder {
    border: none !important;
}

.MinHeight700 {
    min-height: 700px;
}

.Hidden {
    visibility: hidden
}

.DisplayInitial {
    display: initial;
}

.DisplayBlock {
    display: block;
}

.ColorBlack {
    color: black;
}

.MarginBottom7 {
    margin-bottom: 7px;
}

.TextUnderline {
    text-decoration: underline;
}

.Color00AB4E {
    color: #00AB4E;
}

.ColorGreen {
    color: green;
}

.Height0 {
    height: 0px;
}

.Width0 {
    width: 0px;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}