﻿html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video
{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    color: #4d9a86;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section
{
    display: block;
}
body
{
    font-size: .80em;
    line-height: 1;
    color: #536271;
    font-family: "Helvetica Neue" , Arial, Helvetica, Verdana, sans-serif;
}
ol, ul
{
    list-style: none;
}
blockquote, q
{
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after
{
    content: '';
    content: none;
}
th
{
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}
.page
{
    width: 940px;
    margin: 20px auto 0px auto;
}
.Label .LabelEditAdd .LabelResult
{
    font-size: 15px;
    font-family: Arial;
}
.LabelEditAdd
{
    background-color: #F2F3EE;
    border: 1px solid #cce2dc;
    padding: 20px;
}
.LabelResult
{
    color: #666666;
}
legend
{
    font-size: 23px;
    padding-bottom: 20px;
}
.Button
{
    font-size: small;
    font-family: Arial;
}
.TextBox
{
    font-size: small;
    font-family: Arial;
    padding: 3px;
    margin: 2px;
}
.LabelDropDown
{
    padding: 2px;
}
.LabelView
{
    font-size: 14px;
}
.GridView
{
    font-family: Arial;
    font-size: 24px;
    font-weight: normal;
    width: 100%;
}
.GridView td
{
    padding: 10px;
    color: #666666;
}
.GridView th
{
    background-color: #4D9A86;
}
.FontTableHR
{
    color: #fff;
}
.ContentContainer
{
    width: 100%;
    background-color: #e5f1ee;
    border-top: 1px solid #cce2dc;
    border-bottom: 1px solid #4d9a86;
}

.Container
{
    width: 940px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #cce2dc;
    margin: auto;
}
.Padding
{
    padding: 30px;
}

.Error
{
    text-align: center;
    font-size: 20px;
    padding-top: 20px;
}
