@charset "UTF-8";
/* CSS Document */

.* {

	/*
	border: 1px solid red !important;
	overflow:visible;
	*/
	

}

div.entries-AJAX, div.view-AJAX {

	padding:25px;

}

	.prevLink-AJAX {
	
		
		position:absolute;
		left:-125px;
		top:50px;
		
		height:74px;
		width:71px;
		
		background-color:transparent;
		background-image: url(../../img/entries/view/buttons/prev.png);
		background-repeat: no-repeat;
		background-position: center center;
	
	}
	
	.nextLink-AJAX {
	
		position:absolute;
		right:-125px;
		top:50px;
		
		height:82px;
		width:76px;
		
		background-color:transparent;
		background-image: url(../../img/entries/view/buttons/next.png);
		background-repeat: no-repeat;
		background-position: center center;
	
	}
	
	.closeLink-AJAX {
	
		position:absolute;
		right:0px;
		top:-50px;
		
		width:71px;
		height:53px;
		
		background-color:transparent;
		background-image: url(../../img/entries/view/buttons/close.png);
		background-repeat: no-repeat;
		background-position: center center;
	
	}

	
	td {
	
		vertical-align:top !important;
		text-align:left !important;
	
	}
	
	td.padding {
	
		padding:0px 25px;
	
	}
	
		.imageHolder-AJAX {
		
			height:200px;
		
		}
	
			.largeImageHolder-AJAX {
			
				width:170px;
				height:164px;
			
			}
		
				.largeImage-AJAX {
				
					width:157px;
					height:150px;
					
					padding: 7px;
					
					border: 2px solid #ba8325;
				
				}
		
		.voteGoldHolder-AJAX {
		
			border-right:2px solid #BA8325;
			margin-left:-2px;
			margin-top:15px;
		
		}
		
	.entryHolder-AJAX {
	
		padding:0px 15px;
	
	}
	
	.entryVotesTxt-AJAX {
	
		color:#FF0000;
	
	}
	
	.externalLinksHolder-AJAX {
	
		padding:15px 15px 0px 15px;
	
	}



h2#subHeader {
	position:absolute;
	top:0px;
	left:185px;
	width:209px;
	height:88px;
	z-index: 10;
	background-color:transparent;
	background-image: url(../../img/entries/add/headers/golden-entry.png);
	background-repeat: no-repeat;
	background-position: center center;	
}

	h2#subHeader span {
	
		display:none;
	
	}
	
div#linkRight{
	position: absolute;
	top:0px;
	left:480px;

	width:159px;
	height:84px;
}

	
a#linkRight {
	position: relative;
	width:159px;
	height:84px;
	display: block;
	
	background-color:transparent;
	background-image: url(../../img/global/buttons/return-videos.png);
	background-repeat: no-repeat;
	background-position: center center;
	
}

	a#linkRight span {
	
		display:none;
	
	}

	.contentHolder-View {
		text-transform: capitalize;
		padding-bottom:50px;
	
		float:none;
		width:50px;
	
		padding-left:20px;
		padding-right:20px;
		width:275px;
		
		min-height:114px;
		height:auto !important;
		height:114px;
	
	}
	
	.entryVotes-View {
	
		padding-top:0px;
	
		float:left;
		width:100px;
		text-align:center;
	
	}
	
.youTube-View {
	text-align: center;
}

.prevLink-View {

	
	position:absolute;
	left:-125px;
	top:100px;
	
	height:74px;
	width:71px;
	
	background-color:transparent;
	background-image: url(../../img/entries/view/buttons/prev.png);
	background-repeat: no-repeat;
	background-position: center center;

}

.nextLink-View {

	position:absolute;
	right:-125px;
	top:100px;
	
	height:82px;
	width:76px;
	
	background-color:transparent;
	background-image: url(../../img/entries/view/buttons/next.png);
	background-repeat: no-repeat;
	background-position: center center;

}
