#leftcontent {
	position: absolute;
	left:0px;
	top:180px;
	width:100px;
	background:#fff;
	border:0px solid #000;
	border-color:#FF6300;
}

#centercontent {
	top:95px;
	background:#fff;
	margin-left: 99px;
	margin-right:199px;
	border:0px solid #000;
	voice-family: "\"}\"";
	voice-family: inherit;
   	margin-left: 101px;
   	margin-right:201px;
}

html>body #centercontent {
	margin-left: 101px;
	margin-right:201px;
}

#rightcontent {
	position: absolute;
	right:0px;
	top:180px;
	width:200px;
	min-width:200px;
	background:#fff;
	border:0px solid #000;
	border-color:#FF6300;
}
	
/* TODO adjust to movie size */ 

#movie {
	position: relative;
	margin: 0px;
	width: 325px;
	height: 225px;
}

/* side menu tables */

div.tblbreak {
	position: relative;
	height: 20px;
}

table.sidetbl {
	position: relative;
	left:10px;
	top:0px;
	width:150px;
	color:#009AFF;
	background-color: white; /* #E4E4FF; */
	border-spacing: 0px;
	border-collapse: collapse;
	text-align:left;

}

td.sidetblhdr {
	border-top: 1px #999999 solid;
	border-bottom: 1px #999999 solid;
	font-weight:bold;
	font-family: Sans-Serif;
	color: white;
	background-color: #00C0C0;
	font-size: 9px;
	text-align:left;
	width:140px;
}

td.sidetbl {
	border-bottom: 1px #999999 solid;
	border-top: none;
	border-left: none;
	border-right: none;
	padding-left: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: white; /* #E4E4FF; */
	text-align:left;
	width:140px;
	font-family: Sans-Serif;
	font-size: 9px;
}

td.sidetblnolink {
	border-bottom: 1px #999999 solid;
	border-top: none;
	border-left: none;
	border-right: none;
	padding-left: 13px;
	padding-top: 3px;
	padding-bottom: 3px;
	color:#333333;
	font-size: 9px;
	font-family: Sans-Serif;
	background-color: white; /* #E4E4FF; */
	text-align:left;
	width:140px;
}

a.sidetbllink {
	text-decoration: none;
	font-size: 9px;
	font-family: Sans-Serif;
	color:#009AFF;
	text-align:left;
}

a.sidetbllink:hover {
	text-decoration: underline;
}

/* form */

table.form {
	position:relative;
	top:10px;
	left:10px;
	width:500px;
	background-color: white; /* #E4E4FF; new light blue from background */
	border: 1px #999999 solid;
	border-spacing: 0px;
	border-collapse: collapse;
}

td.formhdrleft {
	border-top: 1px #999999 solid;
	border-bottom: 1px #999999 solid;
	border-left:none;
	border-right:none;
	font-weight:bold;
	padding-left: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: white;
	background-color: #696969;
	font-size:12px;
	text-align:left;
	width:350px;
}

td.formhdrright {
	border-top: 1px #999999 solid;
	border-bottom: 1px #999999 solid;
	border-left:none;
	border-right:none;
	font-weight:bold;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: white;
	background-color: #696969;
	font-size:12px;
	text-align:right;
	width:150px;
}

td.form {
	border-bottom: none;
	border-top: none;
	border-left: none;
	border-right: none;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	color:white; /* #333333;*/
	font-size:12px;
	font-weight:normal;
	text-align:left;
	background-color: white; /* #E4E4FF; new light blue from background */
	width:500px;
}

a.formlink {
	text-decoration: none;
	color:#FF6300; /* orange */
}

a.formlink:hover {
	text-decoration: underline;
}

td.leftcolumn {
	border-bottom: none;
	border-top: none;
	border-left: none;
	border-right: none;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	color:#333333;
	font-size:12px;
	font-weight:normal;
	width:350px;
	background-color: white; /* #E4E4FF; new light blue from background */
	text-align:left;
}

td.rightcolumn {
	border-bottom: none;
	border-top: none;
	border-left: none;
	border-right: none;
	padding-right: 5px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	color:#333333;
	font-size:12px;
	font-weight:normal;
	width:150px;
	text-align:right;
	background-color: white; /* #E4E4FF; new light blue from background */
}

/* results table */

table.results {
	position:relative;
	top:10px;
	left:0px;
	width:500px;
	width:500px;
	color: white;
	background-color: white;
	border: 1px #999999 solid;
	border-spacing: 0px;
	border-collapse: collapse;
}

td.resultshdr {
	border-top: 1px #999999 solid;
	border-bottom: 1px #999999 solid;
	border-left: 1px #999999 solid;
	border-right: 1px #999999 solid;
	font-weight:bold;
	color: white;
	background-color: #696969;
	font-size: 12px;
	width:100px;
	text-align:center;
}

td.results {
	border-bottom: 1px #999999 solid;
	border-top: 1px #999999 solid;
	border-left: 1px #999999 solid;
	border-right: 1px #999999 solid;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	color:#333333;
	font-size:12px;
	font-weight:normal;
	width:100px;
	text-align:right;
	background-color:white; /*#E4E4FF;*/
}


/* '[Click to Enlarge]' legend text */

div.legend {
	clear: both;
	color:blue; /* #333333; */
	font-family: Sans-Serif;
	font-size: 10px;
	height:30px;
	text-align:top;
	position:relative;
	left:80px;
}



