#movie-index-title
{
	padding-top: 15px;
	font-size: 16pt;
	font-weight: bold;
}

#movie-index-duplicate
{
	padding-top: 15px;
	font-size: 10pt;	
	font-weight: bold;
}

.movie-index-table
{
	width: 100%;
	border-collapse: collapse;
}

.movie-index-table-row-text
{
	width: 269px;
	font-weight: bold;
	vertical-align: bottom;
	padding-top: 20px;
	padding-bottom: 8px;
	border: none;
}

.movie-index-table-row-text a { color: white; text-decoration: none; }
.movie-index-table-row-text a:hover { color: yellow; text-decoration: none; }

.movie-index-table-row-space-1 { width: 47px; }
.movie-index-table-row-space-2 { width: 46px; }


.movie-index-table-row-pic
{
	width: 269px;
}

.movie-index-table-row-pic img
{
	border: 1px solid #F2E4AD;
}

#movie-index-navigate
{
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	font-weight: bold;
}

#movie-index-navigate a { color: white; text-decoration: none; }
#movie-index-navigate a:hover { color: yellow; text-decoration: none; }

#movie-index-navigate-previous
{
	float: left;
	width: 25%;
	text-align: left;
}

#movie-index-navigate-select
{
	float: left;
	width: 50%;
	text-align: center;
}

#movie-index-navigate-next
{
	float: left;
	width: 25%;
	text-align: right;
}

