/* Linguette
/*---------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*/

/*Link tipo Ling*/
a:link.tipoLing {		color: #666666;	font-size:10px;	}
a:visited.tipoLing {	color: #666666;	font-size:10px;	}
a:active.tipoLing {		color: #666666;	font-size:10px;	}
a:hover.tipoLing {		color: #9a1d20;	font-size:10px; }

/*---------------------------------------------------------------------------*/

/*Link tipo NB*/
a:link.tipoNB {		color: #CC0000;	font-size:12px;	}
a:visited.tipoNB {	color: #CC0000;	font-size:12px;	}
a:active.tipoNB {	color: #CC0000;	font-size:12px;	}
a:hover.tipoNB {	color: #9a1d20;	font-size:12px; }

/*---------------------------------------------------------------------------*/

.Titcontentarea1,.Titcontentarea2{
	background-position:0px 0px;
	background-repeat:no-repeat;
	height:38px;
	margin-left:0px;
	color:#777037;
	font-size:12px;
	font-weight:bold;
	padding-left:10px;
	overflow:hidden;
}

.Titcontentarea1{

	width:90%;
}
.Titcontentarea2{
	background-image: url(../images/structure/titolomainarea2.jpg);
	width:100%;
}

.TitContStart1,.TitContStart1b,.TitContStart2,.TitContStart2b,
.TitContMiddle1,.TitContMiddle1b,.TitContMiddle2,.TitContMiddle2b,
.TitContEnd1,.TitContEnd1b,.TitContEnd2,.TitContEnd2b{
	float:left;
	height:50px;
}
.TitContEnded1,.TitContEnded2{
	float:right;
	background-image:url(../images/structure/lingstart.jpg);
	background-repeat:no-repeat;
	width:35px;
	height:50px
}
.TitContStart1,.TitContStart2{
	background-image:url(../images/structure/lingstart.jpg);
	background-repeat:no-repeat;
	width:35px;
}
.TitContMiddle1,.TitContMiddle2{
	background-image:url(../images/structure/lingmiddle.jpg);
	padding-top:10px;
	height:40px;
}
.TitContEnd1,.TitContEnd2{
	background-image:url(../images/structure/lingend.jpg);
	background-repeat:no-repeat;
	width:35px;
}

.TitContStart1b,.TitContStart2b{
	background-image:url(../images/structure/lingstart2.jpg);
	background-repeat:no-repeat;
	width:35px;
}
.TitContMiddle1b,.TitContMiddle2b{
	background-image:url(../images/structure/lingmiddle2.jpg);
	color:#7e7d07;
	padding-top:10px;
	height:40px;
}
.TitContEnd1b,.TitContEnd2b{
	background-image:url(../images/structure/lingend2.jpg);
	background-repeat:no-repeat;
	width:35px;
}

.backpanel{
	position:absolute;
	width:100%;
	height:100%;
	z-index:999;
	background-image:url(../images/structure/backpanel.gif);

}
.erBox{
	position:absolute;
	width:300px;
	height:300px;
	border:#000000 solid 1px;
	background-color:#FFFFFF;
	top:50%;
  	left: 50%;
	margin-left: -150px;
	margin-top: -150px;
	z-index:1000;
}

.titimg{
	font-size:10px;
	color: #999999;
}

.sort_list {
    list-style-type : none;
    margin : 0;
}
.sort_list li {
    cursor : move;
    width : 100%;
}

