* {
    margin: 0;
    padding: 0;
}

body {
    background: #131112 url(background.png);
    color: #fff;
    font-size: 12px;
    line-height: 1.5em;
    font-family: Arial, sans-serif;
	overflow: hidden; 		/* needed to eliminate scrollbars caused by the background image */
	height: 100%;
	width: 100%;
}

a {
    color: red;
}

a:hover {
    text-decoration: none;
}

p {
    margin-bottom: 1em;
}

ul, li {
    list-style-image: url(arrow.gif);
}

fieldset {
	border: none;
}

.fieldset {
	-moz-box-shadow:0 1px 3px #000000;
	box-shadow:0 1px 3px #000000;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
    border: 1px solid #111;
	background: #111;
    width: 500px;
    margin: 1em 0;
    padding: 1em 1em 0.5em;
}

legend {
    font-size: 1.5em;
}

input.button {
    font-weight: bold;
    background: #333;
    color: #fff;
    border: 1px solid #ccc;
    font-size: 0.95em;
    padding: 0.2em 0.5em;
    margin-left: 1em;
    cursor: pointer;
}

input.button:hover {
    background: #666;
}

table {
    width: 600px;
    border: none;
}

thead {
    text-align: left;
}

td {
    padding-right: 5px;
}

#realbody {
	position: absolute;
	z-index: 5;				/* Place the new body above the background image */
	overflow: auto; 			/* restore scrollbars for the content */
	height: 100%;
	width: 100%;	/* Make the new body fill the screen */
}

#content {
    position: relative;
    z-index: 2;
    margin: 50px 0 0 50px;
}

#info {
    position: absolute;
    top: 0;
    left: 0;
    margin: 50px 0 0 350px;
    padding: 15px;
    z-index: 2;
}

#info ul {
    list-style: none;
}

#info ul li {
    margin-bottom: 0.5em;
}

#info .infotext {
    margin-left: 1em;
}

#footer {
	display: none;
}

img#studio {
    position: absolute;
	z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
}

p.links a {
    padding-left: 12px;
    background: url(arrow.gif) left center no-repeat;
}

.hidden {
    display: none;
}

.visible {
    display: block;
}

.repodate {
    width: 100px;
}

.repofilesize {
    width: 60px;
}

#loader {
	margin: 3px 1em 0 0;
}
