﻿.panelHolder,.lightBlue,.medBlue
{
    width:100%;
    margin-left:auto;
    margin-right:auto;  
    height:100%;  
}
.panelHolderTop,.panelHolderBottom
{
    width:100%;
    height:13px;
    background-repeat:repeat-x;

}
.panelHolderTop
{
    
}
.panelHolderBottom
{

    
    background-position:0 1px; 

}
.panelHolderLeft,.panelHolderRight
{
    height:100%;
    width:13px;
    background-repeat:repeat-y;
   
}
.panelHolderLeft
{
    
    float:left;
  
}
.panelHolderRight
{

   
    float:right;
   


}
.innerPanel
{
    
    height:100%;
}
.panelCornerLeftTop,.panelCornerLeftBottom,.panelCornerRightTop,.panelCornerRightBottom{
    height:13px;
    width:13px;
    
}
.panelCornerLeftTop
{
   
    float:left;
}
.panelCornerLeftBottom
{
     
    float:left;
}
.panelCornerRightTop
{
   
    float:right;
}
.panelCornerRightBottom
{
    
    float:right;
    
}
.panelSpace
{
    clear:both;
}

