/* CSS Document */
body {color:#333333;
font-family:Arial, Helvetica, sans-serif;
font-size:70%;
}

p {padding-right: 15px;
padding-bottom: 15px;
line-height: 18px;
color:#666666;
}

.container {width: 900px;
height: 600px;
	position:absolute;
	left: 50%;
	margin-left: -450px;
	margin-top: 60px;
}

.content {border-top: solid;
border-top-width: 4px;
border-top-color: #FFFFFF;
border-bottom: solid;
border-bottom-width: 4px;
border-bottom-color: #FFFFFF;
height: 300px;
width: 900px;

}

.content_audio {border-top: solid;
border-top-width: 4px;
border-top-color: #FFFFFF;
border-bottom: solid;
border-bottom-width: 4px;
border-bottom-color: #FFFFFF;
height: 300px;
width: 900px;
position: relative;
}

.flash {width: 900px;
height: 150px;
z-index: 20;
position: relative;
}
.flash_audio {width: 900px;
height: 150px;
position: relative;
}

.text_area {width: 570px;
height: 270px;
overflow: auto;
position: relative;
top: -275px;
left: 330px;
padding-top: 2px;
scrollbar-3dlight-color: #999999;
scrollbar-arrow-color:#999999; 
scrollbar-base-color:#ffffff; 
scrollbar-face-color:#ffffff; 
scrollbar-highlight-color:#ffffff; 
scrollbar-track-color:#ffffff; 
scrollbar-darkshadow-color:#ffffff;
}

.text_area_audio {width: 340px;
height: 270px;
overflow: auto;
position: relative;
top: -275px;
left: 330px;
scrollbar-3dlight-color: #999999;
scrollbar-arrow-color:#999999; 
scrollbar-base-color:#ffffff; 
scrollbar-face-color:#ffffff; 
scrollbar-highlight-color:#ffffff; 
scrollbar-track-color:#ffffff; 
scrollbar-darkshadow-color:#ffffff;
}

.media_play {border-top: solid;
border-top-width: 4px;
border-top-color: #FFFFFF;
border-bottom: solid;
border-bottom-width: 4px;
border-bottom-color: #FFFFFF;
width:200px;
height: 292px;
background-color:#666666;
position: relative;
top:-566px;
left: 700px;
}

.grey_strip {width:900px;
height: 50px;
background-color: #B5B7C1;
position: absolute;
top: 450px;

}

.footer {width: 600px;
height: 30px;
position: relative;
top: -757px;
left:420px;
color:#666666;
}

.titles {font-size:11px;
font-weight:bold;
color:#999999;
}

.filmography {font-size:14px;
font-weight:bold;
color:#999999;
}

a:link {
	text-decoration: none;
	color:#999999;
	}
	
	a:hover{
	color:#666666;
	text-decoration: none;
	background-color:#CCCCCC;
	}

	a:visited {
text-decoration: none;
	color:#999999;
	}
	
	a:active{
	color:#999999;
	text-decoration: none;
	}
	
	.translation {color:#999999;
	}
