/*Unstyle*/
html {
	overflow: auto;
}

body {
	margin: 0px;
	padding: 0px;
	border: none;
	font-size: 100%;
}

div {
	position: relative;
}

a, p, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	border: none;
	font-size: 100%;
	line-height: 1em;
	color: #333333;
}

div:after, dl:after {
	clear: both;
	display: block;
	content: ".";
	visibility: hidden;
	height: 0px;
	line-height: 0px;
}

a img {
	border: none;
	text-decoration: none;
}

/*HTML styling*/
html {
	background-color: #E9E9E9;
	background-image: url("images/bg.jpg");
	background-repeat: repeat-x;
	background-position: top left;
}

body {
	text-align: center;
	min-width: 845px;
}

h1 {
	margin-top: 30px;
	font-size: 230%;
	font-family: 'Palatino Linotype', Book Antiqua, Palatino, serif;
}

h2 {
	font-size: 100%;
	font-family: 'Palatino Linotype', Book Antiqua, Palatino, serif;
}

h3 {
	margin: 10px;
	margin-top: 20px;
	display: block;
	text-align: left;
	font-size: 150%;
	font-family: 'Palatino Linotype', Book Antiqua, Palatino, serif;
}

p {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: justify;
	font-family: Tahoma, Arial;
	font-size: 80%;
	line-height: 1.3em;
}

a {
	font-size: 80%;
	text-align: center;
	font-family: Tahoma;
}

/*Layout*/
#authors {
	margin: 0px;
	padding: 0px;
	list-style: none;
	margin-top: 20px;
	margin-bottom: 20px;
}

#authors li {
	display: inline-block;
	font-size: 90%;
	padding-right: 15px;
}

#authors li a {
	padding-right: 16px;
	background: url("images/link.gif") transparent center right no-repeat;
}

.content {
	border: 1px black solid;
	background-color: white;
	margin: 10px;
	padding: 10px;
	clear: both;
	display: block;
}

#reports {
	margin: 0px;
	padding: 0px;
	list-style: none;
	clear: both;
	height: 220px;
	text-align: center;
	display: inline-block;
}

#reports li {
	margin-left: 10px;
	margin-right: 10px;
	float: left;
}

#reports li img {
	border: 1px solid black;
}

#media li a img {
	border: 1px solid black;
}

#references {
	text-align: left;
	font-size: 80%;
}

#references li {
	font-family: Tahoma, Arial;
	font-size: 95%;
	padding-top: 2px;
	padding-bottom: 2px;
}

#references strong {
	color: #444444;
	font-weight: normal;
	border-bottom: 1px dotted #444444;
}

#vid {
	margin: 0px;
	padding: 0px;
	display: block;
	clear: both;
	width: 800px;
	height: 450px;
	border: 1px solid black;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
}

#poster a img {
	text-decoration: none;
}

/*Credit*/
#aplweb_credit {
	margin: 0px;
	padding: 0px;
}

#aplweb_credit a {
	display: block;
	width: 100%;
	color: white;
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
	text-align: center;
	background-color: #8AD955;
	border-top: 1px solid white;
	margin-top: 20px;
	font-size: 70%;
	font-family: Verdana, Arial;
	text-decoration: none;
}

#aplweb_credit a:hover {
	color: black; 
	border-top: 1px black solid;
}