﻿    
#header1 
{ 
    color:rgb(73,151,215); 
}   

#header2
{ 
    color:white; 
} 
#header3
{ 
    color:rgb(73,151,215); 
}

#statValue {
    color: white;
}

.topbg {
    z-index: 999999;
    background-image: url('/Content/Skins/YouGameplay/Images/gamer.png');
    background-size: cover;
    width: 100%;
    height: 100%;
    pointer-events: none;
    opacity: 0.8;
    position: fixed;
    top: 0px;
    left: 0px
}
    

.VideoItemTitle , .VideoFullDescription 
{
   color:rgb(255, 255, 255);   
}
 .VideoItemDesc
 { 
   color:rgb(255, 255, 255);
 } 
 
  
 
  
.VideoItem , .VideoItemPlayer, .ImageHolder, .TopVideoItemPlayer
{  
      opacity: 0.95; 
       
  font-size:12px;
  color:rgb(255, 255, 255);
  text-align:center;
  text-transform:none;
  letter-spacing:normal;

  /***  CSS Gradient  ***/
  /*  Chrome 1-9 and Safari 4-5.0  */
  background-image: -webkit-gradient(linear, left top, right top,
        color-stop( 0.0, rgb(0, 0, 0) ),
        color-stop( 0.000, rgb(5, 78, 121) ),
        color-stop( 1.0, rgba(127, 36, 36, 0.21) ));

  /*  Chrome 10+ Safari 5.1+ Mobile Safari  */
  background-image: -webkit-linear-gradient(left,
        rgb(0, 0, 0), 
        rgb(5, 78, 121) 0.0%,
        rgba(127, 36, 36, 0.21) );

  /*  Firefox 3.6+  */
  background-image: -moz-linear-gradient(left,
        rgb(0, 0, 0), 
        rgb(5, 78, 121) 0.0%,
        rgba(127, 36, 36, 0.21) );

  /*  IE 10+  */
  background-image: -ms-linear-gradient(left,
        rgb(0, 0, 0), 
        rgb(5, 78, 121) 0.0%,
        rgba(127, 36, 36, 0.21) );

  /*  Opera 11.10+  */
  background-image: -o-linear-gradient(left,
        rgb(0, 0, 0), 
        rgb(5, 78, 121) 0.0%,
        rgba(127, 36, 36, 0.21) );

  /*  W3C  */
  background-image: linear-gradient(left,
        rgb(0, 0, 0), 
        rgb(5, 78, 121) 0.0%,
        rgba(127, 36, 36, 0.21) );

  /***  CSS Rounded Corners  ***/
  border-radius:9px;
  -webkit-border-radius:9px;
  -moz-border-radius:9px;

  /***  CSS Box Shadow  ***/
  box-shadow: 1px 1px 1px 1px gray ;

  -webkit-box-shadow: 1px 1px 1px 1px gray ;

  -moz-box-shadow: 1px 1px 1px 1px gray ;

}
 
 
 .VideoItemPostDate
 { 
  color:#gray;
 }
   