﻿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, tt, var, 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, input
{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section
{
    display: block;
}
ol, ul
{
    list-style: none;
}
blockquote, q
{
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after
{
    content: '';
    content: none;
}
table
{
    border-spacing: 0;
}
/*
---------------------------------Css reset End
*/
html
{
    margin: 0 0 0 -1px;
    padding: 0;
    overflow:hidden;
    /*overflow-y: scroll;*/
    height: 100%;
}
body 
{
    padding: 0;
    margin: 0;
    width: 100%;
    font-family: Verdana;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    text-transform: none;
    text-align: center;
}
.LoginContentCss
{
    width: 98%;
    margin: 0 auto 0 auto;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    -khtml-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    -khtml-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -khtml-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -khtml-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    text-align: center;
}
.LoginPanelCss 
{
    margin-right: auto;
    margin-left: auto;
    margin-top: 50px;
    margin-bottom: 5px;
    padding-bottom: 7px;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}
.HeaderCss
{
    width: 100%;
    height: 52px;
    position:fixed;
    top: 0px;
    left: 0px;
    background-color: #3f3f3f;
    z-index: 900;
}
.AddressCss 
{
    border: 1px solid #808080;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -155px;
    margin-top: -75px;
    width: 310px;
    background: #FFFFFF;
    padding: 10px;
}
.AddressModalCss
{
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    -moz-opacity:.30;
    filter:alpha(opacity=30);
    opacity:.30;
}
.ContentCss
{
    width: 100%;
    margin-top: 50px;
    background-color: #D2D3D5;
}
.FooterCss
{
    width: 100%;
    height: 50px;
    bottom: 0px;
    left: 0px;
    background-color: #3f3f3f;
}
.HeaderTableCss
{
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
}
.imHeaderMenuCss
{
    width: 20px;
    height: 20px;
}
.imMenuCss
{
    width: 32px;
    height: 32px;
}
.imLanguage
{
    width: 32px;
    height: 32px;
}
.lbErrorCss
{
    color: red;
}
.GridViewCSS
{
    margin: 0 auto;
}
.GridViewHeaderCSS
{
    height: 20px !important;
}
a.CssPasswordRecovery:link, a.CssPasswordRecovery:visited, a.CssPasswordRecovery:active
{
    font-size: 10px;
    color: #666666;
    text-decoration: none;
    font-weight: normal;
}
a.CssPasswordRecovery:hover
{
    font-size: 10px;
    color: #666666;
    text-decoration: none;
    font-weight: bold;
}
a.CssUserButton:link, a.CssUserButton:visited, a.CssUserButton:active 
{
    font-size: 9px;
    color: #D2D3D5;
    margin-left: 2px;
    text-decoration: none;
}
a.CssUserButton:hover 
{
    font-size: 9px;
    color: #D2D3D5;
    margin-left: 2px;
    font-weight: bold;
}
.CssLabelsTable
{
    vertical-align: middle;
    padding-bottom: 3px;
    padding-right: 10px;
    text-align: left;
    white-space:nowrap;
    width: 10px;
}
.CssRoundButtonColor
{
    font-size:10pt;
    border: 1px solid #3F3F3F;
    margin:0px !important;
    display: inline-block !important;
    white-space: nowrap;
    border-radius: 5px;
}