/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containercontent 
{
    font-family:@Batang;
    font-size:15pt;
    font-weight:bold ;
    color:White;	
}
.topleft
{
    background-image:url(topleft.jpg);
    width:20px;
    height:23;
    }
.topmid
{ 
    width:100%;
    background-image:url(topmid.jpg);
    height:23;
    }
.topright
{
    background-image:url(topright.jpg);
    width:20px;
    height:23;
    }
.botleft
{
    background-image:url(botleft.jpg);
    width:20px;
    height:22;
    }
.botmid
{
    width:100%;
    background-image:url(botmid.jpg);
    height:22;
    }
.botright
{
    background-image:url(botright.jpg);
    width:20px;
    height:22;
}
.leftmid
{
    height:100%;
    background-image:url(leftmid.jpg);
    width:19px;
    }
.rightmid
{
    height:100%;
    background-image:url(rightmid.jpg);
    width:19px;
    }
.contentpane
{
    background-image:url(contentbk.jpg);
}
.linkcontainer
{
    background-image:url(linkcontainerbk.gif);
    height:27px;
    }
.productcontainer
{
    font-family:@Adobe Myungjo Std M;
    font-size:14pt;
    background-image:url(productbk.gif);
    width:100%;   
}
.containertitle
{
    font-family:@Adobe ���� Std R;
    font-size:12pt;
    color:#1A61A3;
    font-weight:900;
    }





