body {
	margin:0pt;
	color:#333333;
	font-family:Arial,Helvetica,sans-serif;
	font-size:75%;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:160%;
}

/***** FORM INPUT *****/
input[type=text]:focus{
	border:2px solid #BBDAFD !important;
	margin:0px;
}

select:focus {
	border:2px solid #BBDAFD !important;
	margin:0px;
}
input{
	font-size:100% !important;
	padding:2px;
	margin:1px;
}
input[type=text]{
	border:1px solid #999999;
	
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
}
input[type=password]{
	border:1px solid #999999;
	
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
}
select {
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	
	font-family:Arial,sans-serif;
	border:1px solid #999999;
	font-size:100% !important;
	padding:2px;
	margin:1px;
}
input[type=button],input[type=checkbox], input[type=radio] {
	margin: 2px; 
}
/***** FORM INPUT *****/

.intestazione td{
	height:39px;
	font-weight:bold;
	background:transparent url('../../../libs/views/imgs/menu/bgOFF.gif') repeat-x top left;
	white-space: nowrap;
	padding: 0px 5px 0px 5px;
	line-height:100%;
}

.corpo{
	height:95%;
	text-align:center;
	background:transparent url('../../../libs/views/imgs/gradient_blu.gif') repeat-x top left;
}

.comment-title{
	font-size: 1.2em;
}
.comment-corpo{
	font-size: 1em;
	width:500px; 
	text-overflow : ellipsis; 
	overflow: auto;
}
.comment-pic{
	padding: 5px;
	font-size: 0.8em;
	border-bottom: 1px dashed #999999;
}
.comment-pic a{
	font-size: 1em;
}

table.list{
	background-color:#ededed;
	padding:0px;
	border-spacing:1px;
	border-top:4px solid #036CB4;
	border-left:1px solid #036CB4;
	border-right:1px solid #036CB4;
	border-bottom:4px solid #036CB4;
	text-align:left;
	width:100%;
	margin : 5px auto;
}


table.tab{
	background-image: url(../../../libs/views/imgs/gradient_top.gif);
	padding:3px;
	border-spacing:0px;
	width:100%;
	height:24px;
	border:1px;
	border-color:#3b619c;
	border-style:solid;
}

a:hover{
	text-decoration:underline;
	color:#666666;
}
a{
	text-decoration:none;
	color:#000033;
}
.title{
	padding:3px;
	font-weight:bold;
	background: url(../../../libs/views/imgs/gradient_table_top.gif);
	color:#666666;
	border-bottom:1px #B30000 solid;
	border-top:1px #B30000 solid;
	height:26px;
}
.row-modified td, .row_modified td{
	padding:5px;
}
.row-not-modified td, .row_not_modified td{
	padding:5px;
	font-weight:bold;
	background-color:#eeeeee;
}
.help{
	font-family:verdana;
	font-size:10px;
	color:#777777;
	width:200px;
	padding:5px;
}


.tool-tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
}

.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: #777777;
}

.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(../../../libs/views/imgs/bubble.png) bottom right;
}

.pagination {
	padding: 0px;
	margin: 3px;
	text-align:right;
}

.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #EEE;
	text-decoration: none; /* no underline */
	color: #036CB4;
}

.pagination a:hover,
.pagination a:active {
	text-decoration: none;
	border: 1px solid #999;
}

.pagination .current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #036CB4;
	font-weight: bold;
	background-color: #036CB4;
	color: #FFF;
}
.pagination .disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #EEE;
	color: #DDD;
}


div#container{
	background:#ffffff;
	margin-bottom:30px;
	padding-bottom:30px;
	padding-top:20px;
}

div#container ul{
	width:100%;
	background:#ffffff;
	float: left;
	list-style: none;
    border-bottom: 1px solid #036CB4;
    margin: 0;
   	padding:0px;
}

div#container li{float: left;margin: 0 0.2em 0;padding: 0 0 0 8px;
    background: url(../../../libs/views/imgs/menu/tab.png) no-repeat top left;
    border-bottom: 1px solid #ffffff;
}

div#container a{line-height:26px; float: left;padding: 0.4em 8px 0.4em 0;
    background: url(../../../libs/views/imgs/menu/tab.png) no-repeat top right;
    text-decoration: none;color: #222}

div#container a:hover{color: #184D8A}

div#container li#current{
background: url(../../../libs/views/imgs/menu/tab2.png) no-repeat top left;
border-bottom: 1px solid #036CB4;
}

div#container li#current a{
background: url(../../../libs/views/imgs/menu/tab2.png) no-repeat top right;
color: #184D8A;
}