/*#### Container #####*/
.container-wrapper
{
	padding: 0px;
	width: 100%;
	margin-bottom: 8px;
}

.container-item
{
	float: left;
}

.c-header
{
	height: 41px;
	width: 100%;
}

.c-header .container-item
{
	height: 41px;
}

.c-header-left
{
	width:10px;
	background-image: url(c-top-left.png);
}

.c-header-right
{
	width:6px;
	background-image: url(c-top-right.png);
}

.c-header-arrow
{
	width:25px;
	background-image: url(c-top-arrow.png);
}
.c-header-blank
{
	background-image: url(c-header-right-blank.png);
	width: auto;
}

.c-header-center
{
	background-image: url(c-top-center.png);
	width:1%;
    white-space:nowrap;
}

.c-header-center .module-title
{
	color: #fff;
	font-weight: bold;
}

.c-middle-left
{
	width:10px;
	background-image: url(c-middle-left.png);
}

.c-middle-center
{
	background-color: #fff;
	width: auto;
}

.c-middle-right
{
	width:6px;
	background-image: url(c-middle-right.png);
}

.c-footer-left
{
	background-image: url(c-bottom-left.png);

}

.c-footer-center
{
	background-image: url(c-bottom-center.png);
}

.c-footer-right
{
	background-image: url(c-bottom-right.png);
}


.c-footer td
{
	height: 7px;
}

/*#### End Container #####*/