body, td, h3, select, input {
	font-family: verdana, sans-serif;
	font-size: 12px;
}

body {
	text-align: center; /* only for IE */
	margin: 10px 2px;
	background-color:#EEEEEE;
}

p {margin:10px 0px;}

h1 {text-align: center; color:#CCC; font-size:26px; margin: 10px 0px}

#login {
	position:absolute; 
	top:50%; left:50%;
	margin:-90px auto auto -125px;
	border: 1px solid black;
	background-color: white;
	width: 250px;
	height: auto;
	padding: 0px 10px;
	text-align: left;
	vertical-align: center;
}

#structure{
	position: relative;
	margin: 0 auto;
	width: 90%;
	border-top	: 2px solid #000;
	border-bottom	: 2px solid #000;
	border-left	: 2px solid #000;
	border-right	: 2px solid #000;
	background-color	:#FFFFFF;
}

#testata {
	background-color	: #FFFFFF;
    border-bottom: solid #000 1px;
	padding-top			: 10px;
	padding-bottom		: 10px;
	width				: 100%;
	font-size			: large;
	text-align			: center;
	vertical-align		: middle;
	color :#000099;
}

div#tables {
	background-color: #EEEBD9; 
	border-bottom: 1px solid #000;
	padding: 3px;
}

div#menu {
	margin: 0px;
	padding: 4px;
	background-color: #EEEBD9;
	border-bottom: 1px solid #666;
}


div#msg {
	text-align:center;
	padding:10px;
}

#main {
	padding: 20px;
}

#footer {
	text-align: right;
	border-top: 1px solid black;
	padding: 2px;
	background-color:#EEECD9;
}

input, select, textarea {
	border:1px solid #999;
}
input.noborder {
	border:0px;
}
input.button {
	border: 1px solid black;
	background-color: #EEEBD9;
}

form {margin:0px;}

img{
	border-style   : solid;
	border-width   : 0px;
}
a {
	color: black;
	text-decoration:none;
}
a:hover {
	color:red;
	text-decoration:underline;
}

.center {text-align:center;}
.left {text-align:left;}
.right {text-align:right;}
.top {vertical-align:top;}

ul {
	list-style: square 
}

table.item {
	width: 92%;
	table-layout:auto;
	border: 1px solid #999;
	border-collapse: collapse;
	margin-bottom: 10px;
}
table.item tr {
	background-color:#FFF;
}
table.item tr.grey {
	background-color:#EEEBD9;
}
table.item td {
	padding: 5px;
}
table.item td.head {
	background-color: #EEEBD9;
	text-align: center;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 5px;
}
table.item td.ico {
	width:10px;
	padding:2px 4px 2px 4px;
	text-align:center;
}
table.item td.head_label{
	font-weight:bold;
	border-bottom:1px solid #999;
}

.red {
	color: #F00;
}
.green {
	color: #01BF00;
}

.title {font-size:14px;}