
body {
	background: #111010;
	font-family: Arial;
	font-size: medium;
	text-align: center;
}

.input_search, .button_search{
  border: none;
  vertical-align: middle;
}

.input_search {
  width: 85%;
  background: #232526;
  color: #c4c4c4;
  height: 30px;
  font-size: large;
}

.button_search {
  background-color: #2b2c2d;
  background-image: url('/styles/magnifying.png');
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 32px;
}


select {
  color: #68718c;
  border: none;
  width: 80px;
  background: #252a2f;
  margin: 5px 0;
}

.player {
max-width: 640px;
margin: 0 auto;
height: 360px;
background: #151515;
}

.link {
  color: #81848a;
  padding: 5px;
  display: inline-block;
}

.background_main {
  	background: #1f2124;
  	display: inline-block;
  	min-height: 960px;
  	margin: 10px 0 0 0;
}

.background_search {
  	background: #242424;
  	display: inline-block;
  	min-height: 960px;
}

.background_video {
  	background: #1c1c20;
  	display: inline-block;
  	min-height: 640px;
  	margin: 5px 0 0 0;
}

.href_mp4 {
    display: inline-block;
    background: #242424;
    padding: 5px;
    margin: 0 5px 0 5px;
    color: #999;
    vertical-align: text-top;
}

.slash > a {
    color: #b7b7b9;
}

.slash {
	text-align:left;
	color:#ffffff;
	padding: 0 5px 5px 10px;
}

a {
	text-decoration:none;
	color:#000000;
}


.mp4 {
    padding: 5px;
    border: 1px solid #6c6c6c;
    margin: 5px 0 0 0;
}

.title_search {
  padding: 5px;
  background: #2c2f33;
  color: #909193;
  margin: 0 0 5px 0;
}

.title_video {
  padding: 5px;
  background: #1c1d20;
  color: #acacac;
  margin: 5px 0 5px 0;
}

.preview {
  display: inline-block;
  width: 320px;
  height: 180px;
  margin: 5px 5px 30px 5px;
  position: relative;
}

.preview_title {
  position: absolute;
  overflow: hidden;
  white-space: nowrap;
  width: 320px;
  text-align: left;
  text-overflow: ellipsis;
  background: #202020;
  margin: 5px 0 0 0;
  color: #d7d7d7;
}

.preview_screen {
  width: inherit;
  height: inherit;
}

.preview_screen > a > img {
  width: 100%;
  height: 100%;
}

.preview_duration {
  position: absolute;
  color: #a68f8f;
  top: 0;
  right: 0;
  background: #1e1919;
  opacity: .7;
}

.pages {
    background: #1c1d1e; 
    padding: 5px 0;
}

.pagination {
	padding-left: 0;
	margin: 5px 0;
}

.pagination > li {
	display: inline;
}

.pagination > li > a {
    padding: 5px 15px;
    color: #c8c1c1;
    background: #2a2a2b;
    border: 1px solid #393434;
}

.pagination > .disabled > a:hover {
cursor: not-allowed;
}

.footer {
	background: #161819;
	padding: 5px;
}

