.c_gray_container
{
	width: 100%;
	margin-bottom: 20px;
}

.c_gray_container .c_gray_table
{
	width: 100%;
}

.c_gray_top_left
{
	width: 10px;
	height: 29px;
	font-size: 2px;
	background-image: url('images/gray-top-left.gif');
}

.c_gray_arrow
{
	width: 8px;
	height: 29px;
	font-size: 2px;
	background-image: url('images/gray-top-arrow.gif');
	background-repeat: no-repeat;
}

.c_gray_top
{
	height: 29px;
	font-size: 2px;
	background-image: url('images/gray-top.gif');
	background-repeat: repeat-x;
	color: black;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 29px;
	padding-left: 8px;
}

.c_gray_top_right
{
	width: 10px;
	height: 29px;
	font-size: 2px;
	background-image: url('images/gray-top-right.gif');
}

.c_gray_contentpane
{
	border: 1px solid #bababa;
	border-top: 0px;
	border-bottom: 0px;
	background-color: white;
	background-image: url('images/black-content.gif');
	background-repeat: repeat-x;
	padding: 10px;
}

.c_gray_bottom_left
{
	width: 10px;
	height: 5px;
	font-size: 2px;
	background-image: url('images/gray-bottom-left.gif');
}

.c_gray_bottom
{
	height: 5px;
	font-size: 2px;
	line-height: 2px;
	background-image: url('images/gray-bottom.gif');
	background-repeat: repeat-x;
}

.c_gray_bottom_right
{
	width: 10px;
	height: 5px;
	font-size: 2px;
	background-image: url('images/gray-bottom-right.gif');
}