/*

dd_members.css (tackle_trader/admin)

*/

/*
----------------------------------------------------------------------------------------------------
dd_member_username
----------------------------------------------------------------------------------------------------
*/

.dd_member_username { }

.dd_member_username a {
	font-weight:bold;
	color:#7E3013;
}

/*
----------------------------------------------------------------------------------------------------
dd_member_classifieds_summary
----------------------------------------------------------------------------------------------------
*/

.dd_member_classifieds_summary strong.attdcs_total {
	color:blue;
}

.dd_member_classifieds_summary strong.attdcs_live {
	color:red;
}

/*
----------------------------------------------------------------------------------------------------
dd_member_type
----------------------------------------------------------------------------------------------------
*/

.dd_member_type span {
	padding:3px 0px 2px 0px;
	font-size:9px;
	float:left;
	width:76px;
	text-align:center;
}

.dd_member_type span.attdmt_commercial {
	background-color:#4D5D62;
	color:#ffffff;
}

td.dd_member_type span.attdmt_regular {
	background-color:#737145;
	color:#ffffff;
}

