﻿
.tvFrame
{
	position:relative;
	width:1000px;
	height:700px;
	margin: 10px auto auto 10px;
}

.tvFrame .tvBgd
{
	width:1000px;
	height:700px;
	background: Transparent url("../img/style/tvBgd.gif") no-repeat;
 
}

.tvFrame .screenArea
{
	position:absolute;
	z-index:100;
	top:105px;
	left:110px;
	height:420px;
	width:560px;
}

.tvFrame .imageContainer
{
	position:relative;width:560px;height:420px;display:table;
 
}


/******************/

.tvFrame .buttonMenuArea
{
	position:absolute;
	z-index:100;
	top:70px;
	left:750px;
	width:200px;
}

.tvFrame .buttonMenuArea .buttonMenu
{
	position:relative;
	height:400px;
	width:200px;
	overflow:hidden;
	
}

.tvFrame .selectedButton
{
	width:150px;
	height:50px;
	margin:auto;
	background-image:url("../img/style/buttonSelected.gif");
	background-repeat:no-repeat;
	cursor:pointer;
	color:Gainsboro;
	position:relative;
	display:table;
}

.tvFrame .hoverButton
{
	width:150px;
	height:50px;
	margin:auto;
	background-image:url("../img/style/buttonHover.gif");
	background-repeat:no-repeat;
	cursor:pointer;
	position:relative;
	display:table;	
}

.tvFrame .button
{
	width:150px;
	height:50px;
	margin:auto;
	background-image:url("../img/style/button.gif");
	background-repeat:no-repeat;
	cursor:pointer;
	position:relative;
	display:table;	
}


.tvFrame .buttonLabel
{
	margin: 5px 5px 5px 40px;
	text-align:center;
	font-weight:bold;
	font-size:7pt;
	padding-top:8px;	 
	
}

.tvFrame .buttonMenu A {color:Black;text-decoration:none;}
.tvFrame .buttonMenu A:hover {color:#993333;text-decoration:none;}
.tvFrame .buttonMenu A:visited {color:#993333;text-decoration:none;}


/*********/
.screenArea
{
	width:550px;
	height:400px;
	color:White;
	margin: auto auto auto auto;
	overflow:hidden;
	padding:0px;
	 
	
}



.screenArea .titleArea
{
	 border-bottom:solid 1px white;
	 /*padding:5px;
	 margin-bottom:0px;*/
	 padding-bottom:3px;
	 margin: 5px 5px 0px 5px;
	font-size:10pt;
	position:absolute;
	z-index:100;
}
.screenArea .titleArea A{ font-size:10pt}


.screenArea A{color: Fuchsia}
.screenArea A:hover{color:Lime;text-decoration:none}

.screenArea .title
{
	font-weight:bold;
 font-size:16px;
}


.screenArea .profileTitle
{
	color:White;font-size:16pt;
}
.screenArea .titleLinks
{
	font-size:8pt;
}
.screenArea .titleLinks A{color:Yellowxx}

.screenArea .item
{
	width:250px;
	height:70px;
	padding:5px;
	margin:5px;
	float:left;
	border:solid 1px white;
}

.screenArea .item .thumb
{
	width:70px;
	height:70px;
	float:left;
	position:relative;
	display:table;
}

.screenArea .item .descSection
{
	width:90px;
	padding:5px;
	text-align:center;
	float:left;

}

.screenArea .bigItem
{
	width:537px;
	margin:auto;
	height:150px;
	padding:5px;
	margin:5px;

}

.screenArea .bigItem .thumb
{
	width:150px;
	height:150px;
	float:left;
	position:relative;
	display:table;
}

.screenArea .bigItem .descSection
{
	width:220px;
	padding:5px;
	float:left;
	display:table;

}

.screenArea .bigItem .buttonArea
{
	width:140px;
	margin:auto;
	height:150px;
	position:relative;
	display:table;
	float:right;
}

.screenArea .bigItem .buttomImage
{
	width:75px;
	margin:auto;
	 cursor:pointer;
	padding:5px;
	 border:none;
}
.screenArea .bigItem .buttomImageHover
{
	width:125px;
	margin:auto;
	cursor:pointer;
	border:none;
}

.screenArea .title A
{
	color:Yellow;
	font-weight:bold;
	font-size:10pt;
	cursor:pointer;
	
}
.screenArea .title A:hover{color:Lime}
.screenArea .subTitle 
{
	color:Gray;
	font-size:8pt;
}

.screenArea .wideItem
{
	padding:2px;
	width:500px;
	height:70px;
	border-bottom:solid 1px Gainsboro;
	margin: 5px auto auto auto;
	position:relative;
}
.screenArea .wideItem .thumb
{
	width:70px;
	height:70px;
	float:left;
	position:relative;
	display:table;
	
}

.screenArea .wideItem .descSection
{
	width:400px;
	padding:5px;
	margin-left:10px;
	float:left;
}

.screenArea .pager
{
	color: white;
	font-weight:bold;
	text-align:right;
	font-size:8pt;	
	padding:3px;
}

.pagerLinks
{
	float:right;
	padding-right:10px;
	
}
.pagerLinks .linkSection
{
	float:left;
	height:15px;	
	line-height:15px;
	vertical-align:bottom;
	 
}

.pagerLinks .linkSection A{color:White}

