/* Author: Ben Brock                      LJG Partners 6/8/2008 */
/* SENTRE PARTNERS Investments css elements                     */
/****************************************************************/

/* Override for the header two-col table */
.master_table_content .standard_header_two_col {
  width: 100%;
}

.master_table_content .standard_header_two_col .text_cell {
  padding-top: 0px;
  text-align: right;
}

/* 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;
}

/* Image Gallery */
.master_table_content .invest_gallery {
  width: 100%;
}

.master_table_content .invest_gallery .gallery_item {
  padding: 0px 3px 3px 0px;
}

.master_table_content .invest_gallery .gallery_size {
  width: 229px;
  height: 146px;
  overflow: hidden;
}

.master_table_content .invest_gallery .gallery_size img {
  opacity: .3;
  filter: alpha(opacity: 30);
  cursor: pointer;
}

.master_table_content .invest_gallery .gallery_size img.over {
  opacity: .7;
  filter: alpha(opacity: 70);
}

.master_table_content .invest_gallery .gallery_size img.on {
  opacity: 1;
  filter: alpha(opacity: 100);
}

/* Details Table */
.master_table_content .invest_details {
  width: 100%;
}

.master_table_content .invest_details .detail_cell {
  width: 405px;
  font-family: Georgia;
  font-size: 15px;
  color: #333;
}

.master_table_content .invest_details .arrow_table_cell {
  
}

.master_table_content .invest_details .detail_name {
  font-family: Georgia;
  font-weight: normal;
  font-size: 25px;
  color: #333;
}