
/* Configurazione stile: fiasp udine.com */
/* CopyRight (c) Enzo Lanzilotti enzolanz@gmail.com ////// */


/* formattazione testo */



.capital:first-letter {
				font-size: 200%;
}

.normale {
	font-family: "verdana";
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

.normalerosso {
	font-family: "verdana";
	font-size: 12px;
	color: #A40800;
	text-decoration: none;
}

.piccolo {
	font-family: "verdana";
	font-size: 10px;
	color: #58722C;
	text-decoration: none;
}

.micro {
	font-family: "verdana";
	font-size: 9px;
	color: #A40800;
	text-decoration: none;
}

.withborder {border-color: #BCC4BD;
    border-style: dashed; border-width: 1px;
}

.withborderRed {border-color: #A40800;
    border-style: dashed; border-width: 1px;
}
	
.fissa{position: fixed; 
	 top: 0px;  
	 left: 200px;
}

/* Formattazione tabelle */


#tnews, #tnews td {

	border-style:solid;
	border-width: 0px;
	border-color: #BCC4BD;
	border-collapse: collapse;
}

#toffline, #toffline td {

	border-style:dashed;
	border-width: 1px;
	border-color: #89C9FB;
	border-collapse: collapse;
	padding: 15px;
	font-variant: small-caps;
}



#tglobal, #tglobal td {

	border-style:solid;
	border-width: 1px;
	border-color: #FFFFFF;
	border-collapse: collapse;
}

#conluce td:hover {
        background-color: #89C9FB;
}

.lista {list-style-type: hiragana;}



/* formattazione link */


/* menu left */

a.menulnk:link {
	font-family: "verdana";
	font-size: 12px;
	color: #2B7359;
	text-decoration: none;
	text-transform: none;
}

a.menulnk:visited {
	font-family: "verdana";
	font-size: 12px;
	color: #2B7359;
	text-decoration: none;
	text-transform: none;
}

a.menulnk:active {
	font-family: "verdana";
	font-size: 12px;
	color: #2B7359;
	text-decoration: none;
	text-transform: none;
}

a.menulnk:hover {
	font-family: "verdana";
	font-size: 12px;
	color: #1E879E;
	text-decoration: underline;
	text-transform: none;

}


/* ---------------------- */

a.lnkrosso:link {
	font-family: "verdana";
	font-size: 12px;
	color: #A40800;
	text-decoration: none;
	text-transform: none;
}

a.lnkrosso:visited {
	font-family: "verdana";
	font-size: 12px;
	color: #A40800;
	text-decoration: none;
	text-transform: none;
}

a.lnkrosso:active {
	font-family: "verdana";
	font-size: 12px;
	color: #A40800;
	text-decoration: none;
	text-transform: none;
}

a.lnkrosso:hover {
	font-family: "verdana";
	font-size: 12px;
	color: #A40800;
	text-decoration: underline;
	text-transform: none;

}


/* impostazioni generali */


body {
	cursor: default;
	background-color: #FFFFFF;

}



input.textbox {
	background: #ffffff;
	/* background-image: url("img/style/input.gif"); */
	/* background-attachment: fixed; */
	/* background-repeat: repeat-y; */
	font-family: "verdana";
	font-size: 9px;
	color: #C0C0C0;
	/*border-top: 0px;*/
	/*border-bottom: 0px;*/
	/*border-left: 0px;*/
	/*border-right: 0px;*/
}



Input.botton {
	/* background-color: #ffffff; */
	font-family: "verdana";
	font-size: 9px;
	/* color: #C0C0C0; */
	/*border-top: 0px;*/
	/*border-bottom: 0px;*/
	/*border-left: 0px;*/
	/*border-right: 0px;*/
}

/*
Input {		
			background: #DAE3FF;
			outline-style: double;
			outline-color: #E3F6C3;
			border-style: dashed;
			border-color: #E3F6C3;
	}

Input:hover {
				background: #FFFFFF;
			}
Input:focus {
				background: #DAFFEC;
			}
Input:focus:hover {
				background: #FFFFFF;
			}
*/
textarea {
	background: #ffffff;
	/* background-image: url("img/style/input.gif"); */
	/* background-attachment: fixed; */
	/* background-repeat: repeat-y; */
	/*border-bottom-style: solid;*/
	/*border-left-style: solid; */
	/*border-right-style: solid; */
	/*border-top-style: solid;*/
	/*border-bottom: 0px; */
	/*border-left: 0px; */
	/*border-right: 0px; */
	/*border-top: 0px;*/
	font-family: "verdana";
	font-size: 11px;
	/* COLOR: #FF2299; */
}

#nascondi{
		display: none;
}

#preview {
		font-family:verdana, arial; 
		font-size:10px; 
		width:580px; 
		height: 180px; 
		border:1px solid #75AFFF; 
		background-color:#E9E9FF; 
		color:#1D1D7C; 
		overflow:auto;
		padding: 5px;
}


.staytop{position: fixed; top: 0px;  left: 780px;}

hr { color: #09210D; background: #09210D; border: 0; Height:1px;}
