/*
.articoli table{
 table-layout: fixed;	
}
.articoli td{
    word-wrap: break-word;
}	
*/
	.grow_13{ transition: all .6s ;}	.grow_13:hover {	transform: scale(1.3); }	
	.grow_15{ transition: all .6s ;}	.grow_15:hover {	transform: scale(1.5); }	
	.grow_20{ transition: all .6s ;}	.grow_20:hover {	transform: scale(2.0); }

	#marqueecontainer{
			position: relative;
			width: 160px; /*marquee width */
			height: 200px; /*marquee height */
		//	background-color: white;
			overflow: hidden;
			border: 0px solid red;
			padding: 0px;
			padding-left: 0px;
			padding-right: 0px;
		}

		
	.ombra{
		-moz-box-shadow: -1px -2px 29px #000000;
		-webkit-box-shadow: -1px -2px 29px #000000;
		box-shadow: -1px -2px 29px #000000;
		border:2px solid red;
		height:30px;
		width:30px;
	}

	.ombraBox{
		-webkit-box-shadow: 0px 0px 20px rgba(50, 50, 50, 0.85);
		-moz-box-shadow:    0px 0px 20px rgba(50, 50, 50, 0.85);
		box-shadow:         0px 0px 20px rgba(50, 50, 50, 0.85);
	}
	.ombraBoxOLD{
		-moz-box-shadow: -1px -2px 29px #000000;
		-webkit-box-shadow: -1px -2px 29px #000000;
		box-shadow: -1px -2px 29px #000000;

	}


	.colonne{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color:white;
	}

	.colonna_centro{
		font-family: Verdana, Helvetica, sans-serif;
		font-size: 14px;
		color:#363533;
		padding:10px;
	}

	body{
		font-family: Verdana, Helvetica, sans-serif;
		font-size: 14px;
		max-height: 100%;
		height: 100%;
		margin: 0;

		color: Black;
		margin-top:-1px;

		background: {{sfondo_ripetizione}}; 
		background-image: url({{sfondo_immagine}}); 
		background-color: {{sfondo_colore}}; 
		background-attachment: {{sfondo_scroll}}; 	
	}

	P{
		font-family: Verdana, Helvetica, sans-serif;
		font-size: 14px;
		color: Black;

	}

	.articoli P,.articoli TD{
		//margin:0; 
		//padding:0;
		//font-family: 'pixelmixregular', Arial, Helvetica, sans-serif;
		font-family: Verdana, Helvetica, sans-serif;
		font-size: 14px; 
		color:#333333;
	}
	
	.articoli img,.articoli TD img{
		border:5px solid white;
//		-moz-box-shadow: 0 0 3px 1px #aaaaaa;
//		-webkit-box-shadow: 0 0 3px 1px #aaaaaa;
//		box-shadow: 0 0 3px 1px #aaaaaa;
	}
	
	.foto{
		border:5px solid white;
		-moz-box-shadow: 0 0 3px 1px #aaaaaa;
		-webkit-box-shadow: 0 0 3px 1px #aaaaaa;
		box-shadow: 0 0 3px 1px #aaaaaa;
		margin: 0 10px 0 10px;
	
	}
	
	TD{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
	}

	.colonne P,TD{
		color:white;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		
	}
	.colonne A{
		color: #76c9f5;
	}

	.colonna_centro P,TD{
	  color: #333333;
	}


	h1,h2,h3 {
		font: 18px 'pixelmixregular', Arial, sans-serif;
		margin:0; 
		padding:0; 
		//color: #318ab9; 
		color: black; 
		font-weight: bold; 
		margin-bottom:12px;
		text-decoration:none;
		line-height:26px;
		//text-shadow: 0 0 0.9em #F87, 0 0 0.2em #F87;
	}
		
	h4 {
		font: 12px 'pixelmixregular', Arial, sans-serif;
		margin:0; 
		padding:0; 
		//color: #318ab9; 
		color: white; 
	
		margin:4px 0 4px 0;
		text-decoration:none;
//		line-height:26px;
		text-shadow: 0 0 1em #33ffff;
	}
	
	.luce
	{
		-moz-box-shadow: 0px 0px 3px #33ffff;
		-webkit-box-shadow: 0px 0px 3px #33ffff;
		box-shadow: 0px 0px 3px #33ffff;		
	}

	
	a {margin:0; padding:0; color: #318ab9;}
			
	.titolopagine{
	  color : black; 
	  font-size: 12px;
	  font-weight : bold;
	  text-shadow:1px 1px silver;
	  text-transform: uppercase;
		border-bottom:1px solid silver;
		margin-bottom:8px;
	}	

	.titolobox{
	  color : black; 
	  font-size: 12px;
	  padding-top:6px;
	  height:30px;
	  font-weight : bold;  
	}	

	.ti99_button 
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #ffffff;
		padding: 4px;
		text-decoration:none;
		
		background: -moz-linear-gradient(
			top,
			#227eb0 0%,
			#0091ff);
		background: -webkit-gradient(
			linear, left top, left bottom, 
			from(#227eb0),
			to(#0091ff));
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		border: 1px solid #000000;
		-moz-box-shadow:
			0px 1px 3px rgba(000,000,000,0.5),
			inset 0px 0px 2px rgba(255,255,255,1);
		-webkit-box-shadow:
			0px 1px 3px rgba(000,000,000,0.5),
			inset 0px 0px 2px rgba(255,255,255,1);
		box-shadow:
			0px 1px 3px rgba(000,000,000,0.5),
			inset 0px 0px 2px rgba(255,255,255,1);
		text-shadow:
			0px -1px 0px rgba(000,000,000,0.4),
			0px 1px 0px rgba(255,255,255,0.3);
	}

	.titolo_espandibile {
      margin:0; 
      padding-top:4px;
      text-align:left;
      font-size: 17px;  
      font-weight: bold;
	}

	.titolo_espandibile p {
      margin:0; 
      padding:0;
      font-size: 17px; 
      font-weight: bold;
	}
		
	.titolo_espandibile img {
      margin:0; 
      padding:0;
      border:0;
      margin-right:8px;
	}
		
				
	.box_espandibile {
	    width:98%;
	    border:1px solid #d3d3d3;
      padding:4px;
	}
	.box_espandibile div {
	 //   width:100%;
	}
	.box_espandibile .titolo_espandibile {
	    background-color:#d3d3d3;
	    padding: 2px;
	    cursor: pointer;
	    font-weight: bold;
	}
	.box_espandibile .contenuto_espandibile {
	    display: none;
	    padding : 5px;
	}


	
	::-webkit-scrollbar {
		width: 10px;
		height: 13px;
	}

	::-webkit-scrollbar-button:vertical {
		background-color: silver;
		border: 1px solid gray;
	}

	::-webkit-scrollbar-button:start:decrement,
	::-webkit-scrollbar-button:end:increment {
		display: block;
	}

	::-webkit-scrollbar-button:vertical:start:increment,
	::-webkit-scrollbar-button:vertical:end:decrement {
		display: none;
	}

	::-webkit-scrollbar-button:vertical:increment {
		display: none;
	}

	::-webkit-scrollbar-button:vertical:decrement {
		display: none;
	}

	::-webkit-scrollbar-button:horizontal:increment {
		display: none;
	}

	::-webkit-scrollbar-button:horizontal:decrement {
		display: none;
	}

	::-webkit-scrollbar-track:vertical {
		background-color: blue;
		border: 1px dashed pink;
	}

	::-webkit-scrollbar-track-piece:vertical:start {
		border: 0px;
	}

	::-webkit-scrollbar-track-piece:vertical:end {
		border: 0px;
	}

	::-webkit-scrollbar-track-piece {
		background-color: silver;
	}

	::-webkit-scrollbar-thumb:vertical {
		height: 50px;
		background-color: gray;
	}

	::-webkit-scrollbar-thumb:horizontal {
		height: 50px;
		background-color: gray;
	}

	::-webkit-scrollbar-corner:vertical {
		background-color: black;
	}

	::-webkit-scrollbar-resizer:vertical {
		background-color: gray;
	}

		.paginate 
	{
		font: 12px Arial,Helvetica,sans-serif;
	}

	a.paginate 
	{
		border: 1px solid gray;
		padding: 2px 6px 2px 6px;
		text-decoration: none;
		color: gray;
	}

	a.paginate:hover 
	{
		background-color: gray;
		color: #FFF;
		text-decoration: underline;
	}

	a.current 
	{
		border: 1px solid gray;
		font: bold 12px Arial,Helvetica,sans-serif;
		padding: 2px 6px 2px 6px;
		cursor: default;
		background:gray;
		color: #FFF;
		text-decoration: none;
	}

	span.inactive 
	{
		border: 1px solid #999;
		font: bold 12px Arial,Helvetica,sans-serif;
		padding: 2px 6px 2px 6px;
		color: #999;
		cursor: default;
	}

	IMG.HoverBorder {border:2px solid #fff; margin-bottom:6px;}
	IMG.HoverBorder:hover {border:2px solid #000;margin-bottom:6px;}

	
	@font-face 
	{
		font-family: 'texas_instruments2regular';
		src: url('fonts/texas_instruments2.eot');
		src: url('fonts/texas_instruments2.eot?#iefix') format('embedded-opentype'),
			 url('fonts/texas_instruments2.woff') format('woff'),
			 url('fonts/texas_instruments2.ttf') format('truetype'),
			 url('fonts/texas_instruments2.svg#texas_instruments2regular') format('svg');
	}

	@font-face 
	{
		font-family: 'pixelmixregular';
		src: url('fonts/pixelmix.eot');
		src: url('fonts/pixelmix.eot?#iefix') format('embedded-opentype'),
			 url('fonts/pixelmix.woff') format('woff'),
			 url('fonts/pixelmix.ttf') format('truetype'),
			 url('fonts/pixelmix.svg#pixelmixregular') format('svg');
		font-weight: normal;
		font-style: normal;

	}	
	.menu
	{
		font: 13px 'texas_instruments2regular', Arial, sans-serif;
		margin:0; 
		padding:0;
		text-decoration:none;
		display: block;
		line-height: 39px;

		-webkit-transition: color .2s;
		-moz-transition: color .2s;
		-ms-transition: color .2s;
		-o-transition: color .2s;
		transition: color .2s;
	}	
	
	#rotator img { position: absolute; }

	.expander {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 16px;
    height: 16px;
    padding: 4px;
    background: white url(https://github.com/openxe/django-ace/diff_blob/1993c731626a44139b97d2d9fca8f4f4023f107a/django_ace/static/django_ace/img/expand.png?raw=true) center center no-repeat;
    z-index: 99999;   
    cursor: pointer;
}
