
/*
			Vertical Accordions
		*/

#newsBox
{
  width: 250px;
  position: absolute;
  left: 0px;
  top: 0px; /* DJ Removed border-bottom: 1px solid #000; */
}
.accordion_toggle, .vertical_accordion_toggle
{
  display: block;
  height: 25px;
  background: #002676 url(../images/arrow_down.gif) no-repeat right top;
  padding: 0 10px 0 10px;
  line-height: 25px;
  color: #ffffff;
  font-weight: normal;
  text-decoration: none;
  outline: none;
  font-size: 1.4em;
  border-top: 1px solid #000;
  cursor: pointer;
  margin: 0 0 0 0;
}

.accordion_toggle_active, .vertical_accordion_toggle_active
{
  background-image: none;
  color: #ffffff;
  border-top: 1px solid #000;
}

.accordion_content, .vertical_accordion_content
{
  background-color: #000;
  color: #fff;
  height: 250px;
  width: 250px;
  overflow: hidden;
  position: relative;
}

/* tabs styles */
a:active
{
  outline: none;
}

.selectedTab
{
  background: none !important;
}
ul.tabnav
{
  height: 40px;
  line-height: 23px;
  margin: 0pt;
  padding: 0pt;
  display: block;
  top: 0px;
  left: 0px;
  width: 250px;
  position: absolute;
  z-index: 1000;
}
ul.tabnav li
{
  margin: 0;
  padding: 0;
  float: left;
  list-style-type: none;
  position: relative;
}
ul.tabnav li a
{
  color: #002676;
  background: url(../images/65_white_t.png) center; /* DJ background: #ffffff */
  text-align: center;
  line-height: 15px;
  font-weight: bold;
  font-size: 14.3px;
  text-decoration: none;
  padding-left: 5px;
  padding-right: 25px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-right: solid 3px #002676;
  outline: none;
}
ul.tabnav li.lastTab a
{
  padding-right: 29px;
}
ul.tabnav li a:hover, ul#tab li a.active, .active-tab
{
  background: none !important;
}
.panel
{
  background: #000;
  display: none;
  height: 250px;
}
.panel.active-tab-body
{
  display: block;
}
.panelContent
{
  text-align: left;
}
.newsContainerxxx
{
  position: relative;
}
.panelTextBg
{
  padding: 5px;
  height: 80px;
  position: relative;
  margin-top: -90px;
  background: url(../images/65_black_t.png) center; /* DJ 	background: url(../images/transparencies/65_black_t.png) center;*/
}
.panelText
{
  padding: 5px;
  height: 80px;
  position: relative;
  margin-top: -90px;
}
.panelText p
{
  padding: 0;
  margin: 0;
}

.panelText a
{
  color: #00a1de;
}

