/* 
================================
 Container Styles for AAMCFHN
 LBL - Epic Services Pty Ltd
March 2009
================================
*/   

#C_Outside	{
	margin-bottom: 5px;
}
.transparent {
	background-color: transparent;
	padding: 2px;
	margin-bottom: 5px;
}
.white {
	background-color: #FFFFFF;	
}
.orange	{
	background-image: url(images/orangeBkgd.gif);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
}
.grey	{
	background-image: url(images/greyBkgd.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.content {
	margin-bottom: 2px;
}
.border-minHigh	{
	min-height: 350px;
	height:auto;
	background-color: #FFFFFF;
}
/*for IE */
/*\*/
* html .border-minHigh	{
	height: 350px;
}

.ModuleTitle_MenuBar {
	height:16px;
}
.ModuleTitle_MenuIcon {
	display:none; 
}
.ModuleTitle_MenuItemSel {	
}
/*
________________________________________

grey boxes rounded corners in a bloody table !
________________________________________
*/
#E7_Outside	{
	background-color: #e7e7e7;
	margin-bottom: 5px;
}
.top-left-e7 {
	padding:0px;
	width:11px;
	height:11px;
	background-image: url(images/left-top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	
}
.top-right-e7 {
	padding:0px;
	margin:0px;
	background-image: url(images/right-top.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 11px;
	width: 11px;
}

.bot_left-e7 {
	padding:0px;
	margin:0px;
	background-image: url(images/left-bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 11px;
	width: 11px;
}
.bot_right-e7 {
	padding:0px;
	margin:0px;
	background-image: url(images/right-bottom.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 11px;
	width: 11px;
}
#F6_Outside	{
	background-color: #F6f6f6;
	margin-bottom: 5px;
}
.top-left-f6 {
	padding:0px;
	width:7px;
	height:7px;
	background-image: url(images/top-left-F6.gif);
	background-repeat: no-repeat;
	background-position: left top;	
}
.top-right-f6 {
	padding:0px;
	margin:0px;
	background-image: url(images/top-right-F6.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 7px;
	width: 7px;
}

.bot_left-f6 {
	padding:0px;
	margin:0px;
	background-image: url(images/bottom-left-F6.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 7px;
	width: 7px;
}
.bot_right-f6 {
	padding:0px;
	margin:0px;
	background-image: url(images/botttom-right-F6.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 7px;
	width: 7px;
}
