﻿.panel
{
    font-family:Tahoma;
    font-size:11pt;
    color:#222222;
    background-color:#fff;
}    

/* header styles */
.panel .header
{
    color:#fff;        
}
.panel .header .outer
{
    background:url(images/grid/top-right.gif) right no-repeat;
    padding-right:6px;
}
.panel .header .inner
{
    background:url(images/grid/top-left.gif) left no-repeat;
    padding-left:6px;
}
.panel .header .content
{
    height:38px;
    background:url(images/grid/top-mid.gif) repeat-x;
}

/* panel body styles */
.panel .body
{
}
.panel .body .outer
{
    background:url(images/grid/right.gif) right repeat-y;
    padding-right:6px;
}
.panel .body .inner
{
    background:url(images/grid/left.gif) left repeat-y;
    padding-left:6px;
}

/* panel footer styles */
.panel .footer .outer
{
    background:url(images/grid/bottom-right.gif) right top no-repeat;
    padding-right:6px;
}
.panel .footer .inner
{
    background:url(images/grid/bottom-left.gif) left top no-repeat;
    padding-left:6px;
}
.panel .footer .content
{
    height:6px;
    background:url(images/grid/bottom-mid.gif) repeat-x;        
}   
