@CHARSET "UTF-8";


/* GLOBAL */

body{
  font-family: Helvetica Neue, Helvetica, sans-serif;
}
a {
  color: rgb(0,0,0);
  text-decoration: none;
}

article {
  font-size: 100%;
}

/* Layout */

#container {
  width: 100%;
  height: 100%;
}
.nav-row {
  width: 960px;
  height: 200px;
  margin: 10px auto 10px auto;
}
.nav-wrap {
  width: 960px;
  height: 195px;
  margin: 0 auto;
  text-decoration: none;
}
.dist-button-active {
    width: 195px;
    height: 195px;
    display: inline-block;
    background-color: #bdcbd7;
    vertical-align: top;
    border: 1px solid #b7b7b7;
    float: left;
  }  
.dist-button {
    width: 195px;
    height: 195px;
    display: inline-block;
    background-color: #e6e6e6;
    vertical-align: top;
    border: 1px solid #b7b7b7;
    float: left;
  }  
.graphic-wrap {
  width: 99px;
  height: 99px;
  display: block;
  margin: 0 auto;
  padding-top: 30px;
}
.graphic-wrap-02 {
  width:126px;
  height: 82px;
  display: block;
  margin: 0 auto;
  padding-top: 47px;
}
.button-text {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding-top: 10px;
}
.button-text-02 {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding-top: 17px;
}

/* Tables */

table {
  empty-cells: show;
}

td, tr { 
  border: 1px solid #000;
}

#overview-video {
  width: 100%;
  border: 1px solid #000;
  margin-top: 15px;
  border-radius: 5px;
}

.video-col-top {
  font-size: 16px;
}
.video-col-01 {
  color:#08c;
}

.video-col-01, .video-col-02 {
  border: 1px solid rgb(133, 133, 133);
}

.video-col-02 {
  width: 25px;  
}

.video-overview {
  width: 100%;
  height: 50px;
  background-color: rgb(240, 240, 240);
}

.video-row {
  height: 50px;
  background-color: rgb(255, 255, 255);
}

.video-col-top {
  width: 100%;
  padding-left: 15px;
  background-color: rgb(240, 240, 240);
  color: rgb(0, 0, 0);
}

.video-col-01 {
width: 100%;
padding-left: 15px; 
}

.video-col-02 {
  padding: 10px 5px 10px 5px; 
  }

/* Buttons */

.video-download-btn {
  height: 15px;
  width: 75px;
  background: #d9d9d9;
  background-image: -webkit-linear-gradient(top, #d9d9d9, #4f5152);
  background-image: -moz-linear-gradient(top, #d9d9d9, #4f5152);
  background-image: -ms-linear-gradient(top, #d9d9d9, #4f5152);
  background-image: -o-linear-gradient(top, #d9d9d9, #4f5152);
  background-image: linear-gradient(to bottom, #d9d9d9, #4f5152);
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  font-family: Arial;
  color: #ffffff;
  font-size: 14px;
  padding: 10px 20px 15px 20px;
  text-decoration: none;
  cursor: pointer;
  font-weight: bold;
  float: right;
}

.video-download-btn:hover {
  height: 15px;
  width: 75px;
  background: #333333;
  background-image: -webkit-linear-gradient(top, #333333, #999999);
  background-image: -moz-linear-gradient(top, #333333, #999999);
  background-image: -ms-linear-gradient(top, #333333, #999999);
  background-image: -o-linear-gradient(top, #333333, #999999);
  background-image: linear-gradient(to bottom, #333333, #999999);
  text-decoration: none;
  cursor: pointer;
  font-weight: bold;
}


