﻿/* The colapsing subpanels */
table.SubPanel
{
	width: 100%;
	border-collapse: collapse;
	margin: 0px 0px 0px 0px;
	font-family: Verdana;
	font-size: 10.5px;
	border: solid 0px black;
	padding: 0px 0px 0px 0px;
}

table.SubPanel tr td.Border
{
	border:none 0px none;
	/*border-width:1px;
	background-color: #6796f2;*/
}

table.SubPanel tr td.Header
{
	background-image:url(../Images/PanelImages/topBar.png);
	background-repeat:repeat-x;
	width:100%;
	color: white;
	cursor: hand;
	font-size: 13px;
	font-weight: bolder;
	padding-left:0px;
	vertical-align:top;
	text-align:left;
	padding: 0px 0px 0px 0px;
	
}

table.SubPanel tr td.HeaderDisabled
{
	/*background-color: #6796f2;
	background-color: red;*/
	background-image:url(../Images/PanelImages/topBar.png);
	color: white;
	font-size: 13px;
	font-weight: bolder;
	padding-left:0px;
	text-align:left;
}

table.SubPanel tr td.Body
{
	background-color: #E8E8F4;
	width: 100%;
}

.CornerTopLeft
{
    background-image:url("../Images/PanelImages/CornerTopLeft.png");
} 
.CornerTopRight
{
    background-image:url("../Images/PanelImages/CornerTopRight.png");
} 