﻿body 
{
    font-family:Verdana;
    font-size: 11px;
    margin: 8px auto 0px auto;
    text-align: center;
    background-color:#D6D6D6;
    background-image:url("../../App_Images/bg.jpg");
    background-repeat:repeat-x;
    background-position:top;
    background-attachment:fixed;
}

#header
{
    position:relative;
    top:0px;
    width:1000px;
    height: 110px;
    margin: 0px auto 0px auto;
    background-color:White;
    background-image:url("../../App_Images/header.jpg");
}

#menu, .menu
{
    /*top menu tabstrip*/
    position:relative;
    top:0px;
    width:1000px;
    height: 20px;
    margin: 0px auto 0px auto;
    color: White;
    background-color:Blue;
}

#menu a 
{
    color:White;
}

#menu a:hover
{
    color:Silver;
}

#LoginStatus
{
    color:White;   
    text-decoration:none;
    font-weight:bold;
    font-family:Verdana;
    font-size:11px;
}

.content
{
    position: relative;
    text-align:left;
    width: 1000px;
    top:0px;
    margin: 0px auto 0px auto;
    background-color:White;
}

.minHeight
{
    top:0px;
    min-height:500px;
}

.leftMenuContainer
{
    position:relative;
    float:left;
    top:-19px;
    width:140px;
    padding-left:10px;
    background-color:#F6F6F6; /*#ECEFF4;*/
}

.mainContainer
{
    position:relative;
    float:right;
    width:840px;
}

#topPanel
{
    position:relative;
    width:840px;
    min-height:280px;
}

#content1, leftPanel, rightPanel
{
    top:0;
}

#transactionButtons
{
    position:relative; 
    z-index:1000; 
    top: 60px;
    left:-10px;
}

#editHeader
{
    text-align: right;
}

.leftLine
{
    width:0px;
}

.left
{
    vertical-align:top;
    width:200px;
    background-color: #EDEDED;
    background-image:url("../../App_Images/searchbg.jpg");
    background-position:top;
    background-repeat:no-repeat;
}

.right
{
    vertical-align:text-top;
    width:300px;
    /*background-color: #EDEDED;*/
}


