@charset "UTF-8";

/******************************************************************************
** BrightTALK Dot Com
** Copyright BrightTALK Ltd, 2008.
** All Rights Reserved.
** $Id: create.css 3353 2009-10-16 11:23:34Z psimmons $
******************************************************************************/

h1.imagetext-start-webcasting {
  margin: 5px 20px;
  position: relative;
  height: 24px;
  width: 179px;
  overflow: hidden;
}

h1.imagetext-start-webcasting span {
  background: url(images/start_webcasting.gif) no-repeat center top;
  position: absolute;
  width: 100%;
  height: 100%;
}

.create-channel-teaser {
  float: left; 
  width: 100%;
}

.create-starter-channel, .create-premium-channel, .create-enterprise-channel {
  float: left;
  padding-left: 10px;
  width: 310px;
}

.channel-content {
  width: 95%;
}

.vertical_separation {
  border-right: 1px solid #CCCCCC;
  float: left;
  height: 272px;
  margin-top: 35px;
}

.create-channel-starter-header, .create-channel-premium-header, 
.create-channel-enterprise-header {
  height: 147px;
  margin: 0px 0px 0px 10px;
  margin-left: 10px;
  width: 285px;
  position: relative;
  overflow: hidden;  
}

.create-channel-starter-header span, .create-channel-premium-header span, 
.create-channel-enterprise-header span {
  width: 100%;
  height: 100%;
  position: absolute;
}

.create-channel-starter-header span {
  background: transparent url(images/starter-channel.png) no-repeat scroll 0 0;
}

.create-channel-premium-header span {
  background: transparent url(images/premium-channel.png) no-repeat scroll 0 0;
}

.create-channel-enterprise-header span {
  background: transparent url(images/enterprise-channel.png) no-repeat scroll 0 0;
}

.create-channel-description ul {
  font-size: 11px;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin-left: 0;
  padding-left: 10px;
}

.create-channel-description li {
  background: transparent url(../images/backgrounddotshorizontal.gif) repeat-x scroll center bottom;
  padding-bottom: 4px;
  padding-top: 4px;
}

.channel-actions {
  float: left;
  margin-top: 0;
  width: 100%;
}

.channel-actions .action {
  float: left;
  padding-left: 20px;
  width: 300px;
}

.channel-actions input {
  float: left;
  margin-right: 5px;
}

.button-getyourstarterchannel {
  background-image:url(images/buttongetyourstarterchannel.gif);
  background-repeat: no-repeat;
  width: 183px;
}

.button-startfreetrial {
  background-image: url(images/startfreetrial.gif);
  background-repeat: no-repeat;
  width: 130px;
}

.channel-actions .extra-message {
  clear: both;
  margin: 17px 0 8px;
}

.horizontal_separation {
  background: transparent url(../images/backgrounddotshorizontal.gif) repeat-x scroll center top;
  float: left;
  height: 1px;
  margin-bottom: 20px;
  margin-top: 15px;
  width: 100%;
}

.horizontal_separation hr {
  display: none;
}

.channel-features-comparison {
  background-color: #CCCCCC;
  margin-bottom: 20px;
  margin-left: 20px;
  padding: 20px 0 20px 20px;
  width: 910px;
}

table {
  border-collapse:collapse;
}

tbody {
  border-top: 1px solid #CCCCCC;
}

.channel-features-comparison-header {
  font-weight:bold;
}

.channel-features-comparison-features {
  background: transparent url(../images/backgrounddotshorizontal.gif) repeat-x scroll center bottom;
}


