@charset "utf-8";

.report {
	margin:10px 0px 10px 0px;
	padding: 7px 10px 10px 10px;
	background-color:#E6EBFA;
	}

.favorite {
	margin:10px 0px 10px 0px;
	padding: 5px;
	background-color:#FFCC66;
	font-size:12px;
	font-weight:bold;
	}

.reportTitle {
	font-size:16px;
	font-weight:bold;
	}

.commentForm {
	border:1px solid #BDFC67;
	margin:10px 0px 10px 0px;
	padding: 10px 15px 10px 15px;
	background-color:#EDFAC7;
	}
	
.video-thumb-medium {
	overflow: hidden;
	background-color: white;
	border: 3px double #999;
	display: block;
    width: 94px;
	height: 59px;
}

.video-thumb-medium img {
	width: 94px;
	height: 70px;
	margin-top: -6px;
}

.video-thumb-related {
	overflow: hidden;
	background-color: white;
	border: 3px double #999;
	display: block;
    width: 84px;
	height: 59px;
}

.video-thumb-related img {
	width: 84px;
	height: 70px;
	margin-top: -6px;
}

.video-thumb-quicklist {
	overflow: hidden;
	background-color: white;
	border: 3px double #999;
	display: block;
    width: 50px;
	height: 27px;
}

.video-thumb-quicklist img {
	width: 50px;
	height: 38px;
	margin-top: -6px;
}

.video-thumb-search {
	overflow: hidden;
	background-color: white;
	border: 3px double #999;
	display: block;
    width: 120px;
	height: 79px;
}

.video-thumb-search img {
	width: 120px;
	height: 90px;
	margin-top: -6px;
}


.video-thumb-search-small {
	overflow: hidden;
	background-color: white;
	border: 3px double #999;
	display: block;
    width: 110px;
	height: 69px;
}

.video-thumb-search-small img {
	width: 110px;
	height: 80px;
	margin-top: -6px;
}

.video-thumb-home-small {
	overflow: hidden;
	background-color: white;
	border: 3px double #999;
	display: block;
    width: 100px;
	height: 59px;
}

.video-thumb-home-small img {
	width: 100px;
	height: 70px;
	margin-top: -6px;
}

img { border: none; }


/* QuickList add icon */

.QLIcon3 {
	position: absolute;
	z-index: 2;
	width: 25px;
	height: 25px;
	top: 55px;
	left: 5px;
}	

.QLIcon2 {
	position: absolute;
	z-index: 2;
	width: 25px;
	height: 25px;
	top: 65px;
	left: 5px;
}	

.QLIcon {
	position: absolute;
	z-index: 2;
	width: 25px;
	height: 25px;
	top: 45px;
	left: 5px;
}	

.QLIconImg {
	background: transparent url(/assets/i/video/playlist1.png) no-repeat scroll;
	width: 15px;
	height: 15px;
}
.QLIconImgOver {
	background: transparent url(/assets/i/video/playlist2.png) no-repeat scroll;
	width: 15px;
	height: 15px;
}
.QLIconImgDone {
	background: transparent url(/assets/i/video/playlist3.png) no-repeat scroll;
	width: 15px;
	height: 15px;
}

.QLContainer {
	position: relative;
	z-index: 0;
}


a.toggleLink:link {
	color: #000000;
	text-decoration: none;
	vertical-align: text-bottom;
}
a.toggleLink:visited {
	color: #000000;
	text-decoration: none;
	vertical-align: text-bottom;
}
a.toggleLink:hover {
	color: #999;
	text-decoration: none;
	vertical-align: text-bottom;
}
a.toggleLink img {
	margin-right: 4px;
	vertical-align: text-bottom;
}


a.videoResultsTitle:link {
	color: #0033CC;
	font-size:15px;
	font-weight:bold;
	text-decoration: none;
	vertical-align: text-bottom;
	/*font-family:Verdana, Arial, Helvetica, sans-serif;*/
}
a.videoResultsTitle:visited {
	color: #0033CC;
	font-size:15px;
	font-weight:bold;
	text-decoration: none;
	vertical-align: text-bottom;
}
a.videoResultsTitle:hover {
	color: #0033CC;
	font-size:15px;
	font-weight:bold;
	text-decoration: none;
	vertical-align: text-bottom;
	text-decoration:underline;
}


a.videoResultsTitleSmall:link {
	color: #0033CC;
	font-size:11px;
	font-weight:bold;
	text-decoration: none;
	vertical-align: text-bottom;
	/*font-family:Verdana, Arial, Helvetica, sans-serif;*/
}
a.videoResultsTitleSmall:visited {
	color: #0033CC;
	font-size:11px;
	font-weight:bold;
	text-decoration: none;
	vertical-align: text-bottom;
}
a.videoResultsTitleSmall:hover {
	color: #0033CC;
	font-size:11px;
	font-weight:bold;
	text-decoration: none;
	vertical-align: text-bottom;
	text-decoration:underline;
}


