/*-[ Tables ]--------------------*/
table{ width:100%; text-align:left; /*margin-bottom:25px; border:2px solid #F1F4F6;*/ }
thead{ background:#F7F8F9; font-size:14px; color:#585F65; }
table th ,table td{ padding:7px 10px; text-align:left; }
thead th{ padding:14px; }
tbody th{ font-weight:normal; border-bottom:1px solid #F5F7F9; }

/*-[ Billing & Payment Tables ]--------------------*/
#billing{ width: 95%;	padding-left: 20px; }
#billing header{
	margin: 15px 5px 0px;
	background: #bee080;
	color: #333;
	font-weight: bold;
	padding: 12px 10px;
	overflow: visible;
	-webkit-box-shadow: 0 2px 4px 0 rgba(153,153,153,.75); 
    -moz-box-shadow: 0 2px 4px 0 rgba(153,153,153,.75);
    box-shadow: 0 2px 4px 0 rgba(153,153,153,.75);
}
#billing header p{ float: right; margin: 0;	line-height: 25px; }
#billing_table{
	background-color: #F1F1F1;
	margin: 0px 5px 5px;
	padding: 20px;
	-webkit-box-shadow: 0 2px 4px 0 rgba(153,153,153,.75); 
    -moz-box-shadow: 0 2px 4px 0 rgba(153,153,153,.75);
    box-shadow: 0 2px 4px 0 rgba(153,153,153,.75);
	/*width: 100%; max-width: 890px;*/
}
#payment_table{	width: 100%; border: 1px solid #666; }
#payment_table th{ background-color: #777; color: #fff;	font-size: 16px; font-weight: bold;
	border: 1px solid #666; border-top: 0;	border-left: 0;
}
#payment_table td{ border: 1px solid #666; border-top: 0; border-left: 0; }
#payment_footer td{ background-color: #ccc;	color: #000; font-size: 14px; font-weight: bold; }
.paymentBorderRight{ border-right: 1px solid #000 !important; }
.paymentBorderBottom{ border-bottom:0 !important; font-weight: bold; }
.paymentBottomRight{ border-bottom: 0 !important; border-right: 0 !important; }
.paymentQuantity{ width: 57px; padding: 4px; text-align: center; }
input[type=image]{ border: 0; }
.selectBtn-default { color: #333; background-color: #fff; border-color: #ccc; }
.selectBtn {
	display: inline-block;
	padding: 4px;
	margin-bottom: 0;
	margin-left: 20px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.428571429;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	border: 1px solid #ccc;
	border-radius: 4px;
}
#tcBonusBut{
	background-color: #ffb400;
    border: none;
    color: #000;
    /*display: block;*/
	font-size: 14px;
	font-weight: normal;
    padding: 4px 8px;
    border-radius: 4px;
}
.textR{	text-align: right; }

/*-[ Login & Register Tables ]--------------------*/
#register{ /*background: #cce6f3;*/	padding:20px; width: 550px;	float: left; }
#register header{ background: #cce6f3; color: #333;	font-weight: bold; padding: 12px 4%; }

#register p{ margin-bottom: 0px; width: 180px; }
#register input{ width: 165px; font-size: 14px; margin-bottom: 5px; padding: 2px 4px 4px 4px; }
#register input[type="submit"]{
	background-color: #ffb400;
    border: none;
    color: #000;
    display: block;
    font-weight: bold;
    padding: 8px 16px;
}
#register_table td.footer{ height: 80px; vertical-align: bottom; }

#register_table{ width: 100%; /*border: 1px solid #666;*/ }
#register_table th{
	/*background-color: #7dc202;*/
	background-color: #777;
	color: #fff;
	padding: 6px;
	font-size: 16px;
	font-weight: bold;
	border: 1px solid #666;
	border-top: 0;
	border-left: 0;
}
#register_table td{	border-top: 0; border-left: 0; }
#clientList{ width: 100%;/* padding-left: 5px;*/ }
/*Client List Table*/
#clientList_table{width: 98%; background-color: #ddd; color: #000; margin:0px; padding: 5px; }
/*#clientList_table table{width: 98%;}*/
#clientList_table tr th{background-color: #f00; color: #fff; font-weight: bold; border-right: 1px solid #fff !important;}
#clientList_table tr td{}
#clientList_table tr td, #clientList_table tr th{ text-align: left; border:1px solid #666; }
#clientList_table .id{ width: 7% !important; padding-left: 10px;}
#clientList_table .uname{ width: 10% !important; padding-left: 10px;}
#clientList_table .action{  width:13%; text-align: center !important; padding-right: 15px;}
