@charset "UTF-8";

#content { padding-bottom: 15px; }

#users_list { margin-top: 15px; }
#users_list td { vertical-align: middle; }
#users_list td.avatar img { border: 1px solid #2e2e2e; }
#users_list td.username a { font-weight: bold; color: #0b7171; }
#users_list td.actions a { color: #26abe2; }


.paging { font-size: 12px; }
.paging .current { display: inline-block; padding: 5px 6px; background-color: #0b7171; color: #fff; -moz-border-radius: 4px; -webkit-border-radius: 4px; }
.paging .disabled { display: inline-block; padding: 5px 6px; background-color: #ccc; color: #fff; -moz-border-radius: 4px; -webkit-border-radius: 4px; }
.paging a { display: inline-block; padding: 5px 6px; background-color: #2e2e2e; color: #fff; text-decoration: none; -moz-border-radius: 4px; -webkit-border-radius: 4px; }

.paging span a { background-color: #626262; background-repeat: no-repeat; }
