body{
  background: white;
  width: 970px;
  margin: 0 auto;
  font-family: Arial;
  word-wrap: break-word;
}

.header-link-con{
  float: right;
  margin-top: -9px;
}

.link_1st{
  border-right: 1px solid #ccc;
  padding-right: 5px;
  padding-left: 5px;
}

.link_mid{
  padding-right: 1px;
  padding-left: 1px;
}

.link_last{
  border-left: 1px solid #ccc;
  padding-left: 5px;
}

a{
  color: #03c !important;
  text-decoration: none;
  font-size: 13px;
  white-space: pre-line;
}

a:hover{
  text-decoration: underline;
}

.header-container{
  padding: 20px;
  padding-bottom: 10px;
  background: white;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.footer-container{
  padding: 20px;
  padding-bottom: 10px;
  background: white;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.footer{
  margin: 15px 0;
  padding: 15px; 
  padding-top: 10px;
  font-size: 12px;
  background: #eee;
  border: 1px solid #ccc;
  text-align: left;
}

.footer-link-con{
  border-top: 1px solid #ccc;
  margin-top: 15px;
  padding-top: 15px;  
}

.footer-links{
  text-align: left;
  width: 38%;
  display: table-cell;
}

.footer-links + .footer-links{
  padding-left: 15px;
  border-left: 1px solid #ccc;
}

.link-footer{
  text-decoration-style: dotted;
  text-decoration: underline;
  font-size: 12px;
}

.menu-items-con{
  text-align: center;
}

 .menu-button-active{
  display: inline-block;
  height: 28px;
  color: #333333 !important;
  float: none;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background: linear-gradient(to bottom, #fcfcfc 11%,#ededed 36%,#d8d8d8 79%,#d6d6d6 100%);
  margin-left: 0px;
  margin-top: -27px;
  text-shadow: 0 1px 1px white;
  line-height: 28px;
  vertical-align: top;
  padding: 0 38px;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #d5d5d5;
  border-bottom: 0px;
}

 .menu-button:active{
  display: inline-block;
  height: 28px;
  color: #333333 !important;
  float: none;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background: linear-gradient(to bottom, #fcfcfc 11%,#ededed 36%,#d8d8d8 79%,#d6d6d6 100%);
  margin-left: 0px;
  margin-top: -27px;
  text-shadow: 0 1px 1px white;
  line-height: 28px;
  vertical-align: top;
  padding: 0 38px;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #d5d5d5;
  border-bottom: 0px;
}

 .menu-button{
  display: inline-block;
  height: 28px;
  color: #0033a1 !important;
  float: none;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background: linear-gradient(to bottom, #fcfcfc 11%,#e7eef9 36%,#d1ddf3 79%,#bac8e6 100%);
  margin-left: 0px;
  margin-top: -27px;
  text-shadow: 0 1px 1px white;
  line-height: 28px;
  vertical-align: top;
  padding: 0 38px;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #bac8e6;
  border-bottom: 0px;
}


.menu-container{
  background: linear-gradient(to bottom, #d6d6d6, #e7e7e7);
  border-radius: 7px;
  height: 38px;
}

.input-con-search{
  bottom: 12px;
  position: relative;
  text-align: center;
}

.input-con{
  padding-top: 6px;
  text-align: center;
}

.input-bar{
  height: 22px;
  font-family: Arial;
  width: 320px;
  display: inline-block;
  border: 1px solid #ccc;
  border-top-color: #999;
  border-radius: 3px;
  transition: box-shadow linear 0.2s, border linear 0.2s;
}

.input-bar:hover{
  border: 1px solid #33beff;
  box-shadow: 0 0 4px #33beff;
  transition: box-shadow linear 0.2s, border linear 0.2s;
}

.input-bar:focus{
  border: 1px solid #168ec7;
  box-shadow: 0 0 4px #168ec7;
  outline: none;
}

.button{
  display: inline-block;
  padding: 0 10px;
  border-radius: 3px;
  background: white;
  height: 25px;
  line-height: 25px;
}

.button.blue{
  background: linear-gradient(to bottom, #f4f7fb, #d1dff5, #c7d7f3);
  border: 1px solid #a0b1dc;
  color: #003399 !important;
  font-weight: bold;
}

.button.blue:hover{
  background: linear-gradient(to bottom, #ffffff, #eff3fb, #c7d7f3);
}

.button.blue:active{
  background: linear-gradient(to top, #ffffff, #eff3fb, #c7d7f3);
}

.button.yellow{
  background: linear-gradient(to bottom, #fff6c4, #ffec81, #ffdd22);
  border: 1px solid #eecc00;
  color: #995500 !important;
  font-weight: bold;
}

.button.yellow:hover{
  background: linear-gradient(to bottom, #fffbe1, #fff7c7, #ffdd22);
}

.button.yellow:active{
  background: linear-gradient(to top, #fffbe1, #ffec81, #ffdd22);
}

.user-thumb-semismall img{
  width: 36px;
  height: 36px;
}

.user-thumb-semismall{
  width: 36px;
  height: 36px;
}

.upload-con{
  margin: 0px 8px 0 0;
  display: inline-block;
  float: right;
 }

.copyright{
  font-size: 12px;
  color: #999 !important;
}

.bvlogo{
  display: inline-block;
  margin-bottom: 4px;
  background: url("/oldYT/BitView_1.svg");
  width: 84px;
  height: 37px;
}

		#channel-body, .channel-bg-color  { background-color: #CCCCCC }
#channel-body { background-repeat: no-repeat }
.playnav-item .selector, .outer-box-bg-color, .outer-box { background-color: #999999 }.panel-tab-indicator-arrow, .outer-box-bg-as-border { border-color: #999999; }#playnav-chevron { border-left-color: #999999 }
.outer-box-color, .outer-box-bg-color, .outer-box {color: #000000;}.panel-tab-selected a { color: #000000 !important; }.outer-box-color-as-border-color { border-color: #000000; }
.outer-box-link-color, .outer-box-bg-color a, .outer-box a {color: #0000cc;}.outer-box-link-as-border-color { border-color: #0000cc }
#channel-body { font-family: arial }
.title-text, .title-text-color, a.title-text-color, .title-text-color a { color: #000000 !important; }
a.view-button-selected, a.view-button:hover, #playnav-navbar a.navbar-tab-selected, #playnav-navbar a.navbar-tab:hover { background-color: #000000; }title-text-as-border-color { border-color: #000000; }a.view-button-selected .tri, a.view-button:hover .tri { border-left-color: #000000; }
.outer-box .inner-box a, .outer-box .inner-box-colors a, .outer-box .inner-box-bg-color a, .outer-box .inner-box-link-color  { color: #0000cc }.channel-cmd { border-bottom-color: #0000cc }.link-as-border-color, #channel-body .video-thumb { border-color: #0000cc }.view-button .tri { border-top-color: #0000cc; border-bottom-color: #0000cc; }.view-button .a, .view-button .tri { background-color: #0000cc; }
a.inner-box-color-as-link, .inner-box-colors .playnav-show .show-facets .show-mini-description, .inner-box-color, .inner-box { color: #333333; }.box-outline-color { border-color: #333333; }
a.view-button-selected .a, .view-button:hover .a, .inner-box-bg-color, .inner-box-colors, .inner-box { background-color: #eeeeff }.inner-box-bg-as-border-color, .inner-box-bg-color-as-border-color { border-color: #eeeeff }.panel-tab-selected .panel-tab-indicator-arrow { border-bottom-color: #eeeeff !important }.view-button .tri { border-left-color: #eeeeff }a.view-button-selected .tri, .view-button:hover .tri { border-top-color: #eeeeff; border-bottom-color: #eeeeff; background-color: #eeeeff }#playnav-navbar a.navbar-tab-selected, #playnav-navbar a.navbar-tab:hover { color: #eeeeff !important; }
.transparent-link-as-bg-color { background-color: rgba(0,0,204,0.25) }
.transparent-link-as-bg-color { filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr=#400000cc, endColorstr=#400000cc); -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorstr=#400000cc, endColorstr=#400000cc)"; }