/**
PLEASE SEE /freemarker/pods/box.ftl FOR TEMPLATE

		 <div class="box box-round">
			<div class="box-tl"><div class="box-tr"><div class="box-tc"></div></div></div>
			<div class="box-bwrap">
				<div class="box-header">
					<div class="box-header-body">
						<h3>{HEADER CONTENT}</h3>
					</div>
				</div>
				<div class="box-ml">
					<div class="box-mr">
						<div class="box-mc">
							<div class="box-body">
								{MAIN BODY CONTENT}
							</div>
						</div>
					</div>
				</div>
			</div>
			<div class="box-bl"><div class="box-br"><div class="box-bc"></div></div></div>
		</div>
**/

.emc-wrapper .box { margin-bottom: 10px; }
.emc-wrapper .box h3 { font-weight: normal; font-size: 1.182em; }
.emc-wrapper .box .box-header-body, .emc-wrapper .box .box-ml { padding: 0 8px; }
.emc-wrapper .box .box-bwrap { border-left: 1px solid #999; border-right: 1px solid #999; }
.emc-wrapper .box .box-tc { padding-top: 5px; border-top: 1px solid #999; background: #fff; }
.emc-wrapper .box .box-bc { padding-top: 5px; border-bottom: 1px solid #999; background: #fff; }

/* round box content */
.emc-wrapper .box-round .box-tl, .emc-wrapper .box-round .box-bl, .emc-wrapper .box-round .box-tr, .emc-wrapper .box-round .box-br { background: url(../../img/boxes/round-box-grey.gif) no-repeat; }
.emc-wrapper .box-round .box-tl, .emc-wrapper .box-round .box-bl { padding-left: 5px; }
.emc-wrapper .box-round .box-tr, .emc-wrapper .box-round .box-br { padding-right: 5px; }	
.emc-wrapper .box-round .box-tr { background-position: top right; }
.emc-wrapper .box-round .box-bl { background-position: bottom left; }
.emc-wrapper .box-round .box-br { background-position: bottom right; }
/* round box content */

/* gradient box */
.emc-wrapper .box-round-gradient .box-tl, .emc-wrapper .box-round-gradient .box-bl, 
.emc-wrapper .box-round-gradient .box-tr, .emc-wrapper .box-round-gradient .box-br {
    border: none;
    background: url(../../img/boxes/round-box-gradient.png) no-repeat; 
}
.emc-wrapper .box-round-gradient .box-tc, .emc-wrapper .box-round-gradient .box-bc { 
    border: none;
    background: url(../../img/boxes/round-box-gradient-mid.png) no-repeat; 
}
.emc-wrapper .box-round-gradient .box-tl, .emc-wrapper .box-round-gradient .box-bl { padding-left: 9px; }
.emc-wrapper .box-round-gradient .box-tr, .emc-wrapper .box-round-gradient .box-br { padding-right: 9px; }	
.emc-wrapper .box-round-gradient .box-tr { background-position: top right; }
.emc-wrapper .box-round-gradient .box-bl { background-position: bottom left; }
.emc-wrapper .box-round-gradient .box-br { background-position: bottom right; }
.emc-wrapper .box-round-gradient .box-bwrap { border-left: 1px solid #e4e4e5; border-right: 1px solid #e4e4e5; }
.emc-wrapper .box-round-gradient .box-tc { padding-top: 9px; background-position: top; background-repeat: repeat-x; }
.emc-wrapper .box-round-gradient .box-bc { padding-top: 9px; background-position: bottom; background-repeat: repeat-x;}

/* remove round from top-right corner*/
.emc-wrapper .box-round-gradient .box-tr-hidden { border-right: 1px solid #e4e4e5; }
/* gradient box */