﻿*
{
    margin: 0px;
    padding: 0px;
}

body
{
    font-family: Arial;
    font-size: 16px;
}

.menu
{
    padding: 10px 0;
    width: 100%;
    background-color: #000;
    color: #fff;
}

.menu a, .menu a:visited, .menu a:active
{
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

.menu a:hover
{
    color: #fff;
    text-decoration: underline;
    font-weight: bold;
}

.menuleft
{
    padding: 0 10px;
    float: left;
}

.menuright
{
    padding: 0 10px;
    float: right;
}

.menustop
{
    clear: both;
}

.tags
{
    padding: 10px 0 10px 10px;
    width: 100%;
    background-color: #777;
    color: #fff;
}

.tags a, .tags a:visited, .tags a:active
{
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

.tags a:hover
{
    color: #fff;
    text-decoration: underline;
    font-weight: bold;
}

.table
{
    padding: 10px 0 10px 10px;
    width: 100%;
    background-color: #fff;
    color: #000;
}

.table a, .table a:visited, .table a:active
{
    color: #000;
    text-decoration: none;
    font-weight: bold;
}

.table a:hover
{
    color: #000;
    text-decoration: underline;
    font-weight: bold;
}

.table a.subtle, .table a.subtle:visited, .table a.subtle:active
{
    color: #aaa;
    text-decoration: none;
    font-weight: normal;
    font-size: 12px;
}

.table a.subtle:hover
{
    color: #aaa;
    text-decoration: underline;
    font-weight: normal;
    font-size: 12px;
}

.page
{
    padding: 20px;
}

table
{
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

td
{
    padding: 3px;
    vertical-align: top;
}

div.desc
{
    font-size: 10px;
    overflow: hidden;
    width: 200px;
}

tr.even
{
    background-color: #eee;
}

th
{
    padding: 3px;
    text-align: left;
    background-color: #ddd;
    vertical-align: top;
}

td.cellright, th.cellright
{
    text-align: right;
}

input.edit
{
    width: 400px;
}

input#btnSave, input#btnCancel, input#btnCopy, input#btnLogin
{
    width: 50px;
}

textarea.edit
{
    width: 400px;
}

textarea#txtIn, textarea#txtOut
{
    width: 100%;
    height: 120px;
    border: 1px solid #cccccc;
    padding: 5px;
}
