﻿.divVideoPlayer {
	width: 321px;
	height: 241px;
	background-color: #FFFFFF;
	border: solid 1px #777777;
	margin: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
}

.imgThumbnail {
	height: 54px;
	width: 80px;
}

.divThumbnailContainer {
	height: 54px;
	width: 80px;
	border: solid 1px #777777;
	margin: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
}

/* Rating */
.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(../Images/FilledStar.png);
}

.emptyRatingStar {
    background-image: url(../Images/EmptyStar.png);
}

.savedRatingStar {
    background-image: url(../Images/SavedStar.png);
}

body {
	margin-top:0px;
	background-color:Silver;
}

.defaultText {
	 font-family:Arial;
	 font-size:8pt;
}

.defaultTextBold {
	 font-family:Arial;
	 font-size:8pt;
	 font-weight:bold;
}

.categoryHeader {
	 font-family:Verdana;
	 font-size:10pt;
}

.videoInfo {
	font-family:Verdana;
	font-size:8pt;
	color:#333333;
}

.playTimeInfo {
	font-family:Verdana;
	font-size:8pt;
	font-weight:normal;
	color:Gray;
}

.videotitle {
	font-family:Verdana;
	font-size:10px;
	text-decoration:none;
	color:#003399;
}

.loadingVideo {
	font-family:Verdana;
	font-size:8pt;
	font-weight:bold;
	
	color:Maroon;
}

.loadingVideo2 {
	font-family:Verdana;
	font-size:8pt;
	font-weight:bold;
	
	color:#003399;
}

.popupVideoHeader {
	font-family:Verdana;
	font-size:10pt;
	background:#ffffdd;
	border-right:solid 1px black;
	border-left:solid 1px black;
	border-top:solid 1px black;
}

.popupVideoDesc {
	font-family:Verdana;
	font-size:10pt;
	background:#ffffee;
	border-color:Black;
	border-style:solid;
	border-width:1px;
}

.relatedDocHeader {
	border-right:#999999 1px solid;
	border-left:#999999 1px solid;
	border-top:#999999 1px solid;
	border-bottom:#999999 1px solid;
	width:299px;
	background:gainsboro;
	font-family:Arial;
	font-size:10pt;
	color: #404040;
}

.relatedDocItem {
	background:white;
}

.featuredVideoText {	
	text-align:left;	
	font-family:Arial;
	font-size:11pt;
	font-weight:bold;
	color:#4682B4;
}

a {
	font-family:Verdana;
	font-size:8pt;
	color:#333333;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

.defaultTextAlphaList {
	 font-family:Arial;
	 font-size:9pt;
	 color:#999999;
}

.defaultTextBoldAlphaList {
	 font-family:Arial;
	 font-size:10pt;
	 font-weight:bold;
}

.watermark {
	font-size:10pt;
	color:#cccccc;
}
