/* My Panel (standard) */
html { background: transparent; }

/* BOTH PANELS IN SOUTH HOME PAGE */

#south .ui-panel { margin: 0; max-width: 1600px; }

#south .ui-panel-container .ui-panel-header { height: 10px;	margin: 0 0 0 8px; background: url('/_img/stateportal/home/panel-topbottom.gif') no-repeat 100% 0; }
#south .ui-panel-container .ui-panel-header div { position: relative; left: -8px; width: 8px; height: 10px; background: url('/_img/stateportal/home/panel-topbottom.gif') no-repeat 0 0; font-size: 0; line-height: 0; }

#south .ui-panel-container .ui-panel-footer { height: 10px;	margin: 0 0 0 8px; background: url('/_img/stateportal/home/panel-topbottom.gif') no-repeat 100% 100%; }
#south .ui-panel-container .ui-panel-footer div { position: relative; left: -8px; width: 8px; height: 10px; background: url('/_img/stateportal/home/panel-topbottom.gif') no-repeat 0 100%; font-size: 0; line-height: 0; }

#south .ui-panel-container .ui-panel-content { padding: 0 0 0 8px;	background: url('/_img/stateportal/home/panel-leftright.gif') repeat-y 0 0; }
#south .ui-panel-container .ui-panel-content .ui-panel-inner { padding: 0 8px 0 0; background: url('/_img/stateportal/home/panel-leftright.gif') repeat-y 100% 0; }
#south .ui-panel-container .ui-panel-content .ui-panel-inner .ui-panel { display: block; margin: 0; background: #FFF; }

* html #south .ui-panel-container { position: relative; top: -1px; display: inline-block; }
#south .ui-panel-container .ui-panel-content .ui-panel-inner .ui-panel { display: inline-block; }
#south .ui-panel-container .ui-panel-content .ui-panel-inner .ui-panel { display: block; }
* html .ui-panel-container .ui-panel-content,
* html #south .ui-panel-container .ui-panel-content .ui-panel-inner .ui-panel { height: 1px; }
#south .ui-panel li { margin-left: 1.3em; }

