body
{
    font-family: Arial, Verdana, sans-serif;
				 /*Tahoma, Verdana, Helvetica, Helvetica-Narrow, sans-serif; */
    margin: 0px 0px 0px 0px;
    background: #C3C3C3 url(images/bg/mainbn.jpg) repeat-y center top;
    font-size: 12px 
    /*0.7em; */
}

a:link
{
    color: #d12420;
	 text-decoration: none;
}
a:visited
{
    color: #542100;
	 text-decoration: none;
}
a:hover
{
    color: #9900CC;
}
a:active
{
    text-decoration: none;
    color: #000000;
}

input, select, textarea
{
    font-size:1em; 
    font-family: Arial, Verdana, sans-serif;
	 background: #F3F3F3;
}

/* Use headers in the markup for accessibility reasons but control look with styles below*/

h1, h2, h3, h4, h5
{
   margin: 1px 0 1px 0;
}

h1
{
    font-size: 28px;
    font-weight: bold;
   margin: 5px 0 5px 0;
}


h1 a:link, h1 a:visited, h1 a:hover, h1 a:active
{
    text-decoration: none;
    color: #000000;
}

h2
{
    color:#5D005D}

h3
{
    color:purple
}

h4
{
    color:#4C4C4C;
	 font-size: 1.2em;
}

h5
{
    color:#6A006A;
	 font-size: 1.1em;
}

h6
{
    color:#8A0045;
	 font-size: 1em;
    margin: 0px 0px 0px 0px;
}

LI
{
	padding-top: 1pt;
	padding-bottom: 0pt;
	list-style-image: url(images/cit/zoc.gif);
}

/************************************************************************
* 
*   capolettera    Case sensitive
*
************************************************************************/
/* p:first-letter
{
	font-size: 2.2em;
	font-weight:bold;
	line-height: 100%;
	margin-left:-5px;
	margin-top:-7px;
	padding-right:5px;
	float: left;
	color:red;
}

p:first-letter
{
	font-size: 24px;
	font-weight: bold;
	line-height: 100%;
	background-color: #ffccff;
	margin-left:-5px;
	margin-top:-7px;
	float: left;
	color: red;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	padding-top: 4px;
}
*/

.capoletter
{
	/*font-family: Garamond, Arial; */
	font-size: 2em;
	font-weight: bold;
	color: red;
margin: 0 4px 0 0;
}

.capolettera
{
	float: left;
	width: 20px;
	font-size: 2em;
	font-weight: bold;
	line-height: 100%;
	color: red;
	margin: 0 4px 0 0;

}

/* 
   visitato
*/
LI a
{
	color: #9966FF; 
	text-decoration: none;
}

.membercard h3
{
    font-size: 1em;
}


#poster h2
{
    font-size: 13px;
    font-weight: bold;
    color: #50700E;
}
.leftblock h2, .rightblock h2, .fullwidth h2
{
    font-size: 1.6em;
}

.rightblock h3
{
    font-size: 1em;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    display: block;
}



.eventmonth h3
{
    padding-left: 20px;
    padding-right: 20px;
}

.leftblock h6, .rightblock h6, .fullwidth h6
{
    font-size: 1.1em;
    color: #853610;

}

.eventlist label
{
    font-weight: bold;
    padding-right: 4px;
}

/************************************************************************
* 
* Main navigation used by the masterpage
*
************************************************************************/

/* Immagine in intestazione del sito */
#poster
{
    background: url(images/poster.gif) no-repeat;
    margin-right: auto;
    margin-left: auto;
    width: 950px;
    height: 105px;
    margin-top: 10px;
}

#wrapper
{
    width: 950px;
    margin-right: auto;
    margin-left: auto;
	 position: absolute;
}
/* Navigation strips   la banda EXverde ora grigia dove dimorano i menu orizz*/
#navtop, #navbottomn
{
    background: url(images/background_nav_mainbn.gif) repeat-x;
    font-size: 11px;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, Helvetica-Narrow, Tahoma, sans-serif;
    margin-right: auto;
    margin-left: auto;
    width: 950px;
    height: 45px;
}
#navbottom
{
    margin-top: 15px;
}

#footer
{
    width: 950px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
    text-align: center;
    padding-bottom: 22px;
    color: #A9A9A9;
}
#footer a:link, #footeri a:link, #footerHo a:link
{
    color: #8F8F8F;
	 text-decoration: none;
}

#footerho
{
 	   clear: both;
    width: 950px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
    text-align: center;
      padding-bottom: 10px;
    color: #A9A9A9;
/*border-top: 1px solid Red; */
}

#header {
    width: 950px;
	height: 3em;
}

/* navigazione verticale */

#navigazionev {
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:90%;
}

/* Make main navigation bars from a unordered list for easy update and better accessibility */

#navtop ul, #navbottom ul
{
    margin: 0px;
    padding-top: 9px;
    list-style-type: none;
    height: 19px;
    text-align: center;
}

#navtop ul li, #navbottom ul li
{
    display: inline;
    color: #FFFFFF;
    margin-right: 25px;
}

#navtop a:link, #navbottom a:link, #navtop a:visited, #navbottom a:visited
{
    color: #FFFFFF;
    text-decoration: none;
}

#navtop a:hover, #navbottom a:hover
{
    text-decoration: underline;
}

#navtop a:active, #navbottom a:active
{
    color: #FFE5FF;
    text-decoration: none;
}

/************************************************************************
* 
* Formatting common to most pages
*
************************************************************************/

/* Main part of the page that holds contents */
#body
{
    width: 950px;
    margin-top: 5px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

#corpo
{
    width: 950px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

/* #content 
{
	margin-top:1em;
	margin-left: 16em;
	margin-right: 2em;
    position: relative;
}*/

/* 2 column layout */
#columnleft
{
    float: left;
    width: 340px;
    /*position: relative; */
}

#columnright
{
   margin-left: 420px;
  /*  position:relative; */
}

#columnmezzo
{
    margin-left: 295px;
  /*  position:relative; */
}

.columna200
{
    /*  margin-left: 200px;
  position:relative; */
	 background: #D8D8D8 url(images/bg/columncenter500bn.jpg) repeat-y;
	padding: 1em 1em 1em 1em;
	margin: 10px 0 0 0;
	}
	

.leftblock
{
    border: 1px solid #e9e9e9;
    padding: 10px;
    margin-bottom: 10px;
    background: #D8D8D8 url(images/bg/columncenter500bn.jpg) repeat-y;
    vertical-align: top;
        }

.centrblock
{
    border: 1px solid #CCCCCC;
    padding: 5px 5px;
    margin-bottom: 10px;
	 background: #D8D8D8 url(images/bg/columncenter500bn.jpg) repeat-y;
    vertical-align: top;
        }

.bloccoalcentro
{
    border: 1px solid #e9e9e9;
    width: 496px;
    margin-right: auto;
    margin-left: auto;
    background: #D8D8D8 url(images/bg/columnrightbn.jpg) repeat-y;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
		  
 .rightblock
{
    border: 1px solid #e9e9e9;
    padding: 10px;
    margin-bottom: 10px;
    background: #D8D8D8 url(images/bg/columnrightbn.jpg) repeat-y;
    position: relative;
    width:496px;
    }

 .blockxnextprev
{
    border: 0px solid #e9e9e9;
    padding: 5px;
    margin-bottom: 1px;
    position: relative;
    width:496px;
}	 
	 
 .mezzoblock
{
    border: 1px solid #999999;
    padding: 15px;
    margin-bottom: 10px;
    background: #CCCCCC url(images/vaka.gif) repeat-y;
    position: relative;
    width:700px;
}

 .interoblock
{
    border: 1px solid #F5DDFF;
    padding: 15px;
    margin-bottom: 10px;
    background:  #FDE5FD url(images/logoargento.gif) repeat-y center top;
    position: relative;
    width:850px;
}


.clear2column
{
    margin:0;
    padding:0;
    line-height:0;
    font-size:0px;
    height:0px;
    clear: both;
}

/* 3 column layout */
#colonnasinistra
{
    float: left;
    width: 200px;
    /*position: relative; */
}

#colonnacentro
{
    float: left;
    width: 200px;
    margin-left: 10px;
    /*position: relative; */
}

#colonnadestra
{
   margin-left: 420px;
  /*  position:relative; */
}    

#colonnadopo
{
     float: left;
	    /*  position:relative; */
	}    
	
/* Gabbia flottante */
.gabbia
{
	float: none;
	padding: 10px;
	margin: 5px;
	background: url(images/logoargento.gif) #fde5fd repeat-y center top;
	width: 25%;
	border: 1px solid #000;
}

.gabbiasx {
	float: left;
	padding: 10px;
	margin: 0 1em 1em 0;
	background:  #FDE5FD url(images/logoargento.gif) repeat-y center top;
	border: 1px solid #000;
	width: 25%;
} 

.gabbiadx
{
	float: right;
	padding: 10px;
	margin: 5px;
	background: #FDE5FD url(images/logoargento.gif) repeat-y center top;
	border: 1px solid #000;
	width: 25%;
}

/* A full width block on the page */
/* background:#FEFFAB url(images/background_fullwidth.jpg) repeat-y; */
/* width: 950px;*/
.fullwidth, #loginbanner
{
    border: 1px solid #e9e9e9;
    width: 680px;
    margin-right: auto;
    margin-left: auto;
    background: #D8D8D8 url(images/bg/columnright700bn.jpg) repeat-y;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
}

/* for the login block
    picks up most of its properties from .fullwidth */
#loginbannercit
{
    border: 1px solid #e9e9e9;
    width: 480px;
    margin-right: auto;
    margin-left: auto;
    background: #D8D8D8 url(images/bg/columncenter500bn.jpg) repeat-y;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
}

#loginbannerstret
{
    border: 1px solid #e9e9e9;
    width: 200px;
    margin-right: auto;
    margin-left: auto;
    background: #D8D8D8;
    margin-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
    padding-bottom: 5px;
    text-align: left;
}

#loginbanner
{
  padding-bottom: 0px;
}

 #loginbanner h2, #loginbannercit h2
{
    font-size: 1.1em;
    font-weight: normal;
    margin-top: 8px;
}

/* Goes around controls that need to be presented as a block of functionality  */
.controlblock
{
    border: 1px solid #CCCCCC;
    padding: 3px;
    margin: 2px 0 5px 0;
    vertical-align: top;
}

/* shows a visual seperation */
.dashedline
{
    border-bottom: 1px dotted #E4E4E4;
    padding-top: 5px;
    margin-bottom: 5px;
    clear:right;
}

.dashedlinescu
{
    border-bottom: 1px dotted #A39849;
    padding-top: 5px;
    margin-bottom: 5px;
    clear:right;
}

.lineascu
{
	padding-top: 10px;
	margin-bottom: 10px;
	clear: right;
	border-bottom: 1px solid #FFC1FF;
}

/* Command buttons on pages */
.actionbuttons
{
  text-align:right;
  position: relative; 
  padding: 1px 1px 1px 1px;
  	 
}

/************************************************************************
* 
* Calendar specific formatting 
*
************************************************************************/

/* Surrounds the calendar 
fondbn.jpg* 
era  width: 694px;*/
.eventmonth
{
    border: 1px solid #E0E0E0;
    width: 794px;
    margin-right: auto;
    margin-left: auto;
    background: #CCCCCC url(images/bg/corpoblock.jpg) repeat-y;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    text-align: center;
	font-size: 0.9em;
}

/* used as the cssclass of the actual calendar */
.eventmonthtable
{
    width: 794px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    margin-bottom: 15px;
    border: 1px solid #A9A9A9;
    border-collapse:collapse;

}


.dayNumber
{
    float: right;
    border-bottom: 1px solid #A9A9A9;
    border-left: 1px solid #A9A9A9;
    clear: none;
    padding: 2px;
	 	font-size: 1em;

}


.calcurrentmonth
{
    /* no styles needed at this time */
}
.calothermonth
{
    background-color: #E4DBF6;
}
.calcurrentday
{
    background-color: #F4D5F4;
}
.calweekend
{
    background-color: #E0BFFF;
  /*  width: 15%; */
}

.calcurrentmonth , .calcurrentmonth , .calothermonth , .calcurrentday , .calweekend
{
    text-align: left;
    border: 1px solid #FBFBFB;
    height: 60px;
    vertical-align: top;
    /* needed for positioning the dayNumber part */
    position:relative;
     border-collapse:separate;
     border-spacing: 5px;
}

/************************************************************************
* 
* Next / previous specific formatting 
*
************************************************************************/

.nextlink
{
    position:absolute;
    right:0;
    padding-right:15px;

}



/************************************************************************
* 
* Global formatting
*
************************************************************************/

/* all the legend tags use this same style */

legend
{
    font-weight: bold;
    color: #666666;
    font-size: 1em;
    padding-left: 4px;
    padding-right: 4px;
    margin-bottom: 7px;
}

/* apply zero margin to all forms and hide fieldset borders. Keep fieldset borders in the markup for better accessibility */

form
{
    margin: 0px;
}

fieldset
{
    margin: 0px;
    padding: 0px;
    border: none;
}

/* sometimes we hide elements from display in visual browsers (but leave them in the source for non visual browsers and for accessibility) */

.hidden
{
    visibility: hidden;
}
.none
{
    display: none;
}


/************************************************************************
* 
* Image functionality
*
************************************************************************/

.photo
{
    background: #CCCCCC url(images/bg/thumbnailbn.jpg) repeat-x center;
    border: 0px #999999;
    padding: 0 0 0 0;
	 margin: 0 0 0 0;    
}

.picture
{
    background: #FEFFC8 url(images/bg/thumbnailbn.jpg) repeat-x center;
    border: solid 1px #E8DCA3;
    padding: 5px;
    margin: 5px;  
}

.fotos
{
    background: #FFD2FF url(images/bg/grigio.jpg) repeat-x center;
    border: solid 1px #F0B5FF;
    padding: 5px;
    margin: 5px;  
}

.fotod
{
    background: #FFD2FF url(images/bg/grigios.jpg) repeat-x center;
    border: solid 1px #F0B5FF;
    padding: 5px;
    margin: 5px;  
}
.img
{
    border: solid 0px #CCCCCC;
    padding: 5px 5px 5px 5px;
}
/* add hover border to href thumbnail images */
/*todo: rectify whether these should be .photo instead 

.thumbnail a:link img, #thumbnail a:visited img
{
    border: 2px solid #883D08;
}
.thumbnail a:hover img
{
    border: 2px solid #FFFFFF;
}
.thumbnail a:active img
{
    border: 2px solid #000000;
}
*/

/************************************************************************
* 
* List type pages
*
************************************************************************/

/* represents each item in a vertical list */
.listitem
{
    margin:0px 0px 0px 0px;
    width:444px;
}

/* surrounds the buttons for list items */
.editbuttons
{
    padding-top: 6px;
}

/* floats the thumbnail off to the right */
.thumbnail
{
    float: right;
    margin: 0 0 0 1px;
}

/*used to clear the float for the thumbnail */
.clearlist
{
    clear:right;
    margin:0;
    padding:0;
    height: 0px;
    font-size:0px;
    line-height:0px;
}

/* Used by the page number control */
.PageNumbers
{
    display:inline;
}

.PageNumbers span
{
    padding-left: 3px;
}

.newscrumbs a
{
    font-weight: bold;
    padding-right: 2px;
}

/* Used in the two column lists */

.membercard
{
    background-color: #CCCCCC;
    border: 1px solid #C9C9C9;
    padding: 10px;
    margin-bottom: 10px;
    width: 198px;
    margin-right: 10px;
}

.clearcard
{
    clear:left;
    height:0;
    margin:0;
    padding:0;
}

#membercardcolumnleft
{
    float: left;
    position: relative;
}
#membercardcolumnright
{
    margin-left: 226px;
}
.membercard p
{
    margin: 5px;
}

/************************************************************************
* 
* Compact Event list
*
************************************************************************/


/* define event grid view columns */
/* todo: use or remove */

.eventlistdate
{
    padding-right: 4px;
}
.eventlisticon
{
    text-align: center;
}
.eventlisttime
{
    text-align: center;
    width: 95px;
}
.eventlistevent
{
    font-weight: bold;
}
.eventlistlocation
{
    /* no styles needed at this time */
}
.eventlist td
{
    padding-bottom: 4px;
}

/*
.eventlist, .eventlist td, .eventlist tr
{
    border-style:none;
}
*/

/************************************************************************
* 
* Rollover buttons
*
************************************************************************/

.buttonsmall, .buttonsmall-ovr
{
    border: none;
    color: #414141;
    height: 37px;
    font-weight: normal;
    font-size: 10px;
    padding-bottom: 0px;
    padding-left: 3px;
    padding-right: 3px;
    cursor: pointer;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;	 width:auto; 	 text-decoration: none; 
   	/*vertical-align:middle; */	

}
.buttonsmall
{
    background: url(images/bg/button_smallbn.gif) ;
	 	 text-decoration: none;
		/*background-position:100% ; */
}

.buttonsmall-ovr
{
	background: url(images/bg/button_smallbn-ovr.gif);
	color: #660099;
		 text-decoration: none;
 		/* 	text-decoration: underline; background-position:100% ; */

}

.purilu
{
	border: none;
	color: #FFFFFF;
	height: 22px;
	font-weight: normal;
	font: bold 12px arial, sans-serif;
	height: 24px;
	margin-right: 0px;
	background: transparent url(images/background_purilu.jpg);
	background-position: left bottom;
	text-align: center;
	vertical-align: middle;
}

/************************************************************************
* 
* Page specific 
*
************************************************************************/

/* even dowload button */
.downloadevent img
{
    margin-right: 5px;
    vertical-align: middle;
    border: none;
}

/* Header on view details type pages */
.itemdetails
{
    font-size: 1.1em;
}



/************************************************************************
* 
* Photo selection controls
*
************************************************************************/

#popupbody
{
    font-family: Tahoma, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
    margin: 0px;
    background: #F1D4FF;
    font-size: 0.7em;
}

#popupinner
{
    border: 1px solid #EFB1B1;
    margin: 5px;
    background: #EFDFFF;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#popupbody h2
{
    font-weight: bold;
    margin: 0px;
    padding: 1px 0px 5px 5px;
    display: block;
}

.selected, .unselected
{
    width: 80px;
    height: 100px;
    text-align: center;
    padding: 2px 2px 2px 2px;
}

.unselected
{
    background-color: transparent;
    border: solid 1px #CCCCCC;
}

.selected
{
     background: #CCCCCC;
     border: solid 1px #999999;
}

.scrollablelist
{
    overflow: auto;
    height: 230px;
    width: 460px;
    border: solid 1px #CCCCCC;
}

.scrollablelist2
{
    overflow: auto;
    height: 230px;
    width: 210px;
    border: solid 1px #CCCCCC;
}


.scrolledtable
{
}

 .selectablephoto
{
    background: #FFDDFF url(images/bg/thumbnailbn.jpg) repeat-x center;
    border: 1px solid #CCCCCC;
    padding: 2px;
}

.contextbuttons
{
  margin: 5px 3px 5px 3px; 

}

/************************************************************************
* 
* Forms
*
************************************************************************/

/* label column */
.formlabel
{
    width:120px; 
    vertical-align: top;
}

/* value column */
.formvalue
{
    vertical-align: top;
}

.txtfield
{
    width:300px;
}

.txtblock
{
    width:300px;
}


/************************************************************************
*
* BUTTON usato in Multiview (elencoAllevatori)
*
************************************************************************/
a.button {
    background: transparent url(ImageHandler.ashx?id=images/bg_button_a.gif) no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: bold 12px arial, sans-serif;
    height: 24px;
    margin-right: 0px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}
a.button span {
    background: transparent url(ImageHandler.ashx?id=images/bg_button_span.gif);
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 
a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}
a.button:hover {
   text-decoration: none;
   color: #000!important;
}

/* Misc Styles */

.Warning
{
    color: Red;
    font-style: italic;
    font-weight: bold;
    font-size: x-large;
}

.CodeFamille
{
    display: none
	 }
	 
.gabbiaimgdxxHP
{
	float: right;
	padding: 0 0 0 0;
	margin: 0 0px 5px 220px;
	border: 0px solid #CCCCCC;
}	 

/* PUTTANATA DI PROVA */
#colonnasinistraecentro
{
    width: 938px;
    /*position: relative; */
    clear: left;
    }

.allblock
{
    border: 1px solid #CCCCCC;
    padding: 5px 5px 10px;
    margin-bottom: 10px;
	 background: #D8D8D8 url(images/bg/mainbnfw.jpg) repeat-y;
    vertical-align: top;
}

