@charset "utf-8";
/* CSS Document */
.video-page{background:url(/newsite/images/newsales/videos/v-bg.gif) center top no-repeat !important;}
.videos-list{width:880px; margin:auto;}
.videos-list ul{list-style:none; margin:0; padding:0;}
.videos-list li{margin-bottom:20px; }
.video-item{width:210px; margin-right:35px; float:left;  }
.video-item-visual-title{font-size:12px; color:#333333; margin-bottom:5px; font-weight:bold}
.video-item-visual{background:#09090a; color:#ffffff; font-size:16px; border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; padding:10px 0; text-align:center; width:195px;}
.video-item-visual p{ margin-bottom:0;}
.video-item-visual-thumb{margin-bottom:10px; }
.video-item-visual-content{float:left; width:630px; font-family:Verdana, Geneva, sans-serif; padding:30px 0}
.video-item-visual-content h4{color:#265f9f; font-size:18px; margin-bottom:0; font-weight:bold;}
.video-item-visual-content h5{color:#717171; font-size:16px;}
.video-item-visual-content p{margin:15px 0; font-size:16px;}
.video-item-visual-content-more{text-align:right;}
.video-item-visual-thumb img{opacity:0.3; filter:alpha(opacity=30); /* For IE8 and earlier */}
.video-item-visual-thumb img:hover{opacity:1; filter:alpha(opacity=100); /* For IE8 and earlier */}

.videos-list-pageination{text-align:center; font-size:16px; }
.videos-list-pageination .currentPage{color:#265f9f }
.videos-list-pageination a{color:#333333 !important; text-decoration:none}
.videos-list-pageination a:hover{color:#265f9f !important}

#watch-container{width:940px; }
.watch-panel{width:555px; float:left}
.watch-headline{font-size:30px;  color:#2d2d2d}
.watch-video{width:535px; padding:10px; height:380px; background:#2d2d2d;  border-radius:6px; -moz-border-radius:6px; -webkit-border-radius:6px; margin-bottom:25px;} 


.watch-video h2{display:none;}

.watch-sidebar{float:right; width:375px;}

#browse-more-vd{width:375px; height:150px; border-bottom:#4c4c4c solid 1px;overflow:hidden;}
#watch-description{padding:20px; font-size:12px;}
#watch-description h2{color:#4e6899; font-size:19px;  }
.back-to-videos-btn, .video-course-det-btn{width:112px; height:47px; float:left; text-indent:-9999px}
.back-to-videos-btn a, .video-course-det-btn a{width:112px; height:47px; display:block}
.back-to-videos-btn a{background:url(/newsite/images/newsales/videos/back-to-videos-btn.gif) left top no-repeat;}
.video-course-det-btn{float:right}
.video-course-det-btn a{background:url(/newsite/images/newsales/videos/video-course-btn.gif) left top no-repeat;}

.jcarousel-skin-tango .jcarousel-container {height: 125px; }
.jcarousel-skin-tango .jcarousel-container-horizontal {width:375px;margin:0 auto;	}
.jcarousel-skin-tango .jcarousel-clip-horizontal { width:338px;   height: 125px; margin-left:18px;}
.jcarousel-skin-tango .jcarousel-item {width: 104px; height: 100px; background:#2d2d2d; padding:3px; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; -moz-box-shadow: 1px 1px 2px #595959; -webkit-box-shadow: 1px 1px 2px #595959; box-shadow: 1px 1px 2px #595959; cursor:pointer;  overflow:hidden }
.jcarousel-skin-tango .jcarousel-item{position:relative}
.jcarousel-skin-tango .jcarousel-item img{position:absolute; left:3px; top:3px; z-index:90}
.jcarousel-skin-tango .jcarousel-item span{position:absolute; left:3px; top:3px; z-index:80; width:104px; height:80px; padding:10px 0; text-align:center; color:#fff; font-weight:bold;}
.jcarousel-skin-tango .jcarousel-item:hover img{opacity:0.1; filter:alpha(opacity=10); z-index:70}
.jcarousel-skin-tango .jcarousel-item a{text-decoration:none; color:#fff;}
.jcarousel-skin-tango .jcarousel-item-horizontal {margin-right:4px;}
.jcarousel-skin-tango .jcarousel-next-horizontal, .jcarousel-skin-tango .jcarousel-prev-horizontal {position: absolute;top: 40px;right: 5px; width: 11px; height: 23px; cursor: pointer; background: url(/newsite/images/newsales/videos/browse-btns.gif) no-repeat right top;}
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal{cursor: default; background-position:right bottom;}
.jcarousel-skin-tango .jcarousel-prev-horizontal { background-position:left top; left:5px;}
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal{ cursor:default;  background-position:left bottom;}
.jcarousel-container{position: relative;}
.jcarousel-clip {z-index: 2; padding: 0; margin: 0; overflow: hidden; position: relative;}
.jcarousel-list {z-index: 1; overflow: hidden; position: relative; top: 0; left: 0; margin: 0; padding: 0;}
.jcarousel-list li, .jcarousel-item { float: left; list-style: none;  /* We set the width/height explicitly. No width/height causes infinite loops. */width: 104px; height: 100px;}
.jcarousel-next {z-index: 3; display: none;}
.jcarousel-prev {z-index: 3; display: none;
}

/* Admin */
.adminLogin{background:#f9f6f6; border:solid 1px #a3a3a3; border-radius:6px; -moz-border-radius:6px; -webkit-border-radius:6px; -moz-box-shadow: 0px 0px 10px #c0c0c0 inset; -webkit-box-shadow: 0px 0px 10px #c0c0c0 inset; box-shadow: 0px 0px 10px #c0c0c0 inset; padding:20px; width:260px; margin:auto}
.adminLogin h3{color:#4e6899; font-size:20px; }
.adminLogin P{margin:10px 0!important; clear:both}
.adminLogin label{width:100px; float:left}
.adminLogin .textField-admin{-moz-box-shadow: 1px 1px 2px #b6b6b6 inset; -webkit-box-shadow: 1px 1px 2px #b6b6b6 inset; box-shadow: 1px 1px 2px #b6b6b6 inset; border:1px #e3e3e3 solid; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; width:120px;}

.adminLogin .login-btn1{background:#676767; border:solid 2px #595959; border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; -moz-box-shadow: 0px 0px 15px #515151 inset; -webkit-box-shadow: 0px 0px 15px #515151 inset; box-shadow: 0px 0px 15px #515151 inset; color:#fff; width:80px; height:25px; line-height:25px; margin:0 0 0 100px; cursor:pointer}

.admin-pan{background:#f9f6f6; border:solid 1px #a3a3a3; border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; -moz-box-shadow: 0px 0px 10px #c0c0c0; -webkit-box-shadow: 0px 0px 10px #c0c0c0; box-shadow: 0px 0px 10px #c0c0c0; width:95%; margin:auto; padding:2px;}
.admin-pan .pagination{border-radius:4px 4px 0 0; -moz-border-radius:4px 4px 0 0 ; -webkit-border-radius:4px 4px 0 0; background:#eaeaea; padding:4px; border:solid 1px #dbdbdb}
.admin-pan th{background:#515151; color:#fff;}
.admin-pan th, .admin-pan td{padding:4px;}
.admin-pan td{border-bottom:solid 1px #d9d9d9}
.delete, .approved, .un-approved, .edit{background:#eeeeee  3px center no-repeat; border:solid 1px #9b9b9b; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; cursor:pointer; padding:2px 5px 3px 20px; font-size:11px;}
.delete:hover{background:#9f9f9f  3px center no-repeat; }
.approved{background:#eeeeee  3px center no-repeat; padding:2px 8px 3px 5px;}
.approved:hover{background:#9f9f9f  3px center no-repeat;}

.un-approved{background:#eeeeee  3px center no-repeat; padding:2px 8px 3px 5px;}
.un-approved:hover{background:#9f9f9f  3px center no-repeat;}
.edit{background:#eeeeee  5px center no-repeat; }
.edit:hover{background:#9f9f9f  5px center no-repeat; }
