/* 
================================
 Container Styles for ICA
================================
*/   


/* left container - clear background */
.containerLeftClear{
	width: 210px;
	border: 1px solid #ccc;
	margin-bottom: 10px;
	padding: 5px;
}

.containerLeftClear .Head{
	text-transform: uppercase;
	color: #000;
	font-size: 15px;	
	font-weight: bold;
}
.containerLeftClear .containerContent{
}

/* left container - blue background - overrites above styles */
.containerLeftBlue{
	background-color: #DAE9F4;
	padding: 5px;
}
.containerLeftBlue .Head{
	text-transform: uppercase;
	color: #0060A9;
	font-size: 15px;	
	font-weight: bold;
}

/* main container */
.containerMain .Head{
	text-transform: uppercase;
	color: #0060A9;
	font-size: 15px;	
	font-weight: bold;
	background-image: url(/Portals/_default/Containers/ICA/h1BG.jpg);
	background-repeat: no-repeat;
	display: block;
}
.containerMain .containerContent{
	padding: 5px;
/*	background-image: url(/Portals/_default/Containers/ICA/boxCorner.jpg);
	background-repeat: no-repeat;
	background-position: bottom right; */
}