/* 
    Document   : main
    Created on : September 19, 2006, 12:18 PM
    Author     : pes1vec
    Description:
        Purpose of the stylesheet follows.
*/

/* 
    Main page customizzations
*/

    #panel-1 {        
        width:                  100%;   
        height:                 218px;        
        border:                 1px solid #B4C8DA;
        background-color:       #E3EBEF;
        color:                  #3C5F84;
        font-size:              10px;
        padding:                5px;
    }

    #panel-1 h1 {
        font-size:              12px;
        font-weight:            bold;
        color:                  #3C5F84;
    }

    #panel-1 hr {
        height:                 2px;
        color:                  #FFFFFF;
        background-color:       #FFFFFF;
        border-top:             1px dashed #3C5F84;
        border-bottom:          1px dashed #3C5F84;
    }

    #main-page {
        width: 750px;
    }

    #main-page p {        
    }
    
    .main-intro table {
        width:                  750px;        
        height:                 230px;        
    }

    .main-intro td {
        vertical-align:         top;
        padding-right:          20px;        
    }

    #main-contents h1 {
        font-size:              10px;
        font-weight:            bold;
    }

    #main-contents p {
        font-size:              10px;
        font-weight:            normal;        
    }

    #main-contents table {
        height:                 100%;
        background-color:       #EAEAEA;
        padding:                10px;
        border-color:           #BABABA;
        border-style:           solid;
        border-width:           1px;
        margin-top:             10px;
    }

    #main-contents td {
        padding:                10px;
        width:                  33%;
    }

    #main-contents td.central {        
        border-color:           #BABABA;
        border-width:           1px;
        border-left-style:      solid;        
        border-right-style:     solid;        
    }


