#Type1_Container
{
	width:100%;
	padding-top:0px;
	padding-bottom:0px;
	background-color:white;
}
#Type1_MenuBar
{
	width:100%;
	background-color:#F4F4F4;
	line-height:20px;
	height:20px;
	padding-bottom:4px;
}
#Type1_ACTIONS
{
	float:left;
	width:16px;
	height:16px;
}
#Type1_ICON
{
	float:left;
	width:auto;
	height:16px;
}
#Type1_TITLE
{
	float:left;
	height:16px;
	margin-left:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	font-weight:700;
	color:#646464;
}
#Type1_VISIBILITY
{
	float:right;
	height:16px;
	width:16px;
}
#Type1_Content
{
	padding-bottom:2px;
	padding-top:2px;
}
#Type1_ToolBarContainer
{
	width:100%;
	background-color:#FFFFFF;
	padding-top:2px;
	padding-bottom:2px;
}
#Type1_ToolBar
{
	width:100%;
	background-color:#F4F4F4;
	height:20px;
}
#Type1_ACTIONADDCONTENT
{
	float:left;
	height:16px;
}
#Type1_ACTIONMODULESETTINGS
{
	float:right;
	height:16px;
}

#Type1_BlueSeparator
{
	width:100%;
	height:2px;
	font-size:2px;
	background-image:url(Images/ContainerType1_BlueSeparator.jpg);
	background-position:center;
	background-repeat:no-repeat;
	filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#FFFFFF', startColorstr='#2A6796', gradientType='1');
}

#Type1_GreenSeparator
{
	width:100%;
	height:2px;
	font-size:2px;
	background-image:url(Images/ContainerType1_GreenSeparator.jpg);
	background-position:center;
	background-repeat:no-repeat;
	filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#FFFFFF', startColorstr='#8BA916', gradientType='1');
}


.Type1_clear
{
	clear: both;
}

