/* 
    Document   : cssComponents
    Created on : 18-set-2008, 10.16.02
    Author     : dfn
    Description:
        Purpose of the stylesheet follows.
*/

/*DEFINIZIONE CLASSI TABELLA GENERICA*/
.defaultColumnLarge{
    border: 1px solid #000000;
    vertical-align:top;
    width:70%;
}

.defaultColumnSmall{
    border: 1px solid #000000;
    vertical-align:top;
    width:30%;
}
.defaultColumnNormal{
    border: 1px solid #000000;
    vertical-align:top;
    width:50%;
}

.defaultHeader{
    border: 1px solid #000000;
    text-align:center;
    background-color:#c3d4ff;
}
/*FINE DEFINIZIONE CLASSI TABELLA GENERICA*/

/*DEFINIZIONE CLASSI TABELLA LOGIN*/
.columnsBottom{
    vertical-align:bottom;
}
/*FINE DEFINIZIONE CLASSI TABELLA LOGIN*/

/*DEFINIZIONE STILE PANELGRID INFORMATIVO*/
.informationPanelGrid{
  margin:auto;  
  width:90%;
  line-height:18px;
  text-align:justify;
}
/*FINE DI DEFINIZIONE STILE PANELGRID INFORMATIVO*/
.inputLabel{
    border: 1px solid #000000;
    font-size: 13px;        
}

.inputLabel:hover{
    border-color:green;
    font-size: 13px;
}

.comboBox{
    border: 1px solid #000000;
    font-family: arial, verdana, sans-serif; 
    font-size: 11px;
    color: #043284;      
}

.comboBox:hover{
    border-color:green;
    font-family: arial, verdana, sans-serif; 
    font-size: 11px;
    color: #043284;
}

.radioButton{
    font-size: 12px;
}

/*RIDEFINIZIONE CLASSI RICH-CALENDAR*/
.rich-calendar-input{
  font-size: 13px;  
  border: 1px solid #000000;
  width: 300px;
}
.rich-calendar-today {
    background-color: #2147b3;                         
    color:white;
}
.rich-calendar-editor-btn-selected{
    background-color: #2147b3;  
    color:white;
}
.rich-calendar-holly{
    background-color: #dde6ff;  
    color:#001d6f;
}
.rich-calendar-cell{
    width:35px;
    height:35px;
}
/*FINE DI RIDEFINIZIONE CLASSI RICH-CALENDAR*/

/*RIDEFINIZIONE CLASSI RICH-PANEL*/
.rich-panel-header{
    font-family: verdana;     
    color: black;
    text-align:center;
    font-weight:bolder;
    font-size: 12px;
}
/*FINE DI RIDEFINIZIONE CLASSI RICH-PANEL*/

/*DEFINIZIONE CLASSI HEADER PANNELLO SEZIONI*/
.panelHeaderSection{
    font-family: verdana;
    color: black;
    text-align:center;
    font-weight:normal;
    font-size: 18px;
}
/*FINE DI DEFINIZIONE CLASSI HEADER PANNELLO SEZIONE*/

/*RIDEFINIZIONE CLASSI RICH-TAB-PANEL*/
.rich-tab-active{
    border-color: #5d9ffc;
    font-weight: bold;    
}
.rich-tab-bottom-line{
    border-color: #5d9ffc;    
}
.rich-tabpanel-content{
    text-align:center;
    height: 800px;
    border-color: #5d9ffc;
}
/*FINE DI RIDEFINIZIONE CLASSI RICH-TAB-PANEL*/
