/***********************************************************************/
/************************** RIDEFINIZIONE TAG **************************/
/***********************************************************************/

BODY 
{       
	font-family: arial;
        background-color: #ffffff;
        margin:0px;
        margin-left:5px;
}

h1,h2,h3,p,li p,ol
{	
	font-size: 16px;
	color: #041454;
	font-weight:bold;
	margin-right:40px;
	text-align: justify;
	margin-top: 7px;
	margin-bottom: 7px;
}

h1
{
	background-color: #D7D9E5;
	width: 770px;
	margin-top: 20px;
}

h2
{	
	font-size: 12px;
	font-style: italic;
}

p,h3,ol,.home p
{	
	font-size: 12px;
	font-weight:normal;
}

ol
{	
	font-weight:bold;
}

li p
{	
	font-size: 11px;
	font-weight:normal;
	
}

input	
{
	height:18px;
	font-size: 12px;
	font-weight: normal;
	color: #39428C;
	border:1px solid #39428C;
	background-color:#FFF;
	padding:1px;
	text-align:left;
}

select
{	border:1px solid #39428C;
	font-size: 12px;
	font-weight: bold;
	color: #39428C;
	background-color:#FFF;
	text-align:left;
}

textarea	
{
	font-size: 12px;
	font-weight: normal;
	color: #39428C;
	border:1px solid #39428C;
	background-color:#FFF;
	text-align:left;
}

form	
{
	border:0px;
	padding: 0px;
	margin: 0px;
}

ul#nav {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 18px;
}
	
li.lev1 {
	position: relative;
	display: inline;
}

li.lev2 {
	display: block;
}
	
ul.sub {
	position: absolute;
	left:-3px; top: 15px;
	background-color: #2C396E;
	padding: 3px;
	height: 70px;
	width: 70px;
	display: none;
}

li.lev1 a {
	display: inline;
	text-decoration: none;
	color: #A3AEFF;
	font-size: 13px;
}

li:hover ul, li.over ul
{
	display: block;
}

/***********************************************************************/
/*************************** ALIGN & VALIGN ****************************/
/***********************************************************************/

.align_left	
{
	text-align: left;
}

.align_center	
{
	text-align: center;
}

.align_right	
{
	text-align: right;
}

.align_justify
{
	text-align: justify;
}

.valign_top	
{
	vertical-align: top;
}

.valign_middle	
{
	vertical-align: middle;
}

.valign_bottom	
{
	vertical-align: bottom;
}

.align_buttons
{
	margin-top: 10px;
	vertical-align: bottom;
	text-align: right;
}

/***********************************************************************/
/****************************** BOTTONI ********************************/
/***********************************************************************/

.button_50px,.button_80px,.button_100px,.button_115px,.button_170px,.small_button,.update_button
{
	width: 50px;
	/*height:20px;*/
	border-right: 1px solid #A3AEFF;
	border-bottom: 1px solid #A3AEFF;
	border-top: 1px solid #A3AEFF;
	border-left: 1px solid #A3AEFF; 
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	margin-top: 5px;
	background: #39428C;
	text-transform: uppercase;
}

.button_80px	
{
	width: 80px;
	text-transform: lowercase;
}

.button_100px	
{
	width: 100px;
	text-transform: lowercase;
}

.button_115px	
{
	width: 115px;
	text-transform: lowercase;
}

.button_170px
{
	width: 170px;
	text-transform: lowercase;
}

.small_button	
{
	width: 50px;
	text-transform: lowercase;
	font-size: 10px;
	background: #A3AEFF;
	font-weight: normal;
	color: #041454;
	border: 1px solid #39428C;
	padding:1px;
}

.update_button	
{
	width: 145px;
	text-transform: lowercase;
	font-size: 10px;
	background: #A3AEFF;
	font-weight: normal;
	color: #041454;
	border: 1px solid #39428C;
	padding:1px;
}

.dirs_button	
{
	width: 90px;
	text-transform: lowercase;
	font-size: 10px;
	background: #A3AEFF;
	font-weight: normal;
	color: #041454;
	border: 1px solid #39428C;
	padding:1px;
}


/***********************************************************************/
/******************************* LINK **********************************/
/***********************************************************************/

a:link	
{
	color: #041454;
	background-color: transparent;
}

a:visited	
{
	color: #041454;
	background-color: transparent;
}

a:hover	
{
        color: #558BE0;
}

a.button:link	
{
	text-decoration: none;
	color: #FFF;
	background-color: transparent;
}

a.button:visited	
{
	text-decoration: none;
	color: #FFF;
	background-color: transparent;
}

a.button:hover	
{
        text-decoration: none;
	color: #FFF;
}

a.navigation:link	
{
	text-decoration: none;
	color: #041454;
	background-color: transparent;
}

a.navigation:visited	
{
	text-decoration: none;
	color: #041454;
	background-color: transparent;
}

a.navigation:hover	
{
        text-decoration: none;
	color: #558BE0;
}

a.menu:link	
{
	text-decoration: none;
	color: #FFF;
	background-color: transparent;
}

a.menu:visited	
{
	text-decoration: none;
	color: #FFF;
	background-color: transparent;
}

a.menu:hover	
{
	text-decoration: none;
        color: #FF0;
}

a.modifica:link	
{
	text-decoration: none;
	color: #00A651;
	font-weight:bold;
	background-color: transparent;
}

a.modifica:visited	
{
	text-decoration: none;
	color: #00A651;
	font-weight:bold;
	background-color: transparent;
}

a.modifica:hover	
{
	text-decoration: none;
	font-weight:bold;
        color: #041454;
}

a.rimuovi:link	
{
	text-decoration: none;
	color: #ED1C24;
	font-weight:bold;
	background-color: transparent;
}

a.rimuovi:visited	
{
	text-decoration: none;
	color: #ED1C24;
	font-weight:bold;
	background-color: transparent;
}

a.rimuovi:hover	
{
	text-decoration: none;
        color: #041454;
	font-weight:bold;
}

a.espandi:link	
{
	text-decoration: none;
	color: #FF6666;
	font-size: 14px;
	font-weight:bold;
	padding-right: 5px;
}

a.espandi:visited	
{
	text-decoration: none;
	color: #FF6666;
	font-size: 14px;
	font-weight:bold;
	padding-right: 5px;
}

a.espandi:hover	
{
	text-decoration: none;
        color: #CC0000;
	font-size: 14px;
	font-weight:bold;
	padding-right: 5px;
}

a.material:link	
{
	text-decoration: none;
	color: #041454;
	font-size: 14px;
	font-weight:bold;
	padding-right: 5px;
}

a.material:visited	
{
	text-decoration: none;
	color: #041454;
	font-size: 14px;
	font-weight:bold;
	padding-right: 5px;
}

a.material:hover	
{
	text-decoration: none;
        color: #558BE0;
	font-size: 14px;
	font-weight:bold;
	padding-right: 5px;
}

/***********************************************************************/
/****************************** TABELLE ********************************/
/***********************************************************************/

.tabella_nota{
	font-family: arial;
	font-size: 12px;
	font-weight:bold;
	width: 100%;
	height: 100%;
	color: #041454;
}

.tabella_form
{
	font-family: arial;
	font-size: 12px;
	font-weight:normal;
	color: #041454;
}

.tabella_form_center
{
	font-family: arial;
	font-size: 12px;
	font-weight:normal;
	text-align: center;
	color: #041454;
}

.tabella_form td
{
	height: 25px;
}

.tabella_questionario
{
	font-family: arial;
	font-size: 12px;
	font-weight:normal;
	color: #041454;
}

.tabella_questionario td
{
	height: 40px;
	padding: 3px;
}

.tabella_admin
{
	font-family: arial;
	margin-top: 20px;
}

.tabella_view
{
	font-family: arial;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

.tabella_admin th, .tabella_view th
{
	background-color: #FFF;
	font-size: 12px;
	color: #041454;
	font-weight:bold;
	padding: 4px;
}

.tabella_admin td, .tabella_view td
{
	font-size: 12px;
	color: #041454;
	border-right-color: #041454;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: #041454;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin: 0px;
	padding: 4px;
}

.cella_opzioni
{
	background-color: #FFF;
}

.cella_bottone
{
	padding-top: 10px;
	text-align: center;
	border: 0px;
	border-collapse: collapse;
}

.cella_bg_titolo
{
	background-color: #D7D9E5; 
}

.cella_bg_bottone
{
	background-color: #A3AEFF; 
}

.cella_bg_giallo
{
	background-color: #F2F603;
}

.cella_RIN
{
	font-weight: bold;
	background-color: #F2F603;
}

.cella_WAI
{
	font-weight: bold;
	background-color: #e33535;
}

.cella_CLS
{
	font-weight: bold;
	background-color: #3eac0d;
}

.cella_ASS
{
	font-weight: bold;
	background-color: #f0e10d;
}

.cella_RLS
{
	font-weight: bold;
	background-color: #3eac0d;
}

.cella_CHK
{
	font-weight: bold;
	background-color: #e9eaa0;
}

.cella_description
{
	/*width: 300px;
	white-space: pre;*/
	font-weight: bold;
	background-color: #f6ed57;
}

.cella_note_1
{
	font-weight: bold;
	background-color: #D7D9E5;
}

.cella_note_2
{
	font-weight: bold;
	background-color: #A3AEFF;
}

.cella_bg_titolo_highlight
{
	background-color: #e7e39e; 
}

.cella_bg_bottone_highlight
{
	background-color: #cdceab; 
}

/***********************************************************************/
/************************* CONTENITORI VARI ****************************/
/***********************************************************************/

.page
{	
	width: 770px;
	height: 520px;
	margin: auto;
}

#no_risorse
{
	display: none;
}

#ad_utenti, #ad_risorse, #ad_commesse, #ad_committenti, #ad_mansioni, #ad_attivita, #ad_ticket, #ad_avviso
{
	display: none;
	padding-left: 40px;
}

.anagrafica	
{
	font-size:11px;
	color: #041454;	
	border-right: 1px solid #041454;
	border-bottom: 1px solid #041454;
	border-top: 1px solid #041454;
	border-left: 1px solid #041454; 
	padding-left: 3px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	margin: 0px;
}

.blacklist{
	color: #3eac0d;
	background-color: #000;
	font-weight: bold;
	border: 4px solid #d39a00;
	font-family: verdana;
	background-image: url("http://it.bluewin.ch/image1.php?id=53635");
	background-repeat: no-repeat;
        background-position: top center;
}

.notes
{
	font-size:11px;
	color: #041454;	
	border: 1px solid #041454; 
	padding: 3px;
	margin-right: 10px;
}

.header_table
{	
	width: 770px;
	background-image: url("http://www.netstorming.net/images/header_background.jpg");
	margin: 0px;
	height: 65px;
}

.header_logo
{	
	width: 250px;
}

.header_link_flags
{	
	width: 770px;
	background-image: url("http://www.netstorming.net/images/link_background.jpg");
	margin: 0px;
	height: 18px;
}

.header_text
{	
	font-size: 12px;
	color: #FFF;
	font-weight:bold;
	width: 520px;
	padding-left: 15px;
	font-style: italic;
	padding-bottom: 5px;
}

.header_date
{	
	font-size: 12px;
	color: #041454;
	font-weight:bold;
	border-bottom: 1px solid #041454;
	border-top: 1px solid #041454;
	border-left: 1px solid #041454; 
	padding-left: 15px;
	width: 250px;
}

.header_link
{	
	width: 450px;
	font-size:12px;
	color: #FFF;
	font-weight: normal;
	font-weight: bold;
	
}

.content
{	
	width: 770px;
	height: 330px;
	overflow: auto;
	border-bottom: 1px solid #041454;
	border-top: 1px solid #041454;
}

.content_for_tickets
{	
	border-bottom: 1px solid #041454;
	border-top: 1px solid #041454;
}


.home
{	
	margin: 0px;
	margin-top: 5px;
	padding: 0px;
	width: 770px;
	margin-bottom: 2px;
}

.home p
{	
	font-size: 13px;
	
}

.footer_table
{	
	width: 770px;
	height: 70px;
}

.office_home_image
{
	float: left;
	margin-right: 15px;
	border: 1px solid #041454;
}

.img_in_p_left,.img_in_p_right
{
	float:left; 
	margin:15px;
	border: 1px solid #041454;
}

.img_in_p_right
{
	float:right;
}

#commesse, #no_commesse
{
	display: none;
}

.doc_title
{
    text-align: center;
    font-size: 15px;
    font-weight:bold;
}

.doc_lang
{
    text-align: left;
    font-size: 13px;
    font-weight:bold;
}

.centered_table
{
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.avvisi_nota{
	font-size: 10px;
	color: #b00;
	font-weight: bold;
}

.towers_back
{
	background-image: url("http://www.towers.it/images_dir/torre_small.gif");
}