
#profile_manager {
	display: inline-block;
	margin: 0 0 32px 0;
	text-align: center;
	width: 100%;
}

.view_templates {
  display: none;
}

.opinions_container {
  width: 100%;
}

.opinions {
  width: 100%;
}

.opinions_header {
  width: 100%;
}

.opinions .scrollable {
  height: 200px;
  border: 0px groove silver;
  border-width: 2px 0 2px 0;
  padding-right: 10px;
  position: relative;
}

.scrollable .scrollbar_track {
  position:absolute;
  top:0;
  right:0;
  height:100%;
  width:10px;
  background-color:transparent;
  cursor:move;
}

.scrollable .scrollbar_handle {
  width:10px;
  background-color:#f26800;
  cursor:move;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  opacity:0.9;
  -moz-opacity:0.9;
}

.scrollable .scrollable_content {
  overflow:hidden;
  width:100%;
  height:100%;
  margin-right: 15px;
}

.opinions table {
  width: 100%;
}

.opinions_paging_container {
	text-align: left;
	width: 100%;
	position: relative;
	margin: 8px 0 16px 0;
}

.opinions_page_selector {
  position: absolute;
	left: 22em;
	top: 4px;
}

.opinions_sort_selector {
  display: inline-block;
}

.opinions_sort_selector select {
	width: 180px;
}

.opinions_sort_selector form {
	margin: 0;
}

.opinions_sort_label {
  color: #bfbfbf;
}

.opinion_page_links {
  padding: 0;
  height: 2em;
  vertical-align: bottom;
  position: relative;
  bottom: 0px;
}

.opinion_page_links a {
  vertical-align: bottom;
}

a.selected {
  font-size: 200%;
  text-decoration: underline;
}

a.selected:hover {
  text-decoration: underline;
}

.opinions table .actionColumn {
  width: 80px;
  text-align: center;
  font-weigth: normal;
}

.opinions table .deleteAction {
	width: 50px;
}

.opinions table td {
  padding-left: 4px;
  padding-top: 2px;
  padding-bottom: 2px;
  border: 0 solid silver;
  border-bottom-width: 1px;
	text-align: left;
}

.opinions table th {
  font-weight: normal;
  padding-left: 4px;
  border-style: none;
	text-align: left;
}

.opinions table th.selected {
  font-weight: bold;
}

.opinions table .splitter {
  width: 0.5em;
  color: silver;
  padding: 0;
  text-align: center;
}

.opinions_tickers {
	height: 2em;
	width: 100%;
	text-align: center;
	padding: 0.5em 0 0.5em 0;
}

.opinions_message_ticker {
  display: block;
}

.opinions_undo_ticker {
	color: gray;
  display: block;
}

.undo_message {
	display: inline-block;
}

.undo_message div {
	display: inline-block;
}

.opinions_message_ticker .error {
  color: red;
}

.opinion .image {
}

.opinion a {
  display: inline-block;
  vertical-align: middle;
}

.opinion .image {
  background-position: center center;
}

.opinion .deleteAction .image {
  background:url(../images/loves_and_bans/delete.png) no-repeat;
  width: 24px;
  height: 22px;
}

.opinion .loveBanAction .liked .image {
  background:url(../images/loves_and_bans/trackban_disabled.png) no-repeat;
  width: 58px;
  height: 20px;
}

.opinion .loveBanAction .banned .image {
  background:url(../images/loves_and_bans/trackban_enabled.png) no-repeat;
  width: 58px;
  height: 20px;
}

.opinion .artistBanAction .liked .image {
  background:url(../images/loves_and_bans/artistban_disabled.png) no-repeat;
  width: 58px;
  height: 20px;
}

.opinion .artistBanAction .banned .image {
  background:url(../images/loves_and_bans/artistban_enabled.png) no-repeat;
  width: 58px;
  height: 20px;
}
