@charset "utf-8";
/* CSS Document */


/* CONTENT STYLES */

/* Heading styles */

/* h2 */
.user-content h2 {
  color:              #333;
  font-weight:        normal;
  font:               30px/34px "Neue Helvetica", Helvetica, Arial, "Lucida Grande", Verdana, sans-serif;
  letter-spacing:     -1px;
  margin-top: 20px;
  margin-bottom:      10px;
}

/* h1 */
.user-content h1 {
  color: #333;
  font:               26px/100% "Neue Helvetica", Helvetica, Arial, "Lucida Grande", Verdana, sans-serif;
  letter-spacing:     -0.4px;
  font-weight:        normal;
  margin-top: 20px;
  margin-bottom: 10px;
  position: relative;
  padding-bottom: 0;
  padding-top: 0;
}

.user-content h1 a {
  border-bottom: 1px dashed #a8986f;
  color:              #a8986f;
  font-weight:        normal;
}

.user-content h1 a:visited {
  border-bottom: 1px dashed #a8986f;
  color:              #a8986f;
  font-weight:        normal;
}

.user-content h1 a:hover {
  border-bottom: 1px dashed #a8986f;
  color:              #a8986f;
  font-weight:        normal;
}


/* h4 */
.user-content h4 {
  font: 20px/120% "Neue Helvetica", "Helvetica", Arial, "Lucida Grande", Verdana, sans-serif;
  color: #333;
  font-weight: normal;
  margin-top: 20px;
  margin-bottom: 10px;
  position: relative;
  padding-bottom: 0;
  padding-top: 0;
}

.user-content h4 a {
  border-bottom: 1px dashed #a8986f;
  color:              #a8986f;
  font-weight:        normal;
}

.user-content h4 a:visited {
  color: #666;
  border-bottom: none;
}

.user-content h4 a:hover {
  border-bottom: 1px dashed #a8986f;
  color:              #a8986f;
  font-weight:        normal;
}

/* h5 */
.user-content h5 {
  color: #6d6d6d;
  font: 17px/120% "Neue Helvetica", Helvetica, Arial, "Lucida Grande", Verdana, sans-serif;
  margin-top: 20px;
  margin-bottom: 10px;
  position: relative;
  padding-bottom: 0;
  padding-top: 0;
}

.user-content h5 a {
  border-bottom: 1px dashed #a8986f;
  color:              #a8986f;
  font-weight:        bold;
}

.user-content h5 a:visited {
  border-bottom: 1px dashed #a8986f;
  color:              #a8986f;
  font-weight:        bold;
}

.user-content h5 a:hover {
  border-bottom: 1px dashed #a8986f;
  color:              #a8986f;
  font-weight:        bold;
}

/* h6 */
.user-content h6 {
  color: #6d6d6d;
  font: 14px/140% "Neue Helvetica", Helvetica, Arial, "Lucida Grande", Verdana, sans-serif;
  margin-top: 20px;
  margin-bottom: 10px;
  position: relative;
  font-weight:normal;
  padding-bottom: 0;
  padding-top: 0;
}

.user-content h6 a {
  border-bottom: 1px dashed #a8986f;
  color:              #a8986f;
  font-weight:        normal;
}

.user-content h6 a:visited {
  color: #666;
  border-bottom: none;
}

.user-content h6 a:hover {
  border-bottom: 1px dashed #a8986f;
  color:              #a8986f;
  font-weight:        normal;
}



/* body styles */

.user-content p {
  font:               13px/17px Arial, "Lucida Grande", Verdana, sans-serif;
  padding:             0;
  color: #6d6d6d;
  margin: 0 0 10px 0;
}

.user-content ul{
  margin: 10px 0 10px 15px;
}

.user-content ul li {
  color: #6d6d6d;
  font:               13px/19px Arial, "Lucida Grande", Verdana, sans-serif;
  text-align:         left;
  background-image: url(../images/bullet1.gif);
  background-repeat: no-repeat;
  background-position: 0 6px;
  padding: 0 0 0 14px;
  margin: 0px;
}

.user-content ul li ul{
  margin: 5px 0 5px 15px;
}

.user-content ul li ul li{  
  color: #6d6d6d;
  font:               13px/19px Arial, "Lucida Grande", Verdana, sans-serif;
  text-align:         left;
  background-image: url(../images/bullet2.gif);
  background-repeat: no-repeat;
  background-position: 0 6px;
  padding: 0 0 0 14px;
  margin: 0px;
}

.user-content blockquote {
  font: 13px/140% Arial, "Lucida Grande", Verdana, sans-serif;
  font-style: italic;
  color: #6d6d6d;
  margin: 0 0 15px 50px; 
}


/* table styles */

.table-container {
  width: 530px;
  background: url(../images/table_bg.gif) bottom no-repeat;
  margin-bottom: 10px;
  }

.table-container .cap {
  width: 530px;
  height: 20px;
  background: url(../images/table_cap.gif) no-repeat;
  }

.table-container h5{
  margin:0px 0px 0px 10px;
  padding:0px;
  color:#333;
}
.user-content table {
    font: 13px/17px Arial, "Lucida Grande", Verdana, sans-serif;
    padding: 0px;
    width:530px;
  border-width: 0px;
  border-spacing: 4px;
  border-style: solid;
  border-color: #d4d4d4;
  border-collapse: separate;
  margin:0px 0px 20px 0px;
}

.user-content table th {
  padding: 5px 5px;
  color: #333;
  font-weight: bold;
  border:1px solid #f7e69c;
  background-color: #f7e69c;
  -moz-border-radius: 0px 0px 0px 0px;
}
.user-content table td {
  padding: 5px 5px;
  border:1px solid #fbf8ed;
  background-color: #fbf8ed;
  -moz-border-radius: 0px 0px 0px 0px;
}

.user-content table strong {
  font-size: 15px;
  color: #333;
  font-weight: bold;
  white-space: nowrap;
}

.user-content table em {
  font-size: 13px;
  color: #333;
  font-weight: bold;
  white-space: nowrap;
}



/* link styles */

.user-content a {
  border-bottom:1px dashed #a8986f;
  color:              #8b743a;
  text-decoration:    none;

}

.user-content a:visited {
  border-bottom:1px dashed #a8986f; 
  color:              #8b743a;
  text-decoration:   none;
}

/* New additions - 11 Mar 09 */ 

.user-content p.list_intro {
  background: url(../images/list_intro_bg.gif) repeat-x;
  color: #FFF;
  line-height: 32px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}

.user-content a.more_info {
  text-decoration: none;
  border-bottom: none;
  font-size: 11px;
}

.user-content ol.ir li {
	background-repeat: no-repeat;
	padding-left: 56px;
	background-position: 0 center;
	border-bottom: 2px solid #eee;
  padding-bottom: 6px;
}

.user-content ol.ir li li {
  padding-left: 15px;
  padding-bottom: 0;
  background-position: 0 6px;
  border-bottom: none;
}

.user-content ol.ir li.i1 {
	background-image: url(../images/ol_ir_i1.gif);
}

.user-content ol.ir li.i2 {
	background-image: url(../images/ol_ir_i2.gif);
}

.user-content ol.ir li.i3 {
	background-image: url(../images/ol_ir_i3.gif);
}

.user-content ul.bt_group {
  padding: 0;
  list-style-type: none;
  margin: 0
}

.user-content ul.bt_group li {
  background: none !important;
  padding: 0 !important;
  float: left;
  margin-right: 8px;
  margin-bottom: 8px;
}

.user-content .bt, .user-content a.bt {
  border-bottom: none;
  display: block;
  color: #B9A388 !important;
  background: url(../images/bt_black.gif) 100% 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
  text-decoration: none;

  padding: 0 2px 0 0;
  height: 21px;
  line-height: 16px;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
}



.user-content .bt span, .user-content a.bt span {
  position: relative;
  text-align: center;
  display: block;
  height: 18px;
  padding-top: 3px;
  padding-right: 4px;
  padding-left: 6px;
  background: url(../images/bt_black_span.gif) 0 0;
}

.user-content .bt:hover, .user-content a.bt:hover {
  background-position: 100% -21px;
}

.user-content .bt:hover span, .user-content a.bt:hover span {
  background-position: 0 -21px; 
}

.bt span, a.bt span {
  display: block;
  line-height: 1.1em;
}

.bt span {
  /* fixes problems in IE - doesn't affect other browsers */
	position: relative; 
}

button::-moz-focus-inner,
button span::-moz-focus-inner,
button.bt::-moz-focus-inner,
button.bt span::-moz-focus-inner { 
	/* 
		This fixes the 1px offset problem in firefox. Found in a comment by "Axonian" at:
		http://www.filamentgroup.com/lab/styling_the_button_element_with_sliding_doors/
	*/
	border: none;
	/* 
		... and these fix extra padding problems in firefox. Found in a comment by "pike" at:
		http://radaschuetz.com/archive/2007/04/21/button-hell/
	*/
	padding-right: 0;
	padding-left: 0;
}


/* pretty photo (lightbox) extras */

.user-content .pf_hide {
    /* dummy links to allow galleries of images that aren't directly linked to */
    display: none;
}


.user-content ul.tabs {
  background: url(../images/tabs.gif) repeat-x;
  height: 26px;
  padding-left: 10px;
  margin: 0;
  display: block;
  float: none;
  width: 540px;
}

.user-content ul.tabs li {
  list-style-type: none;
  padding: 0 !important;
  margin-right: 8px;
  display: block;
  float: left;
background: none;

}

.user-content ul.tabs li a {
  display: block;
  background: url(../images/tab_a.gif) no-repeat top right;
  font-size: 14px;
  padding-right: 2px;
  height: 24px;
  color: #FFF;
  border: none;
}

.user-content ul.tabs li a:active
{
  	outline: none;
}

.user-content ul.tabs li a:focus
{
  -moz-outline-style: none;
}


.user-content ul.tabs li a:hover {
  background-position: 100% -24px;
}

.user-content ul.tabs li a span {
  display: block;
  background: url(../images/tab_a_span.gif) no-repeat top left;
  padding: 3px 6px 0 8px;
  height: 21px;
}

.user-content ul.tabs li a:hover span {
  background-position: 0 -24px;
}

.user-content ul.tabs li a.current {
  background-image: url(../images/tab_a_current.gif);
}

.user-content ul.tabs li a.current span {
  background-image: url(../images/tab_a_current_span.gif);
}


/* tab panels */

.user-content div.tab_panels_wrap {
  background: url(../images/tab_panels.gif) repeat-y;
  padding: 0 10px !important;
}

.user-content ul.tab_panels {
  background: none;
  padding: 0 !important;
  margin: 0 !important;
}

.user-content ul.tab_panels li.tab_panel {
  padding: 8px 0;
  margin: 0;
  list-style-type: none;
  background: none;
}

.user-content div.tab_panels_ft {
    clear: both;
    padding-bottom: 10px;
    padding-left: 4px;
    padding-right: 4px;
    background: url(../images/tab_panels_ft.gif) no-repeat bottom left;
}

.user-content div.tab_panels_ft .divider {
  margin: 0 8px;
  height: 1px;
  width: 530px;
  background: #B3B3B3;
  line-height: 0;
  font-size: 0;
  clear: both;
}




.user-content table.stats {
  border: none;
  margin: 0;
  width: auto;
  padding: 0;
  font-size: 11px;
  font-family: arial, sans-serif;
  line-height: 12px;
  border-spacing: 0;
}

.user-content table.stats th {
  padding: 3px 8px 3px 0;
  color: #333;
  font-weight: normal;
  border: none;
  background-color: #FFF;
  white-space: nowrap;
}

 
.user-content table.stats th.i {
  text-indent: -999em;
  padding: 0;
  width: 22px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center center;
}

.user-content table.stats td {
  padding: 3px 0 3px 4px;
  border: none;
  background-color: #FFF;
}

.user-content table.stats td.strong {
  font-size: 11px;
  white-space: normal;
}

.user-content table.stats td.em {
  font-size: 11px;
  white-space: normal;
}

/* server config controls */

/*
.user-content ul.config_controls {
  padding: 10px 0 0 0;
  margin: 0;
  
}

.user-content ul.config_controls li {
  font-weight: bold;
  background: none;
  padding: 0 0px; 
  margin: 0 20px 0 0;
  float: left;
  display: block;
}

.user-content ul.config_controls li a.i {
  color: #000;
  padding-left: 30px;
  background-repeat: no-repeat;
  display: block;
  border: none;
  font-size: 11px;
  line-height: 26px;
}

.user-content ul.config_controls li.proposal {
  float: right;
  width: 85px;
  margin-right: 0;
}

new styles follow
*/


.user-content ul.config_controls {
  padding: 10px 13px 6px 13px;
  margin: 0;
}

.user-content ul.config_controls li {
  font-weight: bold;
  background: none;
  padding: 0 0px; 
  margin: 0 8px 0 0;
  float: left;
  display: block;
}

.user-content ul.config_controls li.pricing {
    float: right;
    padding-right: 34px;
    line-height: 22px;
    font-weight: normal !important;
}



.user-content ul.config_controls li.proposal {
  float: right;
  margin-right: 0;
}


/* table/list icons */

.user-content .i_proposal {
  background-image: url(../images/i_proposal.gif);
  line-height: 29px !important;
}

.user-content .i_chat {
  background-image: url(../images/i_chat.gif);
}

.user-content .i_email {
  background-image: url(../images/i_email.gif);
  padding-left: 34px !important;
}

.user-content .i_processor {
  background-image: url(../images/i_processor.gif);
}

.user-content .i_ram {
  background-image: url(../images/i_ram.gif);
}

.user-content .i_storage {
  background-image: url(../images/i_storage.gif);
}

.user-content .i_raid {
  background-image: url(../images/i_raid.gif);
}

.user-content .i_bandwidth {
  background-image: url(../images/i_bandwidth.gif);
}

/* specific to server config info */

.user-content .server_configs li.tab_panel h4 {
  font-size: 11px;
  font-weight: bold;
  margin-top: 2px;
  margin-bottom: 6px;
  position: static;
}

.user-content .server_configs li.tab_panel ul {
  padding: 0;
  margin: 0;
}

.user-content .server_configs li.tab_panel ul li {
  background: url(../images/bulletsmall.gif) 4px 8px no-repeat;
  font-size: 11px;
}

.user-content .server_configs li.tab_panel ul li.i {
  padding-left: 26px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: none;
}

.user-content .server_configs li.tab_panel ul li.i_web_server {
  background-image: url(../images/i_web_server.gif);
}

.user-content .server_configs li.tab_panel ul li.i_database {
  background-image: url(../images/i_database.gif);
}

.user-content .server_configs li.tab_panel ul li.i_mail_exchange {
  background-image: url(../images/i_mail_exchange.gif);
}

.user-content .server_configs li.tab_panel ul li.i_terminal_server {
  background-image: url(../images/i_terminal_server.gif);
}

/* columns (default widths) */

.user-content .server_configs .col {
  float: left;
}

.user-content .server_configs .col_1o2 {
  width: 280px;
  padding-right: 20px;
}

.user-content .server_configs .col_2o2 {
  width: 200px;
}


.user-content .server_configs .col_1o3 {
  width: 190px;
}

.user-content .server_configs .col_2o3 {
  width: 180px;
}

.user-content .server_configs .col_3o3 {
  width: 150px;
}

/* jcarousel styles for server config */

/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.user-content .server_configs .jcarousel-container {
    position: relative;
}

.user-content .server_configs .jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.user-content .server_configs .jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.user-content .server_configs .jcarousel-container-horizontal {
    width: 530px;
}

.user-content .server_configs .jcarousel-clip-horizontal {
    width: 530px;
}

.user-content .server_configs .jcarousel-list li.tab_panel,
.user-content .server_configs .jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 530px;
    height: 9em;
}


/* End New additions */


/* unique styles */

.user-content .features {
  margin-top: 5px;
  margin-bottom: 10px;
  position: relative;
  padding: 0;
}
.user-content .features p {
  color: #6d6d6d;
  font: 13px/140% "Neue Helvetica", Helvetica, Arial, "Lucida Grande", Verdana, sans-serif;
  margin-top: 0px;
  margin-bottom: 5px;
  position: relative;
  padding-bottom: 0;
  padding-top: 0;
}
.user-content .features ul li {
  color: #313332;
  font: 19px/100% "Neue Helvetica", Helvetica, Arial, "Lucida Grande", Verdana, sans-serif;
  font-weight: bold;
  background-image: url(../images/bullet1.gif);
  background-repeat: no-repeat;
  background-position: 0 5px;
  padding: 0 0 8px 12px;
  margin: 0px;
}

.user-content .hosting ul{
    margin: 0;
}

.user-content .hosting ul li {
  color: #333;
  font: 13px/140% "Neue Helvetica", Helvetica, Arial, "Lucida Grande", Verdana, sans-serif;
  background-image: url(../images/star.gif);
  background-repeat: no-repeat;
  background-position: 0 -0.1em;
  padding: 0 0 8px 20px;
  margin: 0px;
}

.user-content .hosting em {
  color: #333;
  font: 15px/100% "Neue Helvetica", Helvetica, Arial, "Lucida Grande", Verdana, sans-serif;
  font-weight: bold;
  padding: 0;
  margin: 0;
}

.user-content .co-location ul{
    margin: 0;
}

.user-content .co-location ul li {
  color: #333;
  font: 13px/140% "Neue Helvetica", Helvetica, Arial, "Lucida Grande", Verdana, sans-serif;
  background-repeat: no-repeat;
#  background-position: 0 -0.1em;
#  padding: 0 0 8px 20px;
  margin: 0px;
}

.user-content .co-location em {
  color: #333;
  font: 15px/100% "Neue Helvetica", Helvetica, Arial, "Lucida Grande", Verdana, sans-serif;
  font-weight: bold;
  padding: 0;
  margin: 0;
}


/* Buttons */

.user-content a.more {
  display: block;
  margin: 5px 0px 25px 0px;
  background: url(../images/btn_more.gif) no-repeat;
  border-bottom:0px;
  height: 20px;
  width: 58px;
  }

.user-content a.more span { display: none; }



/* Touts */

.tout_container { width: 575px; margin-bottom: 20px; }

.tout_container .tout {
  width: 175px;
  height: 204px;
  margin-right:20px;
  }
.tout_container .last { margin-right: 0px !important; }
.tout_container img { margin: 0px; }
.tout_container .tout a { text-decoration: none; border: 0; }

/* Info */


.info-container {
  width: 270px;
  background: url(images/info_bg.gif) bottom no-repeat;
  margin-bottom: 10px;
  }

.info-container .cap {
  width: 270px;
  height: 20px;
  background: url(images/info_cap.gif) no-repeat;
  }
  

.info-container ul{
  margin:0 5px 0 15px;
  padding:0 0 10px 0;
  } 
.info-container ul li {
  margin: 0px;
  padding: 0 0 2px 0;
  font: 13px/140% Arial, Verdana, sans-serif;
  background-position: 0 6px;
  text-align: left;
}
.info-container ul li a {
  border-bottom: none;
  text-decoration: none;
  color:              #a8986f;
  font-weight:        normal;
}


.info-container ul li a:hover { 
  border-bottom: 1px dashed #996633;
}


/*
 * form styles
 */

form {
  padding: 0;
  margin: 0;
  }

form h2 {
  font-size: 20px;
  font-weight: bold;
  clear: both;
  }

form h3 {
  font-size: 17px;
  font-weight: normal;
  margin: 0 0 5px 0;
  padding: 15px 0 10px 0;
  clear: both;
  }

form h4 {
  clear: both;
  }

form p.text input {
  border: 1px solid #c9c9c9;
  background-color: #f5f5f5;
  padding: 3px;
  width: 300px;
  font-family: Arial, Helvetica, sans;
  font-size: 12px;
  color: #6d6d6d;
  }

form p.select select {
  border: 1px solid #c9c9c9;
  background-color: #f5f5f5;
  font-family: Arial, Helvetica, sans;
  font-size: 12px;
  color: #6d6d6d;
  }

form p.text label,
form p.select label {
  width: 95px;
  float: left;
  padding-top: 2px;
  }

form p.small input,
form p.small select {
  width: 110px;
  }

form p.checkbox {
  margin-left: 95px;
  }

form p.checkbox input {
  margin-top: 1px;
  margin-bottom: 4px;
  float: left;
  clear: left;
  }

form p.checkbox label {
  float: left;
  margin-left: 8px;
  margin-bottom: 4px;
  }

form p.textarea textarea {
  border: 1px solid #c9c9c9;
  width: 300px;
  font-family: Arial, Helvetica, sans;
  font-size: 14px;
  color: #6d6d6d;
  padding: 3px;
  }

form p.textarea label {
  width: 95px;
  float: left;
  }

form p.submit {
  text-align: right;
  padding: 10px 55px 20px 0;
  }

form p.submit input {
  padding: 3px;
  }
  


#home_feature .highlight p.extras a {
  font-size: 11px;
    border-bottom:1px dashed #a8986f;
    color:              #8b743a;
    text-decoration:    none;
  margin: 0 0 2px 0;
  padding: 5px 0 2px 0;
}

form p label.error {
	float: none;
	color: red; 
	padding-left: 133px; 
	padding-top: 2px;
	vertical-align: top;
	font-style: italic;
	font-size: 10px;
}
.user-content .talkhuman-sidebar {
	padding: 2px;
}
.user-content .talkhuman-sidebar table {
	width: auto;
	padding: 2px;
}
.user-content .talkhuman-sidebar table td {
	background-color:#f4f4f4;
	border:1px solid #f4f4f4;
	padding: 2px;
}

