/* --------------------------------------------------------------
   GLOBAL WHMCSBB
-------------------------------------------------------------- */

a.whmcsbb_name{
  text-decoration: none;
  font-weight: bold;
}

a.whmcsbb_default{
	text-decoration: underline;
}

h2.whmcsbb_h2, h2.whmcsbb_h2 a{
	font-size: 14px;
	color: #666666;
	text-decoration: none;
}

table.whmcsbb_frame td.noborderheader{
  background-color:#F5F5F5;color:#333;
}

table.whmcsbb_frame{
  margin:0 0 10px;padding:0;border:1px solid #EBEBEB;border-bottom:0;
  

}
table.whmcsbb_frame td{
  background-color:#FFF;border-bottom:1px solid #EBEBEB;padding:5px;
}
table.whmcsbb_frame td textarea{
  width: 80%;
  height: 250px;
}
table.whmcsbb_frame td.head{
  background-color:#F5F5F5;color:#333;border-right:1px solid #EBEBEB;
  width: 170px;
}

table.whmcsbb_data td{
  background-color:#ffffff;border-bottom:1px solid #EBEBEB;
}
table.whmcsbb_data th{
  background-color:#f4f4f4;border-bottom:1px solid #cccccc;color:#666666;font-weight:bold;
  
}
.whmcsbb_large{
  width: 165px
}
.whmcsbb_small{
  width: 100px;
}
.whmcsbb_tiny{
  width: 50px;
}
.whmcsbb_icon{
  width: 20px;
}
.whmcsbb_center{
  text-align: center;
}
.whmcsbb_right{
  text-align: right;
}
.whmcsbb_left{
  text-align: left;
}
.whmcsbb_strong{
  font-weight: bold;
}
.whmcsbb_button{
  text-decoration: none;
  padding: 7px;
  background-color: #F5F5F5;
  border: 1px solid #cccccc;
  color: #333333;
  font-weight: bold;
}
.whmcsbb_quote{
	padding: 5px;
	border: 1px dotted #EBEBEB;
}

ol#faq li{
	line-height: 20px;	
}