.err {
  color: #d03021;
}

.ok {
  color: #10c008;
}

ul.ui-autocomplete {
  background: #ffffff;
}

ul.errorlist,
.errorField {
  background: #ff8888;
  padding: 5px;
}

.ui-resizable-s {
  bottom: 0;
}

ul {
  margin: 0;
  padding: 0;
}

body {
  background: #f3f3f3;
  font-size: 12px;
  font-family: sans-serif;
  margin: 0;
  padding: 0;
}

.no-items {
  color: #666666;
  font-size: 14px;
  text-align: left;
}

.pagination a {
  text-decoration: none;
}

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

.pagination .disabled {
  visibility: hidden;
}

.radio-status {
  font-size: 11px;
}

.radio-status li .metadata {
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
}

.radio-status li span.name.mute {
  background: url(../img/sound_mute.png) right no-repeat;
  padding-right: 20px;
}

.radio-status li span.name {
  display: inline-block;
  height: 16px;
  min-width: 16px;
  margin-right: 5px;
}

.radio-status li span.name span {
  margin-left: 2px;
}

.radio-status li .listeners {
  color: #888888;
}

.radio-status li .listeners .count {
  margin-left: 0px;
}

.radio-status li .listeners .err {
  margin-left: 2px;
}

.radio-status li .live {
  color: #888888;
}

.radio-status li span.edit {
  font-size: 11px;
  margin-left: 4px;
  vertical-align: top;
}

#header {
  position: relative;
}

#header .radio-status {
  background: #f8f8f8;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  box-shadow: 0 0 4px #d8d8d8;
  -moz-box-shadow: 0 0 4px #d8d8d8;
  -webkit-box-shadow: 0 0 4px #d8d8d8;
  color: #666666;
  clear: right;
  float: right;
  margin-top: 7px;
  position: absolute;
  right: 0;
  text-align: right;
  width: 410px;
  z-index: 10;
}

#header .radio-status li {
  border: 1px solid #eeeeee;
  margin: 0;
  padding: 4px 3px;
}

#header .radio-status li .edit {
  font-weight: normal;
}

#header .radio-status li .edit a {
  padding-left: 0;
}

#header .radio-status li a.stream-url {
  background: url(../img/sound.png) right no-repeat;
  color: #666666;
  margin: 5px 0 0;
  padding-right: 25px;
  text-align: center;
  text-decoration: none;
}

#header .radio-status li a:hover {
  text-decoration: underline;
}

#header .radio-status li.single .metadata {
  font-weight: bold;
}

#header {
  background: transparent;
  padding: 3px 0 0;
}

#header ul.top-right {
  float: right;
  font-size: 12px;
  list-style: none;
  padding: 0;
}

#header ul.top-right li {
  background: transparent;
  border-width: 0;
  border-right: 1px solid #000000;
  display: inline-block;
  zoom: 1;
  color: #000000;
  font-weight: bold;
  margin: 0 10px 0 0;
  padding-right: 10px;
  text-decoration: none;
}

#header ul.top-right li a {
  color: #000000;
  text-decoration: none;
}

#header ul.top-right li a img {
  border: 0;
  vertical-align: middle;
}

#header ul.top-right li a:hover {
  text-decoration: underline;
}

#header ul.top-right li.radio-debug {
  vertical-align: bottom;
}

#header ul.top-right li.radio-debug form button {
  background: transparent;
  border-width: 0;
  box-shadow: 0 0 0 #000000;
  -moz-box-shadow: 0 0 0 #000000;
  -webkit-box-shadow: 0 0 0 #000000;
  color: #000000;
  cursor: pointer;
  font-size: 12px;
  font-family: sans-serif;
  font-weight: bold;
  height: auto;
  line-height: normal;
  margin: 0;
  padding: 0;
  text-decoration: none;
  vertical-align: bottom;
}

#header ul.top-right li.radio-debug form button:hover {
  background: orange;
}

#header ul.top-right li.last {
  border-width: 0;
  margin-right: 0;
  padding-right: 0;
}

#header ul.top-right li.languages form {
  display: inline;
}

#header ul.menu li a,
#ideas-and-bugs a,
#back-to-radio a,
#help-section a {
  background: #437ad2;
  border: #666666 solid 1px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  box-shadow: 0 0 4px #888888;
  -moz-box-shadow: 0 0 4px #888888;
  -webkit-box-shadow: 0 0 4px #888888;
  color: #dddddd;
  font-weight: bold;
  padding: 10px 10px;
  text-align: center;
  text-decoration: none;
  display: block;
}

body.settings #header ul li.settings a,
body.play #header ul li.play a,
body.music-base #header ul li.music-base a,
#help-section a:hover,
#ideas-and-bugs a:hover,
#back-to-radio a:hover,
#header ul.menu li.active a,
#header ul.menu li a:hover {
  background: #224b8d;
  border: #ffffff solid 1px;
  box-shadow: 0 0 10px #ffffff;
  -moz-box-shadow: 0 0 15px #ffffff;
  -webkit-box-shadow: 0 0 10px #ffffff;
  color: #ffffff;
  display: block;
  font-weight: bold;
  text-shadow: 0px 0px 0px #dddddd;
}

#feedback #header ul.menu li a,
#feedback #header ul.menu li a {
  background: #222222;
}

#feedback #header ul.menu li a:hover,
#feedback #header ul.menu li.active a {
  background: #000000;
}

#messages {
  margin: 30px 10px 5px 185px;
  width: 600px;
}

#messages li {
  background: #e8e8e8;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -webkit-border-radius: 6px;
  box-shadow: 0 0 4px #aaaaaa;
  -moz-box-shadow: 0 0 4px #aaaaaa;
  -webkit-box-shadow: 0 0 4px #aaaaaa;
  color: #ffffff;
  font-weight: bold;
  padding: 7px 30px;
  text-align: center;
}

#messages li.error {
  background: #e55555;
}

#messages li.success {
  background: #aaeeaa;
}

.submenu-container {
  background: transparent right bottom no-repeat;
  border-bottom: #dddddd solid 1px;
  position: relative;
  width: 960px;
}

.submenu-container .logo {
  bottom: 0;
  color: #aaaaaa;
  font-size: 12px;
  font-weight: bold;
  margin-right: 10px;
  position: absolute;
  right: 0;
  text-align: right;
  width: 250px;
}

.submenu-container .logo img {
  display: block;
}

.submenu-container ul#submenu {
  background: url(../img/gradient.png) transparent repeat-x bottom;
  float: left;
  margin-top: 20px;
  min-height: 30px;
}

.submenu-container ul#submenu li {
  margin: 0;
  margin-right: 2px;
  text-align: center;
  width: 94px;
}

.submenu-container ul#submenu li a {
  background: url(../img/submenu-item-background.png) left -10px repeat-x;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  color: #cccccc;
  display: block;
  font-weight: bold;
  padding: 10px 0;
  text-decoration: none;
  text-shadow: 0px -1px 8px #000000;
}

.submenu-container ul#submenu li a:hover {
  background-position: left 0;
  color: #eeeeee;
  text-shadow: 0px -1px 8px #333333;
}

.submenu-container ul#submenu li.omega {
  margin-right: 0;
}

body.timeline ul#submenu li.timeline a,
body.general ul#submenu li.general a,
body.stream ul#submenu li.stream a,
body.lastfm ul#submenu li.lastfm a,
body.member ul#submenu li.member a,
body.streaming ul#submenu li.streaming a,
body.api ul#submenu li.api a,
body.info ul#submenu li.info a,
body.history ul#submenu li.history a,
body.playlist ul#submenu li.playlist a,
body.playing ul#submenu li.playing a,
body.calendar ul#submenu li.calendar a,
body.ad ul#submenu li.ad a,
body.programme ul#submenu li.programme a,
body.ad-campain ul#submenu li.ad-campain a,
body.stats ul#submenu li.stats a,
body.channel ul#submenu li.channel a,
body.artists ul#submenu li.artists a,
body.tracks ul#submenu li.tracks a,
body.import ul#submenu li.import a,
body.subscriptions ul#submenu li.subscriptions a,
body.history ul#submenu li.history a,
body.timeline ul#submenu li.timeline a {
  background: url(../img/submenu-item-active-background.png) repeat-x bottom;
  border-bottom: #186bc9 1px solid;
  color: #ffffff;
  margin-bottom: -1px;
  text-shadow: 0px -1px 8px #333333;
}

ul#submenu li.tracks,
ul#submenu li.playing {
  margin-left: 0;
}

#page {
  background: url(../img/page-background.png) repeat-x top #f0f0f0;
  padding: 10px 0 10px;
}

#help-section a,
#ideas-and-bugs a,
#ideas-and-bugs a:hover {
  background: #222222;
}

#help-section,
#ideas-and-bugs,
#back-to-radio {
  font-size: 13px;
  padding: 0;
  position: fixed;
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

#help-section a,
#ideas-and-bugs a,
#back-to-radio a {
  border-bottom: none;
  opacity: 0.7;
  padding: 10px 15px 15px;
}

#help-section a:hover,
#ideas-and-bugs a:hover,
#back-to-radio a:hover {
  opacity: 1;
}

#ideas-and-bugs,
#back-to-radio {
  right: -12px;
  top: 40%;
  -moz-transform: rotate(-90deg);
  -moz-transform-origin: bottom right;
  -webkit-transform: rotate(-80deg);
  -webkit-transform-origin: bottom right;
  -o-transform: rotate -90deg;
  -o-transform-origin: bottom right;
}

body #help-section {
  position: fixed;
  top: 40%;
  left: -12px;
  -moz-transform: rotate(90deg);
  -moz-transform-origin: bottom left;
  -webkit-transform: rotate(80deg);
  -webkit-transform-origin: bottom right;
  -o-transform: rotate 90deg;
  -o-transform-origin: bottom right;
}

#ideas-and-bugs a {
  opacity: 0.4;
}

#footer {
  margin-bottom: 35px;
  border-top: 1px solid #d8d8d8;
}

#footer .credentials {
  color: #cccccc;
  float: right;
  margin-right: 15px;
  margin-top: 5px;
}

#footer .credentials a {
  color: #cccccc;
  font-weight: bold;
  text-decoration: none;
}

#footer .credentials a:hover {
  text-decoration: underline;
}

.pagination {
  margin-top: 5px;
  text-align: center;
}

body .right-column .pagination {
  margin-top: 10px;
}

body.music-base .left-column .content form table {
  border-collapse: collapse;
}

body.music-base .left-column .content form table th,
body.music-base .left-column .content form table td {
  border-top: 1px solid #888888;
}

body.music-base .left-column .content form table th {
  padding: 5px 10px;
  text-align: left;
}

body.channel.index .content form#programme-filter,
body.programme-index .content form#programme-filter,
body.ad-campain.index .content form#programme-filter {
  margin-bottom: 10px;
}

body.channel.index .content form#programme-filter button.search,
body.programme-index .content form#programme-filter button.search,
body.ad-campain.index .content form#programme-filter button.search {
  display: inline-block;
  zoom: 1;
  float: none;
  margin-left: 5px;
  vertical-align: bottom;
}

body.programme.details .content a#archive {
  display: block;
  float: left;
  margin-top: 10px;
}

body.programme-index .content table.index tr td.authors,
body.channel.index .content table.index tr td.authors {
  color: #666666;
}

body.programme-index .content table.index tr td.authors ul,
body.channel.index .content table.index tr td.authors ul {
  display: inline;
}

body.programme-index .content table.index tr td.authors ul li,
body.channel.index .content table.index tr td.authors ul li {
  display: inline;
}

body.programme-index .content table.index tr td.authors ul li.main,
body.channel.index .content table.index tr td.authors ul li.main {
  font-weight: bold;
}

body.programme-index .content table.index tr td.info h2 {
  width: 400px;
}

body.programme-index .content table.index tr td.info img,
body.programme-index .content table.index tr td.info .img-placeholder {
  border-width: 4px;
  border-style: solid;
  margin: 10px;
  padding: 2px;
  vertical-align: middle;
}

body.programme-index .content table.index tr td.info .img-placeholder .fake {
  background: #dddddd;
  height: 50px;
  width: 50px;
}

form.programme-delete img {
  border-width: 4px;
  border-style: solid;
  margin: 0;
  padding: 2px;
  vertical-align: middle;
}

form.channel-delete .value ul.authors {
  display: inline;
}

form.channel-delete .value ul.authors li {
  display: inline;
}

.content {
  border: #fdfdfd solid 2px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  box-shadow: 0 0 4px #333333;
  -moz-box-shadow: 0 0 4px #333333;
  -webkit-box-shadow: 0 0 4px #333333;
  background: #fdfdfd;
  padding: 10px;
}

body.schedule #page .content {
  margin: 5px;
}

body.schedule #page .content #schedule-filter {
  border-bottom: 1px solid #cccccc;
  margin: 10px 30px 20px 30px;
  padding-bottom: 10px;
  text-align: left;
}

body.schedule #page .content #schedule-filter form {
  display: inline;
}

body.schedule #page .content #schedule-filter form button {
  display: inline-block;
  zoom: 1;
  float: none;
  margin-left: 5px;
}

body.schedule #page .content #schedule-filter form input.textinput {
  height: 16px;
  line-height: 16px;
  padding: 5px 3px;
  position: relative;
  z-index: 500;
}

body.schedule #page .content #schedule-filter form.ad-campains {
  float: right;
}

body.schedule #page .content #schedule-filter form.ad-campains ul {
  display: inline;
  float: left;
  padding: 0;
  width: 360px;
}

body.schedule #page .content #schedule-filter form.ad-campains ul li {
  display: block;
  float: right;
  font-size: 11px;
  margin-right: 10px;
  margin-bottom: 7px;
  width: 170px;
}

body.schedule #page .content #schedule-filter form.ad-campains ul li label input {
  vertical-align: middle;
  float: left;
}

body.schedule #page .content #schedule-filter form.ad-campains ul li label .label {
  float: left;
}

body.schedule #page .content ul.playlists li {
  float: left;
  width: 14%;
}

body.playlist-index #page .left-column .content {
  padding: 10px;
}

body.playlist-index #page .left-column .content .pagination {
  margin: 10px 0;
  text-align: center;
}

body.playlist-index #page .left-column .content form#playlist-filter {
  margin-bottom: 10px;
}

body.playlist-index #page .left-column .content form#playlist-filter button.search {
  display: inline-block;
  zoom: 1;
  float: none;
  margin-left: 5px;
  vertical-align: bottom;
}

body.playlist-index #page .left-column .content table.playlists {
  -moz-box-shadow: none;
}

body.playlist-index #page .left-column .content table.playlists tr.even td {
  background: #f6f6f6;
}

body.playlist-index #page .left-column .content table.playlists td.title {
  padding: 5px 0;
  text-align: left;
}

body.playlist-index #page .left-column .content table.playlists td.title h2 {
  font-size: 12px;
  margin: 0;
}

body.playlist-index #page .left-column .content table.playlists td.image {
  border-width: 0;
  padding: 5px 5px 5px 10px;
}

body.playlist-index #page .left-column .content table.playlists td.image img,
body.playlist-index #page .left-column .content table.playlists td.image .img-placeholder {
  border-width: 4px;
  border-style: solid;
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
}

body.playlist-index #page .left-column .content table.playlists td.image .img-placeholder .fake {
  background: #dddddd;
  height: 30px;
  width: 30px;
}

body.playlist #sm2-container,
body.episode #sm2-container {
  position: absolute;
  left: -1000px;
}

body.playlist h1,
body.episode h1 {
  border-width: 2px 0;
  border-style: solid;
  font-size: 18px;
  line-height: 24px;
  padding: 4px 2px;
  text-align: left;
}

body.playlist h2,
body.episode h2 {
  font-size: 16px;
  padding: 0 4px;
}

body.playlist h2.podcast .edit,
body.episode h2.podcast .edit {
  font-size: 14px;
  font-weight: normal;
}

body.playlist form.podcast-info,
body.episode form.podcast-info {
  margin-top: 0;
}

body.playlist form.podcast-info fieldset,
body.episode form.podcast-info fieldset {
  margin-top: 0;
}

body.playlist ul.sets,
body.episode ul.sets,
body.playlist ul.tracks-info,
body.episode ul.tracks-info,
body.playlist ul.podcast-info,
body.episode ul.podcast-info {
  margin-left: 16px;
}

body.playlist ul.sets li .date,
body.episode ul.sets li .date {
  margin-right: 10px;
}

body.playlist ul.sets li form.delete,
body.episode ul.sets li form.delete {
  background: transparent;
  border: none;
  display: inline-block;
  zoom: 1;
  padding: 0;
  vertical-align: middle;
}

.left-column form#edit-podcast {
  display: inline;
}

body.play.playing form.filter button {
  display: inline-block;
}

body.play.playing .no-items {
  padding: 5px 10px;
}

body.play.playing .header {
  color: #666666;
  padding: 5px 10px;
  background-color: #f2f2f2;
  border-radius: 3px;
  -moz-border-radius: 3px;
}

body.play.playing .header:hover {
  background-color: #fafafa;
}

body.play.playing ul.schedule {
  padding: 5px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin-bottom: 4px;
}

body.play.playing ul.schedule li.track,
body.play.playing ul.schedule li.ad,
body.play.playing ul.schedule li.set {
  padding: 5px;
  border-radius: 3px;
  -moz-border-radius: 3px;
}

body.play.playing ul.schedule li.track,
body.play.playing ul.schedule li.ad {
  background-color: #f2f2f2;
  margin-top: 3px;
  margin-bottom: 3px;
  padding: 5px 7px;
}

body.play.playing ul.schedule li.track form,
body.play.playing ul.schedule li.ad form {
  float: right;
  margin-left: 10px;
}

body.play.playing ul.schedule li.track .delete-placeholder,
body.play.playing ul.schedule li.ad .delete-placeholder {
  float: right;
  height: 1px;
  width: 26px;
}

body.play.playing ul.schedule li.track .player,
body.play.playing ul.schedule li.ad .player {
  width: 700px;
}

body.play.playing ul.schedule li.track .player a,
body.play.playing ul.schedule li.ad .player a {
  color: #000000;
  opacity: 0.7;
}

body.play.playing ul.schedule li.track .player a:hover,
body.play.playing ul.schedule li.ad .player a:hover {
  box-shadow: 0 1px 2px #666666;
  -moz-box-shadow: 0 1px 2px #777777;
  opacity: 1;
  text-decoration: none;
}

body.play.playing ul.schedule li.track .player .metadata,
body.play.playing ul.schedule li.ad .player .metadata {
  margin-left: 15px;
}

body.play.playing ul.schedule li.track .player.sm2_playing a,
body.play.playing ul.schedule li.ad .player.sm2_playing a {
  background: #f8e9e9 url(../img/buttons/stop.png) 7px 50% no-repeat;
  opacity: 1;
  width: 33%;
}

body.play.playing ul.schedule li.ad {
  padding: 3px 3px;
}

body.play.playing ul.schedule li.ad .inner {
  padding: 2px 4px;
}

body.play.playing ul.schedule ul.tracks li.last {
  margin-bottom: 0;
}

body.play.playing ul.schedule ul.tracks li:hover {
  background-color: #fafafa;
}

body.play.playing ul.schedule ul.tracks li.ad {
  color: #666666;
  background-color: #d1e9ff;
}

body.play.playing ul.schedule ul.tracks li.ad:hover {
  background-color: #b9ddff;
}

body.play.playing ul.schedule li.set.background ul.tracks li {
  border-color: transparent;
}

form#search {
  margin-bottom: 20px;
}

form#search button.search {
  display: inline-block;
  zoom: 1;
  float: none;
  margin-left: 5px;
  vertical-align: bottom;
}

form#search input.autocomplete {
  line-height: 16px;
  height: 16px;
  padding: 5px 3px;
}

form#search .advanced-search {
  margin: 5px 0;
  text-align: right;
  width: 189px;
}

form#search .advanced-search label {
  color: #444444;
}

body .content form#search.filter,
body .content form.filter {
  margin: 0 0 25px;
}

body .content form#search.filter button,
body .content form.filter button {
  display: inline-block;
  float: none;
  margin-left: 17px;
  width: 110px;
}

body .content form#search.filter .errorlist,
body .content form.filter .errorlist {
  margin-bottom: 5px;
}

body .content form#search.filter label,
body .content form.filter label {
  margin-left: 12px;
}

body .content form#search.filter label input,
body .content form.filter label input,
body .content form#search.filter label select,
body .content form.filter label select {
  margin-left: 4px;
}

body .content form#search.filter label.first,
body .content form.filter label.first {
  margin-left: 0;
}

body .content form#search.filter input.textinput,
body .content form.filter input.textinput {
  line-height: 16px;
  height: 16px;
  padding: 3px;
}

body.history .content form.filter button.download {
  zoom: 1;
}

body.history .content form.filter button.download span {
  background-image: url(../img/buttons/export_to_csv.png);
}

body.history .content form.filter fieldset {
  border: 0 none;
  margin: 0 0 10px;
  padding: 0;
}

body.history .content form.filter fieldset select {
  width: 150px;
}

body.history .content form.filter fieldset.track-type {
  margin-top: 5px;
}

body.history .content form.filter fieldset.track-type label {
  margin-left: 0;
}

body.history .content form.filter fieldset.track-type ul {
  display: inline;
  margin: 0;
  padding: 0;
}

body.history .content form.filter fieldset.track-type ul li {
  display: inline;
}

body.history .content form.filter fieldset.track-type ul li label {
  margin-left: 4px;
  margin-right: 0px;
}

body.history .content form.filter fieldset.track-type ul li label input {
  margin-left: 4px;
  vertical-align: middle;
}

body.history .content form.filter .button-holder {
  margin-top: 10px;
  text-align: right;
}

body.history input.textinput {
  width: 125px;
}

body.member.index .left-column .content h1 {
  margin-bottom: 15px;
}

body.member.index .left-column .content table {
  width: 100%;
}

body.member.index .left-column .content table tbody td.joined {
  text-align: center;
}

#member-details .image,
#member-details .image-placeholder {
  background: #cccccc;
  border: #888888 solid 2px;
  float: left;
  margin-right: 10px;
}

#member-details .image-placeholder {
  float: left;
  height: 80px;
  width: 80px;
}

#member-details .image img {
  border-width: 0;
  display: block;
}

#member-details table {
  float: left;
}

#member-details table th {
  text-align: right;
  vertical-align: top;
}

#member-details table td {
  text-align: left;
  padding-left: 5px;
  vertical-align: top;
}

#member-details table td p {
  margin-top: 0;
  padding-top: 0;
}

#member-details table td a {
  line-height: 1.4em;
}

#member-details table td ul li {
  margin-bottom: 5px;
}

body.member.edit .uniForm #id_schedule_hour_limit {
  padding-right: 0.1em;
  width: 2em;
  text-align: right;
}

body.artists .content table td.name {
  text-align: left;
}

body.settings.general table,
body.settings.stream table {
  width: 100%;
}

body.settings.general table th,
body.settings.stream table th {
  padding: 5px;
  text-align: right;
  vertical-align: top;
  width: 35%;
}

body.settings.general table td,
body.settings.stream table td {
  padding: 5px 5px 5px 10px;
}

body.settings.general table td p,
body.settings.stream table td p {
  margin-top: 0;
  padding-top: 0;
}

body.settings.general table td .no-items,
body.settings.stream table td .no-items {
  color: #aaaaaa;
  font-size: 1em;
}

body.settings.general .uniForm .inlineLabels .select#id_crossfade,
body.settings.stream .uniForm .inlineLabels .select#id_crossfade {
  width: auto;
}

body.tracks #page .content form#search .search-box,
body.channel.details #page .content form#search .search-box,
body.tracks .ui-dialog form#search .search-box,
body.channel.details .ui-dialog form#search .search-box,
body.tracks #page .content form.filter .search-box,
body.channel.details #page .content form.filter .search-box,
body.tracks .ui-dialog form.filter .search-box,
body.channel.details .ui-dialog form.filter .search-box {
  display: inline-block;
  vertical-align: top;
}

body.tracks #page .content form#search .search-box .formHint,
body.channel.details #page .content form#search .search-box .formHint,
body.tracks .ui-dialog form#search .search-box .formHint,
body.channel.details .ui-dialog form#search .search-box .formHint,
body.tracks #page .content form.filter .search-box .formHint,
body.channel.details #page .content form.filter .search-box .formHint,
body.tracks .ui-dialog form.filter .search-box .formHint,
body.channel.details .ui-dialog form.filter .search-box .formHint {
  float: none;
  font-size: 10px;
  margin-top: 4px;
  width: 150px;
}

body.tracks #page .content form#search select,
body.channel.details #page .content form#search select,
body.tracks .ui-dialog form#search select,
body.channel.details .ui-dialog form#search select,
body.tracks #page .content form.filter select,
body.channel.details #page .content form.filter select,
body.tracks .ui-dialog form.filter select,
body.channel.details .ui-dialog form.filter select {
  margin-left: 10px;
  width: 110px;
}

body.tracks #page .content form#search input.textinput,
body.channel.details #page .content form#search input.textinput,
body.tracks .ui-dialog form#search input.textinput,
body.channel.details .ui-dialog form#search input.textinput,
body.tracks #page .content form.filter input.textinput,
body.channel.details #page .content form.filter input.textinput,
body.tracks .ui-dialog form.filter input.textinput,
body.channel.details .ui-dialog form.filter input.textinput {
  width: 140px;
}

body.tracks #page .content form#search ul,
body.channel.details #page .content form#search ul,
body.tracks .ui-dialog form#search ul,
body.channel.details .ui-dialog form#search ul,
body.tracks #page .content form.filter ul,
body.channel.details #page .content form.filter ul,
body.tracks .ui-dialog form.filter ul,
body.channel.details .ui-dialog form.filter ul {
  margin-left: 10px;
  display: inline-block;
  width: 585px;
  vertical-align: top;
}

body.tracks #page .content form#search ul li,
body.channel.details #page .content form#search ul li,
body.tracks .ui-dialog form#search ul li,
body.channel.details .ui-dialog form#search ul li,
body.tracks #page .content form.filter ul li,
body.channel.details #page .content form.filter ul li,
body.tracks .ui-dialog form.filter ul li,
body.channel.details .ui-dialog form.filter ul li {
  border-radius: 3px;
  -moz-border-radius: 3px;
  display: inline-block;
  font-size: 10px;
  margin-right: 5px;
  margin-bottom: 3px;
  padding: 1px;
  width: 100px;
  vertical-align: top;
}

body.tracks #page .content form#search ul li label,
body.channel.details #page .content form#search ul li label,
body.tracks .ui-dialog form#search ul li label,
body.channel.details .ui-dialog form#search ul li label,
body.tracks #page .content form.filter ul li label,
body.channel.details #page .content form.filter ul li label,
body.tracks .ui-dialog form.filter ul li label,
body.channel.details .ui-dialog form.filter ul li label {
  margin-left: 4px;
  margin-right: 0px;
}

body.tracks #page .content form#search ul li label input,
body.channel.details #page .content form#search ul li label input,
body.tracks .ui-dialog form#search ul li label input,
body.channel.details .ui-dialog form#search ul li label input,
body.tracks #page .content form.filter ul li label input,
body.channel.details #page .content form.filter ul li label input,
body.tracks .ui-dialog form.filter ul li label input,
body.channel.details .ui-dialog form.filter ul li label input {
  margin-left: 4px;
  vertical-align: middle;
}

body.tracks #page .content form#search .button-holder,
body.channel.details #page .content form#search .button-holder,
body.tracks .ui-dialog form#search .button-holder,
body.channel.details .ui-dialog form#search .button-holder,
body.tracks #page .content form.filter .button-holder,
body.channel.details #page .content form.filter .button-holder,
body.tracks .ui-dialog form.filter .button-holder,
body.channel.details .ui-dialog form.filter .button-holder {
  margin-top: 10px;
  text-align: right;
}

body.tracks #page .content .table-settings,
body.channel.details #page .content .table-settings,
body.tracks .ui-dialog .table-settings,
body.channel.details .ui-dialog .table-settings {
  min-height: 20px;
  position: relative;
}

body.tracks #page .content .table-settings #table-format,
body.channel.details #page .content .table-settings #table-format,
body.tracks .ui-dialog .table-settings #table-format,
body.channel.details .ui-dialog .table-settings #table-format {
  bottom: 0;
  position: absolute;
  right: 0;
}

body.tracks #page .content .table-settings #table-format button,
body.channel.details #page .content .table-settings #table-format button,
body.tracks .ui-dialog .table-settings #table-format button,
body.channel.details .ui-dialog .table-settings #table-format button {
  border: 0 none;
  background: #f8f8f8;
  border: 1px solid #e8e8e8;
  box-shadow: 0 0 0 #c8c8c8;
  -moz-box-shadow: 0 0 0 #e0e0e0;
  -webkit-box-shadow: 0 0 0 #cccccc;
  font-size: 13px;
  font-weight: normal;
  padding: 2px 10px;
}

body.tracks #page .content .table-settings #table-format button:hover,
body.channel.details #page .content .table-settings #table-format button:hover,
body.tracks .ui-dialog .table-settings #table-format button:hover,
body.channel.details .ui-dialog .table-settings #table-format button:hover {
  background: #fafafa;
}

body.tracks.track-details table td {
  border: 1px solid #ffffff;
}

body.channel.details #page .content,
body.channel.details .ui-dialog {
  background: #fdfdfd;
  color: #383838;
}

body.channel.details #page .content .info,
body.channel.details .ui-dialog .info {
  margin: 0 0 10px;
  padding: 5px 15px;
}

body.channel.details #page .content .info li,
body.channel.details .ui-dialog .info li {
  display: inline-block;
  margin-right: 20px;
  margin: 3px 0;
  width: 280px;
}

body.channel.details #page .content .info li #tracks-count,
body.channel.details .ui-dialog .info li #tracks-count,
body.channel.details #page .content .info li #tracks-length,
body.channel.details .ui-dialog .info li #tracks-length {
  margin-left: 5px;
}

body.channel.details #page .content .info li .authors li,
body.channel.details .ui-dialog .info li .authors li {
  margin-right: 3px;
  width: auto;
}

body.channel.details #page .content #channel-tracks .no-items,
body.channel.details .ui-dialog #channel-tracks .no-items,
body.channel.details #page .content #music-tracks .no-items,
body.channel.details .ui-dialog #music-tracks .no-items {
  text-align: center;
}

body.channel.details #page .content #channel-tracks .add-tracks,
body.channel.details .ui-dialog #channel-tracks .add-tracks,
body.channel.details #page .content #music-tracks .add-tracks,
body.channel.details .ui-dialog #music-tracks .add-tracks {
  float: right;
  height: 15px;
  margin-bottom: 5px;
  margin-right: 0;
  padding: 0;
  position: relative;
  width: 1px;
}

body.channel.details #page .content #channel-tracks .add-tracks a,
body.channel.details .ui-dialog #channel-tracks .add-tracks a,
body.channel.details #page .content #music-tracks .add-tracks a,
body.channel.details .ui-dialog #music-tracks .add-tracks a,
body.channel.details #page .content #channel-tracks .add-tracks input,
body.channel.details .ui-dialog #channel-tracks .add-tracks input,
body.channel.details #page .content #music-tracks .add-tracks input,
body.channel.details .ui-dialog #music-tracks .add-tracks input {
  background: url(../img/buttons/add.png) right center no-repeat;
  border-width: 0;
  font-size: 12px;
  padding-right: 20px;
  position: absolute;
  right: 15px;
  text-align: right;
  width: 65px;
}

body.channel.details #page .content #channel-tracks .add-tracks input,
body.channel.details .ui-dialog #channel-tracks .add-tracks input,
body.channel.details #page .content #music-tracks .add-tracks input,
body.channel.details .ui-dialog #music-tracks .add-tracks input {
  width: 110px;
}

body.channel.details #page .content #channel-tracks .add-tracks input:hover,
body.channel.details .ui-dialog #channel-tracks .add-tracks input:hover,
body.channel.details #page .content #music-tracks .add-tracks input:hover,
body.channel.details .ui-dialog #music-tracks .add-tracks input:hover {
  cursor: pointer;
  text-decoration: underline;
}

body.channel.details #page .content #channel-tracks .pagination,
body.channel.details .ui-dialog #channel-tracks .pagination,
body.channel.details #page .content #music-tracks .pagination,
body.channel.details .ui-dialog #music-tracks .pagination {
  margin: 5px 0;
}

body.channel.details #page .content #channel-tracks .pagination .current,
body.channel.details .ui-dialog #channel-tracks .pagination .current,
body.channel.details #page .content #music-tracks .pagination .current,
body.channel.details .ui-dialog #music-tracks .pagination .current {
  font-weight: bold;
}

body.channel.details #page .content #channel-tracks table,
body.channel.details .ui-dialog #channel-tracks table,
body.channel.details #page .content #music-tracks table,
body.channel.details .ui-dialog #music-tracks table {
  border-collapse: collapse;
  width: 100%;
}

body.channel.details #page .content #channel-tracks table tr td,
body.channel.details .ui-dialog #channel-tracks table tr td,
body.channel.details #page .content #music-tracks table tr td,
body.channel.details .ui-dialog #music-tracks table tr td,
body.channel.details #page .content #channel-tracks table tr th,
body.channel.details .ui-dialog #channel-tracks table tr th,
body.channel.details #page .content #music-tracks table tr th,
body.channel.details .ui-dialog #music-tracks table tr th {
  padding: 5px 0;
}

body.channel.details #page .content #channel-tracks table tr th,
body.channel.details .ui-dialog #channel-tracks table tr th,
body.channel.details #page .content #music-tracks table tr th,
body.channel.details .ui-dialog #music-tracks table tr th {
  background: #f8f8f8;
  font-weight: normal;
  padding: 5px 5px;
  text-align: center;
}

body.channel.details #page .content #channel-tracks table tr th a.active,
body.channel.details .ui-dialog #channel-tracks table tr th a.active,
body.channel.details #page .content #music-tracks table tr th a.active,
body.channel.details .ui-dialog #music-tracks table tr th a.active {
  font-weight: bold;
}

body.channel.details #page .content #channel-tracks table tr td,
body.channel.details .ui-dialog #channel-tracks table tr td,
body.channel.details #page .content #music-tracks table tr td,
body.channel.details .ui-dialog #music-tracks table tr td {
  padding: 3px 5px;
  text-align: center;
}

body.channel.details #page .content #channel-tracks table tr td.player,
body.channel.details .ui-dialog #channel-tracks table tr td.player,
body.channel.details #page .content #music-tracks table tr td.player,
body.channel.details .ui-dialog #music-tracks table tr td.player {
  text-align: left;
  width: 510px;
}

body.channel.details #page .content #channel-tracks table tr td.player a:hover,
body.channel.details .ui-dialog #channel-tracks table tr td.player a:hover,
body.channel.details #page .content #music-tracks table tr td.player a:hover,
body.channel.details .ui-dialog #music-tracks table tr td.player a:hover {
  text-decoration: none;
}

body.channel.details #page .content #channel-tracks table tr td.delete,
body.channel.details .ui-dialog #channel-tracks table tr td.delete,
body.channel.details #page .content #music-tracks table tr td.delete,
body.channel.details .ui-dialog #music-tracks table tr td.delete,
body.channel.details #page .content #channel-tracks table tr td.add,
body.channel.details .ui-dialog #channel-tracks table tr td.add,
body.channel.details #page .content #music-tracks table tr td.add,
body.channel.details .ui-dialog #music-tracks table tr td.add {
  text-align: right;
}

body.channel.details #page .content #channel-tracks table tr td.delete form,
body.channel.details .ui-dialog #channel-tracks table tr td.delete form,
body.channel.details #page .content #music-tracks table tr td.delete form,
body.channel.details .ui-dialog #music-tracks table tr td.delete form,
body.channel.details #page .content #channel-tracks table tr td.add form,
body.channel.details .ui-dialog #channel-tracks table tr td.add form,
body.channel.details #page .content #music-tracks table tr td.add form,
body.channel.details .ui-dialog #music-tracks table tr td.add form {
  padding: 0 10px 0;
}

body.channel.details #page .content #channel-tracks table tr.first td,
body.channel.details .ui-dialog #channel-tracks table tr.first td,
body.channel.details #page .content #music-tracks table tr.first td,
body.channel.details .ui-dialog #music-tracks table tr.first td {
  padding-top: 8px;
}

body.tracks .content {
  padding: 13px;
}

body.tracks .content table td.player-container {
  padding: 0;
}

body.tracks .content #music .no-items {
  text-align: center;
}

body.tracks .content #music table {
  font-size: 10px;
}

body.tracks .content #music table th.import-info,
body.tracks .content #music table th.track-type {
  padding: 0;
  text-align: center;
}

body.tracks .content #music table td.artist,
body.tracks .content #music table th.artist,
body.tracks .content #music table td.title,
body.tracks .content #music table th.title,
body.tracks .content #music table td.composer,
body.tracks .content #music table th.composer,
body.tracks .content #music table td.songwriter,
body.tracks .content #music table th.songwriter {
  font-size: 12px;
}

body.tracks .content #music table td.artist,
body.tracks .content #music table td.title,
body.tracks .content #music table td.composer,
body.tracks .content #music table td.songwriter {
  padding-left: 8px;
  text-align: left;
}

body.tracks .content #music table td {
  padding-left: 3px;
  padding-right: 3px;
  text-align: center;
}

body.tracks .content #music table th.default-playlist {
  color: #444444;
  padding: 3px 5px;
}

body.tracks .content #music table td.channels {
  text-align: left;
}

body.tracks .content #music table td.channels ul li {
  display: block;
  margin-bottom: 3px;
  overflow: hidden;
  width: 140px;
}

body.tracks .content #music table td.channels ul li a {
  text-decoration: none;
}

body.tracks .content #music table td.channels ul li a:hover {
  text-decoration: underline;
}

body.tracks .content #music table td.default-playlist span.on {
  color: #33aa33;
}

body.tracks .content #music table td.default-playlist span.off {
  color: #aa3333;
}

body.playlist.compose .left-column table,
body.programme.compose .left-column table {
  border: 1px solid #888888;
  border-width: 1px 0;
  margin: 20px 0;
  width: 100%;
}

body.playlist.compose .left-column table td,
body.programme.compose .left-column table td {
  cursor: move;
}

body.playlist.compose .right-column table,
body.programme.compose .right-column table {
  border-collapse: collapse;
  border-top: 1px solid #bbbbbb;
  width: 100%;
}

body.playlist.compose .right-column table td,
body.programme.compose .right-column table td,
body.playlist.compose .right-column table th,
body.programme.compose .right-column table th {
  border-bottom: 1px solid #bbbbbb;
}

body.playlist.compose .right-column table td.play,
body.programme.compose .right-column table td.play {
  padding-right: 5px;
}

body.playlist.compose .right-column table th,
body.programme.compose .right-column table th {
  font-weight: normal;
}

body.playlist.compose .right-column table th div.width,
body.programme.compose .right-column table th div.width {
  width: 280px;
}

.player {
  height: 20px;
  text-align: left;
}

.player a {
  background: url(../img/buttons/play.png) 7px 50% no-repeat;
  border-radius: 3px;
  -moz-border-radius: 3px;
  display: inline-block;
  height: 18px;
  line-height: 18px;
  overflow: hidden;
  padding: 1px 5% 1px 8%;
  text-align: left;
  text-decoration: none;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  width: 87%;
}

.player a:focus,
.player a:active:focus,
.player button:active {
  outline: none;
}

.player a::-moz-focus-inner {
  border: 0;
}

.player a:hover {
  background: #e9fbd8 url(../img/buttons/play.png) 7px 50% no-repeat;
  box-shadow: 0 1px 2px #444444;
  -moz-box-shadow: 0 1px 2px #666666;
  width: 87%;
  text-decoration: none;
  z-index: 3;
}

.player .timing {
  font-size: 10px;
  margin-top: 4px;
  width: 40%;
}

.player.sm2_playing .timing {
  display: inline;
}

.player.sm2_playing a {
  border-radius: 3px;
  background: #f8e9e9 url(../img/buttons/stop.png) 7px 50% no-repeat;
  -moz-border-radius: 3px;
  box-shadow: 0 1px 2px #444444;
  -moz-box-shadow: 0 1px 2px #666666;
  float: left;
  width: 37%;
}

.player.sm2_playing a:hover {
  width: 37%;
}

.player.sm2_playing .control-container {
  display: inline-block;
  width: 50%;
}

.player.sm2_playing .control-container .controls {
  display: inline-block;
  margin-top: 0;
  width: 55%;
  vertical-align: top;
}

.player.sm2_playing .control-container .controls .statusbar {
  width: 90%;
  margin-left: 5%;
}

.player.sm2_playing .control-container .timing {
  display: inline-block;
  margin-left: 1%;
  width: 40%;
}

.player .controls {
  display: none;
}

.player .timing {
  display: none;
  font-size: 8px;
}

#breadcrumbs a {
  text-decoration: none;
}

#breadcrumbs a:hover {
  text-decoration: underline;
}

#breadcrumbs a.active {
  font-weight: bold;
}

body.programme .description a.image,
body.programme .description .image-placeholder {
  border: 2px solid #dddddd;
  display: block;
  float: left;
  margin: 0 10px 10px 0;
  padding: 4px;
}

body.programme .description a.image img,
body.programme .description .image-placeholder img {
  border: 0 none;
  display: block;
}

body.programme .description .image-placeholder {
  height: 100px;
  width: 100px;
}

body.programme .description .image-placeholder .fake {
  background: #dddddd;
  height: 100px;
  width: 100px;
}

body.programme .description .text {
  float: left;
  width: 550px;
}

body.programme .description .text p {
  margin: 0 0 10px;
}

body.stream .right-column ul,
body.programme .right-column ul,
body.playlist .right-column ul,
body.settings .right-column ul,
body.channel .right-column ul,
body.ad-campain .right-column ul {
  margin: 10px 0;
  padding: 0;
}

body.stream .right-column ul li,
body.programme .right-column ul li,
body.playlist .right-column ul li,
body.settings .right-column ul li,
body.channel .right-column ul li,
body.ad-campain .right-column ul li {
  text-align: center;
}

body.stream .right-column ul li a.button,
body.programme .right-column ul li a.button,
body.playlist .right-column ul li a.button,
body.settings .right-column ul li a.button,
body.channel .right-column ul li a.button,
body.ad-campain .right-column ul li a.button,
body.stream .right-column ul li button,
body.programme .right-column ul li button,
body.playlist .right-column ul li button,
body.settings .right-column ul li button,
body.channel .right-column ul li button,
body.ad-campain .right-column ul li button {
  display: inline-block;
  zoom: 1;
  float: none;
  margin: 0;
  margin-bottom: 15px;
  width: 160px;
}

body.stream .right-column ul li.separated,
body.programme .right-column ul li.separated,
body.playlist .right-column ul li.separated,
body.settings .right-column ul li.separated,
body.channel .right-column ul li.separated,
body.ad-campain .right-column ul li.separated {
  border-top: 1px solid #aaaaaa;
  padding-top: 15px;
}

body.lastfm .avatar {
  float: left;
  margin-right: 20px;
}

body.lastfm .container {
  float: left;
}

body.lastfm .container h1 {
  margin-top: 0;
  padding-top: 0;
  text-decoration: none;
}

body.lastfm .container table th {
  padding-right: 10px;
  text-align: right;
}

body.ads.compose .left-column form,
body.channel.compose .left-column form {
  border-top: 1px solid #aaaaaa;
  padding: 0;
}

body.ads.compose .left-column form .no-items,
body.channel.compose .left-column form .no-items {
  border: 1px solid #cccccc;
  border-width: 1px 0;
  padding: 20px;
  text-align: center;
}

body.ads.compose .left-column form .buttonHolder.first,
body.channel.compose .left-column form .buttonHolder.first {
  border-top: 1px solid #ffffff;
  border-bottom: none;
  margin-top: 0;
}

body.ads.compose .left-column form .buttonHolder.last,
body.channel.compose .left-column form .buttonHolder.last {
  border-top: none;
  margin-bottom: 0;
}

body.ads.compose .left-column form fieldset,
body.channel.compose .left-column form fieldset {
  margin-top: 20px;
}

body.ads.compose .left-column form fieldset.jingles,
body.channel.compose .left-column form fieldset.jingles {
  border-color: #dcde43;
  border-width: 2px 0 0 0;
}

body.ads.compose .left-column form fieldset.config .ui-spinner,
body.channel.compose .left-column form fieldset.config .ui-spinner {
  float: left;
}

body.ads.compose .left-column form fieldset.config input.textinput.jingles-count,
body.channel.compose .left-column form fieldset.config input.textinput.jingles-count {
  float: left;
  width: 20px;
}

body.ads.compose .left-column form fieldset.tracks,
body.channel.compose .left-column form fieldset.tracks {
  border-color: #77bc60;
  border-width: 2px 0 0 0;
}

body.ads.compose .left-column form select,
body.channel.compose .left-column form select {
  width: auto;
}

body.ads.compose .left-column form table,
body.channel.compose .left-column form table {
  border-top: none;
}

body.ads.compose .left-column form table th,
body.channel.compose .left-column form table th,
body.ads.compose .left-column form table td,
body.channel.compose .left-column form table td {
  border-top: 1px solid #bbbbbb;
}

body.ads.compose .left-column form table td.play,
body.channel.compose .left-column form table td.play {
  text-align: center;
  width: 45px;
}

body.ads.compose .left-column form table td.delete,
body.channel.compose .left-column form table td.delete {
  width: 22px;
}

body.ads.compose .left-column form table td.delete img,
body.channel.compose .left-column form table td.delete img {
  border: none;
}

body.ads.compose .right-column .content,
body.channel.compose .right-column .content {
  position: fixed;
  width: 318px;
}

body.ads.compose .right-column .content form#search .advanced-search,
body.channel.compose .right-column .content form#search .advanced-search {
  margin: 5px 0;
  text-align: right;
  width: 212px;
}

body.ads.compose .right-column .content .add-all,
body.channel.compose .right-column .content .add-all {
  border: 1px solid #ffffff;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border-radius: 10px;
  -moz-border-radius: 10px;
  font-weight: bold;
  font-size: 12px;
  float: right;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  margin: 10px 5px 5px 0;
}

body.ads.compose .right-column .content table td.add,
body.channel.compose .right-column .content table td.add,
body.ads.compose .right-column .content table td.add-jingle,
body.channel.compose .right-column .content table td.add-jingle {
  vertical-align: middle;
}

body.ads.compose .right-column .content table td.add a,
body.channel.compose .right-column .content table td.add a,
body.ads.compose .right-column .content table td.add-jingle a,
body.channel.compose .right-column .content table td.add-jingle a {
  display: inline-block;
  margin: 0 3px 0 5px;
}

body.ads.compose .right-column .content table td.add a img,
body.channel.compose .right-column .content table td.add a img,
body.ads.compose .right-column .content table td.add-jingle a img,
body.channel.compose .right-column .content table td.add-jingle a img {
  border: none;
  vertical-align: bottom;
}

body.ads.compose .right-column .content .pagination,
body.channel.compose .right-column .content .pagination {
  margin-top: 10px;
  text-align: center;
}

body.ads.compose .left-column form {
  border-width: 0;
}

body.ads .right-column form#search,
body.channel .right-column form#search {
  margin-bottom: 10px;
}

body.ads .right-column form#search button.search,
body.channel .right-column form#search button.search {
  float: right;
}

body.ads .right-column form#search input,
body.channel .right-column form#search input {
  width: 200px;
}

body.ads .right-column form.add-all,
body.channel .right-column form.add-all {
  float: right;
  margin-bottom: 10px;
}

body.ads .left-column ul.info,
body.channel .left-column ul.info {
  margin: 15px 0;
}

body.ads .left-column ul.info li,
body.channel .left-column ul.info li {
  margin: 5px 0;
}

body.ads .left-column ul.info li ul.authors,
body.channel .left-column ul.info li ul.authors {
  display: inline;
}

body.ads .left-column ul.info li ul.authors li,
body.channel .left-column ul.info li ul.authors li {
  display: inline;
}

body.ads.details #page .left-column table.transmissions td.delete img {
  border-width: 0;
  vertical-align: middle;
}

body.ads.details #page .left-column table.transmissions th.timing,
body.ads.details #page .left-column table.transmissions th.count,
body.ads.details #page .left-column table.transmissions td.timing,
body.ads.details #page .left-column table.transmissions td.count {
  width: 35%;
}

body.ads.details #page .left-column table.ads th.first,
body.ads.details #page .left-column table.ads td.first {
  width: 70%;
}

body.ads.details #page .left-column table {
  margin-bottom: 20px;
}

body.ads.details #page .left-column table th {
  font-size: 13px;
  font-weight: bold;
}

body.ads.details #page .left-column table td.action {
  padding-right: 10px;
  text-align: right;
}

body.radio-index #page .content .buttons {
  padding-right: 5px;
}

body.radio-index #page .content table.radios {
  border-collapse: collapse;
  margin: 20px 0;
  width: 100%;
}

body.radio-index #page .content table.radios tr td,
body.radio-index #page .content table.radios tr th {
  border-bottom: 1px solid #bbbbbb;
  padding: 10px 5px;
  text-align: left;
  vertical-align: top;
}

body.radio-index #page .content table.radios tr td a,
body.radio-index #page .content table.radios tr th a {
  text-decoration: none;
}

body.radio-index #page .content table.radios tr td a:hover,
body.radio-index #page .content table.radios tr th a:hover {
  text-decoration: underline;
}

body.radio-index #page .content table.radios tr td .button,
body.radio-index #page .content table.radios tr th .button,
body.radio-index #page .content table.radios tr td button,
body.radio-index #page .content table.radios tr th button {
  display: inline-block;
  width: 130px;
}

body.radio-index #page .content table.radios tr th {
  width: 200px;
}

body.radio-index #page .content table.radios tr td.edit-container {
  padding-right: 40px;
  width: 50px;
}

body.radio-index #page .content table.radios tr td.edit-container .edit {
  color: #888888;
  font-weight: normal;
  margin-left: 10px;
}

body.radio-index #page .content table.radios tr td.edit-container .edit a {
  padding-left: 0;
}

body.radio-index #page .content table.radios tr td.radio-status {
  padding-right: 2px;
  padding-left: 2px;
}

body.radio-index #page .content table.radios tr td.radio-status ul {
  margin: 0;
}

body.radio-index #page .content table.radios tr td.radio-status ul li.first {
  padding-top: 0;
}

body.radio-index #page .content table.radios tr td.radio-status ul li.last {
  border-bottom: 0;
}

body.radio-index #page .content table.radios tr td.radio-status .max-listeners {
  color: #666666;
  padding: 8px 5px;
}

body.radio-index #page .content table.radios tr td.radio-status ul li {
  border-bottom: 1px solid #bbbbbb;
  padding: 8px 5px;
}


body.radio-index #page .content table.radios tr td.radio-status ul li div.stream-status {
  float: left;
}

body.radio-index #page .content table.radios tr td.radio-status ul li div.stream-status strong.mute {
  background: url(../img/sound_mute.png) left no-repeat;
  padding-left: 25px;
}

body.radio-index #page .content table.radios tr td.radio-status ul li div.stream-status a.stream-url {
  background: url(../img/sound.png) right no-repeat;
  color: #666666;
  padding-right: 25px;
}

body.radio-index #page .content table.radios tr td.radio-status ul li div.stream-status a:hover {
  text-decoration: underline;
}

body.radio-index #page .content table.radios tr td.radio-status ul li div.control {
  float: right;
  text-align: right;
  width: 50%;
}

body.radio-index #page .content table.radios tr td.radio-status ul li div.control form {
  display: inline-block;
}

body.radio-index #page .content table.radios tr td.radio-status ul li div.control form button.last {
  margin-left: 10px;
  margin-top: 5px;
}

body.radio-index #page .content table.radios tr td.radio-status ul li div.control form .switch {
  clear: both;
  font-weight: bold;
  font-size: 14px;
  font-family: 'Lucida Grande', Tahoma, Arial, Verdana, sans-serif;
}

body.radio-index #page .content table.radios tr td.radio-status ul li div.control form .switch.not-configured {
  background: url(../img/buttons/exclamation.png) left no-repeat;
}

body.radio-index #page .content table.radios tr td.radio-status ul li div.control button,
body.radio-index #page .content table.radios tr td.radio-status ul li div.edit button,
body.radio-index #page .content table.radios tr td.radio-status ul li div.control .button,
body.radio-index #page .content table.radios tr td.radio-status ul li div.edit .button {
  float: none;
}

body.radio-index #page .content table.radios tr td.radio-status .buttons {
  border-top: 1px solid #bbbbbb;
  padding-top: 15px;
}

body.radio-index #page .content table.radios tr td.radio-status .buttons .button {
  margin-right: 0;
  margin-top: 0;
}

body.radio-index #page .content table.radios tr td.radio-status .err .name {
  color: #d03021;
}

body.radio-index #page .content table.radios tr td.radio-status .value {
  color: #666666;
}

body.radio-index #page .content table.radios tr.last td,
body.radio-index #page .content table.radios tr.last th {
  border-bottom: 1px solid #bbbbbb;
}

body.radio-index #page .content table.radios tr.first td,
body.radio-index #page .content table.radios tr.first th {
  border-top: 1px solid #bbbbbb;
}

body.import #page .left-column .no-items ul {
  list-style-type: circle;
  margin: 10px 0 10px 20px;
}

body.import #page .left-column .uniForm .inlineLabels .ctrlHolder {
  padding: 5px 5px 5px 0;
  margin-right: 35px;
}

body.import #page .left-column .uniForm .inlineLabels .ctrlHolder label {
  margin-left: 5px;
  text-align: left;
  width: 70%;
}

body.import #page .left-column .uniForm .inlineLabels .ctrlHolder .formHint {
  text-align: left;
  margin: 5px 0 5px 5px;
}

body.import #page .left-column .uniForm .inlineLabels input#id_remove_files {
  float: right;
  margin-right: 5px;
}

body.import #page .left-column .uniForm .inlineLabels.files .ctrlHolder .multiwidget {
  float: right;
  margin-right: 5px;
}

body.import #page .left-column .uniForm .inlineLabels.files .ctrlHolder select.multiwidget {
  margin-right: 20px;
}

body.import #page .left-column .uniForm .inlineLabels.files .ctrlHolder:hover {
  background: #f8f8f8;
}

body.import #page .left-column .uniForm .inlineLabels.files p.errorField {
  padding: 5px 10px;
  text-align: center;
}

body.import #page .left-column .uniForm .inlineLabels.channels label {
  width: 45%;
}

body.import #page .left-column .uniForm .inlineLabels.channels ul {
  float: right;
  margin: 0;
  margin-right: 5px;
  width: 40%;
}

body.import #page .left-column .uniForm .inlineLabels.channels ul li {
  margin-bottom: 15px;
}

body.import #page .left-column .uniForm .inlineLabels.channels ul li label {
  text-align: right;
  margin: 0;
  width: auto;
}

body.import #page .left-column .uniForm .inlineLabels.channels ul li label input {
  margin-left: 10px;
  vertical-align: bottom;
}

body.import #page .left-column .uniForm .buttonHolder {
  padding-right: 45px;
}

body.import #page .right-column h2 {
  font-size: 14px;
  margin-top: 0;
}

body.login .uniForm {
  background: #eeeeee;
  border: 1px solid #aaaaaa;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  box-shadow: 0 0 12px #444444;
  -moz-box-shadow: 0 0 12px #444444;
  -webkit-box-shadow: 0 0 12px #444444;
  margin: 20px auto;
  padding: 10px 10px 0;
  width: 400px;
}

body.profile .uniForm #id_email {
  width: 29%;
}

.formHint {
  color: #666666;
  float: left;
  margin-top: 2px;
  margin-bottom: 4px;
}

.uniForm {
  z-index: auto;
}

.uniForm fieldset {
  border: 1px solid #333333;
  border-width: 1px 0 0;
  margin-top: 10px;
  padding-top: 10px;
  width: 100%;
}

.uniForm fieldset legend {
  font-weight: bold;
  font-size: 13px;
  padding: 0 7px 0 0;
}

.uniForm .label,
.uniForm label {
  color: #555555;
  font-weight: bold;
  text-align: right;
}

.uniForm .label .required,
.uniForm label .required {
  color: red;
  margin-right: 5px;
}

.uniForm .buttonHolder {
  border-top: 1px solid #444444;
  margin: 15px 0 10px;
  padding: 15px 2% 15px 0;
}

.uniForm .ctrlHolder {
  margin: 7px 0;
}

.uniForm .ctrlHolder ul li label,
.uniForm .ctrlHolder ul li .label {
  color: #444444;
  font-weight: normal;
  text-align: left;
}

.uniForm .ctrlHolder.checkbox .checkboxinput {
  margin: 0;
  margin-top: 4px;
  vertical-align: bottom;
}

.uniForm .ctrlHolder .checkboxselectmultiple {
  vertical-align: middle;
}

.uniForm #errorMsg ol,
.uniForm ul.errorlist,
.uniForm .errorField {
  background: #ffaaaa;
  padding: 5px;
}

.uniForm #errorMsg ol {
  margin: 0;
}

.uniForm .errorField {
  border: 2px solid #ffdddd;
  color: #333333;
  padding: 5px 2% 5px 34%;
  margin-bottom: 2px;
}

.uniForm a.add-track-info-form {
  background: url(../img/add.png) left no-repeat;
  float: right;
  font-weight: bold;
  margin: 10px 0;
  padding-left: 20px;
  text-decoration: none;
}

.uniForm #color-picker-box,
.uniForm .image-field-box,
.uniForm .removable-image-field-box {
  float: left;
  width: 64%;
}

.uniForm .removable-image-field-box label.delete-field {
  color: #333333;
  font-weight: normal;
  margin: 4px 0;
  width: auto;
}

.uniForm .removable-image-field-box label.delete-field input {
  vertical-align: bottom;
}

.uniForm .image-field-box a.image,
.uniForm .image-field-box .path {
  display: block;
}

.uniForm .image-field-box a.image {
  border: 2px solid #dddddd;
  float: left;
  padding: 4px;
}

.uniForm .image-field-box a.image img {
  border: 0 none;
  display: block;
}

.uniForm .image-field-box .path {
  margin: 5px 0 10px;
}

.uniForm .image-field-box .path a {
  margin-left: 5px;
}

.uniForm .ctrlHolder.start {
  margin: 10px 0 0;
}

.uniForm .ctrlHolder.start .timedelta-field .subfield {
  float: left;
  width: 60px;
}

.uniForm .ctrlHolder.start .timedelta-field .subfield input.start {
  float: left;
  margin-right: 0;
  text-align: right;
  width: 20px;
}

.uniForm .ctrlHolder.start .timedelta-field .subfield .ui-spinner {
  float: left;
}

.uniForm .inlineLabels select,
.uniForm .inlineLabels .selectInput {
  width: auto;
}

.uniForm .inlineLabels .ctrlHolder ul li {
  margin: 0 0 0.5em;
}

.uniForm fieldset.info .label {
  clear: both;
  float: left;
  margin: 0 2% 6px 0;
  width: 32%;
}

.uniForm fieldset.info .value {
  float: left;
  margin: 0 0 6px;
  width: 64%;
}

.uniForm fieldset.question {
  font-size: 1.2em;
  padding: 10px 0;
  text-align: center;
}

.uniForm.music-track-edit-form .inlineLabels .select {
  width: auto;
}

.uniForm.music-track-edit-form .file {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;
}

.uniForm.music-track-edit-form .file .path {
  font-weight: normal;
  margin-left: 5px;
}

.uniForm.music-track-edit-form .set-info {
  margin: 20px 0;
}

.uniForm.music-track-edit-form .set-info .fill-track-info {
  padding-bottom: 0;
}

.uniForm.music-track-edit-form .toggle-forms a,
.uniForm.music-track-edit-form .toggle-forms .ui-widget {
  font-weight: bold;
}

.uniForm.music-track-edit-form .artist-title {
  border-bottom: 1px dotted #888888;
  padding: 10px 0;
  position: relative;
}

.uniForm.music-track-edit-form .artist-title fieldset {
  border-width: 0;
}

.uniForm.music-track-edit-form .artist-title .image-delete {
  right: 2px;
  position: absolute;
  top: 2px;
}

.uniForm.music-track-edit-form .artist-title .image-delete a img {
  border: 0;
}

.uniForm.music-track-edit-form .artist-title ul.errors,
.uniForm.music-track-edit-form .artist-title ul.errorlist {
  float: none;
  width: 100%;
}

.uniForm.music-track-edit-form a.add-track-info-form:hover {
  text-decoration: underline;
}

.progressbar-box .ok,
.progressbar-box .error {
  margin: 5px 0;
}

.inlineLabels .passwordinput {
  width: 64%;
}

input.textinput,
textarea.textarea,
.passwordinput,
.splitlocalizeddatetimewidget,
input.colorpickerwidget,
input.rrulewidget {
  background: #f8f8f8;
  border: 2px solid #ffffff;
  border-color: #dddddd #ffffff #ffffff #dddddd;
}

.splitlocalizeddatetimewidget,
.rrulewidget {
  width: 15%;
}

.sublabel.rrulewidget {
  display: inline-block;
  margin-bottom: 3px;
  width: 24%;
}

input.radioselect {
  vertical-align: bottom;
}

a.button,
button {
  background: #f8f8f8;
  border: 2px solid #ffffff;
  border-color: #ffffff #dddddd #dddddd #ffffff;
  box-shadow: 1px 1px 2px #c8c8c8;
  -moz-box-shadow: 1px 1px 2px #bbbbbb;
  -webkit-box-shadow: 1px 1px 2px #cccccc;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  color: #333333;
  display: block;
  float: right;
  font-family: 'Lucida Grande', Tahoma, Arial, Verdana, sans-serif;
  font-size: 14px;
  font-weight: bold;
  height: 25px;
  line-height: 25px;
  margin: 0 0 0 15px;
  padding: 1px 5px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  width: 120px;
}

a.button.ok,
button.ok {
  color: #10c008;
}

a.button.err,
button.err {
  color: #d03021;
}

button {
  overflow: visible;
}

button::-moz-focus-inner {
  border: 0 none;
  padding: 0;
}

a.button:hover,
button:hover {
  border-color: #fcfcfc #e4e4e4 #e4e4e4 #fcfcfc;
  box-shadow: 1px 1px 1px #e0e0e0;
  -moz-box-shadow: 1px 1px 1px #e0e0e0;
  -webkit-box-shadow: 1px 1px 1px #e0e0e0;
  cursor: pointer;
  text-decoration: none;
}

a.button:active,
button:active {
  background-color: #dddddd;
  border-color: #cccccc #eeeeee #eeeeee #cccccc;
  box-shadow: 1px 1px 0 #c8c8c8;
  -moz-box-shadow: 0 0 0 #e0e0e0;
  -webkit-box-shadow: 1px 1px 0 #cccccc;
}

a.button:focus,
a.button:active,
button:focus,
button:active {
  outline: none;
}

a.button::-moz-focus-inner {
  border: 0;
}

a.button.with-icon span,
button.with-icon span {
  background: 4px no-repeat;
}

a.button.with-icon,
button.with-icon {
  text-align: center;
  padding-left: 0;
}

a.button.with-icon span,
button.with-icon span {
  padding-left: 25px;
}

button.login span {
  background-image: url(../img/buttons/accept.png);
}

button.search span {
  background-image: url(../img/buttons/magnifier.png);
}

button.play span {
  background-image: url(../img/buttons/play.png);
}

button.stop span {
  background-image: url(../img/buttons/stop.png);
}

a.button.cancel span {
  color: #d03021;
  background-image: url(../img/buttons/cancel.png);
}

button.save span {
  background-image: url(../img/buttons/accept.png);
}

button.save-and-restart span {
  background-image: url(../img/buttons/transmit_go.png);
}

button.add span,
a.button.add span {
  background-image: url(../img/buttons/add.png);
}

button.delete span,
a.button.delete span {
  color: #d03021;
  background-image: url(../img/buttons/delete.png);
}

a.button.edit span,
button.edit span {
  background-image: url(../img/buttons/edit.png);
}

button.add-existing-episode span {
  background-image: url(../img/buttons/add_existing_episode.png);
}

button.add-new-episode span {
  background-image: url(../img/buttons/add.png);
}

button.add-random-episode span {
  background-image: url(../img/buttons/add_random_episode.png);
}

button.add-live-episode span {
  background-image: url(../img/buttons/add_live_transmission.png);
}

button.track-edit span,
a.button.track-edit span {
  background-image: url(../img/buttons/track_edit.png);
}

button.calendar-go span,
a.button.calendar-go {
  background-image: url(../img/buttons/calendar_go.png);
}

a.button.radio-edit span {
  background-image: url(../img/buttons/transmit_edit.png);
}

a.button.radio-add {
  width: 120px;
  margin-right: 5px;
  margin-bottom: 20px;
}

a.button.radio-add span {
  background-image: url(../img/buttons/transmit_add.png);
}

.grid_0 {
  display: none;
}

.subscription_plans .plan {
  margin: 3px;
  padding: 5px;
  max-width: 220px;
  border: 1px solid silver;
}

.subscription_plans .plan h3 {
  margin: 0 0 5px 0;
  padding: 3px 5px;
  background-color: #e0e0e0;
}

.subscription_plans .plan .description {
  font-size: 75%;
  text-align: justify;
}

.subscription_plans .plan .details {
  font-size: 80%;
  text-align: center;
}

.subscription_plans .plan .details .amount {
  font-weight: bold;
  font-size: 100%;
}

.subscription_plans .plan .price {
  font-weight: bold;
}

.subscription_plans .plan .price .amount {
  font-size: 150%;
  padding: 0 5px 0 5px;
}
