﻿@import url("MainCSS.css");

#Left
{
    float:left;
    width:20%;
    min-height:300px; 
    background-color:#F0E68C;
    position:relative;
}

#Center
{
    float:left;
    width:80%;
    min-height:400px;
    background-color:#FFF8DC;
}

#Center table 
{
    width:100%;
}

#Center table tr
{
    height:35px;
}

#Left ul
{
    position:absolute;
    top:10px;
    left:-20px;
}

#Left ul li
{
    height:20px;
    list-style-type:none;
}

#Left ul li a
{
    text-decoration:none;
}






.treeviewIssues div.AspNet-TreeView ul li
{
    white-space: nowrap;
    padding: 3px 0 2px 0; 
}

.treeviewIssues div.AspNet-TreeView ul ul
{
    margin: 2px 0 2px 10px;
}

.treeviewIssues div.AspNet-TreeView ul li img
{
    border: none;
    vertical-align: middle;
    margin: 0 2px 0 0;
}

.treeviewIssues div.AspNet-TreeView li a
{
    text-decoration: none;
}

.treeviewIssues div.AspNet-TreeView li.AspNet-TreeView-Leaf
{
    margin-left: 18px;
}

.treeviewIssues div.AspNet-TreeView .AspNet-TreeView-ClickableNonlink
{
    cursor: pointer;
}

.treeviewIssues div.AspNet-TreeView .AspNet-TreeView-Collapse
{
    background: url(images/collapse.gif) 0 -2px no-repeat;
    width: 15px;
    float:left;
    cursor: pointer;
}

.treeviewIssues div.AspNet-TreeView .AspNet-TreeView-Expand
{
    background: url(images/expand.gif) 0 -2px no-repeat;
    width: 15px;
    float:left;
    cursor: pointer;
}

.treeviewIssues .AspNet-TreeView-Selected
{
    background-color: #eee !important;
}

.treeviewIssues .AspNet-TreeView-ChildSelected
{
    background-color: #F5FFFA !important;
}

.treeviewIssues .AspNet-TreeView-ParentSelected
{
    background-color: #eee !important;
}

.treeview1
{
   text-align:left;
   text-decoration:none; 
}
.treeview2
{
   text-align:left;
   text-decoration:none; 
}
.treeview3
{
   text-align:left;
   text-decoration:none; 
}

.treeview1 table
{
   width:60px; 
}
