﻿/* Link */
a
{
	color: #2180f3;
	text-decoration: none;
	font-weight: bold;
}
a:link
{
	text-decoration: none;
}
a:hover
{
	text-decoration: none;
	color: #fea03e;
}
/* Elenco */
ul
{
	padding-left: 20px;
}
.UlDocumentsDownload
{
	 list-style-type: circle;
}
.UlDocumentsDownload li
{
	 float: left;
	 display: block;
	 padding-left: 20px;
}
/* Testo */
span
{
	font-size: 12px;
	color: #333333;
}
h1
{
	font-size: 16px;
	color: #ff7b19;
	font-weight: bold;
	margin-top: 0px;
}
h2
{
	font-size: 13px;
	color: #ff7b19;
	font-weight: bold;
	margin: 0px;
}
h3
{
	font-size: 11px;
	color: #333333;
	font-weight: normal;
}
h4
{
	font-size: 11px;
	color: #ff7b19;
	line-height: 6px;
	padding: 0;
	margin: 0;
}
h5
{
	font-size: 10px;
	color: #333333;
	font-style: normal;
	padding: 0;
	margin: 0;
}
h6
{
	font-size: 12px;
	color: #2180f3;
}
p
{
	margin-bottom: 0px;
	line-height: 15px;
	text-align: justify;
}
/* Elementi d'input */
select
{
	background-color: white;
	width: 206px;
	min-width: 100px;
}
input
{
	font-size: 11px;
	color: #336699;
}
/**/
.DataPager
{
	height: 25px;
	text-align: center;
}

.DataPager span span
{
	vertical-align: super;
	padding-top: 5px;
	font-size: 14px;
	font-weight: bold;
}
.DataPager span a
{
	vertical-align: super;
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
}
/* Button */
.btnBack
{
	background-image: url(Images/Icon/Previous.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 23px;
	line-height: 23px;
	padding-left: 25px;
	padding-top: 3px;
	padding-bottom: 3px;
}

/* ********* FADE EFFECT JQUERY *** */
.pics
{
	height: 232px;
	width: 232px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 20px;
}
.pics img
{
	height: 200px;
	width: 200px;
	padding: 15px;
	border: 1px solid #ccc;
	background-color: #f4f4f4;
	top: 0;
	left: 0;
}
/* Accordion */
/* Accordion Pane */
.HeaderAccordion
{
	background-color: #eeeeee;
	padding: 10px;
	border-bottom: solid 1px #ffffff;
	cursor: pointer;
}
.HeaderAccordion a
{
	font-weight: bold;
	text-decoration: none;
}
.AccordionPanes
{
	border-left: dotted 1px #aeaeae;
	border-right: dotted 1px #aeaeae;
	border-bottom: dotted 1px #aeaeae;
}
/* Motore di ricerca */
#DivSearch
{
	text-align: center;
}
.InputSearch
{
	 width: 150px;
}
/* Button */
.btnCarrello
{	
	cursor: pointer;
	background: transparent url(Images/Button/btnCarrello.png) no-repeat center center;
	width: 130px;
	height: 28px;
	border: none;
	color: #FFFFFF;
}
.btnCarrello:hover
{
	background: transparent url(Images/Button/btnCarrelloHover.png) no-repeat center center;
	color: #FFFFFF;
}
.btnCarrelloDisabled
{
	/*LACOPO 091005 e se aggiungessimo come icona una di esplicito divieto come quella per il Diocesano?*/
	cursor: pointer;
	background: transparent url(Images/Button/btnCarrelloDisabled.png) no-repeat center center;
	width: 130px;
	height: 28px;
	border: none;
	color: #FFFFFF;
}
.btnIndietro
{	
	cursor: pointer;
	background: transparent url(Images/Button/btnIndietro.png) no-repeat center center;
	width: 130px;
	height: 28px;
	border: none;
	color: #FFFFFF;
}
.btnIndietro:hover
{
	background: transparent url(Images/Button/btnIndietroHover.png) no-repeat center center;
	color: #FFFFFF;
}
