/* ########## General ########## */

/* ### Table for (most) lists ### */

.tabella
{
    background-color: #fff;
/*	border-spacing: 10px; */
	border-collapse: collapse;
	padding: 2px;
}

.tabella th
{
	padding: 5px;
	background-color: #EFF6DD;
	text-align: left;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #DCEEB9;
	height: 1.8em;

}

.tabella tr.parked_product {
    background-color:#FFCCCC;
}

.tabella tr:hover {
	background-color: #FFFFE0;
}


.tabella td
{
	padding: 5px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #E1E1E1;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #E1E1E1;
}

.tabella_centralspanner
{
    text-align:center;
	 vertical-align: middle;
}

.cella_operazioni
{
    padding: 5px;
    white-space: nowrap;
    text-align: left;
}

.row_not_attivo td {
    text-decoration: line-through;
    color: darkred;
}

.cell_expired_user {
    color: red;
}

.icon
{
    padding: 7px;
    
}


.riquadro
{
	padding: 7px;
	border: 1px solid #ECFED2;
	background-image: url(../../images/sap/back_summary.jpg);
	background-repeat: repeat-x;
	margin-top: 2em;
}

.tratteggiato
{
	width: 50%;
	padding: 7px;
	background-color: White;
	margin-bottom: 7px;
	border: 2px solid white;
	background-image: url(../../images/sap/gradientxy.jpg);
	background-repeat: repeat-y;
}


.tratteggiato:hover
{
	width: 50%;
	padding: 7px;
	border: 2px solid #2B9B28;
	margin-bottom: 7px;
	background-image: url(../../images/sap/back_summary.jpg);
	background-repeat: repeat-x;
}
.icona_operazione
{
	margin: 3px 3px 3px 3px;
	width: 32px;
	height: 32px;
	vertical-align: middle;
	
}

.icona_operazione:hover
{
	outline-color: #E8F4FF;
	outline-style: groove;
	outline-width: 3px;
}


.icona_incella
{
    margin: 3px 3px 3px 3px;
    border:none;
    width: 32px;
    height: 32px;
    vertical-align: middle;
}

/* # Pager for lists # */
.elpager
{
    margin-top: 5px;
    margin-bottom: 5px;
}


/* #  Generic selector above lists # */
.elselector
{
    margin-top: 5px;
    margin-bottom: 5px;
}

/* ### Hidden forms in prodotti_show_general ### */

.prodotto_show_general_hiddiv {
    margin-top: 10px;
    padding: 5px;
    border: 2px dotted black;
    width: 400px;
}

/* ### Other in prodotti_show_general ### */
.img_tbl_prodotticomponenti {
    vertical-align: middle;
    width: 32px;
    height: 32px;
    border: none;
}

/* ### Tables ### */

#prodotti_show_componenti_1 {
    margin-top: 10px;
    clear: both;
    width: 100%;
    margin-bottom: 10px;
}

#prodotti_show_componenti_2 {
    margin-top: 10px;
    clear: both;
    width: 100%;
    margin-bottom: 10px;
}

.riga_categoria {
	background-image: url(../../images/sap/bk_categoria.jpg);
	background-repeat: repeat-x;
}

#prodotti_show_verifiche {
    width: 100%;
    margin-bottom: 10px;
}

#prodotti_show_log_verifiche_manutenzioni {
    width: 100%;
    margin-bottom: 10px;
}

.prodotti_show_log_verifiche_manutenzioni_esiti {
    white-space: nowrap;
}

/* Compcategorie inside prodotticomponenti tables */
.prodotti_show_componenti_compcategoria img {
	width: 48px;
	height: 48px;
	border: none;
	vertical-align: middle;
	margin-right: 8px;
}

/* Rows for order tables */
.row_madeorder {
    background-color: #ffdddd;
}
.row_otherorder {
    background-color: #ddffdd;
}
.row_receivedorder {
}


/* ### FORM "form_log_verifiche" ### */

input.log_verifiche_note {
    width: 90%;
    margin: 2px 5px 2px 5px;
    font-size:14px;
    border:1px solid black;
    vertical-align:middle;
    margin:1px;
    padding:0.20em 0.3em;
    display:inline;
}

textarea.log_verifiche_note {
    width: 95%;
    margin: 2px 5px 2px 5px;
    font-size:14px;
    border:1px solid black;
    vertical-align:middle;
    margin:1px;
    padding:0.20em 0.3em;
    display:inline;
}

.textedit {
	display: inline;
	width: 100%;
	background: #EAEFF6;
	border: 1px solid Black;
}

.textedit:hover {
	background: #F0F8FF;
}

.alertgraphicmessage {
	padding-left: 35px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #FFFDE5 url(../../images/css/alert.gif) no-repeat left;
	height: 36px;
	line-height: 36px;
}

.okgraphicmessage {
	padding-left: 35px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #E4F8E4 url(../../images/css/ok.gif) no-repeat left;
	height: 36px;
	line-height: 36px;
	
}

.errorgraphicmessage {
	padding-left: 35px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #FBDFE4 url(../../images/css/error.gif) no-repeat left;
	height: 36px;
	line-height: 36px;
}

.helpgraphicmessage {
	padding-left: 35px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: White url(../../images/css/help.gif) no-repeat left;
	height: 36px;
	line-height: 36px;
}

.alertmessage {
	padding: 5px;
	background: #FFFDE5;
}

.okmessage {
   padding: 5px;
	background: #E4F8E4;

}

.errormessage {
   padding: 5px;
	background: #FBDFE4;

}
/* ### Other ### */


div.clearer
{
clear:both;
line-height:0px;
height:0;
overflow:hidden;
}

div.no
{
display:inline;
margin:0;
padding:0;
}

div.error
{
background:#fcc url(../../images/error.png) 0.5em 0px no-repeat;
color:#000;
border-bottom:1px solid #faa;
font-size:90%;
margin:0px;
padding-left:3em;
}

div.info
{
background:#ccf url(../../images/info.png) 0.5em 0px no-repeat;
color:#000;
border-bottom:1px solid #aaf;
font-size:90%;
margin:0;
padding-left:3em;
}

div.success
{
background:#cfc url(../../images/success.png) 0.5em 0px no-repeat;
color:#000;
border-bottom:1px solid #afa;
font-size:90%;
margin:0;
padding-left:3em;
}

div.san .medialeft
{
float:left;
}

div.san .mediaright
{
float:right;
}

div.san .mediacenter
{
display:block;
margin-left:auto;
margin-right:auto;
}

div.san em.u
{
font-style:normal;
text-decoration:underline;
}

div.san .header
{
    height: 55px;
    padding: 3px 0px 1px 2px;
}

.sitename {
    height:25px;
    float:left;
    font-size:200%;
    font-weight:bolder;
    color:#555555;
    text-align:left;
    vertical-align:middle;
    padding:1px 0 0 1px;
    font-variant:small-caps;
}

.sitelogo {
    width: 411px;
    height: 55px;
    border: none;
}

div.san .sitename a:link,div.san .sitename a:visited,div.san .sitename a:hover,div.san .sitename a:active
{
color:#436976;
text-decoration:none;
}

div.san .topinfo
{
float:right;
font-size:120%;
font-weight:bolder;
text-align:right;
vertical-align:bottom;
color:#f18200;
text-decoration:none;
letter-spacing:2pt;
}

.toolbar
{
	vertical-align: middle;
	height: 2.5em;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	background: #A5A7BC url(../../images/css/button_bb2.jpg) repeat-x;
	padding: 0.15em;
	margin: 0;
	clear: both;
}

.toolbar_left
{
    float:left;
	 padding-top:4px;
	 padding-bottom:4px;
}

.toolbar_right
{
    float:right;
    text-align:right;
}

.toolbarlink,  .toolbarlink:visited
{
   Color: Black;
	display: inline;
	font-weight: bold;
	vertical-align: middle;
	padding: 2px 4px 2px 4px;
	margin-left: 3px;
	cursor: pointer;
	border: 1px solid black;
	background-color: #E8EAF7;
	background-image: url(../../images/css/button_bb1.jpg);
}

.toolbarlink:hover
{
	font-weight: bold;
	vertical-align: middle;
	border: 1px solid;
	border-color: Black;
	padding: 2px 4px 2px 4px;
	color: Black;
	margin-left: 3px;
	background: #FF8C00 url(../../images/css/bg33.jpg);
	cursor: pointer;
}

.toolbarlink:active
{
	font-weight: bold;
	vertical-align: middle;
	border: 1px solid Black;
	padding: 2px 4px 2px 4px;
	margin-left: 3px;
	background: #FF8C00;
	cursor: pointer;
}

.toolbarlinkcurrent
{
	display: inline;
	font-weight: bold;
	color: Black;
	vertical-align: middle;
	border: 1px solid Black;
	padding: 2px 4px 2px 4px;
	margin-left: 3px;
	background: #FFD700 url(../../images/css/bg32.jpg);
	cursor: pointer;
}

.toolbaritem {
	display: inline;
	font-weight: bold;
	vertical-align: middle;
	padding: 2px 4px 2px 4px;
	margin-left: 3px;
	cursor: pointer;
	border: 1px solid black;
	Color: Black;
	background-color: #E8EAF7;
	background-image: url(../../images/css/button_bb1.jpg);
	
}


.toolbaritem:visited {
	display: inline;
	font-weight: bold;
	vertical-align: middle;
	padding: 2px 4px 2px 4px;
	margin-left: 3px;
	cursor: pointer;
	border: 1px solid black;
	Color: Black;
	background: #E7E9F6;
	background-image: url(../../images/css/button_bb1.jpg);
	
}

.toolbaritem:hover {
	font-weight: bold;
	vertical-align: middle;
	border: 1px solid;
	border-color: Black;
	padding: 2px 4px 2px 4px;
	color: Black;
	margin-left: 3px;
	background: #FF8C00 url(../../images/css/bg33.jpg);
	cursor: pointer;
}

.toolbaritem:active {
	font-weight: bold;
	vertical-align: middle;
	border: 1px solid Black;
	padding: 2px 4px 2px 4px;
	margin-left: 3px;
	background: #FF8C00;
	cursor: pointer;
}

.curtoolbaritem {
	display: inline;
	font-weight: bold;
	color: Black;
	vertical-align: middle;
	border: 1px solid Black;
	padding: 2px 4px 2px 4px;
	margin-left: 3px;
	background: #FFD700 url(../../images/css/bg32.jpg);
	cursor: pointer;
}

.curtoolbaritem a {
    color: black;
}

a.nameloggedin:hover
{
	background-color:#FFD700
}


.okbutton {
	font-weight: bold;
	vertical-align: middle;
	padding: 2px 4px 2px 4px;
	margin-left: 3px;
	margin-top: 5px;
	margin-bottom: 3px;
	cursor: pointer;
	border: 1px solid black;
	color: Black;
	background-color: #E8EAF7;
	background-image: url(../../images/css/button_bb1.jpg);
}

.okbutton:hover {
	border: 1px solid;
	border-color: Black;
	background: #FF8C00 url(../../images/css/bg3.jpg);
}

.okbutton:active {
	border: 1px solid Black;
	background: #ABB866;
}

.attbutton {
	font-weight: bold;
	vertical-align: middle;
	padding: 2px 4px 2px 4px;
	margin-left: 3px;
	margin-top: 5px;
	margin-bottom: 3px;
	cursor: pointer;
	border: 1px solid black;
	color: Black;
	background-color: #E8EAF7;
	background-image: url(../../images/css/button_bb1.jpg);
}

.attbutton:hover {
	border: 1px solid;
	border-color: Black;
	background: #FF8C00 url(../../images/css/bg35.jpg);
}

.attbutton:active {
	border: 1px solid Black;
	background: #C47382;
}

.submitimgbutton {
    border:none;
    padding:0px;
    margin:0px;
    color:white;
    background-color: white;
    cursor: pointer;
}

.toolbar_logicon {
    background-color: trasparent;
    border:none;
    margin: 0px;
    padding:0px;
    vertical-align:middle;
	margin-right: 3px;
}


#toolbar_bottom
{
margin-bottom:3px;
}

div.san div.mediaref_head
{
margin-left:0.5em;
}

div.san div.mediaref .search_result
{
padding-left:1em;
}

div.san .mediaref_ref
{
color:#090;
}

body
{
font:80% "Lucida Grande",Verdana,Lucida,Helvetica,Arial,sans-serif;
background-color:#fff;
color:Black;
margin:0;
padding:0;
}

div.san div.page
{
margin-top:4px;
margin-left:1em;
margin-right:1em;
/* text-align:justify; */
}

/*
div.san table
{
font-size:100%;
padding:0;
margin:0;
}

div.san tr,div.san td,div.san th
{
padding:0;
margin:0;
}
*/

div.san img
{
border:0}

div.san p
{
padding:0;
margin:0 0 1.0em 0;
}

div.san hr
{
border:0px;
border-top:1px solid black;
text-align:center;
height:0px;
}

div.san div.nothing
{
text-align:center;
margin:2em;
}

/* ####### FORMS ######## */

form
{
    border:none;
    margin:0;
    display:inline;
}

label.block
{
display:block;
text-align:right;
font-weight:bold;
}

label.simple
{
display:block;
text-align:left;
font-weight:normal;
}

label.block input
{
width:50%;
}

fieldset.edit
{
width:450px;
text-align:center;
border:1px solid black;
padding:0.5em;
margin:auto;
}

textarea.edit
{
font-family:monospace;
border:1px solid black;
color:Black;
background-color:#fff;
font-size:14px;
padding:3px;
width:100%;
}

textarea.textilearea {
width: 500px;
height: 350px;
}

input.noedit
{
	size: 450px;
	font-size: 100%;
	border: 1px solid black;
	color: Gray;
	background-color: #F8F8FF;
	vertical-align: middle;
	margin: 1px;
	padding: 0.20em 0.3em;
	display: inline;
	margin-right: 10px;
}

input.noedit:hover
{
	background-image: url(../../images/css/destra.gif);
	background-position: right;
	background-repeat: no-repeat;
}

input.edit
{
	size: 450px;
	font-size: 100%;
	border: 1px solid black;
	color: Black;
	background-color: #F8F8FF;
	vertical-align: middle;
	margin: 1px;
	padding: 0.20em 0.3em;
	display: inline;
	margin-right: 10px;
}

input.edit:hover
{
	background-color: #FFFFE0;
}



input.editsearch
{
	font-size: 100%;
	border: 1px solid Black;
	color: Black;
	vertical-align: middle;
	margin: 1px;
	padding: 0.20em 0.3em;
	display: inline;
	background: url(../../images/css/cerca.gif) no-repeat right;
	background-color: #F8F8FF;
	margin-top: 3px;
	margin-bottom: 13px;
}

input.editsearch:hover
{
	background-color: #FFFFE0;
}

button.edit
{
font-size:100%;
border:1px solid black;
color:Black;
background-color:#fff;
vertical-align:middle;
margin:1px;
padding:0.20em 0.3em;
display:inline;
cursor:pointer;
}

.img_bottone_ricerca {
    width:32px;
    height:32px;
    border:none;
    background-color:#fff;
    vertical-align:middle;
    margin:1px;
    padding:0.20em 0.3em;
    cursor:pointer;
}

.listbag_q {
    width: 50px;
}

.delete_bag_item {
    cursor: pointer;
}

#listbag_c_tabella {
    width: 100%
}

#listbag_pc_tabella {
    width: 100%
}

.edit_ext {
    display:inline;
    color:green;
}

select
{
padding:0.1em 0;
}

input.missing
{
font-size:100%;
border:1px solid black;
color:Black;
background-color:#fcc;
vertical-align:middle;
margin:1px;
padding:0.20em 0.3em;
display:inline;
}

div.san div.toolbar
{
margin:2px;
text-align:left;
}

div.san .nowrap
{
white-space:nowrap;
}

input.button
{
border:1px solid black;
color:Black;
background-color:#fff;
vertical-align:middle;
text-decoration:none;
font-size:100%;
cursor:pointer;
margin:1px;
padding:0.125em 0.4em;
}

* html div.san input.button,* html div.san button.button
{
height:1.8em;
padding:0;
}

div.san div.secedit input.button
{
border:1px solid black;
color:Black;
background-color:#fff;
vertical-align:middle;
text-decoration:none;
margin:0px;
padding:0px;
font-size:10px;
cursor:pointer;
float:right;
display:inline;
}

div.san div.pagenav
{
margin-top:1em;
}

div.san div.pagenav-prev
{
text-align:right;
float:left;
width:50%}

div.san div.pagenav-prev input.button
{
margin-right:5px;
}

div.san div.pagenav-next
{
text-align:left;
float:right;
width:50%}

div.san div.pagenav-next input.button
{
margin-left:5px;
}

div.san a
{
color:Black;
text-decoration:none;
}

div.san a:hover
{
color:#000;

}

div.san h1 a,div.san h2 a,div.san h3 a,div.san h4 a,div.san h5 a,div.san h1 a:hover,div.san h2 a:hover,div.san h3 a:hover,div.san h4 a:hover,div.san h5 a:hover
{
color:#000;
text-decoration:none;
}

div.san a.urlextern
{
background:transparent url(/lib/tpl/default/images/link_icon.gif) 0px 1px no-repeat;
padding:1px 0px 1px 16px;
color:#436976;
text-decoration:none;
}

div.san a.urlextern:visited
{
color:Purple;
}

div.san a.urlextern:hover
{
text-decoration:underline;
}

div.san a.windows
{
background:transparent url(/lib/tpl/default/images/windows.gif) 0px 1px no-repeat;
padding:1px 0px 1px 16px;
color:#436976;
text-decoration:none;
}

div.san a.windows:visited
{
color:Purple;
}

div.san a.media
{
color:#436976;
text-decoration:none;
}

div.san a.media:hover
{
color:#436976;
text-decoration:underline}

div.san div.navbar
{
	background-color: #f5f5f5;
	font-size: 80%;
	color: #666;
	padding-left: 14px;
	background: url(../../images/css/button_bb1.jpg);
	border-bottom-style: solid;
	border-bottom-color: Silver;
	border-bottom-width: 1px;
}

div.navbar a:link
{
	color: Black;
	padding-left:2px;
	padding-right: 2px;
}

div.navbar a:hover
{
	text-decoration: underline;
	background-color: #696969;
	color: White;
}

div.san span.user
{
color:#ccc;
font-size:90%;
}

div.san li.minor
{
color:#666;
font-style:italic;
}

div.san img.media
{
margin:3px;
}

div.san img.medialeft
{
border:0;
float:left;
margin:0 1.5em 0 0;
}

div.san img.mediaright
{
	border: 0;
	float: right;
	margin: 0 0 1.5em;
}

div.san img.mediacenter
{
border:0;
display:block;
margin-left:auto;
margin-right:auto;
}

div.san img.middle
{
vertical-align:middle;
}

div.san acronym
{
cursor:help;
border-bottom:1px dotted #000;
}

div.san h1,div.san h2,div.san h3,div.san h4,div.san h5
{
color:Black;
background-color:transparent;
font-family:Verdana,Helvetica,Arial,sans-serif;
font-size:100%;
font-weight:normal;
margin-left:0;
margin-right:0;
margin-top:0;
margin-bottom:1em;
padding-left:0;
padding-right:0;
padding-top:0.5em;
padding-bottom:0;
border-bottom:1px solid black;
clear:left;
}

div.san h1
{
font-size:160%;
margin-left:0px;
font-weight:bold;
}

div.san h2
{
font-size:150%;
margin-left:0px;
}

div.san h3
{
font-size:120%;
margin-left:0px;
border-bottom:none;
font-weight:bold;
}

div.san h4
{
font-size:110%;
margin-left:60px;
border-bottom:none;
font-weight:bold;
}

div.san h5
{
font-size:100%;
margin-left:80px;
border-bottom:none;
font-weight:bold;
}

div.san div.sectiontxt
{
margin-left:3px;
}

div.san .sectiontxt a:link,div.san .sectiontxt a:visited
{
	color: #696969;
	text-decoration: none;
}

div.san sectiontxt ,div.san .sectiontxt a:hover,div.san .sectiontxt a:active
{
	color: #f18200;
	text-decoration: underline;
}

div.san div.sectiontxthome
{
margin-left:3px;
}

div.san .sectiontxthome a:link,div.san .sectiontxthome a:visited
{
	color: #DF7B00;
	text-decoration: none;
	font-weight: bold;
}

div.san sectiontxthome ,div.san .sectiontxthome a:hover,div.san .sectiontxthome a:active
{
	
	text-decoration: underline;
	
}

div.san ul
{
line-height:1.5em;
list-style-type:square;
margin:0 0 0.5em 1.5em;
padding:0;
color:black;
list-style-image:none;
}

div.san ol
{
line-height:1.5em;
margin:0 0 0.5em 1.5em;
padding:0;
color:black;
font-weight:bold;
list-style-image:none;
}

div.san .l

{
color:#000;
font-weight:normal;
}

div.san ol
{
list-style-type:decimal
}

div.san ol ol
{
list-style-type:upper-roman}

div.san ol ol ol
{
list-style-type:lower-alpha}

div.san ol ol ol ol
{
list-style-type:lower-greek}

div.san blockquote
{
border-left:2px solid black;
padding-left:3px;
margin-left:0;
}

div.san pre.pre
{
	font-size: 120%;
	padding: 0.5em;
	border: 1px dashed black;
	color: Black;
	background-color: #F8F8FF;
	overflow: auto;
}

div.san pre.code
{
	font-size: 120%;
	padding: 0.5em;
	border: 1px dashed black;
	color: Black;
	background-color: #F8F8FF;
	overflow: auto;
}

div.san code
{
font-size:120%;
}

div.san pre.file
{
	font-size: 120%;
	padding: 0.5em;
	border: 1px dashed black;
	color: Black;
	background-color: #F5F5F5;
	overflow: auto;
}

/* ####### List selector ######### */
.listselectordiv {
    width: auto;
    max-width: 600px;
    height: 150px;
    overflow: auto;
    border:1px solid black;
    margin: 1px;
    border-collapse: collapse;
}

.listselectortable {
    width: 95%;
    border-collapse: collapse;
}

/*
.listselectortable td {
    border: 1px solid black;
    border-collapse: collapse;
}

.listselectortable th {
    border: 1px solid black;
    border-collapse: collapse;
}
*/

/* ######### Componenti ########## */

#tabella_componenti
{
width:90%;
margin-top:15px;
margin-bottom:10px;
}



/* ######### Prodotti ########## */

/* ### Manutenzioni table cells ### */

.cell_pv_verifiche_ok
{
    color:green;
	font-weight: bold;
	text-align: center;
}

.cell_pv_verifiche_nok {
    color:red;
	font-weight: bold;
	text-align: center;
}

.cell_pv_verifiche_expver {
    color:fuchsia;
	font-weight: bold;
	text-align: center;
}

.cell_pv_verifiche_todo {
    color:blue;	
	 font-weight: bold;
	text-align: center;
}

.cell_pv_verifiche_doing {
	color: #fa9610;
	font-weight: bold;
	text-align: center;

}

/* ### Text bits with esiti ### */

.esito_ok {
    color:green;
	font-weight : bold;
}

.esito_nok {
    color:red;
	font-weight : bold;
}

.esito_todo {
	color:#fa9610;
	font-weight : bold;
}

/* ### Text bits with prodotto statuses ### */

.prodotti_show_img_status {
    vertical-align: middle;
    border: none;
    width: 32px;
    height: 32px;
}

.prodotti_list_img_status {
    vertical-align: middle;
    border: none;
    width: 32px;
    height: 32px;
}

.prodotti_verifiche_manage_img_esito {
    vertical-align: middle;
    border: none;
    width: 50px;
    height: 80px;
    float: left;
}

.status_prodotto_ok {
    color:green;
}

.status_prodotto_nok {
    color:red;
}

.status_prodotto_expver {
    color:purple;
}

.status_prodotto_doingnok {
    color:#fff600;
}

.status_prodotto_doing {
    color:#ffe400;
}

.status_prodotto_todo {
    color:blue;
}

.status_prodotto_new {
    color:black;
}

.status_prodotto_ceased {
    color:white;
    background-color: black;
}


.status_prodotto_bg_ok {
	color: white;
	background-color: Green;
	padding-left: 2px;
	padding-right: 2px;
}

.status_prodotto_bg_nok {
    color: white;
	 background-color:red;
	 padding-left: 2px;
	 padding-right: 2px;
}

.status_prodotto_bg_expver {
    color: white;
	 background-color:fuchsia;
	 padding-left: 2px;
	 padding-right: 2px;
}

.status_prodotto_bg_doingnok {
    background-color:#fff600;
	 padding-left: 2px;
    padding-right: 2px;
}

.status_prodotto_bg_doing {
    background-color:#fa9610;
	 padding-left: 2px;
    padding-right: 2px;
}

.status_prodotto_bg_todo {
    color: white;
	 background-color:blue;
	 padding-left: 2px;
    padding-right: 2px;
}

.status_prodotto_bg_new {
    background-color:white;
	 padding-left: 2px;
    padding-right: 2px;
}

.status_prodotto_bg_ceased {
    background-color: black;
    color: white;
	 padding-left: 2px;
    padding-right: 2px;
}



table.modulo
{
    background-color:#fff;
/*
 border-spacing:0px;
 border-collapse:collapse;
*/
}

table.modulo th
{
    padding:3px;
/*
 border:none;
*/
}

table.modulo td
{
    padding:3px;
	/*
 border:none;
*/
}

div.san .leftalign
{
text-align:left;
}

div.san .centeralign
{
text-align:center;
}

div.san .rightalign
{
text-align:right;
}

div.san table.diff
{
background:#fff;
}

div.san td.diff-blockheader
{
font-weight:bold}

div.san td.diff-header
{
border-bottom:1px solid black;
font-size:120%;
}

div.san td.diff-addedline
{
background:#dfd;
font-family:monospace;
font-size:100%;
}

div.san td.diff-deletedline
{
background:#ffb;
font-family:monospace;
font-size:100%;
}

div.san td.diff-context
{
background:#f7f9fa;
font-family:monospace;
font-size:100%;
}

div.san span.diffchange
{
color:red;
}

div.san div.footnotes
{
clear:both;
border-top:1px solid black;
padding-left:1em;
margin-top:1em;
}

div.san .search_result
{
margin-bottom:6px;
padding-left:30px;
padding-right:10px;
}

div.san .search_snippet
{
color:#ccc;
font-size:12px;
margin-left:20px;
}

div.san .search_sep
{
color:#000;
}

div.san .search_hit
{
color:#000;
background:#ff9;
}

div.san div.search_quickresult
{
margin:0 0 15px 30px;
padding:0 10px 10px 0;
border-bottom:1px dashed black;
}

div.san div.search_quickresult h3
{
margin:0 0 1.0em 0;
padding:0;
font-size:1em;
font-weight:bold;
}

div.bottomlogos
{
text-align:center;
}

.bottomlogos a img
{
opacity:0.9;
border:0
}

.bottomlogos a:hover img
{
opacity:1;
}

.langsel {
    clear:both;
    margin-right:5px;
}

.langsel .curlang {
    opacity:0.3;
}

.tabmenu {
    float:right;
    background-color:white;
    padding: 2px;
    z-index:10;
}

.tabmenulonely {
    text-align:right;
    clear: both;
    background-color:white;
    padding: 2px;
    z-index:10;
}

.tabmenufixed {
    margin: 0px 0px 10px 0px;
    background-color:white;
    padding: 2px;
}

.tabmenuitem {
	background: white url(../../images/css/button_bb1.jpg);
	border: 1px solid black;
	display: inline;
	clear: none;
	padding: 2px 4px 2px 4px;
	margin-right: 2px;
	cursor: pointer;
}

.tabmenuitem:hover {
	background: white url(../../images/css/bg33.jpg);
}

.tabmenuitem:active {
	background: white url(../../images/css/hover_yellow.jpg);
}

.tabcurmenuitem {
	border: 1px solid black;
	display: inline;
	clear: none;
	padding: 2px 4px 2px 4px;
	margin-right: 2px;
	background: #ffe400 url(../../images/css/bg32.jpg);
}

.tabcurmenuitem a {
    color: black;
}

.tabmenuimg {
    width:23px;
    height:23px;
    border:none;
    background-color:#fff;
    vertical-align:middle;
    margin:1px;
    padding:0.20em 0.3em;
    cursor:pointer;
}

/* Brand new icon menu */

.icomenu {
    float:right;
    background-color:white;
    padding: 2px;
    z-index:10;
}

.icomenulonely {
    text-align:right;
    clear: both;
    background-color:white;
    padding: 2px;
    z-index:10;
}

.icomenufixed {
    margin: 0px 0px 10px 0px;
    background-color:white;
    padding: 2px;
}

.icomenuitem {
	display: inline;
	clear: none;
	padding: 2px 4px 2px 4px;
	margin-right: 2px;
	cursor: pointer;
}

.icocurmenuitem {
	display: inline;
	clear: none;
	padding: 2px 4px 2px 4px;
	margin-right: 2px;
}

.loginerror {
	color: White;
	display: inline;
	font-weight: bold;
	background: #FF4500;
	border: 2px solid white;
	padding: 3px;
	margin-right: 3px;
	margin-top:3px;		
}

li.fatalerror {
    font-family:Courier,monospace;
    font-size:12px;
}

/* ### Balloon tooltips ### */

.balloon_content {
    display: none;
}

.tooltip{
    display:block;
    width: 200px;
    color:#000;
    font:lighter 11px/1.3 Arial,sans-serif;
    text-decoration:none;
    text-align:center;
    z-index:5;
}

.tooltip span.top{
    padding: 30px 8px 0;
    background: url(../../images/balloon.gif) no-repeat top
}

.tooltip b.bottom{
    padding:3px 8px 15px;color: #548912;
    background: url(../../images/balloon.gif) no-repeat bottom
}

/* ### "New wave" tooltips ### */

#tooltip {
	border: 2px ridge #5F7E1F;
	background-color: #D7EBAD;
	font-size: 12px;
	opacity: 0.98;
	padding: 9px;
	margin-right: 30px;
}

#tooltip h3 {
    font-size: 12px;
    margin: 0;
}

#tooltip p {
    margin: 0;
}

/* ### Pink bag box ### */

.pinkbag {
    margin: 0 auto;
    border: 1px solid black;
    background-color: pink;
    width: 50%;
    padding: 10px;
}

/* ### Bits ### */

.no_wrap
{
    white-space:nowrap;
}

.alert
{
    color:red;
    font-weight:bold;
}

.bgalert
{
    background-color:red;
    color:white;
    font-weight:bold;
}

.success_confirm
{
    color:green;
    font-weight:bold;
}

.deprecated_item
{
    text-decoration: line-through;
    color: #999999;
}

.deprecated_alert
{
    color: red;
    font-weight: bold;
}

.hide
{
    display:none;
}

/* Elpager styles */
.elpager_page_input {
    font-size:10px;
    width:30px;
    border:1px solid black;
}

/* Div which hold recipients of a mailing */
#mailings_modify_recipients_div {
    width: auto;
    max-width: 600px;
    height: auto;
    max-height: 150px;
    overflow: auto;
    border:1px solid black;
    margin: 1px;
    border-collapse: collapse;
}

#mailings_modify_recipients_table {
    width: 100%;
}

/* Hidden fields for jQuery black magic */
.jspar_grouping {
    display: none;
}
.jspar_xcompcategoria {
    display: none;
}
.jspar_acompcategoria {
    display: none;
}

/* **** JQUERY UI: override some style features **** */ 

#ui-datepicker-div {
    font-size: 11px;
}
#ui-datepicker-div select {
    padding: none;
}
.ui-datepicker-trigger {
    vertical-align: middle;
    cursor: pointer;
}
