/* FIREFOX CSS */

body {
	margin-top: 1px;
	margin-left: 1px;
	font-family: tahoma;
	font-weight: normal;
	font-size: 10px;
	color: #000000;
	background-image: url('/images/BG.jpg');
	background-repeat: repeat;
}

.divOuter {
	width: 770px;
	overflow: visible;
	border: 0px solid #cccccc;	
/*	background: #ffffff;*/
	padding: 1px;
	margin: 0px;
}

.divInner {
	width: 770px;
	border: 1px solid #333333;
	background: #ffffff;
	padding: 0px;
	margin: 0px;
	overflow: visible;
}

img.starname {
	margin: 3px;
}



/* Tricolor bar */
.divTop1 {
	position: relative;
	height: 2px;
	width: 770px;
	background: #FFA8A8;
	border-top: 1px solid #666666;
		overflow: hidden;
}

.divTop2 {
	position: relative;
	width: 765px;
	height: 20px;
	background: #FFCCCC;
	border: none;
	overflow: hidden;
}

.divTop3 {
	position: relative;
	height: 3px;
	width: 765px;
	background: #FFA8A8;
	border-bottom: 1px solid #666666;
	overflow: hidden;
}

.divTop4 {
	position: relative;
	height: 30px;
	width: 765px;
	background: #cccccc;
	border-bottom: 1px solid #666666;
	overflow: hidden;
	vertical-align: middle;
}

.divSearchRow {
	position: absolute; 
	left: 170px;
	top: 5px;
	vertical-align: middle;

}

/* End of bar */

td.headshot {
	width: 170px; 
	height: 230px; 
	text-align:center;
	background: #FFF4F4;
	background-image: url('/images/HeadshotBG.gif');
	background-repeat: no-repeat;
}


.divHeadshot {
	position: absolute;
	text-align:center;
	left: 231px;
	top: 105px;
	width: 170px;
	height: 230px;
	background-image: url('/images/HeadshotBG.gif');
	z-index: 28;
}


img.headshot {
	text-align:center;
	position: relative;
	top: 7px;
	width: 139px;
	height: 203px;
	border: 1px solid #333333;
	z-index: 29;
}


.HeadshotCaption {
	font-family: arial;
	font-size: 14px;
	color: #333333;
	font-style: italic;
	z-index: 30;
}

.divMovieContainer {
	position: relative;
	top: 0px;
	/*border-top: 1px solid #333333;*/

	background: #FFF4F4;

	padding: 0px;
	margin: 0px;
	text-align: Center;
	overflow: visible;
}

.divMoviesHeader {
	position: relative;
	left: 165px;
	width: 600px;
}

.MyMovies {
	font-family: arial;
	font-weight: bold;
	font-size: 20px;
	color: #333333;
}

.MyMoviesSubheader {
	font-family: arial;
	font-weight: normal;
	font-size: 12px;
	font-style: italic;
	color: #333333;
}


a.NavLinks {
	font-family: arial;
	font-weight: bold;
	font-size: 15px;
	text-decoration: underline;
	color: #333333;
}

a.NavLinks:hover {
	font-family: arial;
	font-weight: bold;
	font-size: 15px;
	text-decoration: underline;
	color: #666666;
}


.NavLink {
	font-family: arial;
	font-weight: bold;
	font-size: 15px;
	color: #000000;
}


input.search {
	background: #FFFFFF;
	border: 1px solid #333333;
	width: 150px;
}

input.submit {
	background: #FFCCCC;
	border-top: 1px solid #FFE5E5;
	border-left: 1px solid #FFE5E5;
	border-right: 1px solid #604D4D;
	border-bottom: 1px solid #604D4D;
	width: 50px;
}

a.advanced {
	font-family: verdana;
	font-style: italic;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: #333333;
}

a.advanced:hover {
	font-family: verdana;
	font-style: italic;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}

img.moviethumb {
	width: 88px;
	height: 125px;
	background-color: #FFCCCC;
	border-top: 1px solid #FFE5E5;
	border-left: 1px solid #FFE5E5;
	border-right: 1px solid #604D4D;
	border-bottom: 1px solid #604D4D;
}



td.movie {
	text-align:center;
	vertical-align: top;
	width: 150px;
}

a.movieLink {
	font-family: arial;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;

}

a.movieLink:hover {
	font-family: arial;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

.moviecode {
	font-family: arial;
	font-weight: normal;
	font-style: italic;
	font-size: 9px;
	color: #333333;
}

.pagingTitle {
	font-family: arial;
	font-weight: bold;
	font-size: 14px;
	color: #333333;
}

.pagingCurPage {
	font-family: arial;
	font-weight: bold;
	font-size: 15px;
	color: #333333;
}

a.pagingLinks {
	font-family: arial;
	font-weight: bold;
	font-size: 12px;
	color: #333333;
}

a.pagingLinks:hover {
	font-family: arial;
	font-weight: bold;
	color: #000000;
	font-size: 14px;
	color: #333333;
}
