@font-face {
	font-family: "opensans";
	src: url("OpenSans.ttf"); 
}

body {
	background: black;
}

#header {
	position: fixed;
	top: 0px; left:5px; right:5px;
	background: black;
}

#content {
	padding-top: 6em;
	padding-bottom: 3em;
	background: black;
}

table {
	empty-cells: hide;
}

tr.dh_green > td {
	color: black;
	background-color: #93EEAA;
}
tr.dh_green a {
	color: black;
}
tr.dh_red > td {
	color: black;
	background-color: #FFA8A8;
}
tr.dh_red a {
	color: black;
}
tr.dh_red_light > td {
	color: black;
	background-color: #FFDFDF;
}
tr.dh_red_light a {
	color: black;
}
tr.dh_yellow > td {
	color: black;
	background-color: #FFFFAF;
}
tr.dh_yellow a {
	color: black;
}


th {
	border:1px solid black;
	font-family: "opensans";
	font-size: 10pt;
	vertical-align: middle;
	text-align: left;
	color: black;
	background-color: #8c8c8c;
	padding: 5px;
}

td {
	border: 1px solid grey;
	padding: 3px;
	vertical-align: top;
	text-align: left;
	font-family: "opensans";
	font-size: 10pt;
	color: #CCCCCC;
	background-color: #4D4D4D;
}

#movies {
	float:left;
}

#expanded {
	position: relative;
	top: 0px; left:0px;
	background-color: white;
	float:left;
}

#movies tr:hover td {
	background-color: #cccccc;
	color: black;
}

#series tr:hover td {
	background-color: #cccccc;
	color: black;
}

#expanded tr:hover td {
	background-color: #cccccc;
	color: black;
}

h1 {
	font-family: "opensans";
	color: #FF9900;
	text-shadow: 4px 4px 4px #663D00;
}

h3 {
	font-family: "opensans";
	color: #FF9900;
	text-shadow: 4px 4px 4px #663D00;
}

a {
	font-family: "opensans";
	font-size: 10pt;
	color: #FF9900;
}

a:hover {
	color: #804C00;
}

.float_left {
	float: left;
	margin-right: 10px
}

p {
	font-family: "opensans";
	font-size: 10pt;
	color: #CCCCCC;
	text-align: left;
	clear:left;
}

p.small_text {
	font-size: 6pt;
}

input, select, textarea {
	font-family: "opensans";
	font-size: 10pt;
	color: black;
}

th:hover,
th.sorted {
	background: #d4d4d4;
}
th.sorted.ascending:after {
	content: "  \2191";
}
th.sorted.descending:after {
	content: " \2193";
}

.tooltip_delay {
	padding: 3px 3px;
	margin-left: 8px;
	text-align: left;
	display: block;
	-webkit-transition: opacity .5s ease-out;
	-moz-transition: opacity .5s ease-out;
	-o-transition: opacity .5s ease-out;
	transition: opacity .5s ease-out;
	-webkit-transition-delay: 1s;
	-moz-transition-delay: 1s;
	-o-transition-delay: 1s;
	transition-delay: 1s;
	opacity: 0;
	height: 0;
	width: 0;
	overflow: hidden;
}

.tooltip_delay_link_box:hover .tooltip_delay {
	position: absolute;
	left: 150px;
	border: 1px solid black;
	background-color: #ffffff;
	color: black;
	z-index: 2;
	opacity: 1;
	height: auto;
	width: 800px;
}
