#bodyContainer .hostingPlanPageTitle
{
  width: 100%;
  padding-left: 14px;
  padding-right: 14px;
  padding-bottom: 20px;
  color: #000000;
  font-size: 18px;
  font-weight: bold;
}

#bodyContainer #hostingTitleBox
{
   margin-top: 10px;
   margin-bottom: 10px;
}


#sectionHostingShared
{
   margin-top: 15px;
   margin-bottom: 40px;
}


#bodyContainer .hostingPlanBlurb
{
  width: 100%;
  padding-left: 14px;
  padding-right: 14px;
  padding-bottom: 20px;
  color: #000000;
  font-size: 14px;
}

.devBlurb a
{
   dext-decoration: none;
   color: #000000;
}

.devBlurb a:hover
{
   color: #0b3c66;
}

#bodyContainer .hostingPlanBlurb li { margin-top: 8px; }

#bodyContainer .hostingPlanBlurb .ex { padding-left: 25px; font-size: 10px; }

#bodyContainer .hostingPlanName
{
  color: #000000;
  font-size: 15px;
  border: 1px solid #DBDBDB;
  font-weight: bold;
  text-align: center;
}

#bodyContainer .hostingPlanTable
{
  color: #000000;
  font-size: 12px;
  border: 1px solid #DBDBDB;
}

#bodyContainer .hostingPlanTable a
{
  color: #c86616;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}

/* Hide technical details initially */
#bodyContainer #hostingDetailBox { display: none; }

#bodyContainer .hostingPlanTable a:hover { text-decoration: underline; }

#bodyContainer #hostingShowButton
{
  margin-top: 17px;
  margin-bottom: 17px;
  margin-left: 12px;
  color: #0b3c66;
  font-size: 13px;
}

#bodyContainer #hostingShowButton a { color: #0b3c66; text-decoration: none; }
#bodyContainer #hostingShowButton a:hover { color: #7f9b5a; text-decoration: underline; }


/* table that displays thumbnails */
#bodyContainer .blurbText table
{
  width: 100%;
  padding: 0px;
  margin: 0px;
  color: #000000;
  font-size: 12px;
}

#bodyContainer .blurbText table td
{
   text-align: center;
   width: 25%;
   padding-bottom: 20px;
}

#bodyContainer .blurbText table img
{
  display: block;
  border: 4px solid #8ca6d7;
  margin-bottom: 5px;
  text-align: center;
  margin: 0 auto;
}


.datacenterTourBox
{
   margin-right: 35px;
   float: right;
   width: 210px;
   padding: 5px;
   border: 2px solid #000000;
   text-align: center;
   font-size: 14px;
   text-decoration: none;
   color: #000000;
   background-color: #c6e1a3;
}

.panelDemoBox
{
   margin-top: 20px;
   margin-right: 35px;
   float: right;
   width: 210px;
   padding: 5px;
   border: 2px solid #000000;
   text-align: center;
   font-size: 14px;
   text-decoration: none;
   color: #000000;
   background-color: #c6e1a3;
}

.datacenterTourBox:hover, .panelDemoBox:hover
{
   background-color: #a4c2dd;
}

.overSellBox
{
   margin-top: 20px;
   margin-right: 28px;
   float: right;
   width: 200px;
   padding: 5px;
   font-size: 14px;
   padding: 5px;
}

