/* Accordion Widget */
h2.accordion_toggle {
  color: #651d3a;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  background: url(../images/widget_header.png) right top no-repeat #CBC9CA;
  margin: 0px;
  padding-left: 12px;
  padding-top: 7px;
  padding-bottom: 4px;

  outline: none;
  cursor: pointer;
  display: block;
}

div.accordion_content {
  width: 198px;
  background: url(../images/bg_menu.jpg) left top repeat-y;
  margin: 0px;
  overflow: hidden;
  text-align: left;
  padding: 9px;
  z-index: 1;
}

div.promo1accordion {
  margin: auto;
  margin-bottom: 20px;
  position: relative;
  height: auto;
}

#vertical_container {
  min-height: 219px;
  height: 240px;
}

/* ----------------------------------------------------------------- */

/* Newsticker */
#newsticker {
  margin: 0;
  position: relative;
  float: left;
  padding-bottom: 10px;
}

#newstickerbg {
  margin: 0;
  float: left;
  position:relative;
  height: 30px;
  width: 112px;
  background:url(../images/compat/latest_news.png) left top no-repeat;
}

#tickertape {
  position:relative;
  float:left;
  width: 649px;
  height: 30px;
  background:url(../images/compat/news_bg.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-color: #ECECEC;
}

div.Newsscroller {
  width: 646px;
  height: 30px;
  overflow: hidden;
}

div.Newssection {
  width: 637px;
  height: 22px;
  overflow: hidden;
  float: left;
  font-weight: bold;
  font-size: 13px;  
  padding-top: 8px; 
  padding-left: 10px;
}       
 
.Newssection a:link, .Newssection a:visited {
  color: #603;
}
 
.Newssection a:hover, .Newssection a:active {
  color: #CB0033;
}

div.Newsscroller div.Newscontent {
  width: 10000px;   
}

a.news {
  display: block;
  line-height: 4px;
}

.sliderTrack {
  background: transparent url('../images/compat/track_fill_left.png') no-repeat scroll left top;
  height: 15px;
  position: relative;
  text-align: left;  
  width: 120px;
  margin-left: -9px;
}
 
.sliderHandle {
  background: transparent url('../images/compat/knob.png') no-repeat scroll left top;
  cursor: pointer;
  height: 16px;   
  position: absolute;
  top: -5px;
  width: 16px;
}
 
.captionHolder {
  font-size: 12px;
  color: #906;
  margin-top: -106px;
  margin-left: -10px;
  font-weight: bold; 
}

#contentmain,
#communitylevel2main {
  padding-right: 12px;
}

#contentmain p,
#communitylevel2main p {
  padding-right: 18px;
}

/* Community */
div.communityMenu {
  width: 750px;
  margin-bottom: 10px;
  float: left;
}
div.comMenuHeader {
  /*height: 1px;
  overflow: hidden; */
  float: left;
  width: 100px;
  font-weight: bold;
}

div.comInfo {
  font-weight: bold;
  padding-bottom: 3px;
}

div.communityMenu div.comInfo {
  width: 250px;
  float: left;
  font-size: 12pt;
}

div.comMenuBlock {
  float: left;
  width: 750px;
  height: 12pt;
}

a.comMenu, a.comSubmenu, a.comMenuonly {
  float: left;
  padding-right: 20px;
  font-size: 9pt;
}

a.comMenuonly {
  width: 750px;
  margin-bottom: 4px;
}

textarea#body {
        padding: 5px;
        font-size: 15px;
        line-height: 20px;
        overflow: auto;
        height: 100px;
        width: 295px;
        margin-right: 5px;
}
 
select#addressbook {
        font-size: 13px;
        padding: 2px;
        width: 175px;
        height: 156px;
        overflow: auto;
        margin: 0;
}

table.info_table  {
        border-left: 1px solid silver;
        border-top: 1px solid silver;
}


.info_table td {        
        border-bottom: 1px solid silver;
        border-right: 1px solid silver;
         line-height: 18px;
        padding-left: 6px;  
}
