﻿/* Default styles */
html
{
    /* height          : 100%; */
}

body
{
    /* height          : 100%; */
    margin          : 0%;
    padding         : 0%;
    font-family     : Verdana, Arial, Helvetica, sans-serif;
    font-size       : 10pt;
    font-weight     : normal;
    color           : #000000;
    text-align      : center;
    background-color: #FFFFFF;
    letter-spacing  : 0.01em;
}

input
{
    font-family     : Verdana, Arial, Helvetica, sans-serif;
    font-size       : 10pt;
}

select
{
    font-family     : Verdana, Arial, Helvetica, sans-serif;
    font-size       : 10pt;
}

textarea
{
    font-family     : Verdana, Arial, Helvetica, sans-serif;
    font-size       : 10pt;
}

a
{
    font-size       : 10pt;
    font-weight     : normal;
    color           : #d92717;
}

a:hover
{
    text-decoration : underline;
}

a:active
{
    color           : #92c0e8;
}

h1
{
    font-size       : 13pt;
    margin-bottom   : 8pt;
    font-weight     : bold;
    color           : #000000;
}

h2
{
    font-size       : 11pt;
    font-weight     : bold;
    color           : #000000;
}

h3
{
    font-size       : 9pt;
    font-weight     : bold;
    color           : #000000;
}

.Hidden
{
    display         : none;
}

#aspnetForm, form
{
    height          : 100%;
    margin          : 0%;
    padding         : 0%;
}

div#Layout
{
    margin          : 0% 0%;
    padding         : 0% 0%;
    height          : 100%;
    border-left     : 0px solid #000;
    border-right    : 0px solid #000;
}

/* Top container styles */
div#OuterTop
{
    margin              : 0% 0%;
    padding             : 0% 0%;
    margin-top          : 0px;
    padding-top         : 37px;
    background-image    : none;
    background-position : center;
    background-repeat   : no-repeat;
}

/* Top container styles */
div#Top
{
    margin          : auto auto;
    width           : 980px;
    height          : 131px;
    border          : 1px solid #B0B0B0;
    border-bottom   : 0px solid #B0B0B0;
    background-image    : url('/CustomerData/1/Images/Top.Background.jpg');
    background-position : top;
    background-repeat   : no-repeat;
}

div#Top div#Headline
{
    width           : 980px;
    margin-left     : 0px;
    margin-top      : -28px;
    text-align      : right;
    border          : 0px solid #FF0000;
    color           : #000000;
    font-size       : 10pt;
    vertical-align  : middle;
}

div#Top div#Headline *
{
    vertical-align  : middle;
}

div#Top div#Headline a
{
    color           : #000000;
    text-decoration : none;
}

div#Top div#Headline a:hover
{
    text-decoration : underline;
}

div#Top div#Headline img.Login
{
    display         : inline-block;
    margin-top      : -3px;
    margin-left     : 10px;
}

/* Bottom container */
div#OuterBottom
{
    margin              : 0% 0%;
    margin-top          : 0px;
    margin-bottom       : 30px;
    padding             : 0% 0%;
    width               : 100%;
}

div#Bottom
{
    margin-top          : 0px;
    margin-left         : auto;
    margin-right        : auto;
    width               : 990px;
}

div#Bottom div#Copyright
{
    margin-top      : 0px;
    width           : 990px;
    text-align      : center;
    color           : #000000;
    font-weight     : normal;
    letter-spacing  : -0.05em;
}

div#Bottom div#Copyright a
{
    text-decoration : none;
}

div#Bottom div#Copyright a:hover
{
    text-decoration : underline;
}

/* Global class settings */
div#BreadCrumb
{
    text-align      : left;
    border          : 0px solid #FF0000;
    width           : 480px;
    margin-top      : 13px;
    margin-bottom   : 20px;
    padding-left    : 20px;
    padding-right   : 20px;
    overflow        : hidden;
    color           : #C4C4C4;
    font-weight     : bold;
    font-size       : 10pt;
}

div#BreadCrumb a
{
    text-decoration : none;
    color           : #C4C4C4;
    font-size       : 10pt;
}

div#BreadCrumb a:hover
{
    text-decoration : underline;
}

