/**
 * right_sidebar_style.css
 * Copyright (c) 2009 Zeetix, LLC and Thomas M. Stambaugh
 * All Rights Reserved, patents pending
 *
 * Styles for right sidebar
 *
 */

/**
 * These are used when the ultimate container is a TableData cell.
 */
#contentRightSidebarCell {
  width: 248px;
  vertical-align: top;
}

#contentRightSidebarColumnDiv {
  float: right;
  position:static;
  width: 248px;
  }

#contentRightSidebarColumnDiv .contentColumnPanePad {
  padding-right: 15px;
  }

/**
 * These are used when the sidebar is contained in a multicolumn
 * div.
 */
.sidebarContentPane {

  }

.sidebarContentDiv {

  }

.itemPane h3 {
  }

.itemPane p {
  }

/*
 * Preserve the left margin of items in the right sidebar
 */
#contentRightSidebarColumnDiv .itemPanePad {
  margin-left: 10px;
}

