html {
	height: 100%;
	margin-bottom: 1px;
}

body {
	background-color: #449;
	background: url(bg.gif);
	color: black;
	padding: 10px;
	margin: 0;
	font-family: Verdana;
	font-size: 76%;
}

div#outer {
	text-align: center;
}

div#inner {
	width: 842px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	text-align: left;
}

div#inner {
	padding: 10px 0;
}

div#header a img {
	border: 0;
}

div#header {
	margin: 0 10px;
}

div.result, div#user, div#create, div#show, div#files, div#welcome, div#adsense, div#footer {
	padding: 10px;
	margin: 10px 10px 0 10px;
	border: 1px solid #449;
}

div#user, div#adsense, div#footer {
	border: 1px dotted #449;
}

input {
	font-family: Verdana;
}

input.button {
	height: 1.8em;
	font-size: 105%;
}

div#files form {
	margin-bottom: 10px;
}

div#files form input {
	height: 21px;
	font-size: 14px;
}

div.result {
	padding: 3px;
	border: 2px solid black;
}

div.result div.error, div.result div.notice {
	margin: 2px;
	border: 1px dotted #999;
	padding: 8px;
}

div.result div.error {
	background-color: #fdd;
	font-weight: bold;
}

div.result div.notice {
	background-color: #eee;
}

div#redirecting {
	margin: 10px 0 0 27px;
	font-size: 90%;
}

div#redirecting, div#redirecting a {
	color: #999;
}

span#redirecting, span#redirecting a {
	color: red;
	font-weight: normal;
}

div#whoami {
	display: inline;
	margin-right: 0.5em;
}

form#login {
	display: inline;
}

form#logout {
	display: inline;
}

form#newaccount {
	display: inline;
}

form#copyform {
	display: inline;
}

form#copyform input {
	display: inline;
}

form#copyform input#copyfield {
	height: 22px;
	font-size: 13px;
	width: 714px;
}

div#show form#copyform input#copyfield {
	width: 720px;
}

form#copyform input.button, div#show input.button {
	padding: 0 10px;
	margin-right: 10px;
	width: 60px;
	height: 21px;
	font-size: 13px;
}

div#show div.imgwrapper {
	text-align: center;
	margin-top: 10px;
}

div#show form.backbutton {
	margin-top: 10px;
}

div#show div#backbuttontop {
	margin-bottom: 10px;
}

div#show div#backbuttonbot {
	margin-top: 10px;
}

div#show div.backbutton a {
	font-size: 115%;
	color: black;
	text-decoration: none;
}

div#files table {
	font-family: monospace;
	font-size: 15px;
	padding: 0;
	margin: 0;
}

div#files tr.zebra1 {
	background-color: #ddd;
	background-color: #efd;
}

div#files tr.zebra2 {
	background-color: #eee;
	background-color: #eef;
}

div#files td.xlink a {
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
}

div#files td a {
	color: black;
	text-decoration: none;
}

div#files td a img {
	border: 0;
}

div#welcome {
	font-size: 120%;
}

div#welcome h1 {
	font-size: 1.50em;
}

div#welcome h2 {
	font-size: 1.50em;
	margin: 0.5em 0;
}

div#welcome h3 {
	font-size: 1.00em;
}

div#welcome ol li {
	margin-top: 1em;
	margin-left: 2em;
}

div#welcome ol p {
	margin: 0.75em 0;
}

div#welcome ol ul li.first {
	margin-top: 0.75em;
}

div#welcome ol ul li {
	margin-top: 0.25em;
	margin-left: 1.40em;
}

div#welcome p a {
	color: black;
}

div#adsense, div#footer {
	text-align: center;
}



code {
	font-family: monospace;
	font-size: 120%;
}

code span.dot {
	margin: 0 -0.100em 0 -0.100em;
}

span.url {
	font-family: monospace;
	font-size: 120%;
	letter-spacing: -0.01em;
}

span.url span.dot {
	margin: 0 -0.15em 0 -0.15em;
}

span.url span.digit {
	font-size: 95%;
	margin: 0 -0.075em 0 -0.05em;
}



h1, h2, h3, form, ul, ol, li, p {
	padding: 0;
	margin: 0;
}




div#files td.filename {
	width: 620px;
}

div#files td.filename div {
	width: 620px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

