/* 
================================
 Container Styles for DotNetNuke
================================
*/   
 .Box_TopLeft
 {
  width:5px;
  background-image:url(images/Box_TopLeft.jpg);
     background-repeat:no-repeat  ;
      height:34px;
      background-position:left bottom ; 
 }
 
 .Box_TopCenter
 {
     height:34px;
     background-image:url(images/Box_TopCenter.jpg);
     background-repeat:repeat-x  ;
     text-align:center;
      vertical-align:text-bottom ;
        background-position:left bottom ;
     
 }
   .HeadTitle
 {
    font-size:10pt;
    font-weight:bold ;
    font-family:Verdana, Tahoma;
    text-transform:uppercase;
    
   height:34px;
    
 }
 
 .Box_TopRight
 {
  width:5px;
  background-image:url(images/Box_TopRight.jpg);
     background-repeat:no-repeat ;
      height:34px;
        background-position:left bottom ;
 }
 
 .Box_BorderLeft
 {
 width:5px;
  background-image:url(images/Box_BorderLeft.jpg);
     background-repeat:repeat-y;
 background-position:top ;
 }
 .Box_Content
 {
  margin:0px; 
 }
 .Box_BorderRight
 {
 width:5px;
  background-image:url(images/Box_BorderRight.jpg);
     background-repeat:repeat-y;
     background-position:top ;
 }
 .Box_BottomLeft
 {
     height:8px;
     width:5px;
     background-image:url(images/Box_BottomLeft.jpg);
     background-repeat:no-repeat ;
      background-position:top ; 
  
 }
 .Box_BottomCenter
 {
     height:8px;
     background-image:url(images/Box_BottomCenter.jpg);
     background-repeat:repeat-x  ;
     text-align:right; 
  
 }
 .Box_BottomRight
 {
     height:8px;
     background-image:url(images/Box_BottomRight.jpg);
     background-repeat:no-repeat ;
     background-position:top ;
 }