html
{
      background: white;
}

body 
{ 
  margin: 0; 
  padding: 0;
  text-align: center; 
  line-height: 146.5%;
}

table td, table th
{
  border: none;
}

.clear
{
  clear:both;
  font-size:0;
}

#dContainer
{
  background: white;
}

.dBlock
{
  width: 900px;
  padding: 0;
  margin: 0 auto;
  text-align: left;
  clear: both;
}

#dHeader
{
  padding-top: 10px;
  height: 70px;
  margin-bottom: 10px;
}

#dLogoNav
{
  float: left;
  margin-left: 4px;
}

#dMeetingButtons
{
  float: right;
  margin-top: 30px;
}

#dMeetingButtons .HostMeeting
{
  margin-left: 15px;
  margin-right: 4px;
}

#dMeetingButtons .JoinMeeting
{
  margin-left: 15px;
}

#dBanner table
{
  width: 100%;
}

#dBanner table td
{
  padding: 0;
}

#dContent
{
  padding-left: 6px;
  padding-bottom: 10px;
}

#dContent h2
{
  color: #ff525e;
  margin-top: 0;
  margin-bottom: 6px;
  font-size: 153.9%;
}

.dContentTwoThird_First
{
  float: left;
  width: 585px;
}

.dContentOneThird_Last
{
  float: left;
  width:  280px;
  margin-left: 26px
}

.dContentTwoThird_Last
{
  float: left;
  width: 585px;
  margin-left: 26px
}

.dContentOneThird_First
{
  float: left;
  width:  280px;

}

#dFooter
{
  height: 129px;
  padding-left: 10px;
  padding-right: 10px;
  margin:0;
  
  background: #4f4f4f url(../images/footer.png) no-repeat center;
  color: #b6b6b6;
}

#dFooter a:link, #dFooter a:visited
{
    color: #c6c6c6;
    text-decoration: none;
}

#dFooter_Links
{
  margin-top: 20px;
  text-align: right;
}

#dFooter_Links h3
{
  margin-bottom: 0;
}

.banner-header
{
    background: url(../Images/banner-heading.png) no-repeat center;
    height: 48px;
    padding-left: 20px;
    padding-top: 20px;
    margin-bottom: 5px;
}

.banner-header h2
{
    display: inline;
    font-size: 167%;
    color: #e0f2fc;
    letter-spacing: .05em;
}

.banner-header .Links
{
   display: inline; 
   margin-left: 20px;
   font-weight: bold;
   color: #e0f2fc;
   font-size: 108%;
}

.banner-header .Links span
{
   margin-left: 20px;
   margin-right: 20px;
}

.banner-header .Links a:link
,.banner-header .Links a:visited
{
   color: #e0f2fc; 
   text-decoration: none;
}

.Banner_Active
{
    color: #ffff8c;
}


.form_optional
{
    font-size: 77%;
    color: #868686;
}

.form_label
{
    vertical-align: top;  
}

.form_input
{
    vertical-align: top;   
}

.FormSuccess
{
    display: block;
    font-size: 123.1%;
    font-weight: bold;
    color: #558e55;
    padding-top: 5px;
    padding-bottom: 15px;
}

.FormError
{
    display: block;
    font-size: 123.1%;  
    font-weight: bold;
    color: #ff7171;
    padding-top: 5px;
    padding-bottom: 15px;
}

/* Features table */
table.Features, table.Rates
{
    font-size: 93%;
    width: 750px;
    margin: 0 auto;
    border-collapse: collapse;
	text-align: left;
}


table.Features th, table.Rates th
{
	font-size: 14px;
	font-weight: bold;
	color: #ff525e;
	padding: 10px 8px;
	border-bottom: 2px solid #ff7b7b;
	text-align: left;
}
table.Features td, table.Rates td
{
	border-bottom: 1px solid #ccc;
	color: #484848;
}
table.Features tr:hover td, table.Rates tr:hover td
{
	color: #009;
}

table.Rates .Rates_Product
{
    text-align: center;
}

.Rates_Label
{
    font-size: 85%;
}

.Rates_Price
{
    font-weight: bold;   
    font-size: 153.9%;
}
