﻿body
{
	margin-top: 10px;
    background-color: white;
}

hr
{
    width: 100%;
    color: #999999;
    height: 1pt;
}

A:link, A:hover, A:visited, A:active
{
	font-size: 10pt;
    color: #666666;
	text-decoration: none;
}

#container
{
    position: absolute;
    left: 50%;
    width: 80%;
    margin-left: -40%;
    background-color: white;
    border: 1px solid #333333;
    font-weight: normal;
    font-size: 10pt;
    color: #808080;
    font-family: Arial, Verdana, Helvetica, sans-serif;
}

.stdButton
{
    vertical-align: middle;
}
	
.stdList
{
    padding: 0px 0px 0px 0px;
    border: 1px solid #CCCCCC;
    background-color: #fffff0;
    color: #808080;
    vertical-align: middle;
}

.inputBox
{
    padding: 2px 0px 1px 3px;
    border: 1px solid #CCCCCC;
    background-color: #fffff0;
    color: #808080;
    vertical-align: middle;
}

.status
{
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #333333;
    font-size: 10pt;
    color: #990000;
    padding: 6px 6px 6px 10px;
}

.footer
{
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;
    padding: 1px 20px 1px 20px;
    font-size: 9px;
    color: #666666;
    background-color: #99CCFF;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #333333;
    text-align: right;
    width: 100%;
}

.highlight
{
    font-size: 11pt;
    padding-bottom: .6em;
    color: #3399FF;
}

.header
{
    font-weight: bold;
    font-size: 12pt;
    padding: 6px;
    width: 100%;
}

.panel
{
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #333333;
    padding: 10px;
    width: 100%;
}

.body
{
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #333333;
    color: #999999;
    padding: 1em;
    width: 100%;
}

.folders
{
    font-weight: normal;
    font-size: 10pt;
    color: #999999;
    width: 100%;
}
.folders A:link, .folders A:visited, .folders A:active
{
    color: black;
    text-decoration: none;
    font-size: 12pt;
    font-weight: bold;
}
.folders A:hover
{
    color: red;
    text-decoration: none;
    font-size: 12pt;
    font-weight: bold;
}

.files
{
    font-size: 9pt;
    width: 100%;
    text-align: left;
    color: #3399FF;
    background-color: #FFFFE8;
}
.files A:link, .files A:visited, .files A:active
{
	text-decoration: none;
    font-weight: normal;
    font-size: 9pt;
    color: #3399FF;
}
.files A:hover
{
	text-decoration: underline;
    font-weight: normal;
    font-size: 9pt;
    color: #3399FF;
}
.files .header
{
    font-weight: bold;
    font-size: 9pt;
    color: #666666;
}
.files .header A:link, .files .header A:visited, .files .header A:active
{
	text-decoration: none;
    font-weight: bold;
    font-size: 9pt;
    color: #666666;
}
.files .header A:hover
{
	text-decoration: underline;
    font-weight: bold;
    font-size: 9pt;
    color: #666666;
}
.files .pager
{
    padding: 0px;
    margin: 0px;
}
.files .pager A:link, .files .pager A:visited, .files .pager A:active, .files .pager A:hover
{
	text-decoration: none;
    font-size: 9pt;
    color: #666666;
}

.oldInterface
{
    padding: 4px 0px 0px 0px;
    width: 100%;
    font-size: 10pt;
    color: #666666;
}
.oldInterface A:link, .oldInterface A:visited, .oldInterface A:active
{
	text-decoration: underline;
    font-weight: normal;
    font-size: 10pt;
    color: #666666;
}
.oldInterface A:hover
{
	text-decoration: underline;
    font-weight: normal;
    font-size: 10pt;
    color: #666666;
}

.login
{
    font-weight: normal;
    font-size: 10pt;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    color: #4682B4;
}

.loginLeft
{
	font-weight: normal;
	font-size: 10pt;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color:  white;
}

.loginRight
{
	font-weight: normal;
	font-size: 10pt;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color:  white;
}