/*********************
**                  **
**    design.css    **
**                  **
*********************/
* {
	margin: 0px;
	padding: 0px;
}

body {
	height:100%;
	background-color:#ddeeff;
}

p {
	line-height:1.2em;
}

h1 {
	padding-top:15px;
	padding-left:5px;
	text-align:left;
	font-size:120%;
	color:#ffffff;
	background-color:#6666cc;
}

h2 {
	margin:10px;
}
table {
	border-collapse:collapse;
}

p.note {
	color:#cc3333;
	margin-left:15px;
}

table th {
	border-width:1px;
	border-style:solid;
	border-color:#ffffff #999999 #999999 #ffffff;
	background-color:#cccccc;
}

table td {
	border-width:1px 0px 1px 0px;
	border-style:solid;
	border-color:#cccccc;
}

table th, table td {
	padding:2px 5px;
	margin:1px 0px;
}

/********************
table#filelist
********************/
table#filelist {
	width:100%;
}

table#filelist th, table#filelist td {
	text-align:right;
}
/********************/

/********************
table#fileinfo
********************/
table#fileinfo {
	margin:5px;
}

table#fileinfo th {
	text-align:right;
}

table#fileinfo td {
	text-align:left;
}
/********************/

form {
	margin:20px;
	width:50%;
	text-align:left;
}

