﻿body {
    padding-top: 0px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}

.header {
    height:50px;
    padding-top:0px;
    padding-bottom:10px;
    padding-left:10px;
    padding-right:10px;
    background-color:#EAEDED;
}

.headerLeft{
    width:50%;
    float:left;
}

.headerRight{
     width:50%;
     margin-left: 50%;
     text-align:right;
     padding-top:20px;
     padding-right:20px;
}


h1{
    padding-top:0px;
    margin-top:10px;
}

.content {
    min-height:400px;
    margin-top:20px;
    margin-left:20px;
}

.login td {
    padding-top:5px;
    padding-bottom:5px;
    padding-left:10px;
    width:400px;
}

.error {
    color:red;
    padding-left:5px;
}

.footer {
    padding-top:20px;
    text-align:center;
    height:40px;
    background-color:#EAEDED
}

a {
    color:#000000;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:active {
    color:#000000;
}

a:visited {
    color:#000000;
}


.FolderList {
    font-family: monospace;
    font-size:12px;
}

a.FolderList:link{
    text-decoration:underline;
}

a.FolderList:visited{
   text-decoration:underline; 
}

a.FolderList:hover{
    background:#66ff66;
}


.FileList {
    font-family: monospace;
    font-size:12px;
}

a.FileList:link {
    text-decoration:none;
}

a.FileList:visited {
    text-decoration:none;
}

a.FileList:hover {
    background:#66ff66;
    text-decoration:none;
}


.PathLabel {
    font-family: monospace;
    font-size:14px;
}