/* CSS Document container.css standard conainer for Afero */

#container
{
	width: 100%;
}
#afero_container
{
	width: 100%;
	margin-bottom: 10px;
}
#afero_container_header
{
	height: 30px;
	border: 1px solid #b4b4b4;
	vertical-align: middle;
	background: url(images/container_bg_title.gif) repeat-x;
}
#afero_container_headerTable
{
}
.containerActions
{
	width: 0px;
}
.containerTitle 
{
	width: 100%;
}
.containerVisibility
{
	text-align: right;
	padding-right: 10px;
	vertical-align: middle;
}
.containerTitle .Head
{
	padding-left: 10px;
	color: #255f9e;
	font-weight: bold;
	font-size: 12px;
}
#afero_container_content
{
	border-left: 1px solid #b4b4b4;
	border-right: 1px solid #b4b4b4;
}
.containerContentPane
{
	padding: 10px;
}
.containerBottomLeft
{
	empty-cells: show;
	background: url(images/container_bg_bottom_left.gif) no-repeat bottom left;
	height: 20px;
	width: 20px;
}
.containerContent
{
	width: 20px;
}
.containerActionButtons
{
	empty-cells: show;
	border-bottom: 1px solid #b4b4b4;
	text-align: right;
}
* html .containerActionButtons, html:first-child .containerActionButtons
{
	width: 100%;
}
.containerBottomRight
{
	empty-cells: show;
	background: url(images/container_bg_bottom_right.gif) no-repeat bottom right;
	height: 20px;
	width: 20px;
}