/*** TABS ***/

#overview_tab {
	display: none; 
}

#facts_tab {
	display: none;	
}

#price_tab {
	display: none;	
}

#performance_tab {
	display: none;	
}

#history_tab {
	display: none;	
}

#portfolio_tab {
	display: none;	
}

#downloads_tab {
	display: none;	
}

/*** OVERVIEW TAB ***/
td.alignRight {
  text-align: right;
}

/*** PERFORMANCE TAB ***/
div.history_options {
  padding-left: 10px;
  width: 364px !important;
}

#pagingItemStatus {
  text-align: right;
}

/*** DATEPICKER ***/
.ui-datepicker {
	background: transparent url(content/picker_bg_shadow.png) no-repeat;
	border: none;
	padding: 10px;
	width: 277px;
	height: 186px;
	margin-left: -9px;
}

.ui-datepicker-header {
  background-color: transparent;
  background-image: none;
  border: none;
  margin-bottom: 9px;
}

.ui-datepicker-title {
  padding-top: 5px;
  margin: 0 40px !important;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
	width: auto !important;
}
.ui-datepicker .ui-datepicker-title select.ui-datepicker-year {
	float: none !important;
}

a.ui-datepicker-prev .ui-icon {
	background: transparent url(containers/bt_paging_left_a.png) no-repeat top left;
	height: 19px;
	width: 19px;
	cursor: pointer;
	cursor: hand;
}
a.ui-datepicker-next .ui-icon {
	background: transparent url(containers/bt_paging_right_a.png) no-repeat top left;
	height: 19px;
	width: 19px;
	cursor: pointer;
	cursor: hand;
}
a.ui-datepicker-prev {
  top: 7px !important;
  left: 8px !important;
}
a.ui-datepicker-next {
  top: 7px !important;
  right: 10px !important;
}
a.ui-datepicker-prev-hover {
  background-color: transparent !important;
  background-image: none !important;
  border: none !important;
  top: 7px !important;
  left: 8px !important;
}
a.ui-datepicker-next-hover {
  background-color: transparent !important;
  background-image: none !important;
  border: none !important;
  top: 7px !important;
  right: 10px !important;
}

.ui-datepicker-calendar {
  margin: 0 !important;
  width: 278px !important;
}
.ui-datepicker th {
  padding: 3px 0;
  border-bottom: 1px solid #E5E2D0;
  background: url(content/thBorder.gif) repeat-y;
  width: 38px;
}
.ui-datepicker td {
  padding: 0;
  text-align: center;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  width: 38px;
  background-color: #F8F8F3;
  opacity: 1 !important;
}
.ui-datepicker td span, .ui-datepicker td a {
  padding: 3px 0;
  text-align: center;
  border: none !important;
}

.history_options button {
	cursor: hand;
	cursor: pointer;
}

/*** TEAM (COVER FLOW) ***/
#content_team, #content_team_positioner {
  width: 761px;
  height: 191px;
  background: url(containers/team_bg.png) repeat-x left bottom;
}
#content_team_positioner {
  position: absolute;
}
#teamSlogan {
  position: absolute;
	right: 304px;
	top: 38px;
	font-size: 24px;
	color: #92754e;
	text-align: right;
	width:450px;
}
#teamMemberName {
  position: absolute;
	right: 304px;
	bottom: 49px;
	font-size: 12px;
	color: #666666;
}
#teamMemberPosition {
  position: absolute;
	right: 304px;
	bottom: 33px;
	font-size: 12px;
	color: #333333;
}
.team_member, #content_team span {
  display: none;
  position: absolute;
}
#teamMember1, #teamMember2, #teamMember3, #teamMember4, #teamMember5 {
  display: block;
}
.team_member {
  height: 60px;
  right: 62px;
  bottom: 49px;
  z-index: 10;
}
#teamMember1 {
  height: 175px;
  right: 183px;
  bottom: 0px;
  z-index: 15;
}
#teamMember2 {
  height: 133px;
  right: 125px;
  bottom: 16px;
  z-index: 14;
}
#teamMember3 {
  height: 103px;
  right: 88px;
  bottom: 31px;
  z-index: 13;
}
#teamMember4 {
  height: 77px;
  right: 72px;
  bottom: 43px;
  z-index: 12;
}
#teamMember5 {
  height: 60px;
  right: 62px;
  bottom: 49px;
  z-index: 11;
}
.clickableTeamMember {
  cursor: pointer;
  cursor: hand;
}
