/** 
 * SilverStripe LOWDown Theme
 * http://www.silverstripe.com
 *
 * Portlet Layout File
 */
 
/* Misc Styles and defaults 
-------------------------------------------- */
 .inner_portlet	{
	margin: 9px 0 0px 0;
	padding: 0 12px 0 48px;
	
	}
 .Icon	{
 	float: right;
	margin: 90px 0 0 10px;
	z-index: 5000;
	}
  
  /* GREEN PORTLET 
-------------------------------------------- */
 .greenportlet	{
	float:left;
	width: 100%;
	background-color: #A5C66D;
	height: 190px;
	
	}
.darkgreen_margin	{
	float:left;
	width: 40px;
	height: 100%;
	background-color: #7FB539;
	height: 100%;
	}


/* PINK PORTLET 
-------------------------------------------- */	
.pinkportlet	{
	float:left;
	width: 100%;
	background-color: #E870AF;
	height: 190px;
	}
.darkpink_margin	{
	float:left;
	width: 40px;
	height: 100%;
	background-color: #E1058C;
	}

/* PURPLE PORTLET 
-------------------------------------------- */	
.purpleportlet	{
	float:left;
	width: 100%;
	background-color: #8E6CAF;
	height: 190px;
	}
.darkpurple_margin	{
	float:left;
	width: 40px;
	height: 100%;
	background-color: #662D91;
	}

/* YELLOW PORTLET 
-------------------------------------------- */	
.yellowportlet	{
	float:left;
	width: 100%;
	background-color: #E9C96B;
	height: 190px;
	}
.darkyellow_margin	{
	float:left;
	width: 40px;
	height: 100%;
	background-color: #DEB408;
	}
/* PINK PORTLET 
-------------------------------------------- */	
#TmnlPinkPortlet	{
	float:right;
	width: 40%;
	background-color: #E870AF;
	height: 120px;
	margin: 20px 20px 20px 0;
	}
.TmnlDarkPinkMargin	{
	float:left;
	width: 40px;
	height: 120px;
	background-color: #E1058C;
	}

