@charset "utf-8";
/* CSS Document */

.alfabet {
	color: #666;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 2px;
	font-size: 14px;
	margin-bottom: 10px;
}
.col1 {
	width: 200px;
}
.col2 {
	float: right;
	width: 200px;
}

.alfabet a {
	text-decoration: none;
	color: #00F;
}
.alfabet a:hover {
	text-decoration: underline;
}
.membru {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E2E2E2;
}
.membru a {
	color: #000;
	text-decoration: none;
}
.membru a:hover {
	text-decoration: underline;
}

.membru .membru_nume {
	float: left;
	color: #000;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 2px;
}
.membru .membru_nick {
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
}

