@CHARSET "utf-8";

div.PanelBox {
    margin: 9px 0;
    position: relative;
}

div.PanelBox h3 {
    color: #1c64ca;
    font-size: 13px;
    font-weight: bold;
    line-height: 16px;
    padding: 3px 15px 11px 15px;
    margin: 0;
}

div.PanelBox div.PanelBoxHead {
    background: url('BorderBox/bgBoxHeadBlue.png') 100% 0 no-repeat;
    font-size: 1px;
    padding-right: 5px;
}
* html div.PanelBox div.PanelBoxHead {
    background-image: url('BorderBox/bgBoxHeadBlue-ie6.png');
}

div.PanelBox div.PanelBoxHeadInner {
    background: url('BorderBox/bgBoxHeadBlue.png') 0 0 no-repeat;
    height: 5px;
    padding-left: 5px;
}
* html div.PanelBox div.PanelBoxHeadInner {
    background-image: url('BorderBox/bgBoxHeadBlue-ie6.png');
    font-size:1px;
}
div.PanelBox div.PanelBoxBody {
    background: #ffffff url('BorderBox/bgBoxBodyBlue.png') 100% 100% repeat-x;
    border-left: 1px solid #e3edfa;
    border-right: 1px solid #e3edfa;
    min-height: 81px;
}
* html div.PanelBox div.PanelBoxBody {
    height: 81px;
}
div.SmallPanel div.PanelBoxBody {
    background-position: 100% 10px;
    min-height: 0px;
}

div.PanelBox div.PanelBoxFoot {
    background: url('BorderBox/bgBoxFootBlue.png') 100% 100% no-repeat;
    font-size: 1px;
    padding-right: 5px;
}
* html div.PanelBox div.PanelBoxFoot {
    background-image: url('BorderBox/bgBoxFootBlue-ie6.png');
}
div.PanelBox div.PanelBoxFootInner {
    background: url('BorderBox/bgBoxFootBlue.png') 0 100% no-repeat;
    height: 5px;
    padding-left: 5px;
    font-size: 1px;
}
* html div.PanelBox div.PanelBoxFootInner {
    background-image: url('BorderBox/bgBoxFootBlue-ie6.png');
}

div.PanelBox img.ImageGradient {
	border-top:1px solid #E3EDFA;
	padding-top:1px;
	height:16px;
	width:100%;
}