/*
	Standard Memebership Pages
***********************************************************************/
#content .tblMembershipFees p{
	margin:6px 0;
}

.tblMembershipFees{
	border-left:1px solid #999;
	border-bottom:1px solid #999;
}


.tblMembershipFees th, .tblMembershipFees td{
	border-top:1px solid #999;
	border-right:1px solid #999;
}

.tblMembershipFees thead th{
	padding:3px 10px 3px 10px !important;
	margin:0px !important;
	text-align:center !important;
	vertical-align:top;
	background:#E6E6E6;
	font-size:1.1em;
	font-weight:bold !important;
}
	.tblMembershipFees thead th span{
		font-size:0.9em;
		font-weight:normal !important;				
	}

.tblMembershipFees tbody th{
	background:#E6E6E6;
	width:90px;
	text-align:center !important;
}
	.tblMembershipFees tbody th span{
		font-size:0.9em;
		font-weight:normal !important;
	}

.tblMembershipFees tbody th, .tblMembershipFees tbody td{
	padding:3px 10px 3px 10px;
	font-weight:bold;
	text-align:center !important;
}
.tblMembershipFees tbody td.joiningFee{
 	font-weight:normal;
	width:90px;
}

/*
	Corporate Memebership Pages
***********************************************************************/
.btnArrow{
	margin-right:10px;
}

.left_col, .right_col{
	float:left;
	border:1px solid #999;
	padding:13px 15px 0px;
	min-height:294px;
	_height:294px;
}
.left_col{
	width:241px;
	margin-right:14px;
}
.right_col{
	width:240px;
}