html,body
	{
	margin:0;
	padding:0;
	height:100%;
	overflow:auto;
	}

.normaltext
	{
	font-family:verdana,sans-serif;
	font-size:8pt;
	color:#000000;
	}

a
	{
	outline:none;
	}

label
	{
	font-family:verdana,sans-serif;
	font-size:8pt;
	color:#5C5C5C;
	background-color:#F3F8FB;
	background-image:url(img/bglbl.png);
	height:16px; /* + 4px padding */
	margin:0;
	padding:2px;
	}

input.textbox
	{
	font-family:verdana,sans-serif;
	font-size:8pt;
	color:#000000;
	border:1px solid #7F9DB9;
	height:16px; /* + 2px border + 2px padding */
	margin:0;
	padding:1px;
	}
input.textbox[readonly]
	{
	background-color:#F7F7F7;
	}

input.filebox
	{
	font-family:verdana,sans-serif;
	font-size:8pt;
	color:#000000;
	border:1px solid #7F9DB9;
	height:20px;
	margin:0;
	padding:0;
	}

textarea.textbox
	{
	font-family:verdana,sans-serif;
	font-size:8pt;
	color:#000000;
	border:1px solid #7F9DB9;
	margin:0;
	padding:1px;
	}
textarea.textbox[readonly]
	{
	background-color:#F7F7F7;
	}

select.textbox
	{
	font-family:verdana,sans-serif;
	font-size:8pt;
	color:#000000;
	border:1px solid #7F9DB9;
	height:20px;
	margin:0;
	padding:0;
	}

div.formtitle
	{
	font-family:tahoma,sans-serif;
	font-size:12pt;
	color:#709DB4;
	}

div.formline
	{
	position:absolute;
	left:0;
	height:3px;
	background-color:#709DB4;
	background-image:url(img/bgformline.png);
	}

/* normal button */

div.inpbutton
	{
	height:19px; /* 20px = 19 + 1 padding */
	text-align:center;
	margin:0;
	padding:1px 0 0 0;
	background-image:url(img/btn-c.png);
	background-color:#2A5B86; /* ie qualche volta non disegna l'immagine di sfondo */
	font-family:tahoma,sans-serif;
	font-size:14px;
	}
div.inpbutton-e /* abilitato */
	{
	color:#FFFFFF;
	cursor:pointer;
	}
div.inpbutton-e:hover
	{
	color:#FFFF50;
	background-position:0 -20px;
	}
div.inpbutton-d /* disabilitato */
	{
	color:#73A4BB;
	cursor:default;
	}
div.inpbutton-l
	{
	position:absolute;
	top:0;
	left:0;
	width:3px;
	height:20px;
	background-image:url(img/btn-l.png);
	}
div.inpbutton-e:hover div.inpbutton-l
	{
	background-position:0 -20px;
	}
div.inpbutton-r
	{
	position:absolute;
	top:0;
	right:0;
	width:3px;
	height:20px;
	background-image:url(img/btn-r.png);
	}
div.inpbutton-e:hover div.inpbutton-r
	{
	background-position:0 -20px;
	}

/* small button */

div.inpbuttons
	{
	height:16px;
	text-align:center;
	margin:0;
	padding:0;
	line-height:14px;
	background-image:url(img/btns-c.png);
	background-color:#2A5B86; /* ie qualche volta non disegna l'immagine di sfondo */
	font-family:tahoma,sans-serif;
	font-size:13px;
	}
div.inpbuttons-e /* abilitato */
	{
	color:#FFFFFF;
	cursor:pointer;
	}
div.inpbuttons-e:hover
	{
	color:#FFFF50;
	background-position:0 -16px;
	}
div.inpbuttons-d /* disabilitato */
	{
	color:#73A4BB;
	cursor:default;
	}
div.inpbuttons div.inpbutton-l
	{
	position:absolute;
	top:0;
	left:0;
	width:3px;
	height:16px;
	background-image:url(img/btns-l.png);
	}
div.inpbuttons-e:hover div.inpbutton-l
	{
	background-position:0 -16px;
	}
div.inpbuttons div.inpbutton-r
	{
	position:absolute;
	top:0;
	right:0;
	width:3px;
	height:16px;
	background-image:url(img/btns-r.png);
	}
div.inpbuttons-e:hover div.inpbutton-r
	{
	background-position:0 -16px;
	}

div.srcbutton
	{
	position:absolute;
	width:17px;
	height:17px;
	overflow:hidden; /* ie6 */
	border:none;
	cursor:pointer;
	background-image:url(img/btn-src.png);
	}
div.srcbutton:hover
	{
	background-position:0 -17px;
	}

div.image
	{
	background-color:#FFFFFF;
	border:1px solid #7F9DB9;
	}
img.image
	{
	border:none;
	background-color:#E0E0E0;
	width:auto;
	height:auto;
	}

table.datagrid thead tr td
	{
	height:20px;
	background-image:url(img/grid-tit.png);
	padding:0 2px;
	text-decoration:none;
    font-family:tahoma,sans-serif;
	font-size:13px;
	color:#FFFFFF;
	}
table.datagrid thead tr td.clickable
	{
	cursor:pointer;
	}
table.datagrid thead tr td.clickable:hover
	{
	background-position:0 -20px;
	cursor:pointer;
	color:#FFFF50;
	}

table.datagrid thead.small tr td
	{
	height:15px;
	padding:0 2px;
	background-image:none;
	background-color:#709DB4;
	text-decoration:none;
    font-family:verdana,sans-serif;
	font-size:8pt;
	font-weight:bold;
	color:#FFFFFF;
	}

table.datagrid thead.small tr td a
	{
	text-decoration:none;
    font-family:verdana,sans-serif;
	font-size:8pt;
	font-weight:bold;
	color:#FFFFFF;
	}

table.datagrid tbody tr td
	{
	height:16px;
	padding:0 2px;
	text-decoration:none;
	font-family:verdana,sans-serif;
	font-size:8pt;
	color:#5C5C5C;
	}
table.datagrid tbody tr td.even
	{
	background-color:#FAFAFA;
	}
table.datagrid tbody tr td.odd
	{
	background-color:#F3F3F3;
	}

table.datagrid tbody tr td a
	{
	text-decoration:none;
	font-family:verdana,sans-serif;
	font-size:8pt;
	color:#5C5C5C;
	}

div.tabbutton
	{
	height:15px;
	text-align:center;
	border-top:1px solid #7F9DB9;
	border-right:1px solid #7F9DB9;
	border-left:1px solid #7F9DB9;
	border-bottom:none;
	margin:0;
	padding:0;
	font-family:verdana,sans-serif;
	font-size:8pt;
	color:#FFFFFF;
	background-color:#7F9DB9;
	cursor:pointer;
	}
div.tabbutton:hover
	{
	color:#FFFF50;
	border-top:2px solid #FFFF50;
	height:15px;
	}
div.tabbutton-a
	{
	border-bottom:1px solid #FFFFFF;
	color:#5C5C5C;
	background-color:#FFFFFF;
	background-image:none;
	cursor:default;
	}
div.tabbutton-a:hover
	{
	border-top:1px solid #7F9DB9;
	color:#5C5C5C;
	}
div.tabpage
	{
	border:1px solid #7F9DB9;
	margin:0;
	padding:0;
	overflow:hidden;
	}

div.tree
	{
	overflow:auto;
	margin-left:-2px; /* per annullare il bordo al primo livello */
	}
div.treenode
	{
	position:relative;
	left:0;
	border-left:2px solid #FFFFFF;
	border-top:2px solid #FFFFFF;
	}
div.treenode0
	{
	background-color:#DAE5EA;
	}
div.treenode1
	{
	background-color:#B8D7E6;
	}
div.treelist
	{
	position:relative;
	}

.linkbox img
	{
	width:16px;
	height:16px;
	cursor:pointer;
	float:left;
	}
.linkbox div
	{
	padding-left:20px;
	padding-top:2px;
	}
.linkbox span
	{
	font-family:verdana,sans-serif;
	font-size:8pt;
	color:#000000;
	cursor:pointer;
	}
.linkbox span:hover
	{
	color:#1077AC;
	}
.linkbox img:hover + div span
	{
	color:#1077AC;
	}

div.formtext
	{
	font-family:verdana,sans-serif;
	font-size:8pt;
	color:#5C5C5C;
	overflow:hidden;
	padding-top:2px;
	}

div.inptitle
	{
	font-family:tahoma,sans-serif;
	font-size:12pt;
	color:#709DB4;
	border-bottom:1px solid #1077AC;
	}

button.editbox
	{
	font-family:verdana,sans-serif;
	font-size:8pt;
	color:#000000;
	padding:0;
	margin:0;
	}
