/* GLOBAL PORTAL PACK STYLES */

/* FINDLAW NEWS AND CASE SUMMARY STYLES -- used for dynamic content pulled from FindLaw */
/* need to be changed if font or color is changed */	

	.FLNewsCaseSummarySectionHeading
	{	
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 14pt;
		font-weight: bold
	}
	.FLNewsCaseSummaryHeading
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12pt;
		font-weight: bold
	}
	.FLNewsCaseSummaryDate
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10pt;
	}
	.FLNewsCaseSummaryLink
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 8pt
	}
	.FLNewsCaseSummaryAbstract
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10pt
	}
	a.FLNewsCaseSummaryLink:link
	{
		color: #FF9900;
		text-decoration: none
	}
	a.FLNewsCaseSummaryLink:visited
	{
		color: #DE8602;
		text-decoration: none
	}
	a.FLNewsCaseSummaryLink:active
	{
		color: #FCC85A;
		text-decoration: none
	}
	a.FLNewsCaseSummaryLink:hover
	{
		color: #FCC85A;
		text-decoration: none
	}

/* Find Law News styles */
	
	.cFLNewsLink
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10pt
	}
	a.cFLNewsLink:link
	{
		color: #0000FF;
		text-decoration: none
	}
	a.cFLNewsLink:visited
	{
		color: #9999FF;
		text-decoration: none
	}
	a.cFLNewsLink:active 
	{
		color: #FF0000;
		text-decoration: none
	}
	a.cFLNewsLink:hover 
	{
		color: #333333;
		text-decoration: none
	}
	.cFLNewsDate 
	{
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 8pt
	}

/* Find Law Practice Area News / FAQ styles */
	.ppNewsletterCellMain
	{
		border-top-width:3px;
		border-bottom-width:3px;
		border-left-width:3px;
		border-right-width:3px;
		text-align:left;
		width:45%;
	}
	.ppNewsletterCellAbstract
	{
		border-top-width:3px;
		border-bottom-width:3px;
		border-left-width:3px;
		border-right-width:3px;
		text-align:left;
		width:45%;
	}
	.fl_panews_title 
	{
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 12pt
	}
	.fl_panews_text 
	{
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 10pt
	}
	.fl_panews_abstract 
	{
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 10pt
	}
	.fl_panews_disc
	{
	}
	.fl_panews_link 
	{
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 10pt
	}
		a.fl_panews_link:link 
		{
			color: #0000FF; 
			text-decoration: none
		}
		a.fl_panews_link:visited 
		{
			color: #9999FF; 
			text-decoration: none
		}
		a.fl_panews_link:active 
		{
			color: #FF0000; 
			text-decoration: none
		}
		a.fl_panews_link:hover 
		{
			color: #333333; 
			text-decoration: none
		}
	.fl_pafaq_title 
	{
		color: #000000; 
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 12pt
	}
	.fl_pafaq_text 
	{
		color: #000000; 
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 10pt
	}
	.fl_pafaq_abstract 
	{
		color: #000000; 
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 10pt
	}
	.fl_pafaq_link 
	{
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 10pt
	}
		a.fl_pafaq_link:link 
		{
			color: #0000FF; 
			text-decoration: none
		}
		a.fl_pafaq_link:visited 
		{
			color: #9999FF; 
			text-decoration: none
		}
		a.fl_pafaq_link:active 
		{
			color: #FF0000; 
			text-decoration: none
		}
		a.fl_pafaq_link:hover 
		{
			color: #333333; 
			text-decoration: none
		}
	.FLPortalPackAbstractFeature
	{
	}
	.FLPortalPackAbstract
	{
		background-color:#FFFFFF;
	}
	.FLPortalPackHeading
	{
		color: red;
	}
	.FLPortalPackCellMain
	{
		background-color:#FFFFFF;
		border-top-color:Black;
		border-top-style:solid;
		border-top-width:1px;
		border-left-color:Black;
		border-left-style:solid;
		border-left-width:1px;
		border-right-color:Black;
		border-right-style:solid;
		border-right-width:1px;
		border-bottom-color:Black;
		border-bottom-style:solid;
		border-bottom-width:1px;
		width:100%;
	}
	.FLPortalPackCellFAQ
	{
		background-color:white;
		border-top-color:Black;
		border-top-style:solid;
		border-top-width:1px;
		border-left-color:Black;
		border-left-style:solid;
		border-left-width:1px;
		border-right-color:Black;
		border-right-style:solid;
		border-right-width:1px;
		border-bottom-color:Black;
		border-bottom-style:solid;
		border-bottom-width:1px;
		width:100%;
	}
	.FLPortalPackBar
	{
		background-color:#CC6633;
		height:2;
	}
	.FLPortalPackSectionHeading
	{
		color: #CC6633;
	}