/* Global definitions */
* {
	margin: 0;
	padding: 0 }
body {
	color: #838383;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000;
	text-align: center }

td {
	color: #838383;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

/* Basic Blocks 
 (grouped definitions) */
#header, #interface, #film_strip, #footer {
	background-color: #000;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding: 2px;
	width: 98%;
	border: solid 1px #000 }
	
#interface, #film_strip {
	margin-bottom: 10px;
	border: solid 1px #343434 }
	
#left_panel, #right_panel      {
	background-color: #3e3e3e;
	background-image: url("../img/sidebar_back.png");
	background-repeat: repeat-y;
	width: 294px;
	height: 543px;
	min-height: 543px;
	overflow: hidden }

#left_panel h1, #right_panel h1 {
	color: #959595;
	font-size: 12px;
	font-weight: normal;
	background-image: url("../img/sidebar_title_open.png");
	background-repeat: no-repeat;
	letter-spacing: 1px;
	padding-top: 9px;
	padding-left: 30px;
	min-height: 30px;
	height: 30px; }

/* Basic Blocks 
 (single definitions) */
#interface {
	height:543px;
	overflow: hidden }
		
#middle_panel  {
	margin: 0;
	margin-top: 1px;
	margin-bottom: -6px;
	height:500px;
	min-height: 500px;
	overflow: auto;
}

.end_panel {
	background-color: #2c2c2c;
	background-image: url("../img/sidebar_close.png");
	background-repeat: no-repeat;
	width: 294px;
	height: 500px;
	min-height: 500px;
}
	
#header_strip  {
	font-size: 1.3em;
	font-weight: bold;
	background-color: #000;
	text-align: left;
	margin: 10px 10px 5px;
	padding: 2px }
	
#film_strip {
	background-color: #000;
	padding: 0 }

#toolbar {
	background-color: #000;
	background-image: url("../img/toolbar_back.png");
	margin-top: -2px;
	height: 43px }
#interface p  {
	font-size: 1em;
	margin: 5px 15px }
#interface a {
	color: #ccc;
	text-decoration: none }
#interface a:hover {
	color: #ccc;
	text-decoration: underline }
