﻿.tbl_container
{
	background-color: #C6D5E6;
	text-align: left;
}

.td_container_header
{
	background-color: #3D78A6;
	height: 25px;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 6px;
	white-space: nowrap;
}

.td_container_title
{
	background-color: #7AB3E0;
	height: 25px;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 6px;
	white-space: nowrap;
}

.td_container_collapse
{
	background-color: #3D78A6;
	height: 25px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0px;
	white-space: nowrap;
}

.td_container_light
{
	background-color: #FFFFFF;
	color: #3D78A6;
}

.td_container_dark
{
	background-color: #F0F4FA;
	color: #3D78A6;
}

