body#index_right a { 
	text-decoration: none;
}

a:hover { color: red; }
span.menuitem:hover { color: red; }
span.menuitemhome:hover { color: red; }

input.numdoc { font-weight: bold; color: red; }

label { font-weight: bold;  vertical-align: middle; }
label.error { float: right; padding-left: .5em; color: red; }

td.reqrd { font-weight: bold; }

span.file { cursor: pointer; }
span.file:hover { color: red; }

span.file.selected { background: blue; border: 1px dotted yellow; color: white; }

td.tv_container div.TreeView {
	height: 200px;
	overflow: auto;
}

select[name=uid] {
	width: 300px;
}

div.checkdoc {
	text-align: right;
	vertical-align: middle;
}
button.checkdoc {
}

select#did {
	width: 180px;
}

a.download {
	width: 13px;
	height: 13px;
	display: inline-block;
	background: url('/css/download.png');
}

table.result { font-size: 8pt; }

div#progress {
	font-size: 14pt;
	color: green;
}

div#buttons {
	/*display: block;
	 position: fixed; 
	bottom: 1em;
	right: 1em;*/
	margin-top: 20px;
	text-align: left;
	font-size: 12px;
}

span.spacer {
	width: 3em;
	display: inline-block;
}

ul.todo {
	list-style-type:none;
	padding: 0px;
	margin: 1em;
}

ul.todo li.titodocs {
	font-size: 16pt;
	font-weight: bold;
}
ul.todo li.loaddocs {
	font-size: 12pt;
	cursor: pointer;
	line-height: 24px;
}

ul.todo span.gidname {
	width: 12em;
	display: inline-block;
	font-weight: bold;
}

form#fileup table {
	border: 1px dotted black;
	background: white;
}

div#flst ul {
	font-size: 11pt;
}

input { font-size: 9pt; }
tr.expired td { background: #f0a0a0; font-weight: bold; }
span.sm { font-size: 8pt; }
.done * { text-decoration: line-through; }
.attlink { color: red; }
.menuitem { cursor: pointer; padding-left: 5px; }
.menuitemhome { cursor: pointer; font-size: 14px; font-weight: bold; }
.menuitemactiv { font-size: 12px; font-weight: bold; }

/* ************************** */
/* **** STILE PRINCIPALE **** */
/* ************************** */
body, table {
	background-color: #ffffff;
	border: 0px;
	border-collapse: collapse;
	color: #062a5a;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	margin: 0px;
	padding: 5px;
}

a {
	color: #062a5a;		
}

body#index_top, body#index_bottom {
	padding: 0px;
}

body#cal {
	text-align: center;
}

body#index_top {
	margin: 0px;
	text-align: center;
}

.bottompage {
	background-color: #062a5a;
	border: 0px;
	bottom: 0px; 
	color: #ffffff;
	height: 22px;
	line-height: 22px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

/* ************************** */
/* ********* EDITOR ********* */
/* ************************** */
table.editor {
	border-bottom: 1px solid black;
}
table.editor th { 
	background: #062a5a; 
	border-bottom: 1px solid black; 
	color: white; 
}
table.editor tr td {
	border-bottom: dotted 1px #a8a8a8;
}
table.editor tr.head { 
	background: #062a5a; 
	border: 1px solid black; 
	color: white;
}
table.editor tr.head td { 
	text-align: center; 
}
table.editor tr.foot { 
	background: #062a5a; border-top: 1px solid black; 
}
table.editor tr.foot td { 
	text-align: center; 
}

table.lista.sortable th.header {
	padding-right: 21px;
	background-position: 100% 50%;
	background-repeat: no-repeat;
	background-image: url('/images/bg.gif');
	cursor: pointer;
}

table.lista.sortable th.header.headerSortUp {
	background-image: url('/images/asc.gif');
}

table.lista.sortable th.header.headerSortDown {
	background-image: url('/images/desc.gif');
}

/* ************************** */
/* **** CALENDARIO SMALL **** */
/* ************************** */

.newapp {
	cursor: pointer;
}

table.cal { 
	background: #ffffff; 
	border-collapse: collapse;
	border: 0px;
	margin: 0px;
	padding: 0px;
	display: inline;
}

table.cal caption {
	background: #062a5a; 
	border: 1px solid #062a5a;
	border-bottom: 1px solid #ffffff;
	color: #ffffff;
	font-size: 12px; 
	font-weight: bold;
	height: 24px;
	line-height:24px;
	text-align: center;
	text-decoration: none;
	text-transform: capitalize;
}

table.cal caption a {
	color: #ffffff;
	text-decoration: none;
}

table.cal th { 
	background: #062a5a; 
	font-size: 10px; 
	color: #ffffff; 
	border-left: 1px solid #ffffff; 
	border-bottom: 1px solid #ffffff;
	height: 12px; 
	width: 12px; 
	line-height: 12px; 
	text-transform: capitalize;
	text-align: center;
}

table.cal td { 
	text-align: center; 
	background: #062a5a; 
	color: #ffffff; 
	vertical-align: middle; 
	border-left: 1px solid #ffffff; 
	border-bottom: 1px solid #ffffff; 
	height: 24px; 
	width: 24px; 
	font-weight: bold;
}
table.cal td.ext { 
	color: #cccccc; 
}

table.cal td.busy { 
	background: #FBB040; 
	color: #ffffff; 
}
table.cal td.ext.busy { 
	background: #ff0000; 
	color: #ffffff; 
	font-weight: bold;
}

/* ************************ */
/* **** CALENDARIO BIG **** */
/* ************************ */

table.cal td div.cnt 
{ 
	display: block; 
	position: relative; 
	width: 6em; 
	height: 5em; 
	text-align: center; 
	cursor: pointer;
}
table.cal td div.app 
{ 
	color: red;
	background: #ffffff; 
	/* border: 1px solid red;  */
	overflow: hidden; 
	max-width: 6em; 
	max-height: 12px; 
	border: 1px #062a5a solid;
}
table.cal td div.app:hover 
{ 
	color: red;
	background: #ffffff; 
	overflow: visible; 
	max-height: none; 
}
table.cal td div.app div.hdr 
{ 
	color: #ffffff;
	background: red; 
	width: 100%; 
	font-size: 9px; 
	text-align:center; 
}

/* ************************* */
/* **** LISTA DOCUMENTI **** */
/* ************************* */

span.titolo { 
	background: #ffffff; 
	color: #062a5a; 
	height: 30px; 
	line-height: 30px;
	text-transform: capitalize;
	text-align: left;
	font-size: 14px;
	font-weight: bold; 
}

table.lista { 
	background: #ffffff; 
	border-collapse: collapse;
	border: 0px;
	margin-left: 20px;
	font-size: 11px;
}

table.lista tr td {
	height: 25px;  
	cursor: pointer;
					padding-left: 4px;
					padding-right: 4px;
}

table.lista tr.even {
	/* background: #f8f8f8; 
	color: #6d6f71; */
	background: #ffffff; 
	color: #062a5a;	
}

table.lista tr.odd {
	/* background: #afc2de; 
	color: #6d6f71; */
	background: #ffffff; 
	color: #062a5a;		
}

table.lista th {
	background: #062a5a; 
	color: #ffffff; 
	border-left: 1px solid #ffffff; 
	text-transform: capitalize;
	text-align: center;
	font-size: 12px;
}

/*
table.lista tr a { 
	color: #6d6f71; 
	text-decoration: none;
}
*/

table.lista tr a:hover { 
	text-decoration: underline;
}

table.lista td.center { 
	text-align: center;
}

table.lista.CI tr.doclink td {
	text-transform: uppercase;
}

/* Circolari Interne */
/*
table.lista.CI {
}

table.lista.CI th { 
}

table.lista.CI tr.even { 
}

table.lista.CI tr.odd 
{ 
}

table.lista.CI tr a { 
}

table.lista.CI tr a:hover { 
}
*/

/* Pagine Pubblicate */
/*
table.lista.PP th { 
}

table.lista.PP tr.even { 
}

table.lista.PP tr a { 
}

table.lista.PP tr a:hover { 
}

table.lista.PP tr.odd { 
}

table.lista.PP tr.odd a { 
}
*/
span.closesearch {
	display: none;
}

div.attlist {
	font-weight: bold;
}

table.lista tr.embpage td {
	padding: 0px;
	height: 0px;
}

div.htmlpage {
}

div.attlist ul {
}

li.ext {
	list-style-image: url('/images/ext/_default_.png');
}
li.ext a {
	line-height: 16px;
	vertical-align: top;
}

div.attlist {
	font-weight: bold;
}

div.attlist ul {
}

ul.treenav span {
	vertical-align: top;
	font-size: 9pt;
}

ul.treenav {
	cursor: pointer;
}
ul.treenav ul {
	padding-left: 20px;
}
ul.treenav li {
	padding-bottom: 2px; 
	padding-left: 0px;
	margin-left: 0px; 
	min-height: 18px;
}
ul.treenav li.new {
	list-style-position: inside;
}
tr.doclink li.ext {
	list-style-position: inside;
}
li.folder {
 list-style-image: url('/images/ext/_folder_.png');
}

li.ext {
	list-style-image: url('/images/ext/_default_.png');
}
li.ext a {
	line-height: 16px;
	vertical-align: top;
}

li.ext.ai			{ list-style-image: url('/images/ext/ai.png'); }
li.ext.dfont	{ list-style-image: url('/images/ext/otf.png'); }
li.ext.doc		{ list-style-image: url('/images/ext/doc.png'); }
li.ext.docx		{ list-style-image: url('/images/ext/doc.png'); }
li.ext.dwg		{ list-style-image: url('/images/ext/dwg.png'); }
li.ext.dwl		{ list-style-image: url('/images/ext/dwg.png'); }
li.ext.eps		{ list-style-image: url('/images/ext/eps.png'); }
li.ext.fmp		{ list-style-image: url('/images/ext/dwg.png'); }
li.ext.ind		{ list-style-image: url('/images/ext/indd.png'); }
li.ext.indd		{ list-style-image: url('/images/ext/indd.png'); }
li.ext.jpeg		{ list-style-image: url('/images/ext/image.png'); }
li.ext.jpg		{ list-style-image: url('/images/ext/image.png'); }
li.ext.mcd		{ list-style-image: url('/images/ext/vxw.png'); }
li.ext.mp3		{ list-style-image: url('/images/ext/audio.png'); }
li.ext.otf		{ list-style-image: url('/images/ext/otf.png'); }
li.ext.pat		{ list-style-image: url('/images/ext/dwg.png'); }
li.ext.pdf		{ list-style-image: url('/images/ext/pdf.png'); }
li.ext.png		{ list-style-image: url('/images/ext/image.png'); }
li.ext.ppt		{ list-style-image: url('/images/ext/ppt.png'); }
li.ext.ps			{ list-style-image: url('/images/ext/ps.png'); }
li.ext.psd		{ list-style-image: url('/images/ext/psd.png'); }
li.ext.qxd		{ list-style-image: url('/images/ext/qxd.png'); }
li.ext.rar		{ list-style-image: url('/images/ext/zip.png'); }
li.ext.sit		{ list-style-image: url('/images/ext/sitx.png'); }
li.ext.sitx		{ list-style-image: url('/images/ext/sitx.png'); }
li.ext.tif		{ list-style-image: url('/images/ext/image.png'); }
li.ext.tiff		{ list-style-image: url('/images/ext/image.png'); }
li.ext.ttf		{ list-style-image: url('/images/ext/ttf.png'); }
li.ext.txt		{ list-style-image: url('/images/ext/txt.png'); }
li.ext.vxw		{ list-style-image: url('/images/ext/vxw.png'); }
li.ext.xls		{ list-style-image: url('/images/ext/xls.png'); }
li.ext.xlsx		{ list-style-image: url('/images/ext/xls.png'); }
li.ext.zip		{ list-style-image: url('/images/ext/zip.png'); }

.contextMenu LI.getzip A { background-image: url('/images/ext/zip.png'); }

div.dialog.zipdown {
	position: absolute;
	left: 25%;
	top: 15%;
	width: 50%;
	background: silver;
	border: 1px dotted gray;
	display: none;
}
div.dialog.zipdown table  {
	background: #f0f0f0;
}
div.dialog.zipdown table td {
	padding: 5px;
}
td#wrkfname {
	font-size: 8pt;
}
span.message {
	font-size: 12pt;
	font-weight: bold;
	color: red;
	padding: 5px;
}
div.search_loader {
	background: white;
	border: 1px dotted gray;
	display: none;
	left: 25%;
	margin: 1px;
	padding: 10px;
	position: absolute;
	top: 15%;
}

table.logview th {
	text-align: left;
}
table.logview tr.hdr th {
	padding-left: 1em;
	padding-right: 1em;
	background: #e7e7e7;
	border: 1px solid #d7d7d7;
}
table.logview tr td {
	border-bottom: 1px solid #e0e0e0;
	border-top: 1px solid #e0e0e0;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}
table.logview tr.even td {
	background: #f0f0f0;
}
table.logview tr.odd td {
	background: #f7f7f7;
}
