/* colori:
tabelle: #f5f5f5
th: #666666
*/

*
{
    margin:0;
    padding:0;
}
html,body
{
    font-family:Tahoma, Arial, Helvetica, sans-serif;
    font-size:11px;
    color:#333333;
    width:100%;
    height:100%;
    line-height:20px;
    background-color: #FFF;
    padding-bottom: 20px;
}
h1
{
    color:#333333;
    border:1px solid #B5C5DF;
    width:500px;
    font-size:12px;
    padding:5px;
    margin-bottom:10px;
    width:700px;
}
h2
{
    margin:0 0 10px 0;
    line-height: 35px;
    height: 35px;
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
    padding-left: 15px;
    background-color: #666;
    /*background-image: url(../img/line_dot.gif);
    background-repeat: repeat-x;
    background-position: left bottom;*/
}

label
{
    display:block;
}

dt, h3
{
    font-size:11px;
    font-weight:bold;
    margin:10px 0;
    background-image: url(../img/line_dot.gif);
    background-repeat: repeat-x;
    background-position: left bottom;
}
#content dl dd .ico_allegato
{
    background-color: #f00;
    width: 28px;
    height: 28px;
    display: block;
    float: left;
}
#content dl dd .link_allegato a
{
    margin:15px 0 0 5px;
    height:30px;
    line-height: 30px;
}
#content table th a:link, #content table th a:active, #content table th a:visited
{
    text-decoration: underline;
    color: #FFFFFF;
}
#content table th a:hover
{
    text-decoration: none;
}

table
{
    width:700px;
}

input,textarea, select
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size:11px;
    font-weight: normal;
    border:1px #CCC solid;
    padding:3px 2px 2px 3px;
    
}

input[type="submit"]
{
    margin-top:20px;
}

option 
{
    margin-right:10px;
    padding-right:10px;   
}
input[type="option"], input[type="file"]
{
    line-height: 20px;
    height: 20px;
}

select
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size:11px;
    border:1px #CCC solid;
    padding:3px 2px 2px 3px;
    /**min-height: 24px;*/
}
.catalogEdit select
{
	padding:0;
	min-height:10px;
}
.catalogEdit option
{
	margin:0;
    padding:0;
}
#btnEntra
{
    color:#FFF;
    font-size: 10px;
    font-weight: bold;
    margin: 15px 0;
    line-height: 22px;
    height:22px;
    width:60px;
    padding:0px 5px 2px 5px;
    text-align: left;
    background-color: #333333;
    border: 0;
}
a:link,a:active,a:visited
{
    color:#333;
    text-decoration:underline;
}
a:hover
{
    text-decoration:none;
}
#header
{
    width:170px;
    height:45px;
    background-image:url(../img/logo.gif);
    background-repeat:no-repeat;
    margin:10px;
}
#header a
{
    display:block; 
    width:233px;
    height:100px;
    text-decoration:none;
}
#menu
{
    float:left;
    width:180px;
	padding-left:10px;
}
#menu a:link, #menu a:active, #menu a:visited, #menu a:hover
{
    color:#333;
    text-decoration:none;
    padding-left: 5px;
}
#menu div
{
    margin-bottom:2px; 
    height:25px; 
    line-height:25px;
    background-color: #E8E8E8;
}
#menu div.titolomenu0
{
    padding:5px 5px 10px 10px;
    font-weight:bold;
    color:#FFF;
    height: 20px;
    background-color: #1E201D;
}
#menu div.titolomenu1
{
    padding:5px 5px 10px 10px;
    font-weight:bold;
    color:#FFF;
    height: 20px;
    background-color: #000000;
}

#menu ul
{
    list-style:none;
	margin:0px;
	padding:0px;
}

#menu li{
    border-bottom:2px solid #FFFFFF; 
    height:25px; 
    line-height:25px;
	margin-bottom:0px;
    background-color: #E8E8E8;
}

.menuUpdate, .menuAdd, .logout, .menuStandard
{
    display:block;
    float:left;
    width:21px;
    height:25px;
    background-color: #CCC;
    background-repeat: no-repeat;
}

.menuUpdate
{
    
    background-image:url(../img/ico_edit.gif);
    background-position: 3px 3px;
}
.menuAdd
{
    background-image:url(../img/ico_add.gif);
    background-position: 3px 3px;
}
.menuStandard
{
    background-image:url(../img/ico_standard.gif);
    background-position: 3px 3px;
}

.logout
{
    background-image:url(../img/ico_logout.gif);
    background-position: 3px 3px;
}

#content
{
    margin-left:30px; float:left; width:700px;
}

#content th
{
    padding:3px 5px;
    color:#FFF;
    background-color:#666666;
    border-right:1px solid white;
    border-bottom:1px solid white;
    text-align:left;
}

#content td
{
    padding:0px 0px 0px 5px;
    border-right:1px solid white;
    border-bottom:1px solid white;
    text-align:left;
    background-color:#e8e8e8;
    color:#333;
}

#content td a:hover
{
    text-decoration:underline;
}
#content td.actions
{
    width:60px;
}
.actions
{
    margin-top:30px;
}
.actions li
{
    list-style:none;
}
.actions a
{
    color:#333333;
    text-decoration:none;
    display:block;
}
.actions a:hover
{
    text-decoration:underline;
}

.actions a:link, .actions a:active,.actions a:visited
{
    color:#333;
    text-decoration:none;
    display:block;
    height:20px;
    line-height:20px; 
    margin-bottom:3px;
    padding-left:3px;
    padding-right:3px;
}
.actions a:hover
{
    text-decoration:underline;
}

ul.checkboxMultiple 
{
    margin:0;
    padding:0;
    list-style-type:none;
}

.required
{
    font-weight:bold;
    color: #CC0000;
}

.actions
{
    margin:0px;
    padding:0px;
    margin-top:10px;
}
ul.actions li
{
    padding-bottom:10px;
}
#content table td.actions
{
   width: 63px;
   padding: 0px;
}

.actions li
{
    margin:0px;
    padding:0px;
    list-style:none;
}

#content td.actions
{
    line-height:26px;
    text-align: left;
}
#content td.actions a
{
    float:left;
    margin: 0;
    padding: 0;
    margin-right: 1px;
    height: 20px;
    width:20px;
}
#content td.actions a.btnEdit
{
    background-repeat: no-repeat;
    background-image:url(../img/ico_edit.gif);
}
#content td.actions a.btnView
{
    background-repeat: no-repeat;
    background-image:url(../img/ico_view.gif);
}
#content td.actions a.btnDelete
{
    background-repeat: no-repeat;
    background-image:url(../img/ico_delete.gif);
}
#content td.actions a.btnCopy
{
    background-repeat: no-repeat;
    background-image:url(../img/ico_copy.gif);
}
#content td.actions a.btnShare
{
	background-repeat: no-repeat;
	background-image:url(../img/ico_sharing.gif);
}
#content td.actions a.btnRecycle
{
  background-repeat: no-repeat;
  background-image:url(../img/ico_recycle.gif);
}
/*  ----------------------------------------------------------------------------------------------------    */
/*  BOTTONI */

#content li, .actions li
{
    margin-bottom:2px; 
    background-color: #CCC;
    width: 200px;
}
#content ul.actions a:link, #content ul.actions a:active, #content ul.actions a:visited, #content ul.actions a:hover
{
    color:#333;
    text-decoration:none;
    font-weight: bold;
    padding: 3px 2px 0 30px;
}
.actions ul a:link, .actions ul a:active, .actions ul a:visited, .actions ul a:hover
{
    color:#333;
    text-decoration:none;
    font-weight: bold;
    padding: 3px 2px 0 30px;
}
#content ul.actions a.btnEdit, .actions ul a.btnEdit
{
    height:22px;
    background-repeat: no-repeat;
    background-image:url(../img/ico_edit.gif);
    background-position: 3px 3px;
}
#content ul.actions a.btnAdd, .actions ul a.btnAdd
{
    height:22px;
    background-repeat: no-repeat;
    background-image:url(../img/ico_add.gif);
    background-position: 3px 3px;
}

#content ul.actions a.btnDelete, .actions ul a.btnDelete
{
    height:22px;
    background-repeat: no-repeat;
    background-image:url(../img/ico_delete.gif);
    background-position: 3px 3px;
}

#content ul.actions a.btnPrint, .actions ul a.btnPrint
{
    height:22px;
    background-repeat: no-repeat;
    background-image:url(../img/ico_print.gif);
    background-position: 3px 3px;
}

#content ul.actions a.btnBack, .actions ul a.btnBack
{
    height:22px;
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-image:url(../img/ico_back.gif);
    background-position: 3px 3px;
}
#content ul.actions a.btnInvia, .actions ul a.btnInvia
{
    height:22px;
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-image:url(../img/ico_send.gif);
    background-position: 3px 3px;
}
#content ul.actions a.btnSpedisci, .actions ul a.btnSpedisci
{
    height:22px;
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-image:url(../img/ico_vito.gif);
    background-position: 3px 3px;
}
#content ul.actions a.btnChiudiMail, .actions ul a.btnChiudiMail
{
    height:22px;
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-image:url(../img/ico_close_sendmail.gif);
    background-position: 3px 3px;
}


/*  ------------------------------------------------------------------------------------------------------- */
/*  SUBMIT  */
form div.submit, form div.required, form div.optional
{
    margin:5px 0px;
}
div.submit input
{
    margin:10px 0;
    padding: 0px 2px 0 25px; 
    width: 100px; 
    height: 25px;
    line-height: 25px;
    color:#333333;
    text-align: left;
    font-family:Tahoma, Arial, Helvetica, sans-serif;
    font-size:11px;
    font-weight: bold;
    background-color: #CCC;
    background-repeat: no-repeat;
    background-image:url(../img/ico_save.gif);
    background-position: 3px 2px;
    border: 0px;
}

div.submit input.catalogSave
{
	background: none;
	width:auto;
	padding:0px
}

/*  ------------------------------------------------------------------------------------------------------- */
.paging
{
    margin:10px 0;
    line-height: 16px;
    height: 20px;
}
.paging div
{
    display:inline;
    font-size: 10px;
    font-weight: bold;
}
.paging div.disabled
{
    color: #CCC;
}
.checkbox label
{
    display:inline;
    margin-left:5px;
}

#content tr.modulo td{border-bottom:2px solid red;}
.gruppo_titolo_record{font-weight:bold;}
.gruppo_elenco_record{padding-left: 5px;list-style:none;}

/* NEWSLETTER PLUGIN */
.sending{margin:20px 0;}
.sendingInfo{margin-bottom: 20px;}
#response {font-size:18px;}
#response a{font-size:12px; font-weight:normal;}
#response img{display:block; margin-top:10px;}
/* FINE NEWSLETTER PLUGIN*/

fieldset
{
	padding:5px;
	margin-top:10px;
}
legend
{
    margin:0px;
    padding:0px 5px;
    font-weight:normal;
    margin-bottom:10px;
}

.error-message
{
	font-weight:bold;
}
.related
{
    padding-bottom:30px;
    border-bottom:1px solid #cccccc;
}

.searchbox
{
	background-color:#E9E9E9;
	margin-bottom:10px;
	padding:10px;
}
.searchbox form div.submit{
    margin:0px;
    padding:0px;
}

#tabulazione_dettaglio ul li 
{
	cursor:pointer;
	text-align:left;
	padding:5px;
	margin-right: 1px;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	float: left;
	display:inline;
	border:solid 1px #CCC;
	font-weight:bold;
	width: 162px;
	
}

/*  RICERCA RIGAORDINE  */
#formcercaordine
{
    background-color: #e1e1e1;
    padding: 5px 5px 0 10px;
    height: 95px;
    margin: 10px 0;
}
#formcercaordine input[type="text"]
{
    line-height: 16px;
}

#formcercaordine select
{
    padding: 0px;
    line-height: 16px;
    min-height: 20px;
}
#formcercaordine .item_ricerca div
{
    float: left;
    margin-right: 10px;
}
#formcercaordine .submit
{
    display: block;
    text-align: left;
    width: 150px;
    height: 20px;
    margin: 50px 0 0 0;
}
/* END RIGAORDINE    */

.Notfound, .Ignored, .Execute, .UpdatePrice, .Sharing
{
	border: solid 1px #CCC;
	padding:5px;
}

.clear {
	clear:both;
}


.cakeSqlLog{margin-top:10px;clear:both;font-size:10px;line-height:100%;}
.cakeSqlLog caption{margin-top:50px;}

/* START TONY */
.divLang {margin-top:20px; margin-bottom:15px; font-size:16px;font-weight:bold; background-color:#ccc; padding-left:5px;}

/* END TONY */

/* TOOLTIP */
.prototip{position:absolute}
.prototip .amici {background-color:#1E201D; border:1px solid #333; padding:5px 9px; color:#FFF;}
