
/**
 * Repos Style (c) 2007 www.reposstyle.com
 * 
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 * 
 *    http://www.apache.org/licenses/LICENSE-2.0
 * 
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/* reposstyle.com version 1.5 */
html {
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 5px;
	font-family: 'Open Sans',Verdana,Geneva,sans-serif !important;
	font-size: 82.5%;
	background: url("/images/bg2019.webp") repeat;
}
h2 {
	font-weight: normal;
	font-size: 1.4em;
	color: #444444;
	margin-left: 5px;
}
h3 {
	width: 99%;
	max-width: 800px;
	margin: 0 auto 5px auto;
	font-weight: bold;
	font-size: 1em;
	color: #444444;
}
li {
	width: 99%;
	max-width: 800px;
	margin: 0 auto 5px auto;
}
a,
a:visited {
	text-decoration: none;
	color: #111;
}
a:hover {
	text-decoration: underline;
}
li a {
	color: #667799 !important;
}
img {
	border: none;
}
div#files {
	margin: 0 auto 0 auto;
	padding: 10px;
	min-width: 300px;
	max-width: 980px;
	background-color: #fff;
	border-top: 1px solid #c3c3c3;
	border-left: 1px solid #c3c3c3;
	border-right: 1px solid #c3c3c3;
	background-image: url('/images/banner.webp');
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: 50% 10px;
}
#files p {
	text-align: justify;
	max-width:900px;
	margin:20px auto;
}
.navigation {
	width: 99%;
	max-width: 800px;
	margin: 10px auto 0px auto;
	text-align: right;
}
/* command = commandbar button, <a> is  active, <span> is greyed out */
.command {
	background-position: left center;
	background-repeat: no-repeat;
	font-size: 82.5%;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 20px;
	padding-right: 0.2em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
}
/* common page elements, may also be layouted for each tool */
#commandbar {
	max-width: 600px;
	height: 1.5em;
	background-color: #ECF1EF;
	padding: 3px;
	border-bottom: 1px solid #CCCCCC;
}
/* command = commandbar button, <a> is  active, <span> is greyed out */
#commandbar a {
	background-position: left center;
	background-repeat: no-repeat;
	font-size: 82.5%;
	margin-left: 0.4em;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 22px;
	padding-right: 1.0em;
	padding-top: 0.4em;
	padding-bottom: 0.6em;
	line-height: 1.5em;
	color: #555555;
	border-right: 2px dotted #D5E0E0;
}
/* common commands */
#commandbar #parent {
	background-image: url('/images/back.gif');
}
#commandbar #refresh {
	background-image: url('/images/refresh.gif');
}
#commandbar #home {
	background-image: url('/images/home.gif');
}
img.header {
	width: 25%;
	max-width: 200px;
	margin-top: 0px;
}
h2.header {
	width: 100%;
	text-align: center;
	vertical-align: middle;
	margin: -40px 0px 0px -10px;
	padding: 10px;
	color: black;
	background: rgba(255, 255, 255, 0.7)
}
#footer {
	margin: 0 auto 0 auto;
	padding: 10px;
	min-width: 300px;
	max-width: 980px;
	clear: both;
	border-left: 1px solid #c3c3c3;
	border-right: 1px solid #c3c3c3;
	border-bottom: 1px solid #c3c3c3;
	background-color: #fff;
	color: #999999;
	font-size: 85.5%;
}
#footer a {
	color: #667799;
}
#footer a.last {
	padding-right: 10px;
}
#footer img {
	display: inline-block;
	width: 15%;
	padding-right: 10px;
	border-right: 1px solid #c3c3c3;
}
#footer p {
	display: inline-block;
	width: 70%;
	vertical-align: top;
	margin: auto;
	padding: 0;
	overflow: hidden;
}
table {
	width: 100%;
	max-width: 800px;
	margin: 0 auto 0 auto;
	border-collapse: collapse;
	font-size: 100%;
}
table tr {
	padding: 0;
	margin: 0;
}
table td,
table th {
    padding: 1px 0 1px 0;
    margin: 0;
    text-align: left;
}
table td {
	padding: 3px 3px 3px 3px;
	border: none;
    border-bottom: 1px solid #f0f0f0;
    /*background: #fff;*/
	text-align: right;
}
table th {
        visibility: hidden;
}
table td.name {
	text-align: left;
}
table td.subname {
	text-align: left;
	padding-left: 20px;
}
/*table tr.hover td {
    border-bottom: 1px dashed #CCCC99;
}*/
table th.icon {
	width: 16px;
	height: 16px;
	padding-right: 5px;
}
/*table th.date {
	text-align: right;
	width: 180px;
}*/
table th.size {
	text-align: right;
	width: 80px;
}
table hr {
	display: none;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 3px 8px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
