body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	height: 100%;
	margin: 0;
	background-color: #e2e2e2;
}

.footer { width: 90%; height: 30px; margin: 0 auto; padding: 0 15px }
 
.footer ol { list-style: none; float: right; width: 480px }
.footer li { display: inline; margin: 0 5px; color: #0089DC; font-weight: bold; font-size: 10pt }
.footer a:visited { color: #999 }

.movie-row
{
	height: 33px;
	width: 300px;
	margin: 5px 0;
	background: #fff url(../img/reel.png) no-repeat 5px 5px;
	text-indent: 37px;	
	font-weight: bold;
	font-size: 9pt;
	color: #757374;
	cursor: pointer;
}

.movie-row-selected { background-color: #f0f0f0; }

.rrnav { width: 350px; background: #e2e2e2 url(../img/navbg.gif) repeat-x; border: none; position: relative; margin: 10px 0; }
.rrnav .inside { padding: 15px; width: 100%; }
.rrnav .bookendl { position: absolute; width: 15px; height: 38px; background: url(../img/bookend-left.gif); top: 0; left: 0; }
.rrnav .bookendr { position: absolute; width: 15px; height: 38px; background: url(../img/bookend-right.gif); top: 0; right: 0; }

.rrnav .tl { position: absolute; width: 12px; height: 13px; background: url(../img/nav-tl.png); top: -1px; left: -1px; }
.rrnav .tr { position: absolute; width: 12px; height: 13px; background: url(../img/nav-tr.png); top: -1px; right: -1px; }
.rrnav .bl { position: absolute; width: 12px; height: 13px; background: url(../img/nav-bl.png); bottom: -1px; left: -1px; }
.rrnav .br { position: absolute; width: 12px; height: 13px; background: url(../img/nav-br.png); bottom: -1px; right: -1px; }
/*================================================*/
.rrbox { width: 350px; background: #fff; border: 1px solid #ddd; position: relative; margin: 10px 0; }

.rrbox .inside { padding: 15px; }
.rrbox .inside h1 { font-size: 12pt; color: #888; }

.rrbox .tl { position: absolute; width: 15px; height: 13px; background: url(../img/box-tl.png); top: -1px; left: -1px; }
.rrbox .tr { position: absolute; width: 15px; height: 13px; background: url(../img/box-tr.png); top: -1px; right: -1px; }
.rrbox .bl { position: absolute; width: 15px; height: 13px; background: url(../img/box-bl.png); bottom: -1px; left: -1px; }
.rrbox .br { position: absolute; width: 15px; height: 13px; background: url(../img/box-br.png); bottom: -1px; right: -1px; }
.rrbox h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	text-align: left;
	letter-spacing: -1px;
	color: #3838338;
	margin: 0;
}

.scrollbar_container
{
	clear: both;
	position: relative;
	width: 200px;
	border: 2px solid #ddd;
	margin: 10px 0 0 0;
}

.scrollbar_track
{
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 10px;
	background-color: #ddd;
	cursor: move;
}

.scrollbar_handle
{
	width: 10px;
	background-color: #999;
	cursor: move;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #ddd;
	opacity: 0.9;
    -moz-opacity: 0.9;
}

.scrollbar_content
{
	overflow: hidden;
	width: 385px;
	height: 100px;
}

h2
{
	color: #0088DC;
	font-size: 14pt;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

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

#badbox
{
	width: 55%;
	height: 150px;
	margin: 100px auto;
	border: 1px dashed red;
	background: #EB9FA1;
	font-size: 12pt;
	font-weight: bold;
}

#goodbox
{
	width: 55%;
	height: 150px;
	margin: 100px auto;
	border: 1px dashed green;
	background: #b4e496;
	font-size: 12pt;
	font-weight: bold;	
}

div.general
{
	width: 270px;
	height: 100px;
	float: left;
}

div.instr
{
	float: left;
	font-size: 12pt;
	font-weight: bold;
	width: 100%;
	height: 74px;
	border: 1px dashed #ccc;
	padding: 5px;
}

.article-row
{
	height: 33px;
	width: 100%;
	margin: 5px 0;
	background: #f0f0f0 url(../img/article.png) no-repeat 2px top;
	text-indent: 37px;
	font-weight: bold;
	font-size: 9pt;
	color: #757374;
	cursor: pointer;
	border: 1px solid #ccc;
}

.article-row a { float: left; margin-top: 9px; }

.gototop { font-size: 12pt; font-weight: bold ; float: right; margin-top: 7px}

h3 { font-size: 8pt; font-weight: bold; margin: 4px; }