/* style for tabs switch */

ul.livetabs {
  font-size: smaller;
  margin: 0;
}

ul.livetabs li {
  display: inline;
  list-style-type: none;
  position: relative;
  top: 1px;
}

ul.livetabs li a {
  margin: 0 3px;
  font-weight: normal;
  border: 1px solid black;
  padding: 2px 10px;
  line-height: 1.3;
}

ul.livetabs li a {
  cursor: pointer;
}

ul.livetabs li.current a {
  color: black;
  font-weight: bold;
  cursor: text;
  text-decoration: none;
  border-bottom: 1px solid white;
}

table#live {
  table-layout: fixed;
  border: 0;
}

table#live tr td  {
  border: 0;
  width: 450px;
  vertical-align: top;
}

.video, .chat, .steno, .help, #record {
  border: 1px solid #eee;
  margin: 1px 0 0 0;
}

.video, .steno, #inner-steno, .help, #record {
  height: 335px;
}

.video a.player {
  border:0;
}

.inner-chat,
.chat {
  height: 692px;
}

#fms_api,
.inner-video,
.video {
  width: 447px;
  height: 335px;
  padding: 0px 1px 1px 1px;
}

.inner-video #fms img {
  padding-left: 7px;
}

.recorder {
  height: 330px;
  padding: 0;
}

#help {
  padding: 10px;
}

#record {
  width: 100px;
  padding: 10px;
  margin: 10px;
}

.chat {
  padding: 1px; /* 0px 10px; */
}
/*
td.recorder {
  padding:0;
  margin:0;
  font-size:1.2em;
}

td.recorder ul li {
  margin-top:0;
}
*/
.help {
  padding: 0 10px;
}

#live li.current a:hover {
  text-decoration: none;
}

.toside, .tomain {
  float: right;
  margin: -30px 0 10px 0;
}

.remote .tomain,
.remote .toside {
  margin: 4px 0px;
  float: none;
}

.tomain a,
.toside a{
  color: #000;
}

/* JQuery UI tab styles added */

ul.livetabs {
    background: #eee;
    margin: 0px;
    height: 40px;
    font-size: 100%;
    padding: 0px;
    border: 1px solid #eee;
    border-bottom: 0px;
}

ul.livetabs li {
    position: static;
    float: left;
    margin: 2px 2px 0px 2px;
    padding: 8px 8px 10px 8px;
    background: -webkit-linear-gradient(top, #eee, #fff);
    background: -moz-linear-gradient(top, #eee, #fff);
    background: -ms-linear-gradient(top, #eee, #fff);	
    border: 1px solid #ccc;
    border-bottom: 0px;
    border-radius: 2px 2px 0px 0px;
    height: 19px;
}

ul.livetabs li a {
    padding: 5px 10px;
    font-size: 100%;
    border: 0px;
    color: #164294;
    font-weight: bold;
}

ul.livetabs li.current {
    background: #fff;
}

ul.livetabs li.current a {
    border-bottom: 0px;
}

.video, .chat, .steno, .help, #record {
    margin-top: 0px;
    border-top: 0px;
}

#live .webrecorder li:first-child,
#steno li:first-child,	
#video li:first-child {
    background: #eee;
    border: 0px;
}

#content ul.livetabs li:hover {
    background: #1d7279;
    background: -webkit-linear-gradient(top, #1d7279, #006068);
    background: -moz-linear-gradient(top, #1d7279, #006068);
    background: -ms-linear-gradient(top, #1d7279, #006068);
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

#content ul.livetabs li:hover a {
    color: #fff;
    text-decoration: none;
}

#content ul.livetabs li.current:hover {
    background: #fff;
    cursor: default;
}

#content ul.livetabs li.current:hover a {
    color: #000;
    cursor: default;
}

#content #live .webrecorder li:first-child,
#content #steno li:first-child:hover,	
#content #video li:first-child:hover {
    background: #eee;
    color: #000;
    cursor: default;
}

#irc .inner-chat, #irc .chat {
    height: 719px;
}




