 
	
	/* STYLE ID: 11 */
	/* CSS FOR THE PLAYER / SAME AS THE FRONT END */
	/* AUTHOR: BEAU DURRANT */
	
	.player{
		background: #41A6D0;
		width: 880px;
		margin-left: 3px;
		font-size: 12px;
	}
	
	.banner{
		background: url(../Files/Banner/11.jpg) top left no-repeat;
		width: 880px;
		height: 120px;
	}
	
	.player .playerText{
		padding-top: 5px;
		padding-bottom: 5px;
		color: #000000;
		padding-left: 10px;
	}
	
	/****************/
	/** SCREEN CSS **/
	/****************/
	
	.player .screen{
		background-color: #000000;
		border: 1px solid #CCCCCC;
		width: 425px;
		height: 318px;
		margin: 10px;
		overflow: hidden;
		text-align: center;
	}
	
	.player #videoTitle{
		font-size: 14px;
		font-weight: bold;
	}

	/********************/
	/** RELATED VIDEOS **/
	/********************/		
	
	.player .relatedVideos{
		border: 1px dashed #CCCCCC;
		margin-left: 10px;
		width: 425px;
		color: #000000;
	}	
	
	.player .relatedVideoTitle{
		font-size: 12px;
		font-weight: bold;	
	}
	
	.player .relatedVideo{
		width: 421px;
		height: 59px;
		border: 3px solid #CCCCCC;
		cursor: move;
		background-color: #FFFFFF;	
	}
	

	.player .relatedVideo .videoTitle{
		font-weight: bold;
	}

	.player .relatedVideo .videothumbnail{
		width: 56px;
		height: 46px;
		padding: 5px;
		line-height: 46px;
		vertical-align: middle;
	}

	.player .relatedVideo .videocontent{
		height: 50px;
		width: 330px;
		overflow: hidden;
		padding: 5px;
		float: right;
		font-size: 10px;
		text-align: left;
	}
	
	#relatedVideos{
		height: 100%;
		width: 425px;
	}
	
	/*******************/
	/** PLAYLIST TABS **/
	/*******************/	
	
	.player #playListTabs{
		width: 425px;
		height: 20px;
		margin-top: 10px;
	}
	
	.player #playListTabs div{
		text-align: center;
		line-height: 20px;
		vertical-align: middle;
		z-index: 100;
		position: relative;
	}	
	
	.player .playlistSelectedTab{
		height: 20px;
		width: 100px;
		background-color: #FFFFFF;
		border-top: 1px solid #474F52;
		border-right: 1px solid #474F52;
		border-left: 1px solid #474F52;
		border-bottom: 1px solid #FFFFFF;
		margin-left: 2px;
		color: #333333;
		cursor: hand;
		cursor: pointer;
		overflow: hidden;
		top: 1px;
		position: relative;
	}
	
	.player .playlistTab, #playlistSearch{
		background-color: #A62E5E;
		height: 20px;
		border-top: 1px solid #474F52;
		border-right: 1px solid #474F52;
		border-left: 1px solid #474F52;
		width: 100px;
		margin-left: 2px;
		color: #333333;
		cursor: hand;
		cursor: pointer;
		overflow: hidden;
		top: 1px;
		position: relative;
	}
	
	#playlistSearch{
		margin-right: 2px;
		color: #333333;
	}
	
	/******************/
	/** PLAYLIST CSS **/
	/******************/
	
	.player .playlist{
		width: 425px;
		height: 100%;	
		z-index: 49;
		position: relative;
		top: -1px;
	}
	
	.player .playlistContainer{
		background-color: #FFFFFF;
		border: 1px dashed #474F52;	
	}
	
	.player .categoryTextColor{
		color: #000000;
		padding-left: 10px;
	}
	
	.player .categories{
		z-index: -1;
		width: 150px;
		margin-right: 10px;
	}
	
	.player .playlist .playlistVideo{
		width: 419px;
		height: 54px;
		border: 3px solid #CCCCCC;
		cursor: move;
		background-color: #FFFFFF;
	}
	
	.player .playlist .playlistVideo .videoTitle{
		font-weight: bold;
	}
	
	.player .playlist .playlistVideo .videothumbnail{
		width: 54px;
		height: 40px;
		padding: 5px;
		line-height: 40px;
		vertical-align: middle;
		overflow: hidden;
	}
	
	.player .playlist .playlistVideo .videocontent{
		height: 44px;
		width: 330px;
		overflow: hidden;
		padding: 5px;
		float: right;
		font-size: 10px;
		text-align: left;
	}
	
	.player .playlist .oddVideo{
		border: 3px solid #EBBE1B;
		background-color: #FFFFFF;
		color: #000000;
		width: 419px;
		height: 54px;
	}
	
	.player .playlist .oddVideoHover{
		border: 3px solid #7BC242;
		background-color: #FFFFFF;
		color: #000000;
		width: 419px;
		height: 54px;
	}

	.player .playlist .evenVideoHover{
		border: 3px solid #7BC242;
		background-color: #FFFFFF;
		color: #000000;
		width: 419px;
		height: 54px;
	}
	
	.player .playlist .evenVideo{
		border: 3px solid #EBBE1B;
		background-color: #FFFFFF;
		color: #000000;
		width: 419px;
		height: 54px;
	}
	
	.player .playlist .evenVideo .videothumbnail, .player .playlist .oddVideo .videothumbnail{
		width: 54px;
		height: 40px;
		padding: 5px;
		line-height: 40px;
		vertical-align: middle;
		overflow: hidden;
	}
	
	.player .playlist .evenVideo .videocontent, .player .playlist .oddVideo .videocontent{
		height: 44px;
		width: 330px;
		overflow: hidden;
		padding: 5px;
		float: right;
	}
	
	/****************/
	/** FOOTER CSS **/
	/****************/
	
	.leftBottomAdTable{
		margin-left: 10px;
		border: 1px dashed #CCCCCC;
		margin-bottom: 10px;
	}
	
	.rightBottomAdTable{
		margin-right: 10px;
		border: 1px dashed #CCCCCC;
		margin-bottom: 10px;
	}
	
	.player .bottomAds{
		width: 425px;
		height: 100%;
	}
	
	.player .bottomAds .bottomLeftImageAd, .player .bottomAds .bottomRightImageAd{
		width: 425px;
		height: 53px;
		cursor: move;
		overflow: hidden;
		background-color: #FFFFFF;
	}
	
	.player .bottomAds .imageAdEditLink{
		width: 100px;
		position: absolute;
		top: 5px;
		left: 380px;
	}
	
