/* Generic site template */

#ft p { font-size:77%; text-align:center; }

a { text-decoration:none;color:#444444;}

.selected { font-weight:bold; }

/* Login form */

#loginscreen { 	margin-top:50px; text-align:center; }
#loginform label { display:block; }
#loginform input { border: 1px solid #ccc; }
#loginform input[type=submit] { margin-top:1em; }
.errorlist { color:red; margin: 1em; }

div.fileitem {
	clear:both;
	margin-bottom: 1em;
	border-top: 1px solid black;
	background-color: #eeeeee;
}
div.fileitem .metadata {float:right;text-align:right;}
div.fileitem a {font-weight:bold;}
div.fileitem .title a {color:darkred;font-weight:bold;}
div.fileitem .description {margin-top:1em; font-style:italic;}
div.fileitem .end {clear:both;}

table.noborder th { border-style:none;text-align:left; }
table.noborder td { border-style:none; }

table.form th { border-style:none;text-align:left;vertical-align:top; }
table.form td { border-style:none; }
table.form textarea { width:100%; }
table.form input[type="text"] { width:100%; }

label { vertical-align:top; }
