/**
 * mikseri.net player css
 * (c) ape/salminen/elmosaukko 2007-2009
 *
 * steal this and have you balls removed! ;-)
 *
 */

/* taustaväri + marginaalit */
body {
  background:#f3f3f3;
  margin: 0px;
  padding: 0px;
}

p, ul, h1, h2, h3, h4, h5, h6, b, span {
	color:#000;
}

img {
	border: 0;
}

ul { list-style-type: square; }

a { color:#009CF4;font-weight:bold;text-decoration:none; }
a:hover { text-decoration:underline }

/* sivun perusfontti */
body.normal, td {
  padding: 0px;
  margin: 0px;
}

#player {
	padding: 0px;
}

/* Yläpalkki */
.topbar {
	font-weight:bold;
	margin:0 !important;
	padding:0;
	padding-top:3px;
	/*background-image: url('/images/playergradient.gif');
	background-repeat: repeat-x;
	vertical-align: center;
	font-weight: bold;
	font-size: 14px;
    font-family: arial, helvetica;
	height: 35px;
	color: #2E3543;
	border-bottom: 2px solid #fff;
	*/
}

.smallpadding {
	padding: 5px;
}

iframe#actionframe {
  display: none;
}

.small {
  font-size: 10px;
}


/* Sisennys itse sisältöosaan */

#popup_content {
  width: 100%;
  padding: 0px;
}

#popup_padding {
  width: 100%;
}

/* Laatikoiden reunat */

.block {
  /* border: 1px solid #000017; */
  background-color: #000017;
}


/* Taustavärit */

.bg1 {
  background-color: #2b2c43;
  padding: 5px;
}

.bg2 {
  background-color: #3E4759;
  padding: 5px;
}

.bgplayer {
  /*background-color: #3E4759;*/
  padding: 0px;
  margin:0;
}

#playlistview {
	padding: 10px;
}

span.submenubutton {
	width: 100%;
	height: 40px;
	display: block;
}

#songdependant td {
  font-size: 11px;
  font-family: arial, helvetica;
}

#songdependant td a span {
  padding-top: 2px;
  vertical-align: middle;
  text-align: center;
  display: block;
}

td.active {
	padding:0;
}
td.active a {
	font-weight:normal;
	color:#000;
}
td.active a:hover, td.active a:hover span {
	color:#009CF4;
}
#songdependant td.active a:hover span, #songdependant td.active a:hover {
  /*background-color:#ccc;*/
}


#submenubutton span {
	display: inline;
}


/* yläreuna */

#header {
  background-color: #000000;
  width: 100%;
}

#mksr_title {
  font-weight: bold;
  font-family: arial, helvetica;
  font-size: 11px;
  padding: 6px;
}

#window_close {
  padding: 6px;
}


/* biisi-info */

#artist {
  padding-left: 2px;
}

#song {
  font-family: arial, helvetica;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: -1px;
}


/* kommentit */

#borders {
  border: 0px solid #8090a0;
  margin: 0px;
  padding: 0px;
  text-align: center;
}

td.username {
  vertical-align: top;
  width: 130px;
  background-color: #f0f0f0;
  padding: 6px;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}

td.comments {
  vertical-align: top;
  font-family: verdana, arial, helvetica;
  font-size: 10px;
  background-color: #f0f0f0;
  padding: 6px;
  border-bottom: 1px solid #ffffff;
}

td.spacer {
  height: 4px;
  background-color: #708090;
  border-bottom: 1px solid #ffffff;
}


/* kommentin jättäminen */

form {
  margin: 0px;
  padding: 0px;
}


/*
#post_comment, #post_tags, select, .lista {
	background: #eeeeee;
	font-family: verdana, arial, helvetica;
	font-size: xx-small;
	color: #777777;
	font-weight: bold;
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	margin: 5px;
	width: 90%;
}
*/

/*
.nappi {
	background: #dddddd;
	font-family: verdana, arial, helvetica;
	font-size: xx-small;
	color: #000000;
	font-weight: bold;
	border-left: 1px solid #eeeeee;
	border-top: 1px solid #eeeeee;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding: 4px;
}
*/

/*     background-color: #5b5c70; */
.searchfield, #post_comment, #post_tags, #post_recommend, select, .lista, .taginput {
	background-color: #fff;
	color:#000;
	font-weight: normal;
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	padding: 2px;
	margin: 2px;
}

#post_comment, #post_recommend, #recommend_message, #my_name {
	width: 90%;
	font-weight: normal;
}

#post_tags {
	width: 40%;
	font-weight: normal;
}

.notloggedin {
	padding: 20px;
}

b.orange {

}

.searchbutton, .nappi {
	background: #dddddd;
	font-family: arial, helvetica;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	border-left: 1px solid #eeeeee;
	border-top: 1px solid #eeeeee;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding: 2px;
	margin: 2px;
}

#topbarlink {
	white-space:nowrap;
	font-size:11px;
	font-weight:none !important;
}
#topbar-radio-title {
	font-size:16px;
}

#ejectsearch {
	background-color: #fff;
	width: 50%;
	font-weight: normal;
	padding: 6px;
}

.searchbutton {
	padding: 4px;
	height: 28px;
}

/* mainos */

#ad {
  font-family: tahoma, verdana, arial, helvetica;
  color: #ffffff;
  padding-bottom: 3px;
  font-size: 9pt;
}

a:link.ejectlink, a:link.visited {
}
a:hover.ejectlink {
	text-decoration: underline;
}


#ad a,
#ad a:link,
#ad a:visited,
#ad a:hover {
  color: #ffffff;
}

a.thin,
a.thin:link,
a.thin:visited,
a.thin:hover {
}
a.thin:hover {
}

/* sisennys */

#padding {
  padding-left: 12px;
  padding-right: 12px;
}

#loadscreen {
	z-index: 1;
	vertical-align: middle;
	text-align: center;
	background-color: #3E4759;
}

/* arvostelut */

#rates {
  border: 1px solid #c0c0c0;
  background-color: #f0f0f0;
  padding: 1px;
  width: 75%;
}

#topborder {
  border-bottom: 1px solid #c0c0c0;
}
#leftborder {
  border-left: 1px solid #c0c0c0;
}
#rightborder {
  border-right: 1px solid #c0c0c0;
}
.bottomborder {
  border-top: 1px solid #c0c0c0;
  text-align: center;
}

.barcell {
  text-align: center;
  vertical-align: bottom;
}



/* Otsikko */

h1, .title {
	font-family: tahoma, verdana, arial, helvetica;
	font-size: 13px;
	color: #ffffff;
	font-weight: bold;
}

/* Disabloidut napit */

td.inactive a:hover span, td.inactive a:hover, a.inactive {
  background-color: #3E4759;
  font-weight: normal;
}

#songdependant td.inactive, a.inactive {
  color: #6E7789;
  font-size: 11px;
  font-family: arial, helvetica;
}