table.users_import {
	border-collapse: collapse;
	width: 100%;
}

table.users_import td {
	border: solid #ECECEC;
	border-width: 1px 0;
}

.flag {
	width: 16px;
	height: 16px;
	margin-bottom: -3px;
}

.users_amount {
	float: right;
}

table.users_ranking {
	width: 100%;
	border-collapse: collapse;
}

table.users_ranking tr.separator td {
	background: transparent; 
	border: 0;
	padding: 0;
	height: 3px;
}


table.users_ranking td {
	background: #F5F5F5;
	border: 0 solid #ECECEC;
	border-width: 1px 0;
	color: #808080;
	font-size: 7.5pt;
}

table.users_ranking td .flag {
	margin-bottom: -4px;
}

table.users_ranking td a.avatar {
	display: block;
}

table.users_ranking td a.avatar img {
	width: 30px;
	height: 30px;
	border: 1px solid #E1E1E1;
}

table.users_ranking td a.nick {
	font-size: 7.5pt;
	font-weight: bold;
}

table.users_ranking td.number {
	color: #000;
	padding-left: 3px;
	padding-right: 0px;
}

.projects_box				{ font-size: 7.5pt; }
.projects_box a.avatar		{ display: inline; float: left; }
.projects_box a.avatar img	{ width: 30px; height: 30px; border: 1px solid #E1E1E1; }
.projects_box .user		{ display: inline; float: left; padding: 3px 0 0 4px; }
.projects_box a.nick	{ font-weight: bold; font-size: 7.5pt; }
.projects_box .update	{ display: inline; float: right; color: #808080; }



