/* Classi per la formattazione del DocumentLinkViewer */

.DocumentLinksContainer
{
	width: 200;
	padding:0px;
	margin:0px;
}

.LinkCategory
{
	vertical-align: top;
	background-image: url(../Layout/Images/DocumentLinkHeaderCenter.jpg);
	background-repeat: repeat;
	text-align:center;
	padding-top: 4px;
	padding-left:7px;
	padding-right:7px;
	color: #ffffff;
	width: 100%;
}

.TitleCategory
{
	font-size: 85%;
}

.LinksItem
{
	padding-left: 8px;
	vertical-align: top;
	padding-top: 2px;
	padding-bottom: 1px;
	padding-right: 5px;
}

.CellImage
{
	padding-top: 7px;
	padding-left: 6px;
	vertical-align: top;
	/*border-left: 1 solid #ccd9e5;*/
	background-color:#ccd9e5;
	
	background-image: url(../Layout/Images/sfTableDocLinkViewer.gif);
	
}

.CellImageDx
{
	background-image: url(../Layout/Images/sfTableDocLinkViewerRx.gif);
	background-color: #ccd9e5;
}

.HeaderDx
{
	background-image: url(../Layout/Images/DocumentLinkHeaderDx.jpg);
	background-repeat: no-repeat;
	width: 14px;
	height: 21px;
}

.Header
{
	background-image: url(../Layout/Images/DocumentLinkHeaderCenter.jpg);
	background-repeat: repeat;
}

.HeaderSx
{
	background-image: url(../Layout/Images/DocumentLinkHeaderSx.jpg);
	background-repeat: no-repeat;
	width: 14px;
	height: 21px;
}

.FooterDx
{
	background-image: url(../Layout/Images/DocumentLinkFooterDx.jpg);
	background-repeat: no-repeat;
	width: 16px;
	height: 15px;
}

.FooterDocumentLink
{
	background-image: url(../Layout/Images/DocumentLinkFooterCenter.jpg);
	background-repeat:repeat;
	width: 16px;
	height: 15px;
}

.FooterSx
{
	background-image: url(../Layout/Images/DocumentLinkFooterSx.jpg);
	background-repeat: no-repeat;
	width: 16px;
	height: 15px;
}

/* classe utilizzata nel DocumentPage per modificare l'aspetto dei Link verso altri documenti */
a.popupLinkError
{
	color: #507ca7;
	text-decoration:none;
	font-size:70%;
}
a.popupLinkError:visited
{
	color: #507ca7;
	text-decoration:none;
	font-size:70%;
}
a.popupLinkError:hover
{
	color: #507ca7;
	text-decoration:none;
	font-size:70%;
}

a.popupLink
{
	color: #507ca7;
	text-decoration:underline;
	/*cursor:pointer; */
	font-size:70%;
}

a.popupLink:visited
{
	color: #507ca7;
	text-decoration:none;
	cursor:pointer; 
	font-size:70%;
}

a.popupLink:hover
{
	color: #507ca7;
	text-decoration:underline;
	cursor:pointer;  
	font-size:70%;
}

.popupLinkOver
{
	color: #507ca7;
	cursor:pointer;
	font-size:70%;
	text-decoration:underline;
}

.popupLinkDisabled
{
	color: #507ca7;
	font-size:70%;
}

/* Classi applicate al controllo DocumentNews */
.TableNews
{
	width: 100%;
	padding: 3px;
	width: 400;				
}

.documentLink
{
	color: #000000;
	text-decoration:none;
	cursor:default; 
	font-size:75%;	
}

.documentLinkOver
{
	color: #000000;
	cursor:pointer;
	font-size:75%;
	text-decoration:underline;
}

.DatePublishing
{
	width: 100%;
	color: #507ca7;	
	font-size:70%;
}

.WarningDocument
{
	font-size: 80%;
	font-weight: bold;
}

.MessageNews
{
	color:#ffffff;
	font-size:70%;
	background-color: #99B2CC;
	width:44px;
	height:8px;
	padding-left: 2px;
	padding-bottom:2px;			
}
.CellTitleDocument
{
	width:87%;
	padding-left:5px;
	padding-bottom: 1px;
}

.TableDocumentNew
{
	border: 0;
	width: 300px;
	background-color: #E6E6E6;		
}
.ImageDocumentSx
{
	width: 7px;
	height:27px;	
}
.CellImagesSx
{
	width: 7px;
	background-image: url(../Layout/Images/angoloSx.gif);
	background-repeat: no-repeat;
	background-color: #E6E6E6;
}
.ImageDocumentDx
{
	width: 7px;
	height:27px;
}
.CellImagesDx
{
	width: 7px;
	background-color: #E6E6E6;
	background-image: url(../Layout/Images/angoloDx.gif);
	background-repeat: no-repeat;
}
.ImageDocumentCenter
{
	height:27px;
}
.Separator
{
	background-image: url(../Layout/Images/puntini_memo.gif);	
	height: 1px;
}
.CellImagesCenter
{
	width: 200%;
	font-size: 80%;
	font-weight: bold;
	color: F27929;
	text-align: center;
	background-color: #E6E6E6;
	background-image: url(../Layout/Images/sfondo_HeaderTrasperent.gif);
}

.ContainerDocumentNews
{	
	width: 100%;
	padding-bottom: 8px;
	padding-left: 3px;
	padding-right: 8px;
	padding-top:8px;	
}

/*DocumentInfo*/
.LabelInfoLastUpdate
{
	padding-left: 5px;
	font-size: 70%;
	font-weight: bold;
}

.DocumentInfoLastUpdate
{
	padding-left: 5px;
	font-size: 70%;
}
.textClausola
{
	font-size: 75%;
	margin: 0.5em;
	border: 1 solid #336799;
	padding: 0.2em;
	width: 80%;
}

			
			
			
			
			
			
