/*****************************************************************************
* Author: Chris Lawrence                                 LJG Partners 6/9/2008
* SENTRE PARTNERS Projects css elements
*****************************************************************************/


div.news_section {
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 12px;
	color: #333333;
	font-weight: normal;
	padding: 0 0 10px 0;
}

div.news_description {
  font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 21px;
	color: #333333;
	font-weight: normal;
	padding: 15px 100px 20px 75px;
}

div.news_description p {
  font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 21px;
	color: #333333;
	font-weight: normal;
	padding: 0 0 10px 0;
}

span.news_date {
	font-weight: bold;
	color: #669900;
}

a.news_link {
	text-decoration: none;
	font-family: Georgia, sans-serif;
	font-size: 16px;
	line-height: 16px;
	color: #333333;
}

a.news_link_big {
	text-decoration: none;
	font-family: Georgia, sans-serif;
	font-size: 18px;
	line-height: 18px;
	color: #333333;
}

span.news_title_big {
	text-decoration: none;
	font-family: Georgia, sans-serif;
	font-size: 18px;
	line-height: 18px;
	color: #333333;
}

a.news_link_green {
	text-decoration: none;
	font-family: Arial, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #669900;
}


/* Arrow Table */
.master_table_content .arrow_table {width: 260px;}
.master_table_content .arrow_table .arrow_cell {text-align: left; padding-top: 6px; width: 44px;}
.master_table_content .arrow_table a {text-decoration: none; color: #333;}
.master_table_content .arrow_table a:hover {color: #690;}
.master_table_content .arrow_table .list_cell .header_text {
  text-align: left;
  font-family: Georgia;
  font-size: 15px;
  color: #333;
  padding-bottom: 3px;
}
.master_table_content .arrow_table .list_cell .list_table {width: 100%;}
.master_table_content .arrow_table .list_cell .list_item {
  text-align: left;
  background-color: #fff;
  vertical-align: middle;
  font-family: Arial;
  font-size: 10px;
  color: #333;
  height: 20px;
  padding-left: 8px;
}
.master_table_content .arrow_table .list_cell .spacer div {height: 1px; overflow: hidden;}
.master_table_content .arrow_table .list_cell .list_item .selected {color: #690;}
.master_table_content .arrow_table .list_cell .list_item .region_link {cursor: pointer;}
.master_table_content .arrow_table .list_cell .list_item .number {font-size: 11px;}

