/* 
    Document   : cssGeneral.css
    Created on : 17-set-2008, 19.47.56
    Author     : dfn
    Description:
        Purpose of the stylesheet follows.
*/

/*Centratura tabella principale*/
.centered{
  text-align: center;  
}
.centered table{
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    background-color:white;
}
/*Fine centratura tabella principale*/

/* css colonne Body*/
.bodyColumns{
    vertical-align:top;    
}
/*fine di css colonne Body*/

.frameHeaderLeft{    
    background-color:white;
    background-image: url(/ESAcademy/images/frame/shadow_header_left.gif);    
    height:19px;
    width:30px;
}
.frameHeaderCentral{    
    background-color:white;
    background-image: url(/ESAcademy/images/frame/shadow_header_central.gif);    
    background-repeat:repeat-x;
    height:19px;
}
.frameHeaderRight{    
    background-color:white;
    background-image: url(/ESAcademy/images/frame/shadow_header_right.gif);    
    height:19px;
    width:30px;
}

.frameLeft{
    background-color:#778fa8;
    background-image: url(/ESAcademy/images/frame/shadow_left.gif);
    background-repeat:repeat-y;
    height:1px;
    width:14px;
}

.frameRight{    
    background-color:#778fa8;
    background-image: url(/ESAcademy/images/frame/shadow_right.gif);
    background-repeat:repeat-y;
    height:1px;
    width:14px;        
}

.frameBottomLeft{    
    background-color:white;
    background-image: url(/ESAcademy/images/frame/shadow_bottom_left.gif);    
    height:19px;
    width:30px;
}
.frameBottomCentral{    
    background-color:white;
    background-image: url(/ESAcademy/images/frame/shadow_bottom_central.gif);    
    background-repeat:repeat-x;
    height:19px;    
}
.frameBottomRight{    
    background-color:white;
    background-image: url(/ESAcademy/images/frame/shadow_bottom_right.gif);    
    height:19px;
    width:30px;
}


.frameCornerNW{
    background-color:white;
    background-image: url(/ESAcademy/images/frame/corner_nw.gif);
    height:19px;
    width:14px;
}

.frameCornerNE{
    background-color:white;
    background-image: url(/ESAcademy/images/frame/corner_ne.gif);
    height:19px;
    width:14px;
}

.frameCornerSW{
    background-color:white;
    background-image: url(/ESAcademy/images/frame/corner_sw.gif);
    height:19px;
    width:14px;
}

.frameCornerSE{
    background-color:white;
    background-image: url(/ESAcademy/images/frame/corner_se.gif);
    height:19px;
    width:14px;
}


