﻿#ColumnAlpha
{
	width: 300px;
	background: url('Layout/VideoMenuBg.png') no-repeat top left;
}

#ColumnBeta
{
	width: 640px;
	padding:10px 0 0 20px;	
}

#ColumnAlpha, #ColumnBeta 
{
  height: 600px;
	float: left;
	color: #fff;
} 

/* AlphaLeft Start */
#AlphaLeft
{
  float: left;
  width: 125px;
  font-weight: bold;
  font-size: 12px;
  padding-left: 10px;
}
#AlphaLeft h1
{
  margin: 15px 0 5px 5px;
  font-weight: bold;
  font-size: 14px;
}
#AlphaLeft #MyList span
{
  background: url('Layout/MyVideosBg.gif') no-repeat left;
  color: #333;
  width: 28px;
  text-align: center;
  display: block;
  float:right;
  margin-right: 4px;
}
#AlphaLeft #Search
{
  background: url('Layout/SearchBg.png') no-repeat left;
  padding-left:1px;
  margin-left: 5px;
}
#AlphaLeft #SearchBox
{
  border: none;
  background: none;
  color: #fff;
  width: 71px;
  height: 17px;
  font-size: 11px;
  padding: 0 3px;
}
#AlphaLeft #SearchButton
{
  border: none;
  background: none;
  width: 16px;
  height: 17px;
  cursor: pointer;
}
/* AlphaLeft End */

#AlphaRight
{
  float: left;
  width: 165px;
}
#AlphaRightHeader 
{
  height: 26px;
  text-align: center;
  padding: 4px 24px 0 4px;
  font-weight: bold;
}
#AlphaRightContent
{
  width:155px;
	height:530px;
	color:White;
}
#AlphaRightContent .VideoTitle 
{
  display: block;
  height: 41px;
  overflow: hidden;
}
#AlphaRightContent .VideoSummary
{
  display: none;
}
#AlphaRightFooter
{
  padding: 4px 24px 0 4px;
  text-align:center;
  font-weight:bold;
}
#Thumbs li 
{
  margin:2px 0 2px 0;
  padding-left: 5px;
}

#Thumbs a 
{
  display: block;
  position: relative;
  text-align: center;
  margin: 0 auto;
  background: url('Layout/ThumbBg.png') no-repeat top center;
  width: 116px;
  height: 120px;
  font-size: 11px;
  font-family: Tahoma;
  padding: 11px 3px 0 3px;
}
#Thumbs a:hover 
{
  text-decoration: none;
  background: url('Layout/ThumbBgOver.png') no-repeat top center;
}

#Thumbs a img 
{
  width: 92px;
  height: 70px;
  margin-bottom: 6px;
}
#Thumbs a img.Plus, #Thumbs a img.Minus
{
  position: absolute;
  width: 16px;
  height: 16px;
  z-index: 3;
  top: 64px;
  left: 90px;
}
#Thumbs a img.Plus 
{
  background: URL('Layout/Plus.gif') no-repeat center;
}
#Thumbs a img.Minus 
{
  background: URL('Layout/Minus.gif') no-repeat center;
}
#ColumnLeft ul
 {
   color:White;
   padding:40px 0 0 0;
 }
 
#ColumnBetaHeader
{
  padding:0 0 10px 0;
  height:50px;
  margin-bottom: 10px;
}
#ColumnBetaHeader span
{
  position:relative;
}
#ColumnBetaHeader span h1 
{
  position:absolute;
  z-index: 1px;
  text-indent:-9999px;
}
#ColumnBetaHeader span a
{
  position:absolute;
  z-index: 2px;
}

/* Menu Start */
.Menu, .Menu li ul
{
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 115px;
}

.Menu 
{
  position: relative;
  z-index: 2;
}

.Menu li
{
  position: relative;
}

.Menu li a.TopMenuItem
{
  background: url('Layout/MenuItemBg.png') no-repeat center;
}

.Menu li a
{
  font: bold 12px Arial;
  color: #ffc !important;
  display: block;
  width: auto;
  padding: 4px 0 5px 5px;
  text-decoration: none;
  height: 1%;
}

.Menu li div.TopMenuItem
{
  display: none;
  position: absolute;
  width: 182px;
  z-index: 9;
}

.Menu li ul
{
  background: URL('Layout/SubMenuBg.png') no-repeat top center;
  width: 182px;
}

.Menu li ul li
{
  float: left;
}

.Menu li ul a
{
  padding-left: 10px;
  width: 162px;
  line-height: 12px;
}

.Menu li div ul li a:hover
{
  text-decoration: underline;
  color: #fff;
}

.Menu li div .Bottom 
{
  background: URL('Layout/SubMenuBg.png') no-repeat bottom center;
  height: 10px;
  width: 182px;
}

.Menu .Arrow
{
  position: absolute;
  right: 4px;
  background: url('Layout/MenuItemArrow.gif') no-repeat center right;
}

.Menu li.Selected a.TopMenuItem, .Menu li a.TopMenuItem:hover
{
  background-image: url('Layout/MenuItemBgOver.png');
  color: #fff !important;
  text-decoration: none;
}

.Menu .SubHeader 
{
  padding-left: 10px;
  line-height: 20px;
  color: #ddd;
}

/* Menu End */

/* ScrollBar Start */
#AlphaRight .jScrollPaneTrack {
	background: url(Layout/ScrollBar/WindowsTrack.png) repeat-y;
}
#AlphaRight .jScrollPaneDrag {
	background: url(Layout/ScrollBar/WindowsDragMiddle.png) no-repeat 0 50%;
}
#AlphaRight .jScrollPaneDragTop {
	background: url(Layout/ScrollBar/WindowsDragTop.png) no-repeat;
	height: 4px;
}
#AlphaRight .jScrollPaneDragBottom {
	background: url(Layout/ScrollBar/WindowsDragBottom.png) no-repeat;
	height: 4px;
}
#AlphaRight a.jScrollArrowUp {
	height: 17px;
	background: url(Layout/ScrollBar/WindowsArrowUp.png) no-repeat 0 0;
}
#AlphaRight a.jScrollArrowUp:hover {
	background-position: 0 -20px;
}
#AlphaRight a.jScrollArrowDown {
	height: 17px;
	background: url(Layout/ScrollBar/WindowsArrowDown.png) no-repeat 0 0;
}
#AlphaRight a.jScrollArrowDown:hover {
	background-position: 0 -20px;
}
#AlphaRight a.jScrollActiveArrowButton, #AlphaRight a.jScrollActiveArrowButton:hover {
	background-position: 0 -40px;
}

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #aaa;
}
.jScrollPaneDrag {
	position: absolute;
	background: #666;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	height: 9px;
}
a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	height: 9px;
}
/* ScrollBar End */
#tooltip {position: absolute;z-index: 3000;border: 1px solid #000;background-color: #ffd;padding: 6px;left: -5px;width: 125px;font-size:11px;font-family:tahoma;}
#tooltip h3, #tooltip div {margin: 0;}
#tooltip .VideoDate{text-align:right;font-size:10px;color:#999;margin-top:3px;display:block;}

#VideoPanel,#HeaderLogo { position: relative; z-index: 11; }

#VideoInfo h3 { font-size: 14px; font-weight: bold; margin: 8px 0; }
#VideoInfo p { margin: 8px 40px 0 0; text-align: justify; }
