﻿/*in questo file sono presenti le regole css per la formattazione
dei controlli asp.net o html*/

/*Bottoni rosso*/
.btn
{
	height: 15px;
	vertical-align: middle;
	/*background-image: url(sfondo_btn.jpg);*/
	background-color: #F65408;
	background-repeat: repeat-x;
	background-position: 0 0;
	border: solid 0px;
	color: #fff;
	font-size: 90%; /*cursor: hand;*/
}

.btnsml
{
	vertical-align: middle;
	/*background-image: url(sfondo_btn.jpg);*/
	background-color: #F65408;
	background-repeat: repeat-x;
	background-position: 0 0;
	border: solid 0px;
	color: #fff;
	font-size: 90%; /*cursor: hand;*/
}

/*formatta i controlli per l'upload dei file*/
.fileUpload
{
	height: 15px;
	vertical-align: middle;
	background-image: url(sfondo_btn.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
	border: solid 0px;
	color: #fff;
	font-size: 90%;
}

/*TextBox*/
.textBox
{
	font-size: 80%; 
	border: solid 1px #000;
	font-family: Arial;
	background-color: #ffe;
}

/*Label*/
.lbl
{
	font-size: 80%;
	font-family: Arial;
}

.StdLbl
{
	font-size: 100%;
	font-family: Arial;
}

/*ListBox*/
.ListBox
{
	font-size: 80%;
	font-family: Arial;
}


/*CheckBox*/
.CheckBox
{
	font-size: 80%;
	font-family: Arial;
}

/*CheckBoxList*/
.ChkList
{
	font-family: Arial;
	font-size: 90%;
	font-weight: normal;
	color: #333;
}

/*ComboBox*/
.cmbBox
{
	font-size: 90%;
	background-color: #ffe;
	font-family: Arial;
}

/*GRIGLIA*/
.grdViewHeader
{
	background-color: #878787;
	font-size: 90%; /*text-transform: uppercase;*/
	color: #fff;
	text-align: center;
	height: 20px; /* 	background-image:url(sfondoTitoloGrd.jpg); 	background-repeat: repeat-x; */
	padding: 0 2px 0 2px;
}

/*link*/
.link
{
	color: Navy;
	font-size: 90%;
	font-family: Arial;
}

/*.required
{
	border: solid 1px #444;
	font-family: Arial;
	background-color: #ffe;
}*/


/*
A:linkGeneric
{
	font-size: 90%;
	text-decoration: none;
	font-family: Arial;
	font-style: normal;
	color:  Red;
}
A:visited
{
	font-size: 90%;
	text-decoration: none;
	font-family: Arial;
	font-style: normal;
	color: Lime;
}
A:active
{
	font-size: 90%;
	text-decoration: none;
	font-family: Arial;
	font-style: normal;
	color: Green;
}
A:hover
{
	font-size: 90%;
	text-decoration: none;
	font-family: Arial;
	font-style: normal;
	color: Black;
}
*/

