﻿/*	--[ content boxes ]-------------------------------------------------------	*/

	/*	box colours  */
	.box 
	{
	    margin-bottom:1em;
	    position:relative;
	    text-align:left;
	}
	.boxInner
	{
		margin:0 6px 0 6px;
		position:relative;
		clear:both;
	}
	.bgGrey
	{
		background-color:#eeeeee;
		margin-bottom:1em;
	}
	.bgOrange
	{
		background-color:#FFF5CC;
	}
	.bgRed
	{
		background-color:#cc0000;
	}
	.bgYellow
	{
		background-color:#FFD940;
	}
	.bgYellowLight
	{
		background-color:#FFF2BF;
	}
	.bgBlue
	{
		background-color:#0086c6;
	}
	.bgBlueLight
	{
		background-color:#E5EFF5;
	}
	.bgMSC
	{
		background-color:#FFE5B2;
	}
	.boxTL,
	.boxTR,
	.boxBL,
	.boxBR
	{
		height:6px;
		width:6px;
		overflow:hidden;
		position:relative;
	}
	.boxTL
	{
		background:url("/_images/_system/box/box_bg_tl.gif") top left no-repeat;
	}
	.boxTR
	{
		background:url("/_images/_system/box/box_bg_tr.gif") top right no-repeat;
		float:right;
	}
	.boxBL
	{
		background:url("/_images/_system/box/box_bg_bl.gif") top left no-repeat;
	}
	.boxBR
	{
		background:url("/_images/_system/box/box_bg_br.gif") top right no-repeat;
		float:right;
	}
	.boxInner h4 
	{
		margin:0;
	}
