
/**
 * 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: 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 82.5%;
	color: black;
}
h2 {
	font-weight: bold;
	font-size: 16px;
	color: #444444;
	margin-left: 5px;

	border-bottom: 2px solid #ccc;
}
a {
	text-decoration: none;
	color: black;
}
a:visited {
	text-decoration: none;
	color: #777;
}
a:hover {
	text-decoration: underline;
}
h2 a {
	color: #667799 !important;
}
h2 span {
	font-weight: normal;
}
img {
	border: none;
}
div#all {
	background-color: #cccccc;
}
div#body {
	background-color: white;
	margin: 15px 15px;
	padding: 10px;
	max-width: 800px;
	border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.75) 5px 5px 20px;
}
body#error-page div#body {
	background: white url(error/body-bg.png) no-repeat 600px 50%;
	padding-right: 120px;
	min-height: 120px;
	width: 580px;
}

/* 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 {
	min-width: 980px;
	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('/.page-style/icons/parent.gif');
}
#commandbar #refresh {
	background-image: url('/.page-style/icons/refresh.gif');
}
#commandbar #home {
	background-image: url('/.page-style/icons/home.gif');
}
#footer {
	margin: 1.5em 0 0 auto;
	padding: 2px;
	clear: both;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #F4F4F4;
	color: #999999;
	font-size: 85.5%;
	text-align: right;
}
#footer a {
	color: #667799;
}
#footer a.last {
	padding-right: 10px;
}
table {
	width: 100%;
	border-collapse: collapse;
}
table tr {
	padding: 0;
	margin: 0;
}
table td,
table th {
    padding: 1px 0 1px 0;
    margin: 0;
    text-align: left;
}
table td {
	border: none;
	text-align: right;
}
table td:nth-child(2), table td:first-child {
	text-align: left;
}
table td:last-child, table th:last-child {
	padding-right: 3px;
}
table td.name {
	text-align: left;
}
table tr:nth-child(odd) {
	background-color: white;
}
table tr:nth-child(even) {
	background-color: #f0f0f0;
}
table tr:hover td {
	background-color: #e8e8ff;
}
table tr:hover td.clickable {
	cursor: pointer;
}
table tr td.clickable:hover a, table tr td.clickable:hover + td.clickable {
	text-decoration: underline;
}
table th.icon {
	width: 22px;
	height: 22px;
	padding-right: 5px;
}
table th.date {
	text-align: right;
	width: 180px;
}
table th.size {
	text-align: right;
	width: 80px;
}
table hr {
	display: none;
}

