/* Panel off */
#panel-off {
 background: url(../images/interface/global/panel-bg-shadow.gif) repeat-x 0 0;
 height: 2px;
 text-align: left !important;
}

#panel-toogle {
 height: 25px;
 width: 219px;
 margin: 0;
 cursor: pointer;
}

/* Panel On - toggle effect - show/hide */
#panel-on {
 width: 984px;
 height: 168px;
 background-color: white;
 display:none;
}

#panel-on #panel-content {
 background: #FFFFFF url(../images/interface/global/panel-bg-flag.gif) no-repeat right 0;
 position:relative;
 width:984px;
 height: 168px;
 text-align: left;
 color: black;
 font-family: Verdana;
 font-size: 11px;
}

#panel-on a#panel-close {
 position: absolute;
 display:block;
 top: 144px;
 left:870px;
 right: 6px;
 height: 20px;
 width:80px;
 float:right;
 background: url(../images/interface/global/button-close-panel-blue.gif) no-repeat;
 background-position: right top;
 padding-right: 25px;
 color: black;
 font-family: Verdana;
 font-size: 11px;
 text-decoration: none;
}
