* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background-color: #141414;
	color: #eee;
	font-family: arial, sans-serif;
	font-size: 12pt;
	text-align: center;
}

html {
	overflow-y: scroll;
}

td {
	font-size: 11pt;
	vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
}

a,
label,
a:link,
a:active,
a:visited {
	color: white;
	text-decoration: none;
}
label {
	cursor: pointer;
}

a:hover,
label:hover {
	color: white;
}

hr {
	height: 0;
	border-top: 1px solid #333;
	margin: 5px 0;
}

.movielistitem .text a,
.movielistitem .text label,
.movielistitem .text a:link,
.movielistitem .text a:active,
.movielistitem .text a:visited,
.movieitem a,
.movieitem label,
.movieitem a:link,
.movieitem a:active,
.movieitem a:visited,
#tinymce a,
#tinymce label,
#tinymce a:link,
#tinymce a:active,
#tinymce a:visited {
	text-decoration: underline;
}

.thumbnail img {
	border: 1px solid #555;
}

form {
	margin: 0; 
	padding: 0;
}

textarea, input {
	border: 1px solid #555;
	background-color: #eee;
	font-family: tahoma, arial, sans-serif;
	font-size: 10pt;
	padding: 0 2px;
}

input.button {
	padding: 0 5px 0 20px;
	background-color: #ddd;
	background-position: 2px 50%;
	background-repeat: no-repeat;
}

input.button:hover {
	background-color: #eee;
}

p {
	margin: 0 0 5px 0;
}

/* SKEL */
#skel {
	position: relative;
	width: 990px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

/* HEAD */
#head {
	position: relative;
	height: 89px;
	padding: 5px 20px 0 20px;
	border-bottom: 2px solid red;
}

#head h1 {
	font-weight: normal;
	font-size: 35pt;
	text-transform: uppercase;
	text-align: right;
	color: #333;
}

/* MENU */
.menu {
	margin-top: 2px;
}
.menu a {
	display: block;
	float: left;
	padding: 5px 10px;
	margin-right: 1px;
	background-color: #333;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
}

.menu a:hover {
	background: #444;
}

/* NAV */
/*
#nav {
	float: left;
	width: 165px;
	padding: 5px;
}

#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav ul li {
	display: block;
	width: 100%;
	padding: 0 2px 0 12px;
}

#nav ul li.head {
	padding: 5px 2px 0 2px;
}

#nav ul li a {
	display: block;
}
*/

/* CONTENT */
#content {
	padding: 5px 20px;
	background: #222;
}

#content h1 {
	font-size: 13pt;
	text-transform: uppercase;
	color: #666;
}

#content h2 {
	font-size: 12pt;
	color: #888;
	margin-top: 1em;
	padding-left: 1em;
}

#content h3 {
	font-size: 10pt;
	font-weight: bold;
	margin-top: 1em;
}

#content .reply_item {
	margin-bottom: 5px;
}

input.search {
	padding-left: 20px;
	background: #eee 2px 50% url('images/magnifier.png') no-repeat;
}

.toolbar {
	margin: 5px 0;
	height: 35px;
}

.toolbar a {
	display: block;
	padding: 5px 8px;
	margin-right: 5px;
	float: left;
	font-style: italic;
	background-color: #333;
	-moz-border-radius: 5px;
	border: 1px solid #444;
}

.toolbar a:hover {
	border: 1px solid #555;
	background: #444;
}

.toolbar a img {
	vertical-align: bottom;
}

/* LOGIN / LOGOUT */

#login {
	position: absolute;
	width: 300px;
	left: 350px;
	text-align: center;
}

#login table.login {
	position: relative;
	left: 30px;
}

input.user {
	padding-left: 20px;
	background: #eee 2px 50% url('images/user.png') no-repeat;
}

input.password {
	padding-left: 20px;
	background: #eee 2px 50% url('images/key.png') no-repeat;
}

input.login,
input.submit {
	background-image: url('images/tick.png');
}

input.logout {
	background-image: url('images/door_in.png');
}

input.reset,
input.cancel {
	background-image: url('images/arrow_undo.png');
}

/* TinyMCE */

#tinymce {
	text-align: left;
}

/* ERROR */

#error {
	padding: 1px 3px 3px 54px;
	background: #644 3px 3px url('images/error48.png') no-repeat;
}

/* MSG */

#msg {
	padding: 1px 3px 3px 54px;
	background: #446 3px 3px url('images/info48.png') no-repeat;
}

.small {
	font-size: 8pt;
}

/* Tables */

table {
	border-collapse: collapse;
}

tr.head td,
tr.odd td,
tr.even td {
	padding: 2px;
}

tr.head td {
	background-color: #444;
	border-bottom: 1px solid #222;
	color: white;
}

tr.head td a:link,
tr.head td a:visited,
tr.head td a:active,
tr.head td a {
	color: white;
}

tr.odd td,
tr.even td {
	background-color: #555;
	border-bottom: 1px solid #222;
}

div.sortable {
	cursor: move;
}

#item_list div.sortable,
#item_more_list div.sortable {
	background-color: #444;
	margin: 2px 0;
	padding: 5px;
}

#item_list .ui-sortable-helper,
#item_more_list .ui-sortable-helper {
	width: 970px;
}

img.icon {
	vertical-align: bottom;
}

#content .movielistitem {
}

#content .movielistitem td {
	vertical-align: top;
}

#content .movielistitem .title h1 {
	font-size: 13pt;
	text-transform: uppercase;
}

#content .movielistitem .text {
	text-align: left;
}

#content .movielistitem .left .thumbnail img {
	margin-right: 10px;
}

#content .movielistitem .right .thumbnail img {
	margin-left: 10px;
}

#content .moviemore td {
	text-align: center;
	padding: 0;
	margin: 0;
}

#content .movieitem {
	text-align: left;
}

#content embed {
	margin-right: 20px;
}

.credits td {
	vertical-align: top;
	font-size: small;
}

.credits td.title {
	font-weight: bold;
}
