﻿.panel
{
	border: 1px solid;
	width: 100%;
	margin-bottom: 5px;
}

.panel thead td.collapse
{
	background-image: url('/img/toggle_minus.gif');
	background-repeat: no-repeat;
	width: 22px;
	vertical-align: middle;
}

.panel thead td.collapsed
{
	background-image: url('/img/toggle_plus.gif');
	background-repeat: no-repeat;
	width: 22px;
	vertical-align: middle;
}

.panel thead tr.panel-titlebar
{
	height: 22px;
}
.panel thead tr.panel-toolbar
{
	height: 1.5em;
}
.panel tfoot tr
{
	height: 1.5em;
}
.panel thead .icon
{
	width: 1em;
}
.panel thead .actions
{
	width: 160px;
	text-align: left;
}
.panel thead .actions.wide
{
	width: 140px;
}
.panel thead .paging
{
	width: 60px;
	white-space: nowrap;
}
.panel thead .collapse
{
	width: 1.5em;
	background-image: url(open.gif);
	background-repeat: no-repeat;
	cursor: pointer;
}
.panel thead .collapsed
{
	width: 1em;
	background-image: url(closed.gif);
	background-repeat: no-repeat;
	cursor: pointer;
}
td.collapsed + tbody
{
	display: none;
}
.panel.mini thead tr
{
	height: 1.5em;
	background-image: none;
}
.panel td.main
{
	padding: 10px;
	vertical-align: bottom;
}
.panel td.main div
{
	display: block;
	padding-right: 10px;
	line-height: 25px;
}
.remove-rbl-border 
{
	border-right:0px;
	border-bottom:0px;
	border-left:0px;
}