/*
This file is NOT NECESSARY for the rater to work. None of these styles are needed.
This is only to style the demo page
*/

body {
	background-color: #081b6b;
	background:url(../images/bgTop.gif) repeat-x top left #081b6b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin: 0;
	padding: 0;
	color: #FFF;
	}
#content{
	width:980px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	}
#titletop{
	display:block;
	width:980px;
	text-align:center;
}
#containerLeft {
	text-align:left;
	display:block;
	background:tansparent;
	width:980px;
	height:170px;
	border: 1px solid #ccc;
	padding: 5px;
	}
#container {
	text-align:left;
	display:block;
	background:tansparent;
	width:980px;
	height:425px;
	border: 1px solid #ccc;
	padding: 5px;
	margin-top:15px;
	}
#movie {
	margin:10px;
	float:left;
	}
#info {
	margin:10px;
	width:300px;
	float:left;
	}
#clear {
	display:block;
	height:30px;
	}

h1 {
	font-size: 21px;
	font-family: Arial, sans-serif;
	margin:0 0 5px 0;
	padding:0;
	}

h2 {
	font-size: 16px;
	color: #333;
	font-family: Arial, sans-serif;
	margin:0 0 10px 0;
	padding:0;
	}

p 	{
	margin:3px;
	padding:0;
	line-height:14px;
	padding:5px;
	}
#thumb{
	width:140px;
	float:left;
	}
#thumb a{
	display:block;
	border:none;
	padding:7px;
	margin:0px;
	background:none;
	text-decoration:none;
	line-height:16px;
	color:#FFF;
	}
#thumb a.selected{
	background:#F00;
	}
#thumb a:hover{
	background:#F00;
	}
table td{
	vertical-align:top;
	}