body { 
	margin: 0px;
	padding 0px;
	font-family: "Lucida Grande", Verdana, Geneva, Arial, sans-serif;
}

a {
	text-decoration:none;
		color:white;
}


/* MAIN PAGE */
.sortedBy {
	text-align:left;
	position:absolute;
	left: 12px;
	top: 10px;
	font-size: 10px;
}

.entry {
	margin-top: 6px;
	border-bottom: solid thin #CCC;
	height:70px;
	overflow: hidden;
	text-overflow:ellipsis;
}

.movieTitle {
	font-size:18px;
	color:black;
	font-weight: bold;
	margin-bottom: 6px;
}

.cover {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

.starRatingURL {
	float: right;
	font-size:10px;
}

.description{
	font-weight: normal;
	font-size:12px;
	color:#666;
}

.indexLink {
	position:absolute;
	right: 6px;
	top: 10px;
}

.indexSlide {
	position:absolute;
	padding: 10px 0px 10px 0px;
	top: 50px;
	left 0px;
	width: 100%;
	color: white;
	z-index:10;
	background-color: black;
	opacity: 0.8;
	text-align:center;
	font-size: 28px;
}

.indexSlide .previous {
	float:left;
	margin-left:6px;
	font-size: 14px;
}

.indexSlide .next {
	float:right;
	margin-right:6px;
	font-size: 14px;
}


/* DETAILS PAGE */
.header {
	height:38px;
	background-color: #9faec8;
	color:white;
	font-size: 20px;
	font-weight:bold;
	text-align:center;
	padding-top: 12px;
	white-space:nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
}

.header .list
{
	position: relative;
	float: left;
	margin-left: 6px;
	font-weight: normal;
}

.footer {
	text-align:center;
	font-size: 20px;
	height:38px;
	color:white;
	padding-top: 12px;
	background-color: #9faec8;
}

.footer .previous {
float:left;
margin-left:6px;
}

.footer .next {
float:right;
margin-right:6px;
}

.leftButton {
	float:left;
	width:3px;
	height:26px;
    background: url(../Images/left.png) no-repeat left top;
}
.rightButton {
	float:right;
	width:3px;
	height:26px;
    background:url(../Images/right.png) no-repeat right top;
}
.middleButton {
	float:left;
	padding:2px 6px 0px 6px;
	left:3px;
	height:26px;
    background: url(../Images/middle.png) repeat-x;
}


.deatilsSection {
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	border-bottom: solid thin #666;
}
.hiddenDetails {
	padding: 5px 6px 5px 6px;
}

.field {
	font-weight:bold;
	color:black;
}
.info {
	color:#333;
}

.sectiontitle {
	text-align:center;
	font-size: 25px;
		color:white;
	background-color: #9faec8;
	/*border-bottom: solid thin black;*/
}
.summary {
	color:black;
}


creditRow {
	/*width: 480px;*/
	clear:both;
}
.creditRole {
	color:black;
	float:right;
	overflow: hidden;
	white-space:nowrap;
}
.creditName {
	color:black;
	overflow: hidden;
	white-space:nowrap;
}