﻿/******************************/
/**This is for the Containers**/
/******************************/

	#FrameLeft .PanelLeftTopic
        {
        width: 190px;
        padding:2.5px;
        margin-bottom:5px;
        border:solid silver 1px;
        background:#ffdddd;
        filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#ffdddd', EndColorStr='white');
        }
    
    
                #FrameLeft #Banner125x125
                    {
                    width:125px;
                    padding-top:5px;
                    background:transparent
                    }
                            
 	                            #Banner125x125 .Banner125x125
                                    {
                                    width:125px;
                                    height:125px;
                                    border:solid 1px gray;
                                    }
 

/***************************/
/**This is for Left Topics**/
/***************************/
#MainContent #FrameLeft #FrameLeftTopic
    {
	right:0px;
	top:0px;
	width: 180px;
	background:transparent
    }
    
    dl#ulLeftTopic
	    {
	    margin:0px;
	    }

    dl#ulLeftTopic dt
	    {
	    float:left;
	    width:100%;
	    text-align: center;
	    background: url(B01-FrameLeft/pinas_Topic_bar.jpg);
	    }
    
    dl#ulLeftTopic dd
	    {
	    Margin-left:0px;
	    width:95%;
	    }

    dl#ulLeftTopic dd a
	    {
	    font-size:10px;
	    line-height:10px;
	    font-family:"verdana",Arial,sans-serif;
	    font-weight:normal;
	    text-align:Left;
	    }

    dl#ulLeftTopic a
	    {
	    font-size:10px;
	    line-height:18px;
	    font-family: "verdana",Verdana,Arial,sans-serif;
	    font-weight:bold;
	    border-right:solid 1px RGB(240,240,100);
	    border-bottom:solid 1px RGB(240,240,100);
	    display:block;
	    text-decoration:none;
    	color: RGB(120,120,100);
	    }

    dl#ulLeftTopic a:hover
	    {
	    font-family: Papyrus,"verdana",Verdana,Arial,sans-serif;
	    color:white;
	    background:RGB(180,180,100);
	    }

    dl#ulLeftTopic dt.activelink a,dl#ulLeftTopic dt.activelink a:hover
	    {
	    width:100%;
	    font-family:"Monotype Corsiva",Verdana,Arial,sans-serif;
	    font-size:14px;
	    color:RGB(147,25,12);
	    }


    dl#ulLeftTopic dt.StartEndBar, dl#ulLeftTopic dt.StartEndBar a
	    {
	    width:40px;
	    }


    dl#ulLeftTopic dt.StartEndBar a
	    {
	    color:RGB(255,94,69);
	    }

