/* 
    Document   : cssGeneral
    Created on : 16-giu-2008, 10.50.59
    Author     : dfn
    Description:
        Purpose of the stylesheet follows.
*/


.columnsAlignedTop{
  vertical-align:top;
}
.columnsWiden{
  text-align:left;
  vertical-align:top;
  width:300px;
}

.evenRow {
    background: #FCFFFE;
}
.oddRow {
    background: #ECF3FE;
}

.selectedRowClass{
    background-color: #bed6f8;
}

.centered{
  text-align: center;
}
.centered table{
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    background-color:white;
}

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

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

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

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


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

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

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

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


