﻿#WindowWrapper
{
}

/* ---------------------------------- */

#GridHeader
{
	padding-top:1px;
	margin-bottom:2px;
}

#GridFooter
{
	position:relative;
	top:-34px;
}

.GridXBar
{
	width:100%;
	height:16px;
	/*background-image:url('Images/PlayerHeaderBKGBlue.jpg');
	background-repeat:repeat-x*/
	font-size:11px;
	font-weight:bold;
}

#ShapeOptions
{
}

#NumericPager
{
	padding-left:5px;
	padding-right:15px;
}

#NumericPager span
{
	color:Red;
}

#NumericPager a
{
	text-decoration:underline;
}

.TextPager a
{
	text-decoration:underline;
}

.TextPager a[disabled]
{
	color:Gray;
	font-size:10px;
	text-decoration:none;
}

/* ---------------------------------- */

.VideoCell
{
 /*
	width:259px; /* 127 + 2		-> VideoBox.width (= thumbnail.width + thumbnail.borderLeft + thumbnail.borderRight)
					125	+ 5		 + VideoBox.marginRight
								 + InfoBox.width + InfoBox.marginRight
 	height:126px; /* 112 + 14	-> VideoBox.height + controls.height
 */
 /*
	Set accordingly the following values:
	- VideoGrid.css		-> .VideoCell.width, .VideoCell.height
	- VideoGrid.aspx.cs -> cellWidth,cellHeight,
						   Grid_DefaultRows, Grid_DefaultCols
	- Default.css		-> IFrameContainer initial width and height
 */
}

.VideoBox
{
    width: 127px;
    height: 112px;
    margin-right: 2px;
}

.controls
{
	width:20px;
	height:14px;
}
.thumbnail
{
    width: 125px;
    height: 110px;
    border: solid 1px Gray;
    display:block;
    position:relative;
    top:-14px;
}

.InfoBox
{
    width: 125px;
    height: 126px;
    overflow: hidden;
    margin-right:5px;
    font-size:11px;
}

.StarControl
{	
	position:relative;
	top:2px;
	left:111px;
	z-index:100;
}

.starImage
{
	display:block;
	width:14px;
	height:14px;
}

.StatusControl
{	
	display:block;
	height: 14px;
	position:relative;
	top:70px;
	left:0px;
	z-index:100;
}

.NewControl
{
	display:block;
	height: 14px;
	font-size:10px;
	font-weight:bold;
	color:Red;
	position:relative;
	top:86px;
	left:102px;
	z-index:100;
}

.title
{
}

.published
{
    font-size:10px;
	padding-bottom:3px;
}

.PlayerControl
{
	width:17px;
	height:17px;
	margin-right:2px;
}

.TooltipControl
{
	color:Blue;
	text-decoration:underline;
}

/* ---------------------------------- */

.ZeroResults
{
	width:100%;
	padding:50px;
	text-align:center;
	font-size:26px;
	color:Gray;
}

/* ---------------------------------- */

#jsTooltip
{
	position:absolute;
	width:184px;
	overflow:hidden;
	border: solid 1px black;
	padding: 2px;
	background-color: White;
	color:Black;
	font-size:11px;
	display:none;
	z-index: 101;
}
