    /* IPKOM CSS TABELLE */

/* Impostazioni per tabelle generiche */
table {  
	width: 100%;
	margin:0; 
 	padding:0;
	font-family: "Trebuchet MS", Trebuchet, Arial, sans-serif;	
	color: black;
}

table, tr, th, td {
	border-collapse: collapse;
}

caption {
	margin:0; 
 	padding:0;
	height: 32px;
	line-height: 32px;
	text-indent: 2px;
	font-family: "Trebuchet MS", Trebuchet, Arial, sans-serif;	
	font-size: 120%;
	font-weight: bold;
	/*background-image: url(../images/col_bg.png);*/
        background-color: steelblue;
	color: white;
	text-align: center;
	letter-spacing: 1px;
	/*border-top: dashed 1px #c2c2c2;*/
	/*border-bottom: dashed 1px #c2c2c2;*/
}

/* HEAD */

thead {
	border: none;
}
thead tr th {
	height: 32px;
	text-align: center;
	color: black;
	/*background-repeat: repeat;*/
/*
	border-left:solid 1px #FF9900;
	border-right:solid 1px #FF9900;	
	border-collapse: collapse;

*/
	
}

/* BODY */

tbody tr, tbody td {

/*	background: #f3f3f3; */
	color: black;
	font-size: 100%;


}


tbody.nohover tr:hover {
/*	text-color: #ffffff; */

}

tbody tr.sublinks:hover {
/*	text-color: #ffffff; */
	background: #1eb5dd;
}



tbody tr th, tbody tr td {
	padding: 5px 6px 5px 6px;
/*	border: solid 1px ; */
/*	border-bottom: solid 1px white; */

/* BORDO QUANDO VIENE CLICCATOOOOOO */

}



tbody tr th {
	background: lightgray;
        color: black;
	font-family: "Trebuchet MS", Trebuchet, Arial, sans-serif;	
	font-size: 100%;
	padding: 6px;
	text-align: center;
	font-weight: bold;
}

/* LINKS */

table a {
	color: white;
	text-decoration: none;
	font-size: 105%;
/*
	//border-bottom: solid 1px white;
*/
}
table a:hover {
    color: #d5e7ff;
	border-bottom: none;
}

/* FOOTER */


tfoot {
	background: #f3f3f3;
	height: 24px;
	line-height: 24px;
	font-family: "Trebuchet MS", Trebuchet, Arial, sans-serif;	
	font-size: 100%;
	font-weight: bold;
	color: black;
	text-align: center;
	letter-spacing: 3px;
/*
	border-top: solid 2px #326e87;
	border-bottom: dashed 1px #c2c2c2;
*/
}


tfoot tr th, tfoot tr td {
	/*padding: .1em .6em;*/
	
}


tfoot tr th {
	border-top: solid 1px #326e87;
}

tfoot tr td {
	text-align: right;
	
}

/* Fine impostazioni per tabelle generiche */




/* Classi definite per stutture tabelle */

.form_table {
    border-radius: 0px 0px 8px 8px;
    -moz-border-radius:  0px 0px 8px 8px;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    /*border: 1px solid steelblue;  */
    border-top: none;
    background-color: LightSteelBlue;
    margin-bottom: 10px;
}

.form_table caption {
    color: white;
    background-color: #165079;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    -moz-border-top-left-radius: 8px;
    -moz-border-top-right-radius: 8px;
}

.form_table_no_border {
    border-radius: 8px;
    -moz-border-radius: 8px;
    -moz-border-top-left-radius: 0px;
    -moz-border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    border: none;
    border-top: none;
    background-color: LightSteelBlue;
    margin-bottom: 10px;
}

.form_table_no_border caption {
    color: white;
    border: none;
    background-color: #165079;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.form_container {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 8px;
    padding-bottom: 0px;      
}

.list_container {
    background-color: white;
    border-radius: 15px;
    -moz-border-radius: 15px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;    
    padding-top: 1px;
}

.page_container {
    background-color: white;
}

.td_form_container {
    background-color: white;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ddeeff', endColorstr='LightSteelBlue'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#ddeeff), to(lightsteelblue)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #ddeeff,  lightsteelblue); /* for firefox 3.6+ */ 
}

.form_container {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ddeeff', endColorstr='LightSteelBlue'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#ddeeff), to(lightsteelblue)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #ddeeff,  lightsteelblue); /* for firefox 3.6+ */ 
}
   
.list {
    background-color: steelblue;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ddeeff', endColorstr='LightSteelBlue'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#ddeeff), to(lightsteelblue)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #ddeeff,  lightsteelblue); /* for firefox 3.6+ */ 
    border: 1px solid steelblue;
    margin-left: 0px;
}

.list caption {
    color: white;
    background-color: #165079;
}

.list th {
    color: white;
    background-color: #5294c2;/*#e9ffda;*/
}

.add_caption {
    background-color: #002b4a;
    color: white;
}

.border_table {
    background-color: steelblue;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ddeeff', endColorstr='LightSteelBlue'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#ddeeff), to(lightsteelblue)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #ddeeff,  lightsteelblue); /* for firefox 3.6+ */ 
    border: 1px solid steelblue;
    margin-left: 0px;
    border-radius: 15px;
    -moz-border-radius: 15px;
}

.border_table tr, .border_table td, .border_table th, .border_table caption {

}



#mav_select_extension {
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    background-color: #d5e7ff;
    margin-bottom: 10px;
    border-color: black;
    border-style: solid;
    border-width: thin;
    padding-bottom: 5px;
    padding-top: 3px;
    border-radius: 5px; /* CSS3 */
    -moz-border-radius: 5px; /* Firefox */
    -webkit-border-radius: 5px; /* Safari, Chrome */
}

/* Per righe alternate con hover */

.hoverable tr:hover {
    
}

/* Per righe colori alternati */

.odd {
    background-color: #edf6ff;
}

.even {
    background-color: #dbedff;
}

.odd:hover {
    background-color: white;
}

.even:hover {
    background-color: white;
}

.rowOddHover {
    background-color: white;
}
.rowEvenHover {
    background-color: white;
}

/* Fine classi definite per stutture tabelle */


/* Link su pagina inclusa */

.post .list a {
    color: black;
}

.post .list a:hover {
    color: steelblue;
}

/* Altre non utilizzate */

tr.voip{

	background: green;
	color: #FF6600;
}

table.sortable a.sortheader {
    text-decoration: none;
    display: block;
	color: black;
}

table.sortable span.sortarrow {
    color: black;
    text-decoration: none;
}


.tr_form_container_conf {
    background-color: white;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E3EFFF', endColorstr='#FFFFFF'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#E3EFFF), to(#FFFFFF)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #E3EFFF,  #FFFFFF); /* for firefox 3.6+ */ 
}

td.list_spacing, tr.list_spacing, th.list_spacing {
    text-align:left;
    padding-left: 5%;
}
td.list_spacing_act, tr.list_spacing_act, th.list_spacing_act {
    text-align:left;
    padding-left: 8%;
}

.failed {
    background-color: LightSalmon;
}

.failed:hover {
    background-color: AntiqueWhite;
}

.listReverse {
    background-color: steelblue;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='LightSteelBlue', endColorstr='#ddeeff'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(LightSteelBlue), to(#ddeeff)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  LightSteelBlue,  #ddeeff); /* for firefox 3.6+ */ 
    border: 1px solid steelblue;
    margin-left: 0px;
}

#iwizard1,#iwizard4a,#iwizard5,#owizard3 {
	color: green;
}

#iwizard1:hover,#iwizard4a:hover,#iwizard5:hover,#owizard3:hover {
	color: steelblue;
}
