
/* ================================================
   STATUS BAR
   ================================================ */
div#status-bar {
	margin-bottom: 10px;
}

div#status-bar * {
	text-align: center;
	color: #A69453;
	font-family:Arial,Helvetica,Geneva;
	font-size:11px;
	line-height:12px;
	font-weight: bold;
}

div#status-bar p {
	margin: 0;
	padding: 0;
}


/* ================================================
   TABELLA LISTA PREVENTIVI
   ================================================ */

div#lista-preventivi {
	margin-left: 10px;
	margin-right: 10px;
}

div#lista-preventivi * {
	color:#0F1C51;
	font-family:Tahoma,Arial,Helvetica,Geneva;
	font-size:11px;
	line-height:12px;
}

div#lista-preventivi table {
	border-collapse: collapse;
}

div#lista-preventivi th {
	color: #630000;
	border: 1px solid #999999;
	padding: 7px;
	background-color: #eaeaea;
}

div#lista-preventivi td {
	border: 1px solid #999999;
	padding: 7px;
}


/* ================================================
   FORM NUOVO PREVENTIVO
   ================================================ */
div#nuovo-preventivo-body {
	height: 200px;
	width: 650px;
	overflow: auto;
	border: 1px solid #A69453;
}

div#nuovo-preventivo * {
	color:#0F1C51;
	font-family:Tahoma,Arial,Helvetica,Geneva;
	font-size:11px;
	line-height:12px;
}

/* ================================================
   FORM MODIFICA PREVENTIVO
   ================================================ */
   
div#modifica-preventivo * {
	color:#0F1C51;
	font-family:Tahoma,Arial,Helvetica,Geneva;
	font-size:11px;
	line-height:12px;
}

/* ================================================
   FORM MODIFICA ARTICOLO
   ================================================ */
   
div#modifica-articolo * {
	color:#0F1C51;
	font-family:Tahoma,Arial,Helvetica,Geneva;
	font-size:11px;
	line-height:12px;
}

/* ================================================
   TABELLA LISTA ARTICOLI
   ================================================ */

div#lista-articoli {
	margin-left: 10px;
	margin-right: 10px;
}

div#lista-articoli * {
	color:#0F1C51;
	font-family:Tahoma,Arial,Helvetica,Geneva;
	font-size:11px;
	line-height:12px;
}

div#lista-articoli h1 {
	color:#0F1C51;
	font-family:Tahoma,Arial,Helvetica,Geneva;
	font-size:13px;
	line-height:14px;
}

div#lista-articoli table {
	border-collapse: collapse;
}

div#lista-articoli th {
	color: #630000;
	border: 1px solid #999999;
	padding: 7px;
	background-color: #eaeaea;
}

div#lista-articoli td {
	border: 1px solid #999999;
	padding: 7px;
}

div#lista-articoli-selezionati {
	margin-bottom: 40px;
}

div#lista-articoli-ricerca {
	margin-bottom: 40px;
}

div#lista-articoli-ricerca a {
	color: #630000;
}



/* ================================================
   DIALOG
   ================================================ */

.ui-dialog {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 11px; list-style: none;
	font-family:Tahoma,Arial,Helvetica,Geneva;
	background: #ffffff;
	color: #222222;
	border: 4px solid #452F19;
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	z-index: 99999;
}
.ui-resizable .ui-resizable-handle {
	display: block; 
}
body .ui-resizable-disabled .ui-resizable-handle { display: none; } /* use 'body' to make it more specific (css order) */
body .ui-resizable-autohide .ui-resizable-handle { display: none; } /* use 'body' to make it more specific (css order) */
.ui-resizable-n { 
	cursor: n-resize; 
	height: 7px; 
	width: 100%; 
	top: -5px; 
	left: 0px;  
}
.ui-resizable-s { 
	cursor: s-resize; 
	height: 7px; 
	width: 100%; 
	bottom: -5px; 
	left: 0px; 
}
.ui-resizable-e { 
	cursor: e-resize; 
	width: 7px; 
	right: -5px; 
	top: 0px; 
	height: 100%; 
}
.ui-resizable-w { 
	cursor: w-resize; 
	width: 7px; 
	left: -5px; 
	top: 0px; 
	height: 100%;
}
.ui-resizable-se { 
	cursor: se-resize; 
	width: 13px; 
	height: 13px; 
	right: 0px; 
	bottom: 0px; 
	background: url(../ui_images/222222_11x11_icon_resize_se.gif) no-repeat 0 0;
}
.ui-resizable-sw { 
	cursor: sw-resize; 
	width: 9px; 
	height: 9px; 
	left: 0px; 
	bottom: 0px;  
}
.ui-resizable-nw { 
	cursor: nw-resize; 
	width: 9px; 
	height: 9px; 
	left: 0px; 
	top: 0px; 
}
.ui-resizable-ne { 
	cursor: ne-resize; 
	width: 9px; 
	height: 9px; 
	right: 0px; 
	top: 0px; 
}
.ui-dialog-titlebar {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	padding: .5em 1.5em .5em 1em;
	color: #555555;
	background: #452F19 url(../ui_images/e6e6e6_40x100_textures_02_glass_75.png) 0 50% repeat-x;
	border-bottom: 1px solid #000;
	font-size: 1.1em;
	font-weight: normal;
	position: relative;
		text-align:center;
}
.ui-dialog-title {
	font-size: 16px;
	color: #C9B696;

	
}
.ui-dialog-titlebar-close {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	background: url(../ui_images/888888_11x11_icon_close.gif) 0 0 no-repeat;
	position: absolute;
	right: 8px;
	top: .7em;
	width: 11px;
	height: 11px;
	z-index: 100;
}
.ui-dialog-titlebar-close-hover, .ui-dialog-titlebar-close:hover {
	background: url(../ui_images/454545_11x11_icon_close.gif) 0 0 no-repeat;
}
.ui-dialog-titlebar-close:active {
	background: url(../ui_images/222222_11x11_icon_close.gif) 0 0 no-repeat;
}
.ui-dialog-titlebar-close span {
	display: none;
}
.ui-dialog-content {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	background: #C9B696;
	color: #222222;
	padding: 1.5em 1.7em;
}
.ui-dialog-buttonpane {
	position: absolute;
	bottom: 0;
	left:15px;
	width: 100%;
	text-align:left;
/*	border-top: 1px solid #d3d3d3;
*/}
.ui-dialog-buttonpane button {
	margin: .5em .3em .5em 0;
	background-color: #452F19;
	font-size: 11px;
	color: #C9B696;
	font-weight: bold;
	border: 1px solid #452F19;
	cursor: pointer;
	padding: .2em .6em .3em .9em;
	line-height: 1.4em;
}
.ui-dialog-buttonpane button:hover {
	color: #452F19;
	background: #E3D4B8 url(../ui_images/dadada_40x100_textures_02_glass_75.png) 0 50% repeat-x;
	border: 1px solid #452F19;
}
.ui-dialog-buttonpane button:active {
	color: #452F19;
	background: #E3D4B8 url(../ui_images/E3D4B8_40x100_textures_02_glass_65.png) 0 50% repeat-x;
	border: 1px solid #452F19;
}
/* This file skins dialog */
.ui-dialog.ui-draggable .ui-dialog-titlebar,
.ui-dialog.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}

