.related_articles
{
	background:#f2f2f2;	

}

.related_articles .calendar_table
{
	margin-top:12px;
}

/***************************************************************
table template - specify component dimensions here
****************************************************************/

.related_articles .table_template_content
{
	background:white;
	padding:8px;
}



.related_articles .a .table_template_content
{
	/*height:112px;*/
	height:auto;
}

.related_articles .b .table_template_content
{
		/*height:256px;*/
	height:auto;
}

.related_articles .c .table_template_content
{
	height:400px;
}


.related_articles .width_3_1 .table_template_content
{
	width:256px;
}

.related_articles .width_4_1 .table_template_content
{
	width:208px;
}



/**************
Table Template
**************/
.related_articles .table_template_top_left
{
	width:8px;
	height:8px;
	background:url(../../../includes/table_template_dropshadow_on_f2f2f2/top_left.gif) no-repeat;
	overflow:hidden;
}

.related_articles .table_template_top
{    
	width:auto;
	height:8px;
	background:url(../../../includes/table_template_dropshadow_on_f2f2f2/top.gif) repeat-x;
	overflow:hidden;	
	padding:0px;
	margin:0px;
}


.related_articles .table_template_top_right
{
	width:8px;
	height:8px;
	background:url(../../../includes/table_template_dropshadow_on_f2f2f2/top_right.gif) no-repeat;
	overflow:hidden;	
}

.related_articles .table_template_right
{
	width:8px;
	height:auto;	
	background:url(../../../includes/table_template_dropshadow_on_f2f2f2/right.gif) repeat-y;
	overflow:hidden;	
}


.related_articles .table_template_left
{
	width:8px;
	height:auto;	
	background:url(../../../includes/table_template_dropshadow_on_f2f2f2/left.gif) repeat-y;
	overflow:hidden;	
}


.related_articles .table_template_bottom_left
{
	width:8px;
	height:auto;
	background:url(../../../includes/table_template_dropshadow_on_f2f2f2/bottom_left.gif) no-repeat;
	overflow:hidden;	
}

.related_articles .table_template_bottom
{
	width:auto;
	height:8px;
	background:url(../../../includes/table_template_dropshadow_on_f2f2f2/bottom.gif) repeat-x;
	overflow:hidden;	
}

.related_articles .table_template_bottom_right
{
	width:8px;
	height:8px;
	background:url(../../../includes/table_template_dropshadow_on_f2f2f2/bottom_right.gif) no-repeat;

	overflow:hidden;	
}


/************************************
Text Header Styling (component size)
************************************/
.related_articles .text_header 
{
	margin-top:3px;
	margin-bottom:0px;
	padding-bottom:0px;
}


.related_articles .a .text_header 
{	
}

.related_articles .b .text_header 
{	
}

.related_articles .c .text_header 
{	
}

.related_articles .width_4_1 .b .text_header 
{	
	margin-top:3px;
	margin-bottom:0px;
	padding-bottom:0px;
}

.related_articles .b .text_header_large
{	
	font-size:16px;
	margin-top:0px;
}


/**************************
Text Header Styling (brand)
**************************/
.related_articles .dm .text_header 
{
	color:#006644;
}

.related_articles .fda .text_header 
{
	color:#005cab;
}

.related_articles .mp .text_header 
{
	color:#006644;
}

.related_articles .pm .text_header 
{
	color:#2c5f8c;
}

.related_articles .dm .text_header_large 
{
	color:#006644;
}

.related_articles .fda .text_header_large
{
	color:#005cab;
}

.related_articles .mp .text_header_large 
{
	color:#006644;
}

.related_articles .pm .text_header_large 
{
	color:#2c5f8c;
}

/**************************
HR Styling
**************************/
.related_articles .hr_double
{
	width:100%;
	height:8px;

	margin-top:6px;
	margin-bottom:3px;
}


.related_articles .dm .hr_double
{
	background:url(../../global/hr_double_a9c9c1.gif) repeat-x;
}

.related_articles .fda .hr_double
{
	background:url(../../global/hr_double_bbddff.gif) repeat-x;
}	

.related_articles .mp .hr_double
{
	background:url(../../global/hr_double_a9c9c1.gif) repeat-x;
}	

.related_articles .pm .hr_double
{
	background:url(../../global/hr_double_7899be.gif) repeat-x;
}

.related_articles .gray_line
{
	width:100%;
	height:1px;
	margin-top:8px;
	margin-bottom:8px;
	background:#efefef;
	overflow:hidden;
}	

/**************************
HR Styling
**************************/
.related_articles .text
{

}






/**************************
Link Styling
**************************/
.related_articles .dm a 
{
	font-weight: bold;
	color: #660033;
	text-decoration: none;
}

.related_articles .dm a:hover 
{
	text-decoration: underline;
}

.related_articles .fda a 
{
	font-weight: bold;
	color: #deb406;
	text-decoration: none;
}

.related_articles .fda a:hover 
{
	text-decoration: underline;
}

.related_articles .mp a 
{
	font-weight: bold;
	color: #b39659;
	text-decoration: none;
}

.related_articles .mp a:hover 
{
	text-decoration: underline;
}

.related_articles .pm a 
{
	font-weight: bold;
	color: #5b1e3f;
	text-decoration: none;
}

.related_articles .pm a:hover 
{
	text-decoration: underline;
}
/************************************
events calendar alternating rows
*************************************/
.related_articles .calendar_data
{
	width:256px;
	
}

.related_articles .row_0,
.related_articles .row_1
{	
	
	padding:4px 8px 4px 8px;
	
}


.related_articles .row_0
{
	background:#ffffff;	
}

.related_articles .row_1
{	
	background:#f2f6f6;	
}


/************************************
btn_more
*************************************/
.related_articles .btn_more
{
	position:absolute;
	bottom:18px;
	right:8px;
	
}
