body, div{
	color: #7f7f7f;
	font: 10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

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

a:hover{
	color: #103f7e;
}

th {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	color: #555555;
	text-align: center;
	background-color: #e6e6e6;
	padding: 5px;
	border: 2px solid white;
}

td {
	padding: 5px;
	text-align: center;
}

.row1{}
.row2{}

#hd{
	background: url(../../img/edbe_menubar_background.png);
	height: 30px;
}

#hd h1{
	color: #fff;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	font: bold 15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.yui-g{
	background-color: #fff;
	padding-top: 10px;
}
.yui-b{
	margin-top: 20px;
	font: 10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.yui-b a{
	color: #f98113;
	padding-left: 5px;
}

.yui-b a:hover{
	color: #103f7e;
}

.yui-b .menu{
	background-color: #e6e6e6;
	padding: 6px;
	/*background: url(/media/css/blogger/images/dadada_40x100_textures_02_glass_75.png) repeat-x;*/
}

#ft{
	border-top: 1px solid #006600;
	margin-top: 20px;
	padding-top: 5px;
	padding-bottom:5px;
	font-size: x-small;
	text-align: center;
}

/* BOTTONI OVALI */
a.ovalbutton{
	background: transparent url('../../img/oval-blue-left.gif') no-repeat top left;
	display: block;
	float: left;
	font: normal 13px Tahoma; /* Change 13px as desired */
	line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
	height: 24px; /* Height of button background height */
	padding-left: 11px; /* Width of left menu image */
	text-decoration: none;
}

a:link.ovalbutton, a:visited.ovalbutton, a:active.ovalbutton{
	color: #494949; /*button text color*/
}

a.ovalbutton span{
	background: transparent url('../../img/oval-blue-right.gif') no-repeat top right;
	display: block;
	padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
}

a.ovalbutton:hover{ /* Hover state CSS */
	background-position: bottom left;
}

a.ovalbutton:hover span{ /* Hover state CSS */
	background-position: bottom right;
	color: black;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
	overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
	width: 100%;
}

/* PROFILO */
.informazioni_utente{
	
}
.informazioni_utente label{
	font-weight: bold;
}
.informazioni_utente h1{
	font-weight: bold;
	margin-top: 14px;
	border-bottom: 1px solid #008500;
	margin-bottom: 8px;
	font-size: 14px;
}
.informazioni_utente td{
	text-align: left;
	padding-right: 10px;
}

/* WIZARD REGISTRAZIONE */
#wizard{
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #127f0b;
	padding: 10px;
	width: 420px;
}

#wizard table{
	width: 100%;
	margin-bottom: 10px;
	margin-top: 15px;
}

#wizard td{
	text-align: left;
}

#wizard ul.errorlist{
	/*color: red;*/
	text-shadow: #f80f0f 0px 0px 0px;
	list-style-type: square;
	list-style-image: url(/media/css/blogger/images/222222_7x7_arrow_right.gif);
}

#wizard ul {
	/*color: red;*/
	text-shadow: #f80f0f 0px 0px 0px;
	list-style-type: none;
}

/* LOGIN */
#id_login { 
	background:white; 
	width:28em; 
	min-width:280px; 
	margin-left:auto; 
	margin-right:auto; 
	margin-top:80px;
	border: 1px solid #127f0b;
	padding: 15px;
}
#id_login td{
	text-align: left;
}

#id_login_submit{
	text-align: right;
}

/* TABLE EDIT PROFILO */
#id_table_edit_profile td{
	text-align: left;
}

/* HELP */
.help{
	border: 1px solid #127f0b;
	margin-top: 10px;
	width: 100%;
	height: 200px;
}

.help h1{
	text-size: 12px;
	background-color: #127f0b;
	text-align: center;
	padding: 2px;
	color: white;
}

.help h2{
	font-weight: bold;
	margin-bottom: 5px;
}
.help div{
	padding: 5px;
}

.help ul{
	font-size: 8px;
}