/* Styles for the sponsor focus pages */


/*
 * Override defaults
 */

form {
 margin: 0;
}

.textcell_insideR { 
	background-color: #efefee;
	border-bottom: none;
}

.border_right {
  border-right: 1px dashed #999; 
}

.border_bottom { 
	border-bottom: 1px dashed #999;
}

/*
 * Unique to sponsor pages
 */

a img {
  border: none;
}

#sponsorship_more_info {
  text-align: right;
  padding-top: 5px;
}

#sponsorship_more_info a {
  color: white;
  font-size: 11px;
  text-decoration: none;
}

#sponsorship_more_info a:hover {
  text-decoration: underline;
}

#sponsorship_more_info img {
  position: relative;
  top: 5px;
  margin-left: 4px;
}

.nav_sponsorship {
  width: 100%;
  background-color: #efefee;
  margin: 0px;
}

.sponsorship_type {
  width: 100%;
  height: 100px;
  border-bottom: 2px solid white;
}

.sponsorship_type td {
  border-top: 2px solid white;
  border-right: 1px solid white;
}

.sponsorship_type .current {
  background-color: #cc0033;
  border-top: 2px solid #cc0033;
}

.sponsorship_type .last_focus_type {
  border-right: none;
}

.sponsorship_type a img {
  border: none;
}

.focus_keywords {
 
}

.focus_keywords td a {
  color: #999999;
  text-decoration: none;
  font-size: 14px;
}

.focus_keywords td a:visited {
  color: #999;
}

.focus_keywords td a:hover {
  color: white;
  background-color: #999999;
  text-decoration: none;
}

.keyword_link_wrapper {
  position: relative;
  height: 100px;
  border-right: 2px solid white;
  cursor: hand;
}

.last_keyword {
  border-right: none;
}

div.keyword_link_wrapper:hover {
  color: white;
  background-color: #999999;
}

.focus_keywords td div {
  
}

.focus_keywords td div.current {
  color: white;
  background-color: #cc0033;
}

/* Center the text in the box */
.keyword_link {
  position: absolute;
  top: 40px;
  left: 0;
  text-align: center;
  width: 100%;
}

.nav_row {
/*  color: white;
  background-color: #cc0033;*/
  background-color: #efefee;
  height: 100px;
  padding: 5px 20px;
  border-bottom: 2px solid white;
}

.nav_row p {
  color: white;
}

/* Focus pages */

#focus_page, #focus_page table {
  color: #666;
}

.focus_header img {
  border: 1px solid #999999;
}

#focus_page h2 {
  color: #868686;
  margin: 5px 0;
}

#focus_page_left {
  width: 400px;
  padding-right: 40px;
}

#focus_page_right {
  width: 150px;
  background-color: #999999;
  text-align: left;
  vertical-align: top;
  font-size: 11px;
  padding: 20px 20px;
}

#focus_page_right p {
  color: white;
}

#stat_wrapper {
  background-color: #d8d8d8;
  padding: 5px;
  margin: 30px 0;
}

#focus_stats {
  border-collapse: collapse;
}

#focus_stats td {
  text-align: center;
  width: 47%;
  font-size: 34px;
  line-height: 29px;
  font-weight: bold;
  color: #cc0033;
  background-color: white;
  border: 1px dashed #666;
  padding: 10px 0px 8 0px;
}

#sponsor_bottom {
  background-color: white;
  padding: 10px 30px 30px 30px;
}

#sponsor_now_button {
  text-align: right;
}

#found_orgs {
  width: 100%;
  font-size: 12px;
  border-collapse: collapse;
}

#found_orgs td {
  padding: 5px;
}

.selected, td.selected td, tr.selected td {
  color: white;
  background-color: #cc0033;
}

