/* Style Sheet for PanelHelper */
div.panel div.content div.section{margin:-2px -10px;padding:2px 10px;border-top:1px solid #f4f4f4;margin-bottom:5px}
div.panel ul.menu{list-style:none;padding:0;margin:0}
div.panel ul.menu li{margin:-2px 0;line-height:25px;font-size:1em;background:url('panel/bullet.gif') no-repeat left center;padding-left:15px}
div.panel ul.menu li a{display:block;padding:2px 10px}
div.panel ul.menu li a:link,div.panel ul.menu li a:visited{color:#000;text-decoration:none;font-weight:bold}
div.panel ul.menu li a img.icon{margin:0 10px -3px 0;border:0}
div.panel ul.menu li a:hover,div.panel ul.menu li a:visited:hover{color:#fff;text-decoration:none;background:url('panel/left_arrow.gif') no-repeat right center}
div.panel div.content ul.bullet{list-style-image:url('panel/right_arrow.gif')}

div.panel div.top{background: url('panel/border_top.png') top repeat-x;height:8px;font-size:0}
div.panel div.top div.left{float:left;padding-left:8px;background:url('panel/corner_top_left.png') left no-repeat;height:8px}
div.panel div.top div.right{float:right;padding-right:8px;background:url('panel/corner_top_right.png') right no-repeat;height:8px}
div.panel div.body{background:url('panel/border_left.png') left repeat-y;padding-left:8px}
div.panel div.body div.right{background:url('panel/border_right.png') right repeat-y;padding-right:8px;overflow:hidden}
div.panel div.bottom{background:url('panel/border_bottom.png') bottom repeat-x;height:8px;font-size:0}
div.panel div.bottom div.left{background:url('panel/corner_bottom_left.png') left no-repeat;height:8px}
div.panel div.bottom div.right{background:url('panel/corner_bottom_right.png') right no-repeat;height:8px}

div.shadow{background:url('panel/shadow_bottom.gif') repeat-x left bottom}
div.shadow div.border{background:url('panel/shadow_right.gif') repeat-y top right}
div.shadow div.bottom_left{background:url('panel/shadow_bottom_left.gif') no-repeat left bottom}
div.shadow div.top_right{background:url('panel/shadow_top_right.gif') no-repeat right top}
div.shadow div.corner{background:url('panel/shadow_corner.gif') no-repeat bottom right;padding:0 5px 5px 0}
div.shadow img{border:5px solid #000}