/*STILI PER LA REGISTRAZIONE RAPIDA AL CORSO*/
header#regSmart .oneColumn{
	margin-top: 15px;
}
	header#regSmart h1, form#regNewUser h1{
		color: #537fac;
	}

form#regNewUser .boxField{
	display: inline;
	float: left;
	margin-right: 20px;
}

/*STILI PER CORSI*/
.productDetailServices {
	margin:0px;padding:0px;
	width:100%;
	border:1px solid #dfdfdf;
	/*overflow: auto;*/
	/*height: 166px;*/
}

.productDetailServices table{
	width:100%;
	margin:0px;padding:0px;

}

.productDetailServices tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.productDetailServices table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.productDetailServices table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}.productDetailServices tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}.productDetailServices tr:hover td{

}
.productDetailServices tr:nth-child(odd){ background-color:#e0e0e0; }
.productDetailServices tr:nth-child(even)    { background-color:#ffffff; }.productDetailServices td{
	vertical-align:middle;
	border:1px solid #dfdfdf;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:7px;
	font-size:13px;
	font-weight:normal;
	color:#172983;
}.productDetailServices tr:last-child td{
	border-width:0px 1px 0px 0px;
}.productDetailServices tr td:last-child{
	border-width:0px 0px 1px 0px;
}.productDetailServices tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.productDetailServices tr:first-child td{
		background:-o-linear-gradient(bottom, #1A2B64 5%, #1A2B64 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1A2B64), color-stop(1, #1A2B64) );
	background:-moz-linear-gradient( center top, #1A2B64 5%, #1A2B64 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#1A2B64", endColorstr="#1A2B64");	background: -o-linear-gradient(top,#1A2B64,#1A2B64);

	background-color:#1A2B64;
	border:0px solid #dfdfdf;
	text-align:left;
	border-width:0px 0px 1px 1px;
	font-size:13px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
}
.productDetailServices tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #1A2B64 5%, #1A2B64100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1A2B64), color-stop(1, #1A2B64) );
	background:-moz-linear-gradient( center top, #1A2B64 5%, #1A2B64 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#1A2B64", endColorstr="#1A2B64");	background: -o-linear-gradient(top,#1A2B64,#1A2B64);

	background-color:#1A2B64;
}
.productDetailServices tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.productDetailServices tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}
.courses.button_esci{
	padding: 7px 15px !important;
	height: auto !important;
	margin-top: 0px !important;
}
.courses.button_esci:hover{
	text-decoration: none !important;
	color: white !important;
}
input[type=radio]{
	position:inherit !important;
	/*opacity: inherit;*/
	vertical-align: middle !important;
	opacity: 1;
	margin: auto;
}
.openOrdineList{
	cursor:pointer;
}

.no-close .ui-dialog-titlebar-close {
	display: none;
  }