﻿div.ContainerPanel
{
	width: 100%;
	margin: 6px 0px 4px 0px;
}

div.ContainerTitlePanel
{
	margin: 0px;
	padding: 0px;
	background-color: #333333;
	font-weight: bold;
	color: #f05a24;
	text-align: center;
}

div.ContainerContent
{
	padding: 5px;
}

div.ContainerContentPanel
{
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #333333;
}

div.GabberContainerTitlePanel
{
	margin-top: 4px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	background-image: url('images/container_title_background.png');
	background-position: center center;
	background-repeat: no-repeat;
	height: 30px;
	vertical-align: middle;
	font-weight: bold;
	color: #f05a24;
	text-align: center;
}

div.GabberContainerTitlePanelContent
{
	padding-top: 5px;
	padding-bottom: 4px;
	padding-left: 0px;
	padding-right: 0px;
}

div.GabberContainerContent
{
	margin: 0px;
	padding: 5px;
	background-color: #333333;
}

div.GabberContainerTopLeft
{
	float: left;
	width: 8px;
	height: 8px;
	margin: 0px;
	padding: 0px;
	border: none;
	background-image: url('images/round_corner_top_left.png');
}

div.GabberContainerTopRight
{
	float: right;
	width: 8px;
	height: 8px;
	margin: 0px;
	padding: 0px;
	border: none;
	background-image: url('images/round_corner_top_right.png');
}

div.GabberContainerTop
{
	height: 8px;
	margin: 0px 8px 0px 8px;
	padding: 0px;
	background-color: #333333;
}

div.GabberContainerBottomLeft
{
	float: left;
	width: 8px;
	height: 8px;
	margin: 0px;
	padding: 0px;
	border: none;
	background-image: url('images/round_corner_bottom_left.png');
}

div.GabberContainerBottomRight
{
	float: right;
	width: 8px;
	height: 8px;
	margin: 0px;
	padding: 0px;
	border: none;
	background-image: url('images/round_corner_bottom_right.png');
}

div.GabberContainerBottom
{
	height: 8px;
	margin: 0px 8px 6px 8px;
	padding: 0px;
	background-color: #333333;
}

div.ContainerContent table
{
	width: auto !important;
}
