/*
  Border black: #000000
  Background grey: #1b1b1b
  Tab grey: #2c2c2d
  LSO red: #dd003b
  Text grey: #aeb0b3 / #dbdcdd
  Divider grey: #545351
  Green on light: #00d82c
  Grey off light: #5e5d5a
  Dimmer LSO Red: #451827
*/

* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 101%;
}

body {
  font-family: Verdana, sans-serif;
  font-size: 10px;
  background: #000000;
  color: #dbdcdd; /* change */
}

div.dialog {
  display: none;
}

span.divider {
  color: #545351;
}

a:focus {
  outline-style: none;
}

#wrap {
  margin: 0 auto;
  padding: 18px 27px;
  width: 954px;
  min-height: 100%;
  position: relative;
  background: #1b1b1b;
  display: none;
}

#nojs {
  margin: 0 auto;
  padding: 18px 27px;
  width: 954px;
  min-height: 100%;
  background: #1b1b1b;
}

h1 {
  position: absolute;
  top: 18px;
  left: 27px;
  display: block;
  width: 115px;
  height: 76px;
}

h1 a {
  display: block;
  width: 115px;
  height: 76px;
  text-indent: -9999px;
  background: url(../img/logo.png) no-repeat;
}

.clear {
  clear: both;
}

.player {
  position: absolute;
  height: 423px;
/*   top: 111px; */
  top: 138px;
  background: #1b1b1b;
}

.player h3 {
  font-size: 10px;
  font-weight: normal;
  text-transform: uppercase;
  background: url(../img/tab-indicator.gif) no-repeat right 0 #2c2c2d;
  height: 18px;
  padding-top: 3px;
  padding-left: 6px;
}

.player h3.active {
  background-position: right -21px;
}

#video-container {
  left: 27px;
  width: 714px;
}

#sound-container {
  right: 27px;
  width: 234px;
}

#bigplayer {
  width: 714px;
}

#sound {
  width: 234px;
}

#bigplayer, #sound {
  background: url(../img/progress.gif) no-repeat center;
  height: 402px;
}

#bigplayer .event-login {
  font-family: Tahoma, Geneva, sans-serif;
  padding: 18px 528px 18px 18px;
  font-size: 20px;
  width: 168px;
  height: 366px;
  background: url(../img/visual.jpg);
}

#bigplayer .event-login a {
  color: #dbdcdd;
}

/* LOGIN STATUS */

#loginstatus {
  position: absolute;
  top: 18px;
  right: 27px;
  width: 234px;
}

#loginstatus ul {
  list-style-type: none;
  margin-left: 6px;
}

#loginstatus li {
  float: left;
  padding-right: 3px;
}

#loginstatus a {
  color: #dbdcdd;
  text-decoration: none;
}

/* LANGUAGE */

#language {
  position: absolute;
  top: 36px;
  right: 27px;
  width: 234px;
  z-index: 200;
  opacity:.94;
  filter: alpha(opacity=94);
  -moz-opacity: 0.94;
}

#language.selector div h3 {
  border-color: #1b1b1b !important;
  border-top-color: #545351 !important;
}

#language.selector div h3 span {
  display: none;
}

#language.selector div h3 a {
  height: 20px;
  padding: 0px;
  margin-right: 5px;
}

#language.selector div h3.ui-state-hover, #language.selector div h3.ui-state-active, #language.selector div div {
  border-color: #dd003b !important;
}

#language.selector .ui-accordion-header {
  background: #1b1b1b;
}

#language.selector .ui-widget-content, #language.selector .ui-state-hover, #language.selector .ui-state-active {
  background: #2c2c2d;
}

#language a {
  background: url(../img/flags.gif) no-repeat right 0px;
}

#language.selector ul li a:hover {
  background-color: #1b1b1b;
}

#language .eng { background-position: right -2px; }
#language .fre { background-position: right -22px; }
#language .ger { background-position: right -42px; }
#language .dut { background-position: right -62px; }
#language .ita { background-position: right -82px; }
#language .jpn { background-position: right -102px; }
#language .kor { background-position: right -122px; }
#language .por { background-position: right -142px; }
#language .rus { background-position: right -162px; }
#language .spa { background-position: right -182px; }
#language .chi { background-position: right -202px; }

/* SELECTOR */

.selector .ui-widget-content, .selector .ui-accordion-header {
  background: #2c2c2d;
}

.selector div h3 {
  height: 19px;
  margin-top: 0px !important;
  border-color: #2c2c2d !important;
}

.selector div h3 a {
  color: #dd003b;
  padding-top: 2px !important;
  padding-left: 6px !important;
}

.selector div h3.ui-state-hover, .selector div h3.ui-state-active, .selector div div {
  border-color: #dd003b !important;
}

.selector div div {
  padding: 3px 5px 0px !important;
}

.selector div h3 .ui-icon {
  left: auto !important;
  right: 0px !important;
  background-image: url(lso/images/ui-icons_dd003b_256x240.png) !important;
}

.selector ul {
  list-style-type: none;
}

.selector ul li {
  border-top: 1px solid #545351;
  height: 21px;
  padding: 4px 0px;
}

.selector ul li a {
  display: block;
  height: 18px;
  padding-top: 3px;
  margin-left: -3px;
  padding-left: 3px;
  width: 100%;
  text-decoration: none;
}

.selector ul li a.selected, .selector ul li a:hover {
  background: #1b1b1b;
}

/* EVENTS SELECT */

#accordion {
  position: absolute;
/*   top: 540px; */
  top: 111px;
  left: 27px;
  width: 954px;
  z-index: 100;
  opacity:.94;
  filter: alpha(opacity=94);
  -moz-opacity: 0.94;
  text-transform: uppercase;
}

/* EVENTS */

/* CONTENT */

/* CONTENT HEADER */

#tabs {
  border: none;
  padding: 0px;
}

#tabs.progress {
  height: 100px;
  background: url(../img/progress.gif) no-repeat center;
}

#tabs ul.ui-tabs-nav {
/*   border-color: #2c2c2d !important; */
  border-top: none;
  border-left: none;
  border-right: none;
  padding: 0px;
}

#tabs ul.ui-tabs-nav li {
  border: none;
  width: 234px;
  margin: 0px;
  padding: 0px;
  margin-right: 6px;
  height: 26px;
  background: #1b1b1b;
  text-transform: uppercase;
}

#tabs ul.ui-tabs-nav li.ui-state-active {
  background: #2c2c2d;
}

#tabs ul.ui-tabs-nav li.last {
  margin-right: 0px;
}

#tabs ul.ui-tabs-nav li a {
  padding: 0px;
  padding-left: 6px;
  padding-top: 3px;
  display: block;
  width: 228px;
  height: 18px;
  background: url(../img/tab-indicator.gif) no-repeat right 0 #2c2c2d;
}

#tabs ul.ui-tabs-nav li.ui-state-hover a, #tabs ul.ui-tabs-nav li.ui-state-active a {
  background-position: right -21px;
}

/* CONTENT BODY */

#tabs .ui-widget-content {
  padding: 0px;
  line-height: 15px;
}

#tabs .ui-widget-content, #videos, #photos, #comments, #connections {
  background: #2c2c2d !important;
  border-bottom: 1px solid #2c2c2d;
}

#tabs .ui-widget-header {
  border-color: #2c2c2d;
  background: #1b1b1b;
}

#tabs .column h4 {
  border-top: 1px solid #dd003b;
  padding-top: 2px;
  font-size: 10px;
}

#tabs .column {
  float: left;
  width: 222px;
  padding: 6px;
  margin-right: 6px;
}

#tabs .ui-widget-content img {
  border: none;
}

#tabs .ui-widget-content a {
  text-decoration: none;
}

#tabs .ui-widget-content a:hover {
  text-decoration: underline;
}

/* CONTENT VIDEO TAB */

#tabs .videos {
  float: left;
  width: 714px;
  margin-right: 6px;
}

#tabs .videos .video {
  float: left;
  padding: 6px;
  width: 222px;
  height: 114px;
  margin-right: 6px;
}

#tabs .videos .last {
  margin-right: 0px;
}

#tabs .videos .video a.image {
  float: left;
  width: 114px;
  height: 114px;
  display: block;
  margin-right: 6px;
  text-indent: -9999px;
  background: no-repeat center;
}

#tabs .videos .video p {
  padding-top: 2px;
  border-top: 1px solid #545351;
  float: left;
  width: 102px;
}

#tabs .videos .video:hover a.image {
  border: 1px solid #dd003b;
  width: 112px;
  height: 112px;
}

#tabs .videos .video:hover p {
  border-color: #dd003b;
}

/* CONTENT PHOTO TAB */

#tabs .photos {
  float: left;
  width: 702px;
  padding: 6px;
  margin-right: 6px;
}

#tabs .photos a {
  float: left;
  display: block;
  width: 114px;
  height: 114px;
  margin-right: 3px;
  margin-bottom: 3px;
  text-indent: -9999px;
  background: no-repeat center;
}

#tabs .photos a.active, #tabs .photos a:hover {
  border: 1px solid #dd003b;
  width: 112px;
  height: 112px;
}

#tabs .photos a img {
  opacity:.50;
  filter: alpha(opacity=50);
  -moz-opacity: 0.50;
}

#tabs .photos a.active img, #tabs .photos a:hover img {
  opacity:1.0;
  filter: alpha(opacity=100);
  -moz-opacity: 1.00;
}

/* CONTENT CONNECTIONS TAB */

#tabs .connections {
  float: left;
  width: 714px;
  margin-right: 6px;
}

#tabs .connections .connection {
  float: left;
  padding: 6px;
  width: 222px;
/*   height: 60px; */
  margin-right: 6px;
}

#tabs .connections .connection a.image {
  display: block;
  width: 222px;
  height: 126px;
  padding-top: 6px;
  border-top: 1px solid #545351;
}

#tabs .connections .connection a.image:hover {
  border-color: #dd003b;
}

#tabs .connections .connection p {
  margin-top: 4px;
/*   border-top: 1px solid #545351; */
}

#tabs .connections .last {
  margin-right: 0px;
}

/* CONTENT COMMENTS TAB */

#tabs .last {
  margin-right: 0px;
}

#tabs .comment h4 {
  height: 43px;
}

#tabs .comment p {
  border-top: 1px dotted #dd003b;
  padding-top: 6px;
  padding-bottom: 9px;
}

#tabs .comment-question {
  width: 462px;
}

#tabs .comment-question textarea {
  font-family: Verdana, sans-serif;
  font-size: 11px;
  width: 456px;
  height: 123px;
  padding: 3px;
  border: none;
  background: #39373a;
  color: #dbdcdd;
  margin-bottom: 6px;
}

#tabs .comment-question .submit {
  text-align: right;
  border-top: 1px solid #dd003b;
}

#tabs .comment-question .submit input {
  padding: 1px 2px 1px 4px;
  margin-top: 2px;
  border: none;
  background: #474747;
  color: #DBDCDD;
}

/* WINDOWS */

.progress {
  height: 200px;
  overflow: auto;
  background: url(../img/progress.gif) no-repeat center;
}

div.ui-widget-overlay {
  background: #000000;
  opacity: .50;
  filter:Alpha(Opacity=50);
}

div.ui-dialog {
  background: #1b1b1b;
  border-color: #1b1b1b;
  padding: 6px;
}

div.ui-dialog div.ui-dialog-titlebar {
  background: #1b1b1b;
  border-color: #1b1b1b;
  padding: 0px;
}

div.ui-dialog div.ui-dialog-titlebar .ui-icon {
  background-color: #1b1b1b;
}

div.ui-dialog div.ui-dialog-titlebar a.ui-state-hover span.ui-icon {
  border-color: #1b1b1b;
  background-color: #1b1b1b;
  background-image: url(lso/images/ui-icons_dd003b_256x240.png);
}

div.ui-dialog div.ui-dialog-content {
  padding: 0px;
}

div.ui-dialog-content .column {
  width: 224px;
  float: left;
  padding-left: 5px;
  padding-top: 11px;
  padding-right: 5px;
  padding-bottom: 11px;
}

div.ui-dialog-content label {
  display: block;
}

div.ui-dialog-content .input {
  margin-top: 9px;
  border-top: 1px solid #545351;
  padding-top: 2px;
  margin-bottom: 6px;
}

div.ui-dialog-content .text input, div.ui-dialog-content .password input {
  font-family: Verdana, sans-serif;
  font-size: 11px;
  width: 218px;
  height: 13px;
  padding: 1px;
  margin-top: 2px;
  border: none;
  background: #2c2c2d;
  color: #dbdcdd;
}

div.ui-dialog-content .column .text input, div.ui-dialog-content .column .password input {
  width: 222px;
}

div.ui-dialog-content .checkbox {
  border-top: none;
}

div.ui-dialog-content .checkbox input {
  width: auto;
  height: auto;
  float: left;
  margin: 0px;
  padding: 0px;
  width: 13px;
  height: 13px;
}

div.ui-dialog-content .checkbox label {
  display: block;
  float: left;
  margin-left: 5px;
  width: 180px;
}

div.ui-dialog-content  .checkbox:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
	zoom: 1;
}

div.ui-dialog-content .select select {
  font-size: 11px;
  width: 222px;
  border: none;
  margin-top: 2px;
  background: #2C2C2D;
  color: #DBDCDD;
}

div.ui-dialog-content .submit {
  text-align: right;
}

div.ui-dialog-content .submit {
  border-top: 1px solid #dd003b;
}

div.ui-dialog-content .submit input {
  padding: 1px 2px 1px 4px;
  margin-top: 2px;
  border: none;
  background: #2C2C2D;
  color: #DBDCDD;
}

div.ui-dialog-content .req {
  color: #dd003b;
}

div.ui-dialog-content p {
  margin-bottom: 15px;
}

div.ui-dialog-content .error-message {
  border: 1px solid #dd003b;
  margin-top: 5px;
  padding: 2px 4px;
  width: 214px;
  clear: both;
}

div.ui-dialog div.ui-dialog-buttonpane {
  background: #1b1b1b;
  border-color: #dd003b;
  padding: 0px;
  padding-top: 6px;
}

div.ui-dialog div.ui-dialog-buttonpane button {
  padding: 0px;
  margin: 0px;
  background: #2c2c2d;
  border-color: #2c2c2d;
  margin-left: 6px;
}

/* HOME */

#home ul {
  list-style-type: none;
  background: #1B1B1B;
}

#home ul li {
  float: left;
  height: 30px;
  margin: 0 6px 0 0;
  padding: 0;
  text-transform: uppercase;
  width:234px;
  background: url(../img/tab-indicator.gif) no-repeat right -21px #2c2c2d;
}

#home ul li.last {
  margin-right: 0px;
}

#home ul li span {
  display: block;
  height: 21px;
  margin: 3px 6px 3px 6px;
  width: 222px;
  border-bottom: 1px solid #dd003b;
}

#home .column {
  background: #2c2c2d;
}

#home .column a {
  color: #dbdcdd;
}

#home .column a.teaser {
  display: block;
  height: 167px;
  text-decoration: none;
  border-bottom: 1px solid #545351;
  margin-bottom: 12px;
}

#home .column a.teaser img {
  border: none;
}

#home .column a.teaser strong {
  display: block;
  width: 90%;
  padding-top: 4px;
}

#home .column .comment {
  height: 167px;
  border-bottom: 1px solid #545351;
  margin-bottom: 12px;
  line-height: 15px;
}

/* TEXT */

#text {
  background: #2c2c2d;
  padding: 6px;
}

/* FOOTER */

#footer {
  color: #5e5d5a;
  margin-top: 12px;
/*   border-top: 1px solid #545351; */
  background: url(../img/footer-bg.gif) no-repeat top left;
  padding-top: 4px;
  position: relative;
}

#footer a {
  text-decoration: none;
  color: #545351;
}

#footer .phf {
  position: absolute;
  top: 0px;
  left: 828px;
  z-index: 10000;
  display: block;
  width: 126px;
  height: 29px;
  background: url(../img/phf-logo.gif) no-repeat #1B1B1B top right;
  text-indent: -9999px;
}

#footer .wire {
  float: right;
  display: block;
  width: 150px;
  text-align: right;
}