/* Foglio di stile CSS predefinito per un nuovo progetto di applicazione Web */
.bannerrow
{
	background-image: url(/Immagini/bittersuiteweb3.jpg);
	background-repeat:no-repeat;
	background-position:top;
	height:111px;
}

.bannerrow2
{
	background-image: url(/Immagini/BittersuiteWeb3b.jpg);
	background-repeat:no-repeat;
	height:79px;
	
}

.cellmenu
{
	width: 90px;
	font-family: 'Kabel Dm BT' , Tahoma, Calibri;
	font-size:small;
	text-decoration: none;
	text-align:center;
	height: 20px;
	color:Yellow;
}

.cellhover
{
	background-color: #666699;
	color: yellow;
	text-align: center;
	width: 90px;
	font-family: 'Kabel Dm BT' , Tahoma, Calibri;
	font-size: small;
	text-decoration: none;
	height: 20px;
}

.link
{
	text-decoration:none;
	color:Yellow;
}

.biglink
{
	text-decoration: none;
	color: #191970;
	font-family: Calibri;
	font-size: 12pt;
}

.leftpanel
{
	width: 230px;
	border-right: #cccccc 1px solid;
	border-top: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
	padding:2;
	font-family:Calibri;
	font-size:small;
	vertical-align:top;
}

.tableheader
{
	background-color: #666699;
	height:20px;
	text-align:left;
	vertical-align:top;
}

.tablebody
{
	height:260px;
	text-align:left;
	background-color:White;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	vertical-align:top;
}

.transparentimage
{
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	}

.tablebodyfree
{
	text-align:left;
	vertical-align:top;
}

.hoverlink
{
	text-align: left;
	vertical-align: top;
	background-color: #666699;
	cursor: hand;
}


.tablefooter
{
	background-color: #666699;
	height:20px;
	text-align:right;
	vertical-align:bottom;
}




.textfield
{
	border-top: 1px solid #6699CC;
	border-left: 1px solid #6699CC;
	border-bottom: 1px solid #6699CC;
	border-right: 1px solid #6699CC;
	font-family: Calibri;
	font-size: 8pt;
	width: 180px;
	vertical-align: middle;
	color:#a9a9a9;
}

.shorttextfield
{
	border-top: 1px solid #6699CC;
	border-left: 1px solid #6699CC;
	border-bottom: 1px solid #6699CC;
	border-right: 1px solid #6699CC;
	font-family: Calibri;
	font-size: 8pt;
	width: 80px;
	vertical-align: middle;
	color:#a9a9a9;
}
.tasto
{
	border-right: aliceblue 1px solid;
	border-top: aliceblue 1px solid;
	font-size: 9pt;
	height: 24px;
	vertical-align: middle;
	border-left: aliceblue 1px solid;
	cursor: hand;
	color: black;
	border-bottom: aliceblue 1px solid;
	font-family: "Calibri";
	text-align: center;
	background-image: url(/Immagini/toolbar/background.jpg);
	background-repeat: repeat-x;
	width: 100px;
}

.rightpanel
{
	width: 750px;
	border-right: #cccccc 1px solid;
	border-top: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
	padding:2;
	font-family:Calibri;
	font-size:small;
	vertical-align:top;
}


.hidden
{
	display:none;	
}


.datagrid-pager
{
	background: #666699; 
	font-size: 12pt;
	color: white;
	height:9pt;
	font-family: Calibri;
	text-align: right;
}

.datagrid
{
	width: 100%;
	
	font-size: 10pt;
	color: white;
	font-family: Calibri;
}

.datagrid-item
{
	
	font-size: 10pt;
	color: black;
	font-family: Calibri;
	border-right: gainsboro thin outset;
	border-bottom: gainsboro thin outset;
}

.datagrid-item2
{
	background: #666699;
	font-size:10pt;
	color: black;
	font-family: Calibri;
	border-right: gainsboro thin outset;
	border-bottom: gainsboro thin outset;
}

.datagrid-itemHand
{
	background: #666699;
	font-size: 10pt;
	color: black;
	font-family: Calibri;
	border-right: gainsboro thin outset;
	border-bottom: gainsboro thin outset;
	cursor: hand;
}

.descrizione
{
	font-family:Calibri;
	font-size:9pt;
	color:Black;	
}

.title
{
	font-family:Calibri;
	font-size:12pt;
	color:Yellow;
	font-weight:bold;	
}

.bodytext
{
	font-family: Calibri;
	font-size: 10pt;
	color: lavender;
	font-weight: normal;
}

body
{
	background-color: Black;
	font-family:Calibri;
	font-size:small;
	margin-top:5px;
}
