﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background: #FFFFFF;
    font-size: .70em;
    font-family: Verdana, "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}
body.login   
{
    background: #b6b7bc;
    font-size: .80em;
    font-family: Verdana, "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}
select
{
    font-family: Verdana, "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, sans-serif;
    font-size: .95em;
}
input
{
    font-family: Verdana, "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, sans-serif;
    font-size: 1.05em;
}
textarea
{
    font-family: Verdana, "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, sans-serif;
    font-size: 1.00em;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 960px;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    /*background: #4b6c9e;*/
    width: 100%;
}

.left 
{
    text-align:left;
}
.center
{
    text-align:center;
}

.posCenter
{
    margin-left:auto;
    margin-right:auto;
    padding-left:auto;
    padding-right:auto;
}

.right
{
    text-align:right;
    
}

.error
{
    color:Red;
    font-size:large;
}

.margin_10
{
    margin:10px;
}

.logo
{
    margin-top:40px;
    margin-bottom:40px;
    text-align:center;
    width: 100%;
}

.bordo_nero
{
    background-color:Black;
    height:10px;
    width: 100%;
}

.separator
{
    background-color:Gray;
    height:2px;
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #9FABB0;
	text-align:right;
	width:100%;
}

TD.txtFooter
{
	FONT-WEIGHT: normal;
	font-style: normal;
	
	FONT-SIZE: 10px;
	COLOR: #333333;
	FONT-FAMILY: Verdana, tahoma, Arial, Geneva, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#3a4f63;
    width:100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 160px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 160px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 90%;
}

/* MISC  
----------------------------------------------------------*/

a:link {color: #696969; text-decoration: underline; }
a:active {color: #696969; text-decoration: underline; }
a:visited {color: #696969; text-decoration: underline; }
a:hover {color: #ff0000; text-decoration: none; }


.sezioneCorrente
{
    border-color: inherit;
    font-weight:bold;
    background:#CCC;
    color: #ff0000;
}

.linkAlike
{
    padding: 2px 8px;
}

.linkAlike:hover 
{
    border-color: inherit;
    background:#CCC; 
    color: #ff0000; 
    cursor:pointer;
}

.warning
{
    text-decoration:underline;
    font-size:smaller;
    float:right;
}

.toolbox
{
    float:right;
}

@media print
{
    printInvisible 
    {
        display:none;
    }
}


.clear
{
    clear: both;
}

.title
{
    display: block;
    text-align: left;
    width: auto;
    font-size:larger;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

.w25
{
    width:25%;
}

.w50
{
    width:50%;
}

.w100
{
    width:99%;
}
.w95
{
    width:94%;
}

/* Tables  
----------------------------------------------------------*/
table, th, td
{
    
/*border: 1px solid #555;*/
}
th, td
{
/*padding:15px;*/
}

table.formRicerca{
    table-layout: fixed;
    border:0px;
}
table.formRicerca td.etichette{
    width: 120px;
    white-space:nowrap;
    font-size:larger;
}

.tabella_testate , .tabella_righe
{
    border: 1px solid #555;
    /*margin-top:20px;*/
}
.tabella_testate th, .tabella_righe th, th
{
    background:#CCC;
    border: 1px solid #555;
    padding:2px 4px;
    height:35px;
    width:70px;
}
.tabella_testate td, .tabella_righe td
{
    border: 1px solid #555;
    padding:2px 8px;
    white-space:nowrap;
}

.tabella_testate tr.totale td , .tabella_righe tr.totale td
{
    font-weight:bold;
    color:Black;
}

.tabella_testate td td, .tabella_righe td td
{
    border:0px;
    padding:auto;
}

.tabella_testate .redPassion td, .tabella_righe .redPassion td
{
    color:Red;
}

.selected
{
    font-weight:bold;
    color:Black;
}

.tabella_testate_pager table
{
    margin: 0 auto; 
}
.tabella_testate_pager table td
{
    border:0px;
}

.tabella_dettagli
{
    width:100%;
    margin-top:20px;
}

.tabella_dettagli td
{
    vertical-align:top;
}
.tabella_dettagli td.etichette
{
    width:1px;
    white-space:nowrap;
    padding-right:10px;
    font-size:larger;
}

.tabella_dettagli td.pulsanti
{
    text-align:right;
}

.iconaGriglia
{
    width:18px;
    height:18px;
}
.iconaComando
{
    width:24px;
    height:24px;
}

.titoli
{
    color:Black;
    font-size:larger;
}


.GimGridView 
{
    
}
.GimGridViewHeader
{
    background:#CCC;
    border: 1px solid #555;
    padding:2px 4px;
    height:35px;
    width:70px;
    color: #696969;
    font-family: Verdana, "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, sans-serif;
    /*font-size: 0.7em;*/
    font-size:11px;
}
.GimGridViewBody
{
    border: 1px solid #555;
    padding:2px 8px;
    white-space:nowrap;
}

.GimGridViewFooter
{
    font-weight:bold;
    color:Black;
}


.GimGridView .redPassion td
{
    color:Red;
}







/* modal pop up styles */

.modalBackground 
{
	FILTER: alpha(opacity=70); 
	BACKGROUND-COLOR: #D5D5D5; 
	opacity: 0.5
}

.modalPopup 
{
	BORDER-BOTTOM: gray 3px solid; 
	BORDER-LEFT: gray 3px solid; 
	PADDING-BOTTOM: 3px; 
	BACKGROUND-COLOR: #ffffff; 
	PADDING-LEFT: 3px; 
	WIDTH: 450px; 
	PADDING-RIGHT: 3px; 
	BORDER-TOP: gray 3px solid; 
	BORDER-RIGHT: gray 3px solid; 
	PADDING-TOP: 3px;
}
.modalPopupBig
{
	BORDER-BOTTOM: gray 3px solid; 
	BORDER-LEFT: gray 3px solid; 
	PADDING-BOTTOM: 3px; 
	BACKGROUND-COLOR: #ffffff; 
	PADDING-LEFT: 3px; 
	WIDTH: 900px;
	PADDING-RIGHT: 3px; 
	BORDER-TOP: gray 3px solid; 
	BORDER-RIGHT: gray 3px solid; 
	PADDING-TOP: 3px;
}
.modalPopupFile
{
    z-index:70000000;
}


.modalHeader
{
    border-bottom: 1px solid gray;
    text-align:left;
}

.modalIcon
{
    width:18px;
    height:18px;
    position:absolute;
    top:0;
    right:0;
    cursor:pointer;
}


.tabella_modal
{
    border: 1px solid #555;
    width:95%;
    margin-left: Auto;
    margin-right: Auto;
    margin-top: 10px;
    margin-bottom: 10px;
}
.tabella_modal th
{
    background:#CCC;
    border: 1px solid #555;
    padding:2px 4px;
    height:35px;
    width:70px;
}
.tabella_modal td
{
    border: 1px solid #555;
    padding:2px 8px;
    white-space:nowrap;
}
.articoliSimili
{
    margin-top:10px;
    max-height:200px;
    overflow-y:auto;
}


.FeedbackMessage
{
    font-size:larger;
}

.tabella_doc
{
    border: 0px solid #555;
    width:99%;
    margin-left: Auto;
    margin-right: Auto;
    margin-top: Auto;
    margin-bottom: Auto;
    padding : 0px;
}
.tabella_doc th
{
    background:#CCC;
    border: 1px solid #555;
    padding:2px 4px;
    
}
.tabella_doc td
{
    border: 1px solid #555;
    padding:2px 8px;
    white-space:nowrap;
}

/* Tabella elenco file progetto */
table.tabFileList
{
    width:100%;
    padding:0px;
    margin:0px;
    /*border:solid 1px #ccc;*/
    font-size:10px;
}

table.tabFileList td
{
    border-bottom:solid 1px #ccc;
}

table.tabFileList th.headerTabFl
{
    height:20px;
    vertical-align:middle;
    text-align:center;
    background-color:#f0f0f0;
    color:#000;
    border:0px;
    font-size:10px;
    font-weight:bold;
}

table.tabFileList td.w35
{
    width:35%;
}

table.tabFileList td.w15
{
    width:15%;
}

.boxFileType
{
    width:100%;
    border:solid 1px #ccc;
}

/* Classi generiche */
.w100
{
    width:100%;
}
.w98
{
    width:98%;
}

.w90
{
    width:90%;
}
.w50
{
    width:50px;
}
.w25
{
    width:25%;
}
.w20
{
    width:20%;
}
.w15
{
    width:15%;
}

.errorValidation
{
    color:Red;
    font-style:oblique;
}
