@charset "UTF-8";
/******************************************************************************
 ** BrightTALK Dot Com
 ** Copyright BrightTALK Ltd, 2008.
 ** All Rights Reserved.
 ** $Id: module-dcutil.css 11939 2010-05-10 10:52:09Z acairns $
 ******************************************************************************/
/**************************************************************
 * Rating Stars                                               *
 * theme_dcutil_rating     used by webcast and channel tiles  *
 **************************************************************/
.dcutil-rating {
  background: url(images/rating/whiteback/ratingstaroff.gif) repeat-x;
  margin-top: 2px;
  text-align: left;
  height: 9px;
  overflow: hidden;
  display: block;
}

.dcutil-rating.maxrating5 {
  width: 50px;
}

.dcutil-rating.maxrating10 {
  width: 100px;
}

.dcutil-rating .stars {
  overflow: hidden;
  position: relative;
  width: 10px;
  height: 9px;
}

.dcutil-rating .stars span {
  background: url(images/rating/whiteback/ratingstaron.gif) repeat-x;
  position: absolute;
  width: 100%;
  height: 100%;
}

/**************************************************************
 * Percentage                                                 *
 * theme_dcutil_percentage                                    *
 **************************************************************/
.dcutil-percentage {
  text-align: left;
  display: block;
}

.percentage_bar {
  background-image: url(../images/percentage_bar.png);
  height: 13px;
}

.dcutil-percentage span {
  display: block;
  color: #000;
}

/**************************************************************
 * Datapairs                                                  *
 * theme_dcutil_datapairs                                     *
 **************************************************************/
.dcutil-datapairs {
  margin-bottom: 25px;
}

.dcutil-datapairs .dcutil-datapairs-element {
  clear: both;
  margin-bottom: 10px;
}

.dcutil-datapairs .dcutil-datapairs-element-title {
  float: left;
  width: 130px;
}

.dcutil-datapairs .dcutil-datapairs-element-value {
  float: left;
  width: 200px;
  font-weight: bold;
}

.dcutil-datapairs .dcutil-datapairs-conditionalclear {
  clear: both;
}

.dcutil-datapairs-long-element-value {
  float: left;
  width: auto;
  font-weight: bold;
}

.dcutil-datapairs-field-value{
  width: 350px;
  background-color: #FFFFFF;
  margin: -5px 0px 10px 2px;
  padding: 5px;
  border-top: 2px solid #828177;
  border-left: 2px solid #828177;
  border-bottom: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
}

/**************************************************************/
/* Image Text                                                 */
/* theme_dcutil_imagetext                                     */
/**************************************************************/
p.dcutil-imagetext, h1.dcutil-imagetext {
  overflow: hidden;
  background-repeat: no-repeat;
  margin: 0px 0px 17px;
}

h1.dcutil-imagetext {
  height: 16px;
}

p.dcutil-imagetext span, h1.dcutil-imagetext span {
  display: none;
}

/**************************************************************/
/* Tab Bar                                                    */
/* theme_dcutil_tabbar                                        */
/**************************************************************/
.dcutil-tabbar.starter {
  margin-bottom: 13px;
  background: url(../images/channeltile/labelstarterchannel.gif) 860px -2px no-repeat;
  height: 24px;
  /* overflow: hidden; */
}

.dcutil-tabbar.pending {
  margin-bottom: 13px;
  background: url(../images/channeltile/labelpendingchannel.gif) 860px -2px no-repeat;
  height: 24px;
  /* overflow: hidden; */
}

.dcutil-tabbar.awaiting {
  margin-bottom: 13px;
  background: url(../images/channeltile/labelawaitingactivationchannel.gif) 860px -2px no-repeat;
  height: 24px;
  /* overflow: hidden; */
}

.dcutil-tabbar.premium {
  margin-bottom: 13px;
  background: url(../images/channeltile/labelpremiumchannel.gif) 860px -2px no-repeat;
  height: 24px;
  /* overflow: hidden; */
}

.dcutil-tabbar-baseline {
  width: 100%;
  font-size: 12px;
  font-weight: bold;
  line-height: 15px;
  display: block;
  background: url('/css/images/tabbar/tabline.gif') repeat-x bottom;
  z-index: 200;
}

.dcutil-tabbar ul {
  margin: 0;
  padding: 0px 10px 0;
  list-style: none;
  background: url('/css/images/tabbar/tabline.gif') repeat-x bottom;
}

.dcutil-tabbar .dcutil-tabbar-conditionalclear {
  clear: both;
}

.dcutil-tabbar li {
  display: inline;
  margin: 0;
  padding: 0;
}

.dcutil-tabbar a {
  float: left;
  background: url('/css/images/tabbar/tabbackleft.png') no-repeat left top;
  background-position: 0 -200px;
  margin: 0;
  padding: 0 0 0 14px;
  text-decoration: none;
}

.dcutil-tabbar a.tab_left_shadow {
  background: url('/css/images/tabbar/tabbackleftshadow.png') no-repeat left top;
  background-position: 0 -200px;
}

.dcutil-tabbar a span {
  float: left;
  display: block;
  background: url('/css/images/tabbar/tabbackright.png') no-repeat right top;
  background-position: 100% -200px;
  padding: 6px 34px 2px 21px;
  font-weight: bold;
  text-align: center;
  color: #7A7A7A;
}

.safari-dcutil-tabbar {
  padding-top: 6px !important;
}

.safari-dcutil-tabbar-actice {
  padding-bottom: 3px !important;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.dcutil-tabbar a span {
  float: none;
}

/* End IE5-Mac hack */
.dcutil-tabbar a:hover span {
  color: #7A7A7A;
}

.dcutil-tabbar a.active {
  background-position: 0 0px;
  border-width: 0;
  color: #000000;
}

.dcutil-tabbar a.active span {
  background-position: 100% 0px;
  padding-bottom: 3px;
  color: #555;
}

.dcutil-tabbar a:hover {
  background-position: 0% -300px;
}

.dcutil-tabbar a:hover span {
  background-position: 100% -300px;
}

.dcutil-tabbar a.active:hover {
  background-position: 0% -100px;
}

.dcutil-tabbar a.active:hover span {
  background-position: 100% -100px;
}

.dcutil-tabbar .end_shadow {
  height: 23px;
  width: 25px;
  background: url('/css/images/tabbar/tabbackshadow.png') no-repeat top left;
  background-position: -2px 0%;
  float: left;
}

.dcutil-tabbar .tab_spacer {
  height: 23px;
  width: 2px;
  border-bottom: black 1px solid;
  background: url('/css/images/tabbar/tabbackshadow.png') no-repeat top left;
  float: left;
}

#mybrighttalk-search-container .dcutil-tabbar {
  padding-bottom: 10px;
}

/**************************************************************/
/* Table                                                      */
/* theme_table                                         */
/**************************************************************/
.dcutil-table {
  margin: 0px;
  padding: 0px;
  font-size: 11px;
}

.dcutil-table ul.rows {
  margin: 0px;
  padding: 0px;
  list-style-image: none;
  font-size: 11px;
}

.dcutil-table li.row {
  margin: 0px;
  padding: 0px;
  clear: both;
  list-style-image: none;
  list-style: none;
  height: 30px;
  overflow: hidden;
}

.dcutil-table ul.cols {
  margin: 0px;
  padding: 0px;
  list-style-image: none;
  list-style: none;
  display: block;
}

.dcutil-table ul.cols li {
  float: left;
  border-right: 1px dotted #828282;
  padding: 0px 8px;
  margin: 8px 0px 0px;
  overflow: hidden;
}

.dcutil-table li.row.header {
  font-size: 10px !important;
  height: 20px !important;
  padding: 0px 0px 0px !important;
  margin-bottom: 5px;
}

.dcutil-table li.row.header ul.cols li.col.sortable a, .dcutil-table li.row.header ul.cols li.col.sortable a:active {
  padding-right: 10px;
  border: none;
  border-width: 0px;
}

.dcutil-table li.row.header ul.cols li.col.sortable a:hover, .dcutil-table li.row.header ul.cols li.col.sort-asc a {
  background: url("../images/sortorderarrowasc.gif") no-repeat right center !important;
}

.dcutil-table li.row.header ul.cols li.col.sort-asc a:hover, .dcutil-table li.row.header ul.cols li.col.default-desc a:hover, .dcutil-table li.row.header ul.cols li.col.sort-desc a {
  background: url("../images/sortorderarrowdesc.gif") no-repeat right center !important;
}

.dcutil-table li.row.total {
  background-color: #e1e1e1;
  font-weight: bold;
  height: 18px !important;
  padding: 4px 0px 0px !important;
  margin-bottom: 5px;
}

.dcutil-table li.row.featured {
  background: url(../images/listview/listfeaturedback.png) repeat-x;
}

.dcutil-table li.row.featured li {
  color: #FFF;
}

.dcutil-table li.row.total ul.cols li {
  margin-top: 0px;
  height: 15px;
}

.dcutil-table li.row.total ul.cols li {
  margin-top: 0px;
  height: 15px;
}

.dcutil-table li.row.total .dcutil-rating {
  background-image: url(../images/rating/greyback/ratingstaroff.gif);
}

.dcutil-table li.row.total .dcutil-rating .stars {
  background-image: url(../images/rating/greyback/ratingstaron.gif);
}

.dcutil-table li.row.featured .dcutil-rating {
  background-image: url(../images/rating/blackback/ratingstaroff.gif);
}

.dcutil-table li.row.featured .dcutil-rating .stars {
  background-image: url(../images/rating/blackback/ratingstaron.gif);
}

.dcutil-table li.row.empty {
  background-color: #CCCCCC;
  font-size: 20px;
  text-align: center;
  padding: 40px 0px;
}

.dcutil-table li.row.empty * {
  color: #fff !important;
}

.dcutil-table li.col.lastcolumn {
  border-right: 0px !important;
}

.dcutil-table .pager-and-export {
  margin: 30px 8px 15px;
  font-size: 11px;
}

.dcutil-table .pager-and-export .pager-total-displaying {
  float: left;
  width: 200px;
  color: #333 !important;
}

.dcutil-table .pager-and-export .pager {
  float: left;
  width: 520px;
  clear: none;
}

.dcutil-table .pager-and-export .pager a.pager-next.active, .dcutil-table .pager-and-export .pager a.pager-last.active {
  color: #888 !important;
}

.dcutil-table .pager-and-export .export-link {
  float: left;
  width: 200px;
  text-align: right;
}

.dcutil-table .pager-and-export .export-link a {
  color: #333 !important;
}

/**************************************************************/
/* details-bar                                                */
/**************************************************************/
.dcutils-listing-details-bar {
  background-color: #f4f4f4;
  padding: 8px 15px;
  margin-bottom: 20px;
  font-size: 12px;
}

.dcutils-listing-details-bar-block1 {
  float: left;
}

.dcutils-listing-details-bar-block1 .active {
  font-weight: bold;
}

.dcutils-listing-details-bar-block2 {
  text-align: right;
}

.dcutils-listing-details-bar .sort-select-block1 {
  float: left;
}

.dcutils-listing-details-bar .sort-select-block2 {
  text-align: right;
}

.dcutils-listing-details-bar form input {
  position: relative;
  top: -5px;
}

.dcutils-listing-details-bar .sort-select-block2 select {
  margin-left: 5px;
  position: relative;
  top: -5px;
}

/**************************************************************/
/* rounded-box                                                */
/**************************************************************/
.dcutil-corner-top-left {
  background: #ECEBEB url("images/corner_top_left.gif") top left no-repeat;
  margin-top: 5px;
  height: auto !important;
  _height: 17px;
}

.dcutil-corner-bottom-left {
  background: transparent url("images/corner_bottom_left.gif") bottom left no-repeat;
}

.dcutil-corner-top-right {
  background: transparent url("images/corner_top_right.gif") top right no-repeat;
}

.dcutil-corner-bottom-right {
  background: transparent url("images/corner_bottom_right.gif") bottom right no-repeat;
}

.dcutil-rounded-box-content {
  padding: 7px;
}

#edit-search-item-wrapper {
  height: 21px !important;
  padding-top: 1px;
}

/**************************************************************/
/* empty row class                                            */
/**************************************************************/
.dcutil-emtpy-row {
  clear: both;
  background-color: #E1E1E1;
  font-size: 20px;
  text-align: center;
  list-style-image: none;
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.dcutil-emtpy-row li span {
  color: #979797 !important;
  display: block;
  padding: 40px 0px;
}

.dcutil-emtpy-row li span a {
  color: #979797 !important;
}

/**************************************************************/
/* report-banner                                              */
/**************************************************************/
.report-banner {
  background-color: #FFFFFF;
  padding: 0px 11px;
  clear: both;
  margin: 7px 0px 11px 0px;
  width: auto;
  clear: both;
}

.report-banner-heading {
  float: left;
  text-align: left;
  text-transform: capitalize;
  font-weight: bolder;
  font-size: 16px;
}

.report-banner-back {
  padding-top: 5px;
  float: right;
  position: relative;
}

.clear {
  clear: both;
}

.report-banner-total {
  text-align: left;
  margin-top: 20px;
}

.daterange {
  float: left;
  margin-right: 25px;
}

html.js fieldset.collapsible {
  border: 0px;
}

/**************************************************************/
/* dcutil-form-filters                                        */
/**************************************************************/
.dcutil-form-filters {
  clear: both;
  background-color: #E1E1E1;
  height: 28px;
  padding: 7px 11px;
  margin: 0px;
  width: auto;
}

.dcutil-form-filters #edit-keywords-wrapper {
  padding-left: 0px;
}

.dcutil-form-filters .edit-submit {
  margin-right: 5px;
}

.dcutil-form-filters #edit-keywords-wrapper input {
  border: 1px solid #999999;
}

.dcutil-form-filters .form-item {
  float: left;
  padding: 0 5px 0 5px;
  background: transparent url(images/backgrounddotsvertical.gif) repeat-y scroll right top;
}

.dcutil-form-filters .form-item label {
  position: relative;
  float: left;
  padding: 5px 5px 0 0;
}

.dcutil-form-filters .submit-container {
  float: left;
  margin-left: 10px;
}

.dcutil-form-filters .date-picker input.hasDatepicker {
  width: 65px;
}

#edit-from-wrapper {
  width: 170px;
}

#edit-to-wrapper {
  width: 160px;
}

.clear-container {
  float: left;
  margin-left: 1px;
}

.report-banner-advanced-search {
  float: right;
  margin-top: 5px;
}

/**************************************************************/
/* #block left menu                                        */
/**************************************************************/

