.content_box
{
	margin-bottom:20px;
	position:relative;
}

.content_box.clear-right
{
	clear:right!important;
}

.content_box.clear-left
{
	clear:left!important;
}

.content_box .content_box_content
{
	border:1px solid transparent;

}


/* All these elements below need a padding so that our vertical lines remain nice and pretty with the grid */
.column.Dark-Border-Top .content_box.White-Background .content_box_content, .content_box.Rounded .content_box_content, .content_box.Dark-Gray-Background .content_box_content, .footer-outer-container .content_box.Light-Transparent-Background .content_box_content
{
	padding:20px 20px 0px 20px;
}

/* White content box inside a gray column */
.content_box.White-Background .content_box_content
{
	background:#fff;
}

/* If we give a content box a background color that is too dark give it white text */
.content_box.Blue-Background .content_box_content, .content_box.Orange-Background .content_box_content,.content_box.Dark-Gray-Background .content_box_content, .content_box.Green-Background .content_box_content
{
	color:#fff;
}

.content_box.Dark-Gray-Background .content_box_content
{
	
	background:#333;
}

.content_box.Gray-Background .content_box_content
{
	
	background:#efefef;
}

.content_box.Orange-Background .content_box_content
{
	
	background:#eb8521;
}

.content_box.Blue-Background .content_box_content
{
	
	background:#3787ff;
}

.content_box.Green-Background .content_box_content
{
	
	background:#42a20f;
}

.content_box.Light-Transparent-Background .content_box_content
{
        
        background:url('../shared_images/light_trans_bg.png');
}


/* All rounds are 10px radius */
.content_box.Rounded .content_box_content
{
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;	
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.content_box.Grey-Stroke .content_box_content
{ 
	
	border: 1px solid #ccc!important;
	
}

.content_box.Blue-Stroke .content_box_content
{ 
	
	border: 1px solid #3787ff!important;
	
}

.content_box.Green-Stroke .content_box_content
{ 
	
	border: 1px solid #42a20f!important;
	
}

.content_box.Orange-Stroke .content_box_content
{ 
	
	border: 1px solid #eb8521!important;
	
}

/* Alignment */
.content_box.Right-Align .content_box_content
{
	text-align:right;
}

.content_box.Center-Align .content_box_content
{
	text-align:center;
}




