/* IE7 CSS */

body {
	margin-top: 1px;
	margin-left: 1px;
	font-family: tahoma;
	font-weight: normal;
	font-size: 10px;
	color: #000000;
	background-image: url('BG.JPG');
	background-repeat: repeat;

	scrollbar-arrow-color: #333333;
	scrollbar-3dlight-color: #FEF5FB;
	scrollbar-darkshadow-color: #60585D;
	scrollbar-face-color: #FEEBF7;
	scrollbar-track-color: #F3D2ED;
}

.divOuter {
	width: 765px;
	overflow: visible;
	border: 0px solid #cccccc;	
/*	background: #ffffff;*/
	padding: 1px;
	margin: 0px;
}

.divInner {
	width: 765px;
	border: 1px solid #333333;
	background: #ffffff;
	
	padding: 0px;
	margin: 0px;
	overflow: visible;
}

img.starname {
	margin: 3px;
}



/* Tricolor bar */
.divTop1 {
	position: relative;
	height: 3px;
	width: 765px;
	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;
}

.divSearchRow {
	position: absolute; 
	left: 170px;
	top: 3px;
}

/* End of bar */

td.headshot {
	width: 170px; 
	height: 230px; 
	text-align:center;
	background: #FFF4F4;
	background-image: url('Headshotbg.gif');
	background-repeat: no-repeat;
}

td.nav {
	width: 595px;
}

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;
}

.divHeadshot {
	position: absolute;
	text-align:center;
	left: 227px;
	top: 105px;
	width: 170px;
	height: 230px;
	background-image: url('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;
}


.divHeadshotCaption {
	width: 170px;
	text-align: center;
	position: relative;
	
	top: 7px;

	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;
	text-align:center;
}



.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;
}


.divMovies {
	padding: 0px;
	margin: 0px;
	text-align: Center;
	overflow: auto;
}

.divWarning {
	position: absolute;
	z-index: 20;
	width: 100%;
	top: -100px;
	height: 240px;
	background: #F3D2ED;
	padding: 0px;
	margin: 0px;
	text-align: Center;
}

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;

}




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;
}



td.movie {
	text-align:center;
}

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;
}
