body {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	width: 780px;
	background: #f4f4f4;
	text-align: left;
	margin: 0 auto;
	padding-top: 20px;
	position: relative;
	/*border: 1px solid #ddd;
	border-top: none;*/
	clear: both;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	}
body a {
	text-decoration: none;
	color: red;
	}
body a:hover {
	color: blue;
	}
.header {
	font-size: 1.25em;
	background: #fffeff url(/download/header05.jpg) no-repeat;
	color: #fffeff;
	height: 200px;
	}
.header .headerleft {
	font-weight: bold;
	padding-top: 70px;
	padding-left: 30px;
	}
.header .headerabstract {
	font-size: 0.60em;
	padding-left: 30px;
	}
.description {
	padding: 20px 20px 20px 20px;
	background: white;
	font-size: 0.90em;
	min-height: 40px;
	/*border-bottom: 5px solid #f4f4f4;*/
}
.container {
	padding-top: 10px;
	background-color: white;
	text-align: center;
	}
.box {
	}
.boximage {
	float: left;
	width: 25%;
	}
.boximage img {
	border: none;
	}
.boximage a:hover {
	opacity: 0.50;
	filter: alpha(opacity = 50);
	}
.footer {
	text-align: center;
	color: gray;
	height: 60px;
	margin-bottom: 50px;
	padding-top: 10px;
	background: none;
	}
.footer a {
	color: gray;
	}
.footer a:hover {
	color: black;
	}
.footer .footercenter {
	font-size: 0.80em;
	}
.footer .footerabstract {
	font-size: 0.6em;
	margin-top: 5px;
	margin-bottom: 5px;
	}
 
/*-------------------------*/

.containerMyMovies {
	padding-top: 10px;
	text-align: left;
	background-color: white;
	}

.containerMyMovies .box {
	float: left;
	width: 50%;
	}

.containerMyMovies img {
	float: left;
	padding: 0 20px 20px 20px;
	width: 80px;
	height: 140px;
}

.containerMyMovies .fileName {
	display: block;
}

.containerMyMovies .director {
	display: block;
	padding-top: 10px;
	height: 40px;
}

.containerMyMovies .fileSize {
	display: block;
	padding-top: 5px;
	font-size: 80%;
	color: #797979;
}

/*-------------------------*/

.footer {
	clear: both;
	margin: 0 auto;
	padding: 20px 0 40px;
	text-align: center;
	color: #777;
	}

.footer p {
	line-height: 1.6em;
	}

.footer a {
	color: #888;
	font-weight: bold;
	}

.footer a:hover {
	border: none;
	text-decoration: none;
	color: #000;
	}


