

#video{
overflow: hidden;
width: 100%;
}
.video_index{
 border-radius: 5px;
    float: left;
    height: 340px;
    margin: 5px;
    overflow: hidden;
    padding: 5px;
    width: 320px;
}
.video_index a{
 /* color:#000; */

}
  
.video_index a:hover{
 color:#777; 
} 

.video_img{
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
 .video_img:hover{
 -webkit-transform: rotate(-10deg);
     -moz-transform: rotate(-10deg);
       -o-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
 }
  
.admin_video {
position:absolute; 
padding:1px;
}

.add_video_sf{
  width:100%;
  text-align:right;
}
.add_video_sf a{
   background: url("/images/video/add.png") no-repeat scroll left center; 
    padding: 6px 6px 6px 18px;

}
.video_img img {
  width: 100%;

}
  



.view_video_search{
  margin: 8px;
    width: 100%;
}
  .view_video_search img{
   width:100%; 
  }
.con_heading_video {
font-weight:normal;
color: #dedede;
font-size: 15px;
margin-bottom: 5px;
     text-decoration: none;
}
  
  .con_heading_video a{
     text-decoration: none;
  }




.calen{
      background: url("/images/video/calen.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    padding-left: 17px;  
}

  
.hits {
    background: url("/images/video/hits.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    padding-left: 17px;
}

.author{
    background: url("/images/video/author.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    padding-left: 17px;  
}



#rating{
width:170px;
height: 25px;

}

#ratBlocks{
width:172px;
height: 25px;
margin-top:-25px;
display:none;
}
#ratZero{
width:170px;
background: url("/images/video/stars.png") repeat-x 0 0;
height: 25px;

}

#ratDone{
width:47px;
background: url("/images/video/stars.png") repeat-x 0 -50px;
height: 25px;
margin-top:-25px;
}
#ratHover{
width:0px;
background: url("/images/video/stars.png") repeat-x 0 -25px;
height: 25px;
margin-top:-25px;
}


.video_comment{
border-top: 1px solid #CCCCCC;
    margin-top: 40px;
    width: 100%;
}

  ul.menu_video {
           list-style: none outside none;
    overflow: hidden;
        }
        ul.menu_video li {
            float:left;
            background:#efefef;
            -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.5);
            -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.5);
			    margin: 6px;
        }
        ul.menu_video a {
            display:block;
            padding:6px 20px;
            font-family: Arial, Helvetica, sans-serif;
            font-size:12px;
            text-decoration:none;
            color:#000;
        }
        ul.menu_video a:hover {
            background:#FFF;
        }

  

 .form-wrapper {
        padding: 8px;
        margin:0px auto;
    margin-bottom:20px;
        overflow: hidden;
        border-width: 1px;
        border-style: solid;
        border-color: #dedede #bababa #aaa #bababa;
        -moz-box-shadow: 0 3px 3px rgba(255,255,255,.1), 0 3px 0 #bbb, 0 4px 0 #aaa, 0 5px 5px #444;
        -webkit-box-shadow: 0 3px 3px rgba(255,255,255,.1), 0 3px 0 #bbb, 0 4px 0 #aaa, 0 5px 5px #444;
        box-shadow: 0 3px 3px rgba(255,255,255,.1), 0 3px 0 #bbb, 0 4px 0 #aaa, 0 5px 5px #444;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;    
        background-color: #f6f6f6;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#eae8e8)); 
        background-image: -webkit-linear-gradient(top, #f6f6f6, #eae8e8);
        background-image: -moz-linear-gradient(top, #f6f6f6, #eae8e8);
        background-image: -ms-linear-gradient(top, #f6f6f6, #eae8e8);
        background-image: -o-linear-gradient(top, #f6f6f6, #eae8e8);
        background-image: linear-gradient(top, #f6f6f6, #eae8e8);
    }
    
    .form-wrapper #search {
        width: 820px;
        height: 20px;
        padding: 10px 5px;
        float: left;    
        font: bold 16px 'lucida sans', 'trebuchet MS', 'Tahoma';
        border: 1px solid #ccc;
        -moz-box-shadow: 0 1px 1px #ddd inset, 0 1px 0 #fff;
        -webkit-box-shadow: 0 1px 1px #ddd inset, 0 1px 0 #fff;
        box-shadow: 0 1px 1px #ddd inset, 0 1px 0 #fff;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;      
    }
    
    .form-wrapper #search:focus {
        outline: 0; 
        border-color: #aaa;
        -moz-box-shadow: 0 1px 1px #bbb inset;
        -webkit-box-shadow: 0 1px 1px #bbb inset;
        box-shadow: 0 1px 1px #bbb inset;  
    }
    
    .form-wrapper #search::-webkit-input-placeholder {
       color: #999;
       font-weight: normal;
    }
    
    .form-wrapper #search:-moz-placeholder {
        color: #999;
        font-weight: normal;
    }
    
    .form-wrapper #search:-ms-input-placeholder {
        color: #999;
        font-weight: normal;
    }    
    
    .form-wrapper #submit {
        float: right;    
        border: 1px solid #00748f;
        height: 42px;
        width: 100px;
        padding: 0;
        cursor: pointer;
        font: bold 15px Arial, Helvetica;
        color: #fafafa;
        text-transform: uppercase;    
        background-color: #0483a0;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#31b2c3), to(#0483a0));
        background-image: -webkit-linear-gradient(top, #31b2c3, #0483a0);
        background-image: -moz-linear-gradient(top, #31b2c3, #0483a0);
        background-image: -ms-linear-gradient(top, #31b2c3, #0483a0);
        background-image: -o-linear-gradient(top, #31b2c3, #0483a0);
        background-image: linear-gradient(top, #31b2c3, #0483a0);
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;      
        text-shadow: 0 1px 0 rgba(0, 0 ,0, .3);
        -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 #fff;
        -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 #fff;
        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 #fff;
    }
      
    .form-wrapper #submit:hover,
    .form-wrapper #submit:focus {		
        background-color: #31b2c3;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#0483a0), to(#31b2c3));
        background-image: -webkit-linear-gradient(top, #0483a0, #31b2c3);
        background-image: -moz-linear-gradient(top, #0483a0, #31b2c3);
        background-image: -ms-linear-gradient(top, #0483a0, #31b2c3);
        background-image: -o-linear-gradient(top, #0483a0, #31b2c3);
        background-image: linear-gradient(top, #0483a0, #31b2c3);
    }	
      
    .form-wrapper #submit:active {
        outline: 0;    
        -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
        -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;    
    }
      
    .form-wrapper #submit::-moz-focus-inner {
        border: 0;
    }
    



.admin_video_menu {
	width: 100%;
	height: 38px;
	float: right;
	clear: both;
}
.admin_video_menu ul {
	margin: 0 auto;
	list-style: none;
	width: 400px;
}
.admin_video_menu ul li {
	float: left;
	background: #E6E6E5;
	line-height: 30px;
 margin-left: 0px !important;
}
.admin_video_menu ul li a {
	display: block;
	padding: 4px 14px;
	color: #000;
}
.menu ul li a:hover {
	background: #646464;
	color: #fff;
}
.admin_video_menu .active a {
	background: #646464;
	color: #fff;
	text-decoration: none;
}




















