@import "reset.css";
@import url('defaults.css');
@import url('menusx.css');
@import url('layout.css');

.invalid {
	color: #ab1e1e;
}

#c {
	text-align: center;
}

#links {
	margin-right: 5px;
}

#links_margin {
	height: 61px;
}

#links a, #links a:visited {
	margin-right: 1px;
	display: block;
	float: right;
	padding: 5px 10px;
	color: white;
	background: #004a75;
}

#links a:hover {
	background: #666666;
}

#navigation {
	background-color: #DDE7F1;
}

.messages {
	border-bottom: 1px solid #cecece;
	padding: 5px;
}

#login {
	width: 200px;
	margin: 0 auto;
}

.box {
	background: url('../img/button_bg.jpg') repeat-x top left white;
	padding: 5px;
	color: white;
	margin-left: 3px;
	font-weight: bold;
	border: none;
}

#registration {
	width: 240px;
	margin: 0 auto;
}

#registration th {
	width: 100px;
}

#registration td {
	width: 130px;
}

#table {

	width: 210px;
	margin: 15px 0px;
}

#adminlinks a, #adminlinks a:visited {
	display: block;
	float: left;
	padding: 7px;
	margin: 2px;
	color: white;
	font-weight: bold;
}

.filefolder {
	background: url('../img/folder.gif') no-repeat center left;
	padding: 3px 3px 3px 20px;
}

.filetype {

}

.nodata {
	font-size: 170%;
	border-bottom: 1px solid #cecece;
	padding: 10px;
}

div.document {
	float:left;
	margin-right:18px;
	margin-top:30px;
	width:202px;
	height:230px;
	background-image:url('../img/sfondo_doc.jpg');
	position:relative;
	z-index:0;
}

div.document img.filetype {
	position:absolute;
	top:3px;
	right:3px;
}

div.actions {
	position:absolute;
	bottom:30px;
	left:10px;
	border:#ccc solid 1px;
	padding:3px 4px 1px 3px;
	background-color: white;
}