/* 
    Document   : main
    Created on : 31-ott-2012, 12.14.02
    Author     : marco.monacelli
    Description:
        Purpose of the stylesheet follows.
*/


.ui-widget, .ui-widget .ui-widget {
    font-size: 100% !important;
}


body {
    font-family: Verdana, Arial, sans-serif;
/*    background-color: #e4f0f8; 
    background-color: #ffffff;                    */
}

.footer {
    font-size: 10pt;                    
}
.columnLeft{
    min-width: 250px;   
    max-width: 350px;    
}

.columnRgt{
    width: 100%;  
}
/*
.ui-panelgrid  {
    width:100%;            
}                
.languagedisplay {
    text-align: right;
}
.menudisplay {
    text-align: center;
}
td .ui-selectonemenu {
    vertical-align: middle;
}

.ui-panelgrid tr, .ui-panelgrid td {
    border: none;
}

.textcenterform
{
    text-align: center;
}

.centerPanel {                      
    width:80%;
    margin:0px auto;  
}
.txtleft {  
    text-align: left;  
}
.txtcenter {  
    text-align: center;  
}
.txtright {  
    text-align: right;  
}*/

.noBorders tr, .noBorders td {                    
    border: none !important;                    
}

.noBordersGrey tr, .noBordersGrey td {
    background: none !important;
    border: none !important;
    background: #e0e0e0 !important;
}

.greyLayoutStyle .ui-layout-unit-content{
    background: #e0e0e0;
/*    background: #e4f0f8;*/
}/*

.panelGridNewUserColumn {
    vertical-align: top;
    width: 50%;
}

.ui-layout-north {
    z-index:20 !important;
    overflow:visible !important;
}

.ui-layout-north .ui-layout-unit-content {
    overflow:visible !important;
}*/

.ui-growl-image {
    width:auto !important;
    height:auto !important;
    float:none !important;
    margin:0;
    padding:0;
    display:block;
}



