﻿
body 
{
    background-repeat:no-repeat;
    background-attachment:scroll;
    background-color:White;
}
        
#topContent 
{
    text-align:center;
    vertical-align:middle;
    background-color: #778899;
    color: White;
    padding: 10px;
    height: 50px;
}
        
.loginTable
{
    border-collapse:collapse;
    border:1px solid black;
    background-color:#FDF5E6;
}

#loginName
{
    font-family:Tahoma, Geneva, sans-serif;
    font-size:larger;   
}

.loggedInList a
{
    text-decoration:none;
    font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.loggedInList a:visited
{
    color:Blue;
}

.loggedInList ul
{
    /*list-style:none;
    margin-left:0;
    padding-left:0;
    list-style-image:url('Images/1348160783_Forward.png');*/
}

.loggedInList h4
{
    text-align:center;
    text-transform:uppercase;
    letter-spacing:2px;
    padding-top:2px;
    padding-bottom:2px;
    border-top:1px dotted black;
    border-bottom:1px dotted black;
    width:250px
}

#leftContent
{
    width:250px;
    height:600px;
    position:absolute;
    text-align:left;
    top:85px;
    padding-top:10px;
    border-right:1px solid black;
}

#leftContent h3 
{
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    border-top: dotted 1px #660;
    border-bottom: dotted 1px #660;
}

.container
{
    width:1340px;
    height:1000px;
    margin:0px auto;
    background-color:#F0E68C;
}

#mainContent
{
    margin-left:250px;
    height:100%;
    text-align:left;
    padding:10px;
}

.colapseList
{
    vertical-align: top; height:auto !important;
}

.list
{
    display:none;
}

.show
{
    display:none;
}

.hide:target + .show
{
    display:inline;
}

.hide:target
{
    display:none;
}

.hide:target ~ .list
{
    display:inline;
}