

/* Rezet*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
 margin: 0;
 padding: 0;
 border: 0;
 outline: 0;
 font-size: 100%;
}

ol, ul, li {
/* list-style: none;*/
}
blockquote, q {
 quotes: none;
}

/* remember to define focus styles! */
:focus {
 outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
 text-decoration: none;
}
del {
 text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
 border-collapse: collapse;
 border-spacing: 0;
}

/*End reset*/


/******************************************************
General Settings
*******************************************************/

body {
	background:url(../images/bg2.gif) repeat 0 0;
	text-align:center;
	font-family:Geneva,"Lucida Sans","Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;
	font-size:0.8em;
	color:#222;	
}

a {
	color:/*#008000*/ #014d7f;
	text-decoration:none;
	font-weight:bold;
	}

a:hover {
	color:/*#5c805c*/ #5b80ad;
}

a.evidenza {
	color:#F00;
	}

a.evidenza:hover {
	color:#7F0000;
	}

#container {
	width:93%;
	margin:20px auto;	
	text-align:left;
	border:/*2px solid #ddd*/ ;
	background:#FFF;
	padding:10px 10px 25px 10px;
}	

#header {
	height:94px;
}

h1 {
	background: url(../images/cima-logo-new.png) no-repeat 0 0;
	width:300px;
	height:74px;
	float:left;
	}

#logout {
	text-align:right;
	margin-left:550px;
}	

#logout a {
	display:block;
	background:url(../images/logout.png) no-repeat right 0;
	padding:8px 40px 10px 0;
	font-size:1.2em;
}

#menu {
	padding:30px 0;
}

.clear {
	display:block;
	clear:both;
	visibility:hidden;
}

/********************************************
Form styles
*********************************************/


.field {
	margin:5px 10px;
	padding:3px 0;	
	}

.field label {
	width:220px; 
	float:left;
	padding:4px 0 0 0;
	font-size:1.05em;
	}

.field input, .field select, .field img.cap {
	margin-left:20px;
	}	

.field .very-small {width:50px; }
.field .small { width:150px;}
.field .normal {width:300px; }
.field select.normal { width:304px;	}
.field .multiple { height:70px; }
.field .readonly { background-color:#eaeaea; }


.field .star {
	color:#FF0000;
	font-size:1.4em;
	}

.error {
	color:#f00;
	font-size:1em;
	margin:10px 0 4px 10px;
	font-weight:bold;
	text-transform:uppercase;
		}

.wrong-big {
	margin:5px 10px;
	padding:3px 0;	
	font-size:0.6em;
		}

.wrong-big .error {
	margin:10px 10px 4px 10px;	
	}
	
#buttons {
	text-align:right;
	padding-right:10px;
	margin:10px 0 10px 0;
}

#buttons input {
	font-weight:bold;
	padding:3px 20px;
	float:right;
	margin:5px 5px 0 5px;	
}

textarea#privacy, textarea#eula {
	width:600px;
	height:150px;
	margin:5px auto;
	border:1px solid #ABADB3;
}

.check {
	margin:5px 0 25px 0;
}

.check label {
	font-size:1.2em;
	font-weight:bold;
	}

.warning {
	margin:5px 0px 10px 220px;
	padding:5px;
	border:1px solid #ccc;
	background:#eee;
	font-weight:bold;
	width:294px;
	}

.outoffield {
	margin-left:230px;
	}

 #content .checkbox-container {
	border:1px solid #ABADB3; 
	width:350px;
	margin:5px 0px 10px 170px;	
	padding:3px 0;
	background-color:#FFF;
}

  #content .checkbox-container ul {
	list-style-type:none;
	}

  #content .checkbox-container ul li {
	float:left; 
	width:175px;
	font-size:0.9em;
	margin:0;
	padding:0;
	text-align:left;
	padding:0;
	position:relative;
}

  #content .checkbox-container ul li input {
	margin-left:5px;
}

  #content .checkstar {
	float:left;
	margin-top:-12px;
}

  #content #admin-text .checkstar {
	margin-left:20px;
}
