﻿/* NEWS ARTICLE PULLQUOTE STYLES */

.article_pullquoteEachItem{
	margin-bottom:10px;
}

.pullquote .pullquotedata .pullquotetitle{
	padding:0px 5px;	
}

.pullquote .pullquotedata .pullquotetext{
	padding:2px 6px;	
}

.pullquotetext{
	color:#000000;
	padding:0px 10px 10px 10px;	
}

.ArticlePullquote .pullquotetext{
	color:#000000;
	padding-bottom:10px;	
}

.pullquotetitle .Text a
{
	color:#000000;
}

.LeadImage .pullquotetext{
	color:#000000;
	padding:0px 10px 20px 10px;	
}

.LeadImage .pullquotetitle{	
	width:100%;
	background-color:#CC1F45;	
}

.LeadImage .pullquotetitle .Text{
	padding:2px 10px;	
	border-bottom:10px solid #F0F0F0;
}

.LeadImage .pullquotetitle a{
	text-decoration:none;
	color:#FFFFFF;	
}





/* FEATURE ARTICLE PULLQUOTE STYLES FOR 3 COLUMN LAYOUT */
.articlefeature3col .ArticlePullQuote_Top{
	background: url(../images/side_top_red_box_510.gif);	
	background-repeat:no-repeat;
	background-position:bottom left;
	width: 510px;
	height:5px;
	margin:0px;
	padding:0px;
}

.articlefeature3col .ArticlePullQuote_Middle{
	width:510px;
	background: url(../images/left_right_red_box_510.gif);
}

.articlefeature3col .ArticlePullQuote_Bottom{
	background: url(../images/side_bottom_red_box_510.gif);	
	background-repeat:no-repeat;
	background-position:top left;
	width: 510px;
	height:5px;
	margin:0px;
	padding:0px;
}

.articlefeature3col .pullquote .pullquoteimage{
	float:left;
	width:90px;
	margin: 4px 0px 0px 10px;
	overflow:hidden;
}

.articlefeature3col .pullquote .pullquoteimage .thumbnail{
	text-align:center;
}

.articlefeature3col .pullquote .pullquotedata{
	float:left;
	margin: 2px;
	width: 390px;
}

/* FEATURE ARTICLE PULLQUOTE STYLES FOR 2 COLUMN LAYOUT */
.articlefeature2col .ArticlePullQuote_Top{
	background: url(../images/side_top_red_box_770.gif);
	width: 770px;
	height:5px;	
}

.articlefeature2col .ArticlePullQuote_Middle{
	width:770px;
	background: url(../images/left_right_red_box_770.gif);
}

.articlefeature2col .ArticlePullQuote_Bottom{
	background: url(../images/side_bottom_red_box_770.gif);	
	width: 770px;
	height:5px;		
}

.articlefeature2col .pullquote .pullquoteimage{
	float:left;
	width:90px;
	margin: 4px 0px 0px 10px;
	overflow:hidden;
}

.articlefeature2col .pullquote .pullquoteimage .thumbnail{
	text-align:center;
}

.articlefeature2col .pullquote .pullquotedata{
	float:left;
	margin: 2px;
	width: 665px;
}

/* NEWS ARTICLE PULLQUOTE STYLES FOR NOMINATING PANEL */
.NominatingPanel .ArticlePullQuote_Middle .article_pullquotecontainer{
	padding-top:8px;
}