
@import url(common.css);
@import url(jquery.lightbox-0.4.css);

html {
  overflow-y: scroll;
}
body {
  background: #FAFAFA url(../images/bg.gif) repeat-x;
  font: 11px 'trebuchet ms','lucida grande','lucida sans unicode',arial,helvetica,sans-serif;
  color: #425059;
  line-height: 1.6;
}
a {
  color: #009ed1;
}
a:hover {
  color: #16C1F5;
}
h1 {
}
label {
  display: block;
  margin-bottom: 3px;
}
.inpt {
  border: 1px solid #16C1F5;
  width: 200px;
  margin-bottom: 5px;
  font: 11px sans-serif;
  padding: 2px;
}
.btn {
  margin-top: 5px;
}
textarea.inpt {
  width: 300px;
  height: 150px;
}
hr {
  border: 0;
  border-bottom: 1px solid #d7d7da;
  height: 0;
  margin: 15px 0;
}

#wrapper {
  width: 870px;
  margin: auto;
  overflow: hidden;
}
#left {
  width: 420px;
  height: 700px;
  float: left;
  overflow: hidden;
}
#right {
  width: 430px;
  float: right;
  overflow: hidden;
}
#soundpanel {
  height: 70px;
  text-align: right;
}
#menu {
  height: 23px;
  text-align: right;
}
#menu-body {
  background: #00a2c4;
  height: 23px;
  line-height: 23px;
  background: url(../images/menu-bg.gif) no-repeat;
  padding-left: 4px;
}
#menu a {
  display: block;
  float: left;
  color: #fff;
  text-decoration: none;
  padding: 0 13px;
  margin: 0 3px;
}
#menu a:hover {
  background: #00c5d9;
}
#content {
  width: 100%;
  overflow: hidden;
  padding-bottom: 10px;
}
#footer {
  clear: both;
  text-align: center;
  background: #263b3f;
  color: #8b969d;
  font-size: 10px;
  padding: 15px 0;
}
#footer a {
  color: #8b969d;
}
#footer a:hover {
  color: #9ca7ae;
}
.content-text {
  padding-left: 5px;
}
.home-news-img {
  float: left;
  margin-right: 10px;
  margin-top: 5px;
  border: 1px solid #babcc1;
  background: #fff;
  padding: 1px;
}
.home-news-more {
  padding-top: 5px;
}
#videoplayer {
  margin-bottom: 10px;
}
.playlist-0, .playlist-1 {
  width: 335px;
  margin: auto;
  background: #eaeaea;
  padding: 2px 10px;
}
.playlist-1 {
  background: #f4f3f3;
}
.playlist-0 a, .playlist-1 a {
  color: #666;
  text-decoration: none;
}
.playlist-0 a.current, .playlist-1 a.current {
  font-weight: bold;
  color: #93cf05;
}