* {
	padding: 0;
	margin: 0;
}

html, body {
	color: white;
	background: #000;
	text-align: center;
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif;
}

html {
	overflow-y: scroll;
}

#all {
	width: 940px;
	margin: 0 auto;
	position: relative;
	text-align: left;
	height: 100%;
}

/* HEADER */

#header {
	height: 150px;
}

#header h1 {
	padding-top: 12px;
	margin-left: -45px;
}

#header a {
	/*color: #eee;*/
	text-decoration: none;
}

#header .login {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	float: right;
	margin-top: 13px;
	padding: 5px;
	color: #000;
}

#header .login a {
	padding: 0 5px;
}

#header .login a.button {
	background: #000;
	color: #888;
	font-weight: bold;
	padding: 2px 0 3px 4px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#header .login a.button .arr {
	display: inline-block;
	padding: 2px 3px 3px 3px;
	background-color: #000;
	margin-left: 5px;
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
}

#header .login a.button .arr img {
	vertical-align: baseline;
}

#header .login a.username {
	text-decoration: underline;
	font-weight: bold;
	color: #000;
}

#header input[type=text],
#header input[type=password] {
	color: white;
	background: #333;
	border: 1px solid #444;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* MENU */

#menu {
	width: 730px;
	height: 27px;
	top: 110px;
	list-style: none;
	position: absolute;
	padding-left: 200px;
}

#menu li {
	float: left;
	list-style: none;
	height: 27px;
	overflow: hidden;
}

#menu a {
	display: block;
	padding: 0;
	margin-right: 15px;
	outline: none;
}

#menu a img {
	visibility: hidden;
}

#menu a:hover img {
	visibility: visible;
}

#menu a.fakeimg {	
	color: #000;
	top: 40px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 12px 3px 8px;
	text-decoration: none;
	font-family: comic sans ms, arial, verdana, sans-serif;
	font-style: italic;
	height: 1.2em;
}

#menu a.fakeimg:hover {
	color: #888;
	background-color: #000;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#menu a.fakeimg.active {
	color: #888;	
	background: #000;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

/* Content */

#content {
	margin-bottom: 5px;
	margin-top: 50px;
	padding: 5px 0 5px 0;
	color: #d9d9d9;
}

.bg-big #content { margin-top: 20px; }

#subcontent {
	padding: 0 40px;
}

#sidebar {
	border-left: 1px solid #a5a5a5;
	padding: 0px 40px 20px 30px;
	width: 305px;
	float: right;
	color: #888;
	font-size: 11.5px;
}

#sidebar a {
	font-size: 11.5px;
	line-height: 18px;
}

#sidebar a:hover {
	color: #fff;
}

#sidebar > div {
	margin-bottom: 1.5em;
}

#sidebar h4 {
	font-size: 11px;
	margin-bottom: 4px;
}

#sidebar p {
	margin-bottom: 6px;
}

#sidebar ul {
	list-style: none;
}

#sidebar ul li {
	padding-left: 8px;
}

#sidebar ul.tabs li {
	padding: 0;
	background: none !important;
}

#left {
	width: 515px;
	padding: 0 20px 0 20px;
}

#video #sidebar {
	padding: 0 20px 0 0;
	border: 0;
}

#videobox {
	width: 576px;
	height: 320px;
}

#videobox .novideo {
	padding-top: 150px;
	text-align: center;
}

#footer {
	clear: both;
	margin: 20px 0;
	padding: 0 7px;
}

#footer div {
	float: left;
	border: 0;
	padding: 0;
	margin-bottom: 20px;
}

#footer div.right {
	float: right;
}

#footer div + div {
	padding: 0;
}

.video_status a.active {
	color: #fff !important;
}

.loader {
	background: url('../images/loadersmall.gif') 50% 50% no-repeat;
}

.news-list {
	height: 102px;
	padding: 10px;
	margin-bottom: 4px;
}

.news-list:hover {
	background: #1e1e1e;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.news-list p {
	margin-top: 0;
	line-height: 16px;
	font-size: 12.5px;
	height: 64px;
	overflow: hidden;
}

.news-list .thumbnail {
	float: left;
	width: 134px;
	height: 102px;
	margin-right: 1em;
}

.news-list .thumbnail img { visibility: hidden; }
.news-list:hover .thumbnail img { visibility: visible; }
.news-list h2 { margin-bottom: 4px; }

.news-item .caption {
	color: #666;
	font-style: italic;
	margin: 2px 0;
}

.news-more {
	white-space: nowrap;
}

#TB_window p {
	margin: 0.2em 0;
}

#TB_window #left {
	width: 300px;
	padding: 0;
}

#TB_window #sidebar {
	width: 320px;
	border: 0;
	padding: 0;
}

#TB_window #sidebar > div {
	margin-bottom: 0;
}

#TB_window #sidebar .tabs {
	height: 1.8em;
	margin-bottom: 10px;
	margin-top: 20px;
}

#TB_window #video_comments {
	height: 255px;
	overflow: auto;
	padding-right: 15px;
}

#TB_window #video_share {
	height: 260px;
	overflow: hidden;
}

#TB_window .tabs a:link,
#TB_window .tabs a:visited,
#TB_window .tabs a:active,
#TB_window .tabs a:focus {
	color: #fff;
}


#TB_ajaxContent h4 {
	margin-bottom: 5px;
}

#TB_ajaxContent p {
	padding: 0 !important;
}

#video_send_form_row1,
#video_send_form_row2 {
	overflow: hidden;
}

#video_send_form_row1 input, 
#video_send_form_row2 input {
	float: left;
}

#video_comment {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 20px;
}

#video_comment input {
	margin-top: 5px;
	width: 275px;
}

/* Login */

#content .login {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #333;
	background-color: #444;
	display: block;
	width: 380px;
	height: 50px;
	margin: 0 auto;
	padding: 10px;
	cursor: pointer;
	font-size: 16pt;
}

#content .login:hover,
#content .selected {
	background-color: #555;
}

#content .login .password {
	display: inline;
	width: 240px;
}

#content #other {
	height: 55px;
}

#content #other .username,
#content #other .password {
	display: inline;
	width: 240px !important;
}

#content .login img {
	vertical-align: bottom;
}

#content .login button {
	margin: 0;
	height: 24px;
}

#content .login input {
	background-color: #ccc;
	color: black;
}

/* Toolbar */

.toolbar {
	padding: 15px 0 15px 0;
	height: 2em;
	font-style: italic;
}

.toolbar a,
.toolbar a:link,
.toolbar a:active,
.toolbar a:visited {
	padding: 5px 15px 5px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #333;
	color: #eee;
	background-color: #444;
	text-decoration: none;
}

.toolbar a:hover {
	background-color: #555;
}

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

#content label,
#sidebar label,
#TB_window label {
	font-weight: bold;
	background-color: #000;	
	color: #fff;
	font-size: 10pt;
	text-transform: uppercase;
	line-height: 26px;
}

#cms label { line-height: inherit; }

label.white {
	color: #fff !important;
}

button {
	background: #888;
	color: #fff;
	border: 0px;
	padding: 2px 15px;
	font-size: 9pt;
	text-transform: uppercase;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor: pointer;
	margin-top: 10px;
}

button:hover {
	color: #000;
}

#wrapperborder1 {
	margin-top: -20px;
	border: 3px solid #000;
	margin-bottom: 40px;
}

#TB_window #wrapperborder1 {
	margin: 0;
}

#wrapperborder2 {
	border: 5px solid #c45b6a;
}

#wrapperborder3 {
	background-color: #000;
	border: 2px solid #000;
}

#highlight_theme {
	width: 300px;
	padding: 20px;
	height: 280px;
	overflow: auto;
}

#highlight_theme h2 {
	font-size: 20px;
	margin-bottom: 15px;
	font-weight: bold;
}


#highlight_theme h4 {
	font-size: 14px;
	font-weight: bold;
}

#highlight_theme p {
	font-size: 13px;
}

#highlight_theme .buttons {
	margin-top: 20px;
}

.buttons a {
	background-color: #888;
	padding: 4px 15px 3px 15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 9pt;
	margin-top: 10px;
	margin-right: 10px;
	outline: none;
}

.buttons a:link,
.buttons a:visited,
.buttons a:active {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

.buttons a:hover {
	color: #000;
}

.share-this a {
	padding: 4px;
}

.share-this img {
	vertical-align: bottom;
}

.video-comment {
	border-top: 1px solid #444;
	padding-top: 2px;
	margin-top: 6px;
	color: #fff;
}

.video-comment .name {
	color: #888;
	font-weight: bold;
	text-transform: uppercase;
}

.time {
	font-weight: bold;
}

.deadline {
	margin-bottom: 17px;
	font-weight: bold;
	text-transform: uppercase;
}

.count {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #888;
	padding: 0 8px;
	text-decoration: none !important;
	font-weight: bold !important;
	color: #000 !important;
}

.sidenote {
	width: 310px;
	font-size: 8pt;
	font-weight: bold;
	color: #888;
}

.videos.sortable {
	clear: both;
}

.videos .video {
	width: 450px;
	float: left;
	background: #222;
	margin: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.videos .video img {
	margin: 10px;
}

.videos .video p {
	margin-top: 10px;
}

.placeholder {
	width: 450px;
	height: 95px;
	border: 2px dashed #333;
	background: #111;
}

.sidebaritems .item {
	width: 900px;
	background: #222;
	margin: 8px;
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.sortable div {
	cursor: move;
}

.nomargin { margin: 0; }
.nomargin + p { margin: 0; }

input[type=text],
input[type=password],
textarea {
	display: block;
	font-family: Arial, Verdana, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	padding: 2px 4px 2px 4px;
	background-color: #000;	
	border: 1px solid #fff;
	color: #ddd;
}

input[readonly=readonly] {
	color: #888;
}

form.ucform input[type=text],
form.ucform input[type=password],
form.ucform textarea {
	margin: 4px 0;
}

input[type=text].blurred,
input[type=password].blurred,
textarea.blurred {
	color: #888;
}

form.ucform input[type=text],
form.ucform input[type=password],
form.ucform textarea {
	width: 350px;
}

form.ucform input[disabled] {
	color: #888;
}

input.search {
	display: inline;
}

#TB_window form.ucform input[type=text],
#TB_window form.ucform input[type=password],
#TB_window form.ucform textarea {
	width: 235px;
}

#TB_window button {
	margin-right: 5px;
}

#video_share h4 {
	margin: 4px 0 0 0 !important;
}

#video_share input[type=text] {
	float: left;
	width: 145px !important;
	margin-right: 5px;
}

#video_share .share-url input[type=text] {
	float: none;
	width: 305px !important;
}

#video_comments input[type=text] {
	width: 280px !important;
}

/* Tabs */

ul.tabs {
	list-style: none;
	height: 1.4em;
	margin: 10px 0 15px 0;

}

ul.tabs li {
	float: left;
	margin-right: 0;
	text-transform: uppercase;
	font-weight: bold;
	color: #888;
}

ul.tabs li a {
	font-weight: bold;
	text-decoration: none;
	color: #eee;
	padding: 4px 8px;
	border-bottom: 1px solid #444;
	font-size: 13px;
}

ul.tabs li.inactive a { color: #888; }

ul.tabs li.active a {
	color: red;
	padding: 4px 7px;
	border-bottom: 1px solid #000;;
	border-left: 1px solid #444;
	border-top: 1px solid #444;
	border-right: 1px solid #444;
}

ul.subtabs {
	list-style: none;
	height: 1.4em;
	margin: 0;
	font-size: 9pt;
}

ul.subtabs li {
	float: right;
	margin-right: 0;
	text-transform: uppercase;
	font-weight: bold;
	color: #888;
}

ul.subtabs li a {
	font-weight: bold;
	text-decoration: none;
	color: #eee;
	padding: 4px 8px;
}

ul.subtabs li.active a { color: #888; }

ul.bigtabs {  }
ul.bigtabs li { font-size: 11pt; }
ul.bigtabs li a { padding: 4px 16px; }
ul.bigtabs li.active a { padding: 4px 15px; }

/* Common classes */

.small {
	font-size: 7pt;
	color: #4f4f4f;
}

.left { float: left; }
.right { float: right; }
.navigation { height: 2em; }

.info,
.message {
	margin: 5px 0;
	padding: 5px 0 0 0;
	font-style: italic;
	color: #999999;
}

#cms .info,
#cms .message {
	background-color: #446;
	margin: 5px 0;
	padding: 5px;
	color: #fff;
	font-style: normal;
}

.error {
	margin: 5px 0;
	padding: 5px;
	font-style: italic;
	color: #999999;
}

#cms .error {
	background-color: #844;
	margin: 5px 0;
	padding: 5px;
	color: #fff;
	font-style: normal;
}

#tinymce {
	background: #000;
	text-align: left;
}

.paginator {
	margin: 5px 0;
	text-align: center;
}

.paginator a,
.paginator span {
	padding: 2px 3px;
}

.paginator a {
	text-decoration: none !important;
}

tr.deleted td {
	text-decoration: line-through;
}

table.movielist td {
	padding-top: 15px;
	border-bottom: 1px solid #444;
}

table.movielist a {
	font-weight: bold;
}

table.movielist img {
	margin-right: 20px;
}

table.movielist td.spacer {
	border-bottom: 1px solid #000;
	width: 60px;
}

.test-blue { color: #000; background: #579; }
.test-green { color: #000; background: #9b5; }
.test-red { color: #000; background: #c67; }

.bg-transparent {
	background: url('images/bg_transparent.gif') 50% 50%;
}

.title {
	font-size: 12pt;
}

h2.cat-name {
	margin: 1em 0 0 0;
	background: #888;
	color: #000;
	padding: 5px;
}

/* Object defaults */

img.icon,
button img {
	vertical-align: bottom;
}

img.arrow {
	padding: 2px 2px 1px 2px;
}

img.arrow + img.arrow {
	padding: 2px 2px 1px 0;
}

img { border: 0; }

a,
a:link,
a:active,
a:visited {
	color: #fff;
	font-weight: normal;
	text-decoration: underline;
}

h1 {
	font-size: 30pt;
	height: 140px;
}

h1 a,
h1 a:link,
h1 a:active,
h1 a:visited {
	color: #000;
	text-decoration: none;
}

h2 {
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 5px;
}

h2 a,
h2 a:link,
h2 a:active,
h2 a:visited {
	display: block;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

h3 {
	color: #666;
	font-size: 10pt;
	font-weight: bold;
	text-transform: uppercase;
}

h4 {
	color: #eee;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

label {
	color: #eee;
	cursor: pointer;
}

p {
	margin: 0 0 1em 0;
}

hr {
	border: 0;
	border-top: 1px solid #444;
	margin: 13px 0;
	height: 0;
	padding: 0;
}

table { border-collapse: collapse; }
td { vertical-align: top; }

form table td {
	padding: 2px 0;
}

#cms td a {
	text-decoration: none;
}

table.list td {
	vertical-align: top;
	background-color: #181818;
	padding: 2px;
	border-top: 1px solid #000;
}

table.list th {
	background-color: #202020;
	padding: 2px;
}

table.list th a {
	color: #eee;
	font-weight: bold;
	text-decoration: none;
}

ul { list-style: inside url('images/r.gif'); }
ol { list-style: inside decimal; }

.color-select {
	display: block;
	float: right;
	margin: 4px;
	width: 12px;
	height: 12px;
	border: 1px solid #666;
}

/* msDropDown */

.dd {
	/*display:inline-block !important;*/
	text-align:left;
	background-color:#fff;
	float:left;
	font-size: 10pt;
	font-weight: bold;
}
.dd .ddTitle {
	background:#000;
	border:1px solid #888;
	padding:3px;
	text-indent:0;
	cursor:default;
	overflow:hidden;
	height:16px;
}
.dd .ddTitle span.arrow {
	background: #888 url('images/arrow_dn.gif') no-repeat 0 0;
	background-position: 1px 2px !important;
	float:right;
	display:inline-block;
	width:16px;
	height:16px;
	cursor:pointer;
}

.dd .ddTitle span.textTitle {text-indent:1px; overflow:hidden; line-height:16px;}
.dd .ddTitle span.textTitle img{text-align:left; padding:0 2px 0 0}
.dd .ddTitle img.selected {
	padding:0 3px 0 0;
	vertical-align:top;
}
.dd .ddChild {
	position:absolute;
	border:1px solid #888;
	border-top:none;
	display:none;
	margin:0;
	width:auto;
	overflow:auto;
	overflow-x:hidden !important;
	background-color:#000;
}
.dd .ddChild .opta a, .dd .ddChild .opta a:visited {padding-left:10px}
.dd .ddChild a {
	display:block;
	padding:3px 0 3px 3px;
	text-decoration:none;
	overflow:hidden;
	white-space:nowrap;
	cursor:pointer;
	font-weight: bold;
}
.dd .ddChild a:hover {
	color: #fff;
}
.dd .ddChild a img {
	border:0;
	padding:0 2px 0 0;
	vertical-align:middle;
}
.dd .ddChild a.selected {
	background: #222 !important;
}
.hidden {display:none;}

#venue_msdd,
#venue_lang_msdd {
	font-size: 10px !important;
	background: inherit;
	margin-right: 10px;
	width: 120px !important;
}

#venue_title,
#venue_lang_title {
	height: 17px;
	border: 0;
	padding: 0 0 0 6px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #000;
}

#venue_child,
#venue_lang_child {
	background-color: #000;
	border: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 120px !important;
}

#venue_child a,
#veune_lang_child a {
	border: 0;
}

#venue_title span.arrow,
#venue_lang_title span.arrow {
	background: #000 url('images/arrow_dn_888.gif') no-repeat 0 0;
	-moz-border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
}

#m_day_msdd { width: 50px !important; margin: 0 4px 4px 0; }
#m_day_child { width: 48px !important; }
#m_month_msdd{ width: 110px !important; margin: 0 4px 4px 0; }
#m_month_child{ width: 108px !important; }
#m_year_msdd{ width: 60px !important; margin: 0 0 4px 0; }
#m_year_child { width: 58px !important; }

