@import url(http://fonts.googleapis.com/css?family=La+Belle+Aurore);
body {
	background-color:#222;
	color:#CCC;
	font-size:130%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image:url('/img/bg2.jpg');
	background-size:cover;
}
a {
	color:#DD0000;
	text-decoration:none;
}


a:hover {
	color:#FF0000;
	text-decoration:none;
}

th, td {
	vertical-align:top;
}

h1, h2, h3, h4, h5, h6 {
font-family: 'La Belle Aurore', cursive;
color:#DD0000;
margin:0px;
padding:0px;
line-height:120%;
font-weight:normal;
}
small {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
.cb {
	display:block;
	clear:both;
}

#container {
	display:block;
	width:1000px;
	background-color:rgba(20,20,20,.9);
	margin:auto;
	border-radius:10px;
	-moz-border-radius:10px;
	border:2px solid #550000;
	min-height:600px;
}

#head {
	text-align:center;
font-family: 'La Belle Aurore', cursive;
}

#main {
	display:block;
	margin:20px;
	padding:20px;
}
#logo img {
	height:30px;
	vertical-align:middle;
	margin-left:-30px;
}

#logo_login {
	display:block;
	overflow:hidden;
	margin:auto;
	border-radius:100%;
	-mox-border-radius:50%;
	width:50%;
	height:150px;
	margin-top:0px;
	margin-bottom:0px;
	-webkit-transition: 500ms; /* Safari */
    transition: 500ms;
}

#logo_login:hover {
	height:10px;
	margin-top:70px;
	margin-bottom:70px;
}

#logo_login img {
	vertical-align:middle;
}
table {
	background-color:#252525;
	margin:5px;
	margin-top:0;
	padding:4px;
	width:100%;
}

.dataIns th {
	text-align:right;
	font-family: 'La Belle Aurore', cursive;
	vertical-align:top;
	line-height:80%;

}


 .dataView td {
	text-align:left;
	vertical-align:top;
	color:white;
	font-size:12px;
	line-height:80%;
}


.dataList td,.dataList th {
	border-bottom:1px solid #999;
	font-size:14px;
}
.dataIns th {
}


.dataIns input, .dataIns select {
	width:70%
}

.dataList img {

	vertical-align:middle;
}







/*##########################################################################*/
.scheda {
	display:block;
	clear:both;
	}
.icon {
	height:100%;
	vertical-align:middle;
	margin-right:1mm;
	display:block;
	float:left;
	border-radius:5mm 0 0 5mm;
	height:10mm;
}
.scheda td {
	font-size:30px;
}

























.err, .deb, .war, .pop, .wht, .yel, .popper {
    background: none repeat scroll 0 0 #0972A5;
    border: 1px solid #26B3F7;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 0 2px #FFFFFF;
    color: #FFFFFF;
    font-weight: bold;
    margin-bottom: 5px;
    padding: 3px 10px;
}
.yel {
    background-color: #999900;
    border-color: #AAAA66;
}
.wht {
    background-color: #FAFAFA;
    border-color: #AAA;
		color:#000000;
}
.err {
    background-color: #990000;
    border-color: #AA6666;
}
.deb {
    background-color: #BB9900;
    border-color: #FFDD47;
}
.pop {
    background-color: #009900;
    border-color: #66DD66;
}

.popper {
	font-size:10px;
    border-radius: 0px 6px 6px 0px;
}
