

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	/*background-image: url(images/FFF200.gif);*/
	color: #1DB304;
	font-size: 12px;
}

a.picklist:link {

	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}
a.picklist:visited {

	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}
a.picklist:hover {

	font-size: 12px;
	font-weight: normal;
	color: #ff0000;
	text-decoration: underline;
}

a.alllistmovie:link {

	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}
a.alllistmovie:visited {

	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}
a.alllistmovie:hover {

	font-size: 12px;
	font-weight: normal;
	color: #ff0000;
	text-decoration: underline;
}

.moviename	{
	FONT-WEIGHT: bold;
	FONT-SIZE: 18px;
	COLOR: #ffffff;
	/*TEXT-DECORATION: none;*/
	text-align: left;
}

.rating	{ /* also LS1M */
	FONT-WEIGHT: normal;
	FONT-SIZE: 12px;
	COLOR: #ffffff;
	TEXT-DECORATION: none;
	text-align: left;
}

.starring	{
	FONT-WEIGHT: normal;
	FONT-SIZE: 12px;
	COLOR: #ffffff;
	TEXT-DECORATION: none;
	text-align: left;
}

.length	{ /* also LS1M */
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #ffffff;
	TEXT-DECORATION: none;
	text-align: left;
}

.genre	{ /* also LS1M */
	FONT-WEIGHT: normal;
	FONT-SIZE: 12px;
	COLOR: #ffffff;
	TEXT-DECORATION: none;
	text-align: left;
}

.synopsis	{
	FONT-WEIGHT: normal;
	FONT-SIZE: 12px;
	COLOR: #ffffff;
	TEXT-DECORATION: none;
	text-align: left;
}


.starrate	{
	FONT-WEIGHT: normal;
	FONT-SIZE: 9px;
	COLOR: #ffffff;
	TEXT-DECORATION: none;
	text-align: left;
}

a.normal:link {
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
a.normal:visited {
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
a.normal:hover {
	font-size: 10px;
	font-weight: bold;
	color: #ff0000;
	text-decoration: underline;
}

a:link {
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	font-size: 10px;
	font-weight: bold;
	color: #ff0000;
	text-decoration: underline;
}


/********************************************************
/ styles for the star rater
/********************************************************/
	.star-rating{
		list-style:none;
		margin: 0px;
		padding:0px;
		width: 100px;
		height: 20px;
		position: relative;
		background: url("http://www.roxy.com.au/movie-images/movielinks/star_rating.gif") top left repeat-x;
	}
	.star-rating li{
		padding:0px;
		margin:0px;
		/*\*/
		float: left;
		/* */
	}
	.star-rating li a{
		display:block;
		width:20px;
		height: 20px;
		text-decoration: none;
		text-indent: -9000px;
		z-index: 20;
		position: absolute;
		padding: 0px;
	}
	.star-rating li a:hover{
		background: url("http://www.roxy.com.au/movie-images/movielinks/star_rating.gif") left bottom;
		z-index: 1;
		left: 0px;
	}
	.star-rating a.one-star{
		left: 0px;
	}
	.star-rating a.one-star:hover{
		width:20px;
	}
	.star-rating a.two-stars{
		left:20px;
	}
	.star-rating a.two-stars:hover{
		width: 40px;
	}
	.star-rating a.three-stars:hover{
		width: 60px;
	}
	.star-rating a.three-stars{
		left: 40px;
	}
	.star-rating a.four-stars{
		left: 60px;
	}
	.star-rating a.four-stars:hover{
		width: 80px;
	}
	.star-rating a.five-stars{
		left: 80px;
	}
	.star-rating a.five-stars:hover{
		width: 100px;
	}
input.searchfield {	
	font-size: 7pt;
	onfocus="this.value=''";
	}	
  