body	{margin:0px; padding:20px;font-family:Verdana,Arial; font-size:11px;}
table	{font-size: 11px; font-weight: normal; line-height: 15px; font-family: Verdana, Arial;}
h2		{font-size: 18px; font-weight: bold; font-family: Verdana, Arial;}
.yes	{color:green;}
.no		{color:red;}
.none	{color:blue;}
.new	{color:red;font-weight:bold;}


/* The sidebar menu */
.sidenav {
    height: 100%; /* Full-height: remove this if you want "auto" height */
    width: 120px; /* Set the width of the sidebar */
    position: fixed; /* Fixed Sidebar (stay in place on scroll) */
    z-index: 1; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    background-color: #000; /* Black */
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 20px;
}

/* The navigation menu links */
.sidenav a {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    font-size: 20px;
    color: #fff;
    display: block;
}

/* Style page content */
.main {
    margin-left: 120px; /* Same as the width of the sidebar */
    padding: 0px 10px;
}