/* 
================================
 Container Styles for Inspiring
================================
*/   

.containermaster_pink {
	width: 100%;
	background-color: #ff99cc;
	moz-border-radius-bottomleft: 15px;
	moz-border-radius-bottomright: 15px;
	moz-border-radius-topleft: 3px;
	moz-border-radius-topright: 3px;
	border: 1px solid #ff99CC;
}
.containermaster_dark {
	width: 100%;
	background-color: white;
	moz-border-radius-bottomleft: 15px;
	moz-border-radius-bottomright: 15px;
	moz-border-radius-topleft: 3px;
	moz-border-radius-topright: 3px;
	border: 1px solid #cc0099;
}
.container_white {
	background-color: #ffffff;
}

.containermaster_transparent
{
	background-color: #transparent;
}
.containermaster_outline {
	width: 100%;
	background-color: transparent;
	border-right: #ff99cc 1px solid;
	border-top: #ff99cc 1px solid;
	border-left: #ff99cc 1px solid;
	border-bottom: #ff99cc 1px solid;
	moz-border-radius-bottomleft: 15px;
	moz-border-radius-bottomright: 15px;
	moz-border-radius-topleft: 3px;
	moz-border-radius-topright: 3px;
}
.ModuleTitle_MenuBar {
	height:16px;
}
.ModuleTitle_MenuIcon {
	background-color: #FFFFFF;
	border-left: #EEEEEE 0px solid; 
	border-bottom: #EEEEEE 0px solid; 
	border-top: #EEEEEE 0px solid; 
}
.ModuleTitle_MenuItemSel {
	color: black; 
	background-color: #cccccc;
}.pinkheader {
	width: 100%;
	background-color: #c09;
	moz-border-radius-bottomleft: 15px;
	moz-border-radius-bottomright: 15px;
	moz-border-radius-topleft: 3px;
	moz-border-radius-topright: 3px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

