/* CSS Document green */

#containerTable_green
{
	width: 100%;
	background: url(images/green-gradient.gif) repeat-x bottom;
}
#container_green_title
{
	width: 100%;
	height: 25px;
	padding-left: 10px;
	background: #77af72;
	border-left: 1px solid #77af72;
	border-right: 1px solid #77af72;
}
#container_green_title_actions
{
	width: 0px;
}
#container_green_title_content
{
	width: 90%;	
}
container_green_title_visibility
{
	width: 25px;
}
#container_green_content
{
	border-left: 1px solid #77af72;
	border-right: 1px solid #77af72;
	padding: 10px;
}
#container_green_actionbuttons_left
{
	background: url(images/green-bottom_left.gif) no-repeat bottom left;
}
#container_green_actionbuttons
{
	padding-top: 2px;
	width: 90%;
	background: url(images/green-bottom_right.gif) no-repeat bottom right;
	border-right: 0px;
	border-bottom: 0px;
	height: 0px;
	font-size: 1px;
}

