/* CSS Document */
#container
{
	width: 100%;
	padding-bottom: 10px;
}
#containerTable
{
	width: 100%;
}
#container_title
{
	width: 100%;
	height: 25px;
	padding-left: 10px;
	background: #bcbcbc;
	border-left: 1px solid #bcbcbc;
	border-right: 1px solid #bcbcbc;
}
#container_title_actions
{
	width: 0px;
}
#container_title_content
{
	width: 90%;	
}
container_title_visibility
{
	width: 25px;
}
#container_content
{
	border-left: 1px solid #bcbcbc;
	border-right: 1px solid #bcbcbc;
	padding: 10px;
}
#container_actionbuttons
{
	padding-top: 2px;
	width: 100%;
	border: 1px solid #bcbcbc;
	border-top: 0px;
	height: 0px;
	font-size: 1px;
}
.containerTitlePane
{
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	font-family: Verdana;
}


