/* 
================================
 Container Styles for DotNetNuke
================================
*/ 


/*--------------------------------------------------------
             Leaves
---------------------------------------------------------*/
#ContainerHeader{vertical-align:top;}
#ContainerHeader .Left
{
    height:41px; width: 12px;
    padding: 0 ;
}
#ContainerHeader .Actions
{
    background: url(Images/Top_Middle.png) repeat-x top;
    height:41px; width: 10px;
    padding: 0;
}
#ContainerHeader .Head
{
    font-size: 14px;
    color: #000000;
}
#ContainerHeader .Title
{
    height:41px;
    background: url(Images/Top_Middle.png) repeat-x top;
}
#ContainerHeader .Buttons
{
    height:41px; width: 16px;
    background: url(Images/Top_Middle.png) repeat-x top;
    text-align: right;
    padding: 10px 0 0 5px;
}
#ContainerHeader .Right 
{
    height:41px; width:17px;
    padding: 0; 
}


#ContainerContent          {vertical-align:top;}
#ContainerContent .Left 
{
    background: url(Images/Middle_Left.png) top left repeat-y; 
    width: 12px;
    padding: 5px 0 0 0;}
#ContainerContent .Content { padding: 5px 0 0 0; }
#ContainerContent .Right   
{
    background: url(Images/Middle_Right.png) top right repeat-y; 
    width: 17px; 
    padding: 5px 0 0 0;}

#ContainerBottom         { vertical-align:bottom; }
#ContainerBottom .Left   { height:25px; width:12px; padding: 0 0 0 0; }
#ContainerBottom .Middle { height:25px; width:100%;  padding: 0; background: url(Images/Bottom_Middle.png) bottom left repeat-x; }
#ContainerBottom .Right  { height:25px; width:17px; padding: 0 0 0 0; }



