.panelTable{
	margin-top:6px;
	}

.panel-lt{
	background: transparent url('../img/panel/lt.gif') no-repeat left top;
	width:6px;
	height:6px;
	white-space:nowrap;
	padding:0 !important;
}

.panel-ct{
	background: #FFFFFF url('../img/panel/ct.gif') repeat-x scroll left top;
	width:6px;
	height:6px;
	white-space:nowrap;
	padding:0 !important;
}


.panel-rt{
	background: transparent url('../img/panel/rt.gif')  no-repeat  left top;
	width:6px;
	height:6px;
	white-space:nowrap;
	padding:0 !important;
}

.panel-lc{
	background: #FFFFFF url('../img/panel/lc.gif') repeat-y scroll left top;
	width:6px;
	height:6px;
	white-space:nowrap;
	padding:0 !important;

}

.panel-rc{
	background: #FFFFFF url('../img/panel/rc.gif') repeat-y scroll right top;
	width:6px;
	height:6px;
	white-space:nowrap;
	padding:0 !important;

}

.panel-lb{
	background: transparent url('../img/panel/lb.gif')  no-repeat  left top;
	width:6px;
	height:6px;
	white-space:nowrap;
	padding:0 !important;
}

.panel-cb{
	background: #FFFFFF url('../img/panel/cb.gif') repeat-x scroll left bottom;
	width:6px;
	height:6px;
	white-space:nowrap;
	padding:0 !important;
}

.panel-rb{
	background: transparent url('../img/panel/rb.gif')  no-repeat  left top;
	width:6px;
	height:6px;
	white-space:nowrap;
	padding:0 !important;
}



.contentPanel{
	background-color: #FFFFFF;
	padding-left:4px;
	padding-right:4px;
	padding-top:0px;
	padding-bottom:4px;
}