@charset "utf-8";
/* CSS Document */
#player {
    width: 720px;
    height: 405px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #cccccc;
    cursor: pointer;
    background: #000 url(/media/video/images/video_gallery.jpg) no-repeat top center;
    -moz-box-shadow: 0 0 40px rgba(100, 118, 173, 0.5);
    margin: 0 0px 20px 4px;
}

/* splash image */
#player img {
    margin-top: 125px;
    border: 0;
}

/* playlist style */
.playlist_style {
    width: 705px;
    padding: 0px 5px 7px 13px;
    margin: 0px 0 15px 0;
    float: left;
}

/* playlist entry */
.playlist_style a {
    display: block;
    width: 150px;
    height: 235px;
    padding: 7px;
    background-color: #fff;
    border: 1px solid #ccc;
    font: 11px "bitstream vera sans", "lucida grande", verdana;
    text-decoration: none;
    color: #666;
    float: left;
    margin: 5px
}

/* different states of a playlist entry */
.playlist_style a:hover {
    background-color: #ffc;
	text-decoration: none;
}

.playlist_style a.progress {
    background-color: #efefef;
}

.playlist_style a.playing {
    border: 1px solid #666;
    background-color: #ffc;
}

.playlist_style a.paused {
    border: 1px solid #666;
    background-color: #ffc; /*yellow*/
}

/* elements inside playlist entry */
.playlist_style a img {
    border: 0;
    float: left;
    height: 84px;
    width: 150px;
    margin-bottom: 3px
}

.playlist_style a strong {
    color: #205388;
    padding-bottom: 5px;
}

.playlist_style a em {
    border: 0;
    float: left;
    margin-right: 10px;
    background: url(/images/clock1.jpg) no-repeat 0 0;
    padding-left: 20px;
    color: #333;
    font-style: normal;
    margin-top: 10px;
    line-height: 18px;
}
.playlist_style a span {  color: #666;
  
}
.v-input {
    border: 1px solid #999999;
    padding: 2px;
	font-size:13px;
	font-family: Arial
}

#gray {
    background-color: #f2f2f2;
    margin: 5px 5px 10px 0px;
    padding: 5px
}

#gray p {
    margin: 5px;
}

#gray p span {
    vertical-align: middle
}

.comment {
    position: relative;
    float: right;
    width: 330px;
    margin-top: 5px;
}

.comment a {
    text-decoration: none;
}

.comment img {
    vertical-align: middle
}

/******pagination styles*********/
.page_navigation8 {
    clear: both;
}

.page_navigation1 a {
    padding: 3px;
    border: 1px solid gray;
    margin: 2px;
    color: black;
    text-decoration: none
}

.page_navigation8 {
    clear: both;
}

.page_navigation8 a {
    padding: 3px;
    border: 1px solid gray;
    margin: 2px;
    color: black;
    text-decoration: none
}

.page_navigation8 {
    clear: both;
}

.page_navigation8 a {
    padding: 3px;
    border: 1px solid gray;
    margin: 2px;
    color: black;
    text-decoration: none
}

.active_page {
    background: #F85D13;
    color: white !important;
}


