﻿body
{
    margin:0px;
    font-family:Verdana;
    font-size:11px;
    font-weight:normal;    
}

a 
{    
    text-decoration:none;
}

a:hover
{
    text-decoration:underline;
}

.header
{
    width:100%;background:#2f2f2f;
    background:url('/images/header_tile.png');
}

.headerInner
{
    top:0px;left:0px;background:url('/images/header_back_inner.png');width:100%;height:85px;margin-right:auto;margin-left:auto;
    color:#c0c0c0;
}


.headerInnerContent
{
    top:0px;left:0px;width:100%;height:85px;margin-right:auto;margin-left:auto;
    color:#c0c0c0;
}

.headerInner a
{
    color:#c0c0c0;
    font-family:Verdana;
    font-size:11px;
}

.headerInner a:hover
{
    color:White;
    text-decoration:none;
}

.MenuItem
{
    color:#102030;
    padding-left:10px;
    padding-right:10px;
    
}

.Menu a
{
    color:#000000;
}

.Menu a:hover
{
    color:#000000;
}


.MenuBar
{
    top:0;left:0px;height:30px;border-left:solid 1px #C0C0C0; border-right:solid 1px #C0C0C0;margin-left:auto;margin-right:auto;background-image:url('images/bg_nav_primary.png');line-height:31px;vertical-align:middle;
    visibility:hidden;
}

.LoginStatus
{
    text-align:right;width:99%;line-height:22px;vertical-align:middle;margin-left:auto;margin-right:auto;width:890px;
}

.SubMenu
{
    text-align:left;
    padding-left:2px;
}

input[type=text]
{
    width:200px;
    border:1px solid #c0c0c0;
    margin-left:20px;
    color:#607080;
    font-family:Verdana;
    font-size:11px;
}

input[type=password]
{
    width:200px;
    border:1px solid #c0c0c0;
    margin-left:20px;
    color:#607080;
    font-family:Verdana;
    font-size:11px;
}

textarea
{
    width:200px;
    border:1px solid #c0c0c0;
    margin-left:20px;
    color:#607080;
    height:50px;
    font-family:Verdana;
    font-size:11px;
}

.InputData
{
    border:1px solid #c0c0c0;padding:10px;background:#F5F5F5;
}

.content
{
     width:900px;
     margin-left:auto;
     margin-right:auto;
}