/* Adds spacing between the containers */
.ModuleActions
{
    margin-bottom: 15px;
}

.box_title
{
	/*background: #820B0D url('right_corner.gif') no-repeat top right;*/
	background: #820B0D url('nav-bg.jpg') repeat-x 0 0;
	margin: 0;
padding: 0;

}

.box_title h3
{
	line-height: 1em;
	margin: 0 !important;
	padding: 0;
	background-image: none !important;
}

.box_title h3 .Head
{
	color:#fff;
	margin: 0;
	line-height: 1em;
	background-image: none !important;
	font-size: 0.7em;
	letter-spacing:0px;
}

.box
{
	
}

.box_inner
{
	padding: 5px; 
	margin:0;
	border: solid 1px #820B0D ;
}

