/* CSS Document green_container.css standard conainer for Afero */

#green_container
{
	width: 100%;
}
#afero_green_container
{
	width: 100%;
	margin-bottom: 10px;
}
#afero_green_container_header
{
	height: 30px;
	border: 1px solid #b4b4b4;
	vertical-align: middle;
	background: url(images/container_bg_title.gif) repeat-x;
}
#afero_green_container_headerTable
{
}
.green_containerActions
{
	width: 0px;
}
.green_containerTitle 
{
	width: 100%;
}
.green_containerVisibility
{
	text-align: right;
	padding-right: 10px;
	vertical-align: middle;
}
.green_containerTitle .Head
{
	padding-left: 10px;
	color: #157a34;
	font-weight: bold;
	font-size: 12px;
}
#afero_green_container_content
{
	border-left: 1px solid #b4b4b4;
	border-right: 1px solid #b4b4b4;
}
.green_containerContentPane
{
	padding: 10px;
}
.green_containerBottomLeft
{
	empty-cells: show;
	background: url(images/container_bg_bottom_left.gif) no-repeat bottom left;
	height: 20px;
	width: 20px;
}
.green_containerContent
{
	width: 20px;
}
.green_containerActionButtons
{
	empty-cells: show;
	border-bottom: 1px solid #b4b4b4;
	text-align: right;
}
* html .green_containerActionButtons, html:first-child .green_containerActionButtons
{
	width: 100%;
}
.green_containerBottomRight
{
	empty-cells: show;
	background: url(images/container_bg_bottom_right.gif) no-repeat bottom right;
	height: 20px;
	width: 20px;
}
