/*
  PlayMP3 service
  posejdonet.org.ua
  playmp3.org.ua
*/

* {
  margin: 0;
  padding: 0;
}

body {
  background-color: #FFF;
  font-family: Tahoma, Arial;
  font-size: 12px;
  color: #444;
  text-align: center;
  min-width: 990px;
}

#TopLogo {
  background: transparent url(./images/playmp3.png) no-repeat;
  width: 211px;
  height: 36px;
  position: absolute;
  top: 2px;
  left: 5px;
}

#header {
  background: #CCE6FF url(./images/iline.png) repeat-x;
  background: -moz-linear-gradient(top, #CCE6FF, #FFF);
  background: -webkit-gradient(linear, left top, left bottom, from(#CCE6FF), to(#FFF));
  padding: 12px;
}

#centercontent {
  width: 950px;
  padding: 10px;
  text-align: justify;
  margin: 10px auto;
}

#footer {
  width: 950px;
  border: 1px solid #888;
  background: #CCE6FF url(./images/ilineb.png) repeat-x;
  padding: 10px;
  margin: 4px auto 2px;
}

.RoundedCorners22 {
  border-radius: 22px;
  -moz-border-radius: 22px;
  -webkit-border-radius: 22px;
  -khtml-border-radius: 22px;
}

a {
  color: #444;
  text-decoration: none;
}

a:hover {
  color: #111;
}

a.menu {
  border-top: 2px solid #DD1F0F;
  border-bottom: 2px solid #DD1F0F;
  padding: 5px 4px;
  margin: 0 5px;
  outline: none;
}

a.menu.active {
  border-top: 3px solid #BD0D0D;
  border-bottom: 3px solid #BD0D0D;
  padding: 7px 4px;
}

a.menu:hover {
  padding: 7px 4px;
}

div.step {
  border: 1px dashed #8CE;
  padding: 12px;
  margin: 15px;
  background: #FAFBFF;
  background: -moz-linear-gradient(top, #FFF, #FAFBFF);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#FAFBFF));
}

div.step:hover {
  background: #ECF3FB;
  background: -moz-linear-gradient(top, #FFF, #ECF3FB);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#ECF3FB));
}

.steptitle {
  color: #3475A5;
  font-size: 18px;
  font-weight: bold;
  padding: 10px;
}

.stepaddtitle {
  color: #222;
  font-size: 16px;
  font-weight: bold;
  padding: 10px;
}

p {
  margin: 10px;
}

table#TCenterPlayerContainer {
  vertical-align: middle;
}

/* text fields */

input {
  color: #DD1F0F;
  margin: 10px;
  background-color: #ECF8FF;
  border: 1px solid #999;
  padding: 1px;
}

input:hover {
  background-color: #A6D2FF;
  border: 1px solid #333;
}

/* mp3 URL field */

input.mp3text {
  padding: 1px 25px 1px 1px;
}

.CheckingFile {
  background: #CCE6FF url(./images/loading.gif) no-repeat right;
}

.FileDone {
  background: #CCE6FF url(./images/allok.png) no-repeat right;
}

.FileNone {
  background: #CCE6FF url(./images/error.png) no-repeat right;
}

#htmlcode {
  color: #333;
}

/* select form */

#HideBackScreen {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(80, 80, 80, 0.6);
  display: none;
  z-index: 200;
}

#PlayerSelectFrom {
  border: 1px solid #999;
  padding: 1%;
  position: absolute;
  top: 8%;
  left: 12%;
  width: 74%;
  background: #ECF3FB;
  background: -moz-linear-gradient(top, #FFF, #DEF);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#DEF));
  text-align: center;
}

.RoundedCorners {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
}

#back2site {
  position: absolute;
  bottom: 8%;
  left: 25%;
  width: 48%;
  padding: 5px 8px 6px;
}

table#Players {
  margin: 0 auto;
  width: 100%;
}

/* new */

div.IButton {
  border: 1px solid #999;
  padding: 2px 70px 3px;
  text-align: center;
  background: #DDD;
  background: -moz-linear-gradient(top, #FFF, #CCC);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#CCC));
  box-shadow: 0 1px 4px #BBB;
  -moz-box-shadow: 0 1px 4px #BBB;
  -webkit-box-shadow: 0 1px 4px #BBB;
  cursor: default;
  display: inline-block;
  -moz-user-select: none;
  user-select: none;
}

div.IButton:hover {
  border: 1px solid #8CE;
  background: #FFF;
  box-shadow: 0 0 4px #8CE;
  -moz-box-shadow: 0 0 4px #8CE;
  -webkit-box-shadow: 0 0 4px #8CE;
}

div.SmallerPadding {
  font-weight: bold;
  padding: 2px 7px 3px 8px;
}

div.ColorRed {
  color: #900;
}

div#PlayerView {
  display: inline-block;
  padding: 0 20px 0 30px;
}

div#PlayerSelect {
  display: inline-block;
}

/* table cell */

div.PlayerCell {
  width: 320px;
  height: 80px;
  cursor: pointer;
  text-align: center;
}

div.Player1 {
  background: transparent url(./images/pl/mini.gif) center no-repeat;
}

div.Player10 {
  background: transparent url(./images/pl/black.gif) center no-repeat;
}

div.Player2 {
  background: transparent url(./images/pl/blue.gif) center no-repeat;
}

div.Player3 {
  background: transparent url(./images/pl/dirty.gif) center no-repeat;
}

div.Player4 {
  background: transparent url(./images/pl/green.gif) center no-repeat;
}

div.Player5 {
  background: transparent url(./images/pl/lightblue.gif) center no-repeat;
}

div.Player6 {
  background: transparent url(./images/pl/lightgreen.gif) center no-repeat;
}

div.Player7 {
  background: transparent url(./images/pl/red.gif) center no-repeat;
}

div.Player8 {
  background: transparent url(./images/pl/simple.gif) center no-repeat;
}

div.Player9 {
  background: transparent url(./images/pl/white.gif) center no-repeat;
}

/* Tooltip box */

#divToolTipInfo {
  position: fixed;
  top: 0;
  left: 40%;
  margin: 0;
  padding: 2px 8px 4px;
  border: 1px solid #555;
  border-top: none;
  background: #FEFBF3;
  overflow: hidden;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  box-shadow: 0px 0px 20px #3E90C9;
  -webkit-box-shadow: 0px 0px 20px #3E90C9;
  -moz-box-shadow: 0px 0px 120px #3E90C9;
  cursor: pointer;
  display: none;
  z-index: 900;
}

/* main info top box */

div#MainCenterTopBox {
  position: absolute;
  top: 43px;
  padding: 5px 0;
  background: #FAFBFF;
  width: 100%;
}

div#MainCenterTopBox:hover {
  background: #ECF3FB;
}

span.TrackPlayingStat {
  font-weight: bold;
}

a.ITopLink {
  text-decoration: underline;
  outline: none;
}

a.ITopLink:hover {
  text-decoration: none;
}

a.GoStat {
  background: transparent url(./images/go_stat.png) left center no-repeat;
  padding: 0 0 0 25px;
  margin: 0 0 0 15px;
}

a.LogoutM {
  background: transparent url(./images/logout.png) left center no-repeat;
  padding: 0 0 0 25px;
  margin: 0 0 0 15px;
}

a.LoginM {
  background: transparent url(./images/login.png) left center no-repeat;
  padding: 0 0 0 25px;
  margin: 0 0 0 15px;
}

a.RegisterM {
  background: transparent url(./images/register.png) left center no-repeat;
  padding: 0 0 2px 25px;
  margin: 0 0 0 15px;
}

