﻿#content .defaultPanel 
{
	margin-bottom:10px;
}

.defaultPanel 
{
	width:100%;
	table-layout:fixed;
}

.defaultPanel .top
{
	display:none;
}

.defaultPanel .top .left
{
	width:0px;
}

.defaultPanel .top .center
{
}

.defaultPanel .top .right
{
	width:0px;
}

.defaultPanel .middle
{
}

.defaultPanel .middle .left
{
	width:0px;
}

.defaultPanel .middle .center
{
}

.defaultPanel .middle .right
{
	width:0px;
}

.defaultPanel .bottom
{
	height:0px;
}

.defaultPanel .bottom .left
{
	width:0px;
}

.defaultPanel .bottom .center
{
}

.defaultPanel .bottom .right
{
	width:0px;
}

.defaultPanel .top .center .caption
{
	color:White;
	float:left;
	font-weight:bold;
	width:80%;
	overflow:hidden;
	white-space:nowrap;
	
}
owrap
.defaultPanel .top .center .hideButton, .defaultPanel .top .center .collapsed.hideButton
{
	height:16px;
	width:16px;
	cursor:pointer;
	background-repeat:no-repeat;
	background-position:center center;
	float:right;
}

.defaultPanel .hideButton
{
}

.defaultPanel .hideButton.collapsed
{
}


/********************* defaultPanel visible *********************/

.defaultPanel.visible .caption
{
	/*color:#f0a800 !important;
    color: #000 !important;
    text-transform: uppercase;*/
}

.defaultPanel.visible .top
{
	display:table-row !important;
	display:inline;
	height:24px;
}

.defaultPanel.visible .top .left
{
	/*background-image:url(images/panel/images/pnl_l.gif);*/
    background-color: #a8a8a8;
	width:5px;
}

.defaultPanel.visible .top .center
{
	/*background-image:url(images/panel/images/pnl_m.gif);*/
    background-color: #a8a8a8;
    padding: 5px 5px 0 3px;
}

.defaultPanel.visible .top .right
{
	/*background-image:url(images/panel/images/pnl_r.gif);*/
    background-color: #a8a8a8;
	width:5px;
}

.defaultPanel.visible .middle .left
{
	/*background-image:url(images/panel/images/pnl_sl.gif);
	background-position:right bottom;
	background-repeat:no-repeat;*/
	width:5px;
}

.defaultPanel.visible .middle .center
{
	background-color:White;
	padding:4px;
}

.defaultPanel.visible .middle .right
{
	/*background-image:url(images/panel/images/pnl_sr.gif);
	background-position:left bottom;
	background-repeat:no-repeat;*/
	width:5px;
}

.defaultPanel.visible .bottom
{
	height:4px;
}

.defaultPanel.visible .bottom .left
{
	/*background-image:url(images/panel/images/pnl_bl.gif);
	background-position:right;
	background-repeat:no-repeat;*/
	width:5px;
}

.defaultPanel.visible .bottom .center
{
	/*background-image:url(images/panel/images/pnl_b.gif);*/
}

.defaultPanel.visible .bottom .right
{
	/*background-image:url(images/panel/images/pnl_br.gif);
	background-position:left;
	background-repeat:no-repeat;*/
	width:5px;
}


.defaultPanel.visible .hideButton
{
	background-image:url(images/panel/images/arrow-drop-up.png); /*url(images/panel/images/up.gif);*/
	width:16px;
	height:16px;
	float:right;
	cursor:pointer;
}

.defaultPanel.visible .hideButton.collapsed
{
	background-image:url(images/panel/images/arrow-drop-down.png);  /*url(images/panel/images/down.gif);*/
}

.defaultPanel.visible .DataGrid td,
.defaultPanel.visible .DataGrid .caption
{
	/*color:#000000 !important;*/
}

.noDefaultPanel {
    margin-left: 5px;
    margin-bottom: 8px;
    margin-top: 8px;
    text-align: left;
}
.noDefaultPanel tr.top td.center span.caption { color: #000 !important; }