.clr{
clear:both;
}

.app-urp fieldset
{
	border:none;
	border-top:1px solid #ccc;
	background-color:#fff;
	width:90%;
	margin:0px auto;
	padding:10px;
}

.app-urp  #logoApp
{
	float:right;
	margin:4px;
}


.app-urp  ul
{
	list-style:none;
	padding:0px;
	
	
}
.app-urp .sx
{
	float:left;
	display:block;
	width:45%;
}
..app-urp .sx a
{
	padding-left:12px;
	background:url(images/file.gif) no-repeat 0px 2px;
}


.app-urp ul li a
{
	color:#001B75;
	text-decoration:none;
	white-space: -moz-pre-wrap; /* Mozilla, supported since 1999 */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  white-space: pre-wrap; /* CSS3 - Text module */
  word-wrap: break-word; /* IE 5.5+ */	
}
.app-urp  ul li a:hover
{
	text-decoration:underline;
}


.app-urp  table
{
	font-size:1em;
	margin:10px auto;
	border-spacing:0px;
	width:90% !important;
}
.app-urp  table th
{
	background:#124D91;	
	color:#fff;
	padding:4px;
}
.app-urp table td
{
	background:#f0f0f0;
	padding:4px;
	border-bottom:1px solid #ccc;
}


.app-urp  .dettaglio h3 {
	font-size:1.4em;	
	color:#333;	
  border-bottom:1px dashed #ccc;	
	margin:4px 0px 4px 0px;
}

.app-urp  .dettaglio .data
{
	background:url(images/calendar_view_day.png) no-repeat 0px 0px;
	padding-left:18px;
	margin-bottom:10px;
}

.app-urp .allegati
{
	width:400px;
	background:#fff;
	float:right;
}
