          /* ########## TriLipono ########## */ 
		  /* old dark red was DD0000 */

#tl_border-color {
        border-color: #C00;
}

#tl_borderbottom-color {
        border-bottom: solid 1px #C00;
}


#tl_FAQ {
    border-top: solid 1px #C00;
    border-bottom: solid 2px #C00;
    /*background-color: #FFF0F0;*/
    background: url(/lo/images/bg/gradient_v_solid.gif) repeat-x scroll 0 0;
    padding: 10px;

    font-size: 14px; 
    font-style:italic; 
    font-family:'Times New Roman', Times, serif; 
    line-height: 1.4;
}

#tl_hr {
        height: 1px; 
        color: #C00;         /* Must use both color (IE) and background-color (NN) for this to work or else it will be blank in either browser */
        background-color: #C00;     
        border: none;
        text-align: center;
}


#tl table {
     /* margin-left: 20px; 
    margin-right: 20px; 
    margin-left: auto; 
    margin-right: auto; */
    
    border-color:#C44000;
    border-width:2px;
    border-style:solid;
        border-collapse: collapse;
} 

#tl_table-border {
        border:solid 1px #C00;
} 

#tl_table-subpages {
        width: 780px;              
        border: none;

}

#tl_td-dark {
    padding: 5px; 
    background-color: #C00;
}
#tl_td-darkBG {
    color: #FFFFFF; 
    background-color: #C00;
}

#tl_td-darkBGpad {
    color: #FFFFFF; 
    background-color: #C00;
    padding: 5px;
    border: solid 1px #000000;
    border-collapse: collapse;
}

#tl_td-lightBGpad {
    background-color: #FCE5E5;  /* old color: #FFF0F0 */
    padding: 5px;
    border: solid 1px #C00;
    border-collapse: collapse;
}
#tl_td-light {
    padding: 5px; 
    background-color: #FCE5E5;
}

#tl_text {
        color: #C00;
        font-weight: bold;
}


/* ###################### SSI additions ###################### */

}

.tl_table-subpages {
    width: 800px;              
    border: none;
    margin: 0 auto; 
    padding: 0px;
    text-align: left;
    
}

.tl_td-left {
        width: 570px;              
        vertical-align: top;
        padding-right: 10px; 
}

.tl_td-right {
        width: auto;               
        vertical-align: top;
        /*margin-left:10px;*/
        
        /*border-color:#cccccc; 
        border-width:1px; 
        border-style:solid;
        background-color:#f5f5f5;*/
        /*border-left: 1px dotted #C00;*/
}

#tl_content { 
    margin:10px 0px 10px 0px; 
    /*text-align: center;*/
}

#tl_FAQcontent {
    padding: 5px 0 5px 20px; 
    margin: 5px 5px 15px 5px; 
    /*font: normal 1.2em Georgia, Times, serif; line-height: 1.5em;*/
    color: #777; 
    border-left: 3px solid #C00;
}

#tl_summary { 
    border: 1px solid #CCCCCC; 
    background-color:#ffffe1; 
    margin:10px; 
    padding:10px;
    
    text-align:justify;
    font-size: 11px; 
    font-family: verdana, helvetica, sans-serif;
    line-height: 1.4;
    color: #000000;
}

#tl_BGgradient {
    border: 5px solid #C00;
    background: url(/lo/images/bg/gradient_diagonaldown.gif) repeat-x bottom;
}

#tl_BGgradient_solid {
    background: url(/lo/images/bg/gradient_v_solid.gif) repeat-x scroll 0 0;
}























.TL_content {
    position: relative;
    clear: both;
    width: 780px;
    margin-left: auto;
    margin-right: auto;
    z-index: 2;
    margin-bottom: 0;
}

.TL_leftbody {
    width: 555px;
    float: left;
    text-align:left;
    margin-left: 0;
    margin-right: 0;
    vertical-align: top;
}

.TL_rightbody {
    width: 225px;
    float: right;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    vertical-align: top;
}



