/* Outer container for shadow effect */
@font-face {
    font-family: 'Ubuntu';
    src: url('/usermedia/fonts/ubuntu/Ubuntu-R-webfont.eot');
    src: url('/usermedia/fonts/ubuntu/Ubuntu-R-webfont.eot?#iefix') format('embedded-opentype'), url('/usermedia/fonts/ubuntu/Ubuntu-R-webfont.woff') format('woff'), url('/usermedia/fonts/ubuntu/Ubuntu-R-webfont.ttf') format('truetype'), url('/usermedia/fonts/ubuntu/Ubuntu-R-webfont.svg#Ubuntu') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('/usermedia/fonts/ubuntu/Ubuntu-M-webfont.eot');
    src: url('/usermedia/fonts/ubuntu/Ubuntu-M-webfont.eot?#iefix') format('embedded-opentype'), url('/usermedia/fonts/ubuntu/Ubuntu-M-webfont.woff') format('woff'), url('/usermedia/fonts/ubuntu/Ubuntu-M-webfont.ttf') format('truetype'), url('/usermedia/fonts/ubuntu/Ubuntu-M-webfont.svg#Ubuntu') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('/usermedia/fonts/ubuntu/Ubuntu-B-webfont.eot');
    src: url('/usermedia/fonts/ubuntu/Ubuntu-B-webfont.eot?#iefix') format('embedded-opentype'), url('/usermedia/fonts/ubuntu/Ubuntu-B-webfont.woff') format('woff'), url('/usermedia/fonts/ubuntu/Ubuntu-B-webfont.ttf') format('truetype'), url('/usermedia/fonts/ubuntu/Ubuntu-B-webfont.svg#Ubuntu') format('svg');
    font-weight: 700;
    font-style: normal;
}

body {
    background-color: #ffffff;
    color: #555;
    font-family: "Ubuntu", "Helvetica Neue", Arial, Helvetica, sans-serif;
}

div#container {
    background-color: #fafafa;
}

div#outer-container {
    background: transparent url(/usermedia/img/new-theme/shadows.png) repeat-y scroll 0 0;
    margin-left: auto;
    margin-right: auto;
    width: 990px;
    padding-left: 0;
    padding-right: 0;
}

div#footer {
    background: transparent url(/usermedia/img/new-theme/bottomshadow.png) no-repeat scroll 0 0;
    clear: both;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    padding-top: 20px;
    width: 990px;
}

div#footer div#footer-inner {
    margin-left: 65px;
    margin-right: 60px;
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 12px;
    color: #888888;
}

div#apps-header {
    background: #da8310 url(/usermedia/img/app-bar-bg.gif) top left repeat-x;
    color: #fff;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-bottom: 0px;
    line-height: normal;
}

div#apps-header ul li a {
    padding: 0px 8px;
    font-size: 9pt;
    font-weight: 500;
}

div#apps-header a:link, div#apps-header a:visited {
    color: #fff;
    text-decoration: none;
}

div#apps-header a:hover {
    color: #666;
    text-decoration: none;
}

div#apps-header a.my_app_link:hover {
    color: #ff6600;
    text-decoration: none;
}

#apps-header li a.disabled_app_link {
    color: #ddd;
}

#apps-header li a.my_app_link {
    background: #fdeca7 url(/usermedia/img/app-bar-active-bg.gif) top left repeat-x;
    color: #073362;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    behavior: url('/usermedia/css/PIE.htc');
    position: relative;
}

#apps-header li {
    display: inline;
    padding: 0px;
    margin: 0px;
}

#apps-header ul {
    display: inline;
    padding: 0px;
    margin: 0px;
}

/* LINKS */
a:link, a:visited {
    color: #5b80b2;
    text-decoration: none;
}

a:hover {
    color: #1E3774;
}

a img {
    border: none;
}

a.section:link, a.section:visited {
    color: white;
    text-decoration: none;
}

div.crumbs {
    color: #999999;
    font-size: 12px;
    padding: 0;
    text-align: left;
    margin-top: 15px;
    margin-bottom: 10px;
}

.crumbs *:last-child {
    font-weight: normal;
    font-size: 1.3em;
}

/* Top level TAB BAR with Watch, Record and Administer options */
div.tab-bar {
    overflow: hidden;
}

.tab-heading, .menu-heading {
    border: 2px #cccccc solid;
    border-bottom: none;
    border-right: none;
    float: left;
    margin: 5px 0 0;
    padding-bottom: 3px;
    padding-top: 3px;
    background-image: linear-gradient(bottom, rgb(230, 230, 230) 0%, rgb(255, 255, 255) 74%);
    background-image: -o-linear-gradient(bottom, rgb(230, 230, 230) 0%, rgb(255, 255, 255) 74%);
    background-image: -moz-linear-gradient(bottom, rgb(230, 230, 230) 0%, rgb(255, 255, 255) 74%);
    background-image: -webkit-linear-gradient(bottom, rgb(230, 230, 230) 0%, rgb(255, 255, 255) 74%);
    background-image: -ms-linear-gradient(bottom, rgb(230, 230, 230) 0%, rgb(255, 255, 255) 74%);

    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(230, 230, 230)), color-stop(0.74, rgb(255, 255, 255)));
    -pie-background: linear-gradient(#fff, #eee);
    position: relative;
    behavior: url('/usermedia/css/PIE.htc');

}

.last-tab {
    border-right: 2px #cccccc solid;
    border-radius: 0px 7px 0px 0px;
    -moz-border-radius: 0px 7px 0px 0px;
    -webkit-border-radius: 0px 7px 0px 0px;
    behavior: url('/usermedia/css/PIE.htc');
}

.tab-heading:first-child, .menu-heading:first-child {
    border-radius: 7px 0px 0px 0px;
    -moz-border-radius: 7px 0px 0px 0px;
    -webkit-border-radius: 7px 0px 0px 0px;
    behavior: url('/usermedia/css/PIE.htc');
}

.tab-heading a, .menu-heading a {
    text-decoration: none;
    font-weight: 500;
    font-size: 1em;
    color: #888888;
    padding-left: 15px;
    padding-right: 15px;
}

.tab-heading a:hover, .menu-heading a:hover {
    color: #1E3774;
}

.tab-heading a:active {
}

.current-tab {
    background-color: #eeeeee;
}

.current-tab a {
    color: #1E3774;
}

#logo {
    padding-top: 2px;
    padding-left: 2px;
}

/* USER TOOLS (Login/Logout) */
#user-tools {
    padding-right: 10px;
    float: right;
}

#user-tools p {
    padding: 1px 15px 1px 15px;
    margin-bottom: 9px;
    border: solid 2px #eeeeee;
    float: right;
    border-radius: 0px 0px 10px 10px;
    -moz-border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
    position: relative;
    behavior: url('/usermedia/css/PIE.htc');
}

/* SEARCH BAR at the top of the page */
#searchbox {
    height: 40px;
    width: 193px;
    background: transparent url(/usermedia/img/searchbox1.png) no-repeat 5px 5px;
    float: right;
    padding: 0;
    margin: 5px -8px 0 0;
}

.searchwrapper {
    position: relative;
    height: 40px;
    width: 193px;
    padding: 0;
    margin: 0;
}

.searchform {
    display: inline;
}

#searchinput {
    background-color: transparent;
    border: 0px;
    left: 19px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 13px;
    width: 132px;
    font-size: 12px;
}

#searchimage {
    top: 8px;
    left: 155px;
    width: 16px;
    height: 15px;
    border: 0px;
    position: absolute;
}

#uvc-logo {
    float: right;
    margin: 5px 0px 5px 0px;
}

/* SECONDARY MENU / MENU BAR */
.menu-bar.notabontop {
    border-radius: 10px 10px 0px 0px;
    -moz-border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    behavior: url('/usermedia/css/PIE.htc');
}

.menu-bar {
    border: 2px solid #d6d6d6;
    border-bottom: 0px;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-bottom: 0px;
    width: 870px;
    padding-left: 0px;
    background-image: linear-gradient(bottom, rgb(230, 230, 230) 0%, rgb(255, 255, 255) 74%);
    background-image: -o-linear-gradient(bottom, rgb(230, 230, 230) 0%, rgb(255, 255, 255) 74%);
    background-image: -moz-linear-gradient(bottom, rgb(230, 230, 230) 0%, rgb(255, 255, 255) 74%);
    background-image: -webkit-linear-gradient(bottom, rgb(230, 230, 230) 0%, rgb(255, 255, 255) 74%);
    background-image: -ms-linear-gradient(bottom, rgb(230, 230, 230) 0%, rgb(255, 255, 255) 74%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(230, 230, 230)), color-stop(0.74, rgb(255, 255, 255)));
    border-radius: 0px 10px 0px 0px;
    -moz-border-radius: 0px 10px 0px 0px;
    -webkit-border-radius: 0px 10px 0px 0px;
    -pie-background: linear-gradient(#fff, #eee);
    behavior: url('/usermedia/css/PIE.htc');
    font-weight: 500;
    font-size: 1em;
}

.menu-bar a {
    text-decoration: none;
    padding: 3px 15px 3px 15px;
    border-right: 1px #d6d6d6 solid;
    white-space: nowrap;
}

.menu-bar a:hover {
}

.menu-bar span {
    text-decoration: none;
    color: #ff6600;
    padding: 3px 15px 3px 15px;
    border-right: 1px #d6d6d6 solid;
}

h1 {
    font-size: 1.7em;
    margin-top: 5px;
    color: #333333;
}

#content {
    visibility: none !important;
    border: 2px solid #d6d6d6;
    background-color: #ffffff;
}

div.videosection {
    width: 100%;
    margin-bottom: 20px;
}

.videosection h1 {
    display: inline;
    font-size: 1.5em;
    margin-right: 10px;
}

div.titlebar {
    margin-bottom: 3px;
    margin-top: 3px;
    /* border-bottom: 1px solid #dddddd; */
}

div.sectioncontent {
}

/* Carousel */
/* 
    root element for the scrollable. 
    when scrolling occurs this element stays still. 
*/
div.scrollable {

    /* required settings */
    position: relative;
    overflow: hidden;
    width: 465px;
    height: 262px;
}

/* 
    root element for scrollable items. Must be absolutely positioned 
    and it should have a extremely large width to accomodate scrollable items. 
    it's enough that you set width and height for the root element and 
    not for this element. 
*/
div.scrollable div.fave-items {
    /* this cannot be too large */
    width: 4650px;
    position: absolute;
}

/* 
    a single item. must be floated in horizontal scrolling. 
    typically, this element is the one that *you* will style 
    the most. 
*/
div.scrollable div.fave-items div {
    float: left;
}

/* you may want to setup some decorations to active the item */
div.fave-items div.active {
    border: 1px inset #ccc;
    background-color: #fff;
}

.scrollable {
    float: left;
}

a.browse {
    height: 262px;
    width: 43px;
    display: block;
    float: left;
    cursor: pointer;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 0;
}

a.right {
    background: transparent url(/usermedia/img/carousel-next.png) no-repeat;
}

a.right:hover {
    background-position: -43px 0;
}

a.right:active {
    background-position: -86px 0;
}

a.left {
    background: transparent url(/usermedia/img/carousel-prev.png) no-repeat;
}

a.left:hover {
    background-position: -43px 0;
}

a.left:active {
    background-position: -86px 0;
}

/* Navigation bar for the scrollable */
div.navi {
    width: 90%;
    text-align: center;
    margin-bottom: 5px;
}

.navi a {
    width: 10px;
    height: 10px;
    padding: 0px 5px 0px 10px;
    margin: 2px 3px 2px 3px;
    background-color: #dddddd;
    color: #dddddd;
}

.navi a.active {
    background-color: #ff6600;
    color: #ff6600;
}

a.disabled {
    visibility: none !important;
}

div.featured-carousel {
    margin-top: 10px;
}

.list-nav {
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
    height: 20px;
}

.list-nav div {
    margin-right: 20px;
    font-size: 1.1em;
}

.list-nav .result-order {
    margin-left: 20px;
}

.list-nav div.page_nav_div {
    position: absolute;
    right: 0;
    bottom: 0;
}

.page_nav_div span, .page_nav_div a {
    font-size: 1.1em;
    text-decoration: none;
    padding-left: 4px;
    padding-right: 4px;
    color: #555555;
}

.page_nav_div span.current {
    font-size: 1.1em;
    color: #da8000;
    text-decoration: underline;
}

.page_nav_div a:hover {
}

/* DASHBOARD */
.dashboard .django-module table th {
    width: 100%;
}

.dashboard .django-module table td {
    white-space: nowrap;
}

.dashboard .django-module table td a {
    display: block;
    padding-right: .6em;
}

/*  RECENT ACTIONS MODULE  */
.module ul.actionlist {
    margin-left: 0;
}

ul.actionlist li {
    list-style-type: none;
}

/* Admin dashboard */
.module p, .module ul, .module h3, .module h4, .module dl, .module pre {
    padding-left: 10px;
    padding-right: 10px;
}

.module blockquote {
    margin-left: 12px;
}

.module ul, .module ol {
    margin-left: 1.5em;
}

.module h3 {
    margin-top: .6em;
}

.module h2, .module caption, .inline-group h2 {
    margin: 0;
    padding: 2px 5px 3px 5px;
    font-size: 1em;
    text-align: left;
    font-weight: normal;
    color: white;
    background:rgb(38, 70, 139);
    background-image: linear-gradient(bottom, rgb(44, 84, 158) 0%, rgb(38, 70, 139) 61%);
    background-image: -o-linear-gradient(bottom, rgb(44, 84, 158) 0%, rgb(38, 70, 139) 61%);
    background-image: -moz-linear-gradient(bottom, rgb(44, 84, 158) 0%, rgb(38, 70, 139) 61%);
    background-image: -webkit-linear-gradient(bottom, rgb(44, 84, 158) 0%, rgb(38, 70, 139) 61%);
    background-image: -ms-linear-gradient(bottom, rgb(44, 84, 158) 0%, rgb(38, 70, 139) 61%);

    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(44, 84, 158)), color-stop(0.61, rgb(38, 70, 139)));

}

.module h2 a, .module caption a {
    color: white;
}

.module table {
    border-collapse: collapse;
    width: 100%
}

.module tr {
    border: 1px solid #dddddd
}

div.module {
    margin-right: 20px;
    margin-bottom: 20px;
}

div.dash-module {
    margin-right: 0px;
    margin-bottom: 20px;
    color: #555555;
}

div.django-module {
    width: 70%;
}

div.dash-module-inner {
    border: 2px solid #dddddd;
    border-top: 0;
    background-color: #fafafa;
    border-radius: 0px 0px 10px 10px;
    -moz-border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
    behavior: url('/usermedia/css/PIE.htc');
    position: relative;
}

.dash-module h2, .dash-module caption {
    margin: 0;
    padding: 4px 5px 5px 22px;
    font-size: 12px;
    font-weight: normal;
    color: #ffffff;
    background-image: linear-gradient(bottom, rgb(44, 84, 158) 0%, rgb(38, 70, 139) 61%);
    background-image: -o-linear-gradient(bottom, rgb(44, 84, 158) 0%, rgb(38, 70, 139) 61%);
    background-image: -moz-linear-gradient(bottom, rgb(44, 84, 158) 0%, rgb(38, 70, 139) 61%);
    background-image: -webkit-linear-gradient(bottom, rgb(44, 84, 158) 0%, rgb(38, 70, 139) 61%);
    background-image: -ms-linear-gradient(bottom, rgb(44, 84, 158) 0%, rgb(38, 70, 139) 61%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(44, 84, 158)), color-stop(0.61, rgb(38, 70, 139)));
    text-shadow: 1px 1px 0.5px #333;
    background-color: #ddd;
    border-radius: 10px 10px 0px 0px;
    -moz-border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    -pie-background: linear-gradient(#2c549e, #26468b);
    position: relative;
    behavior: url('/usermedia/css/PIE.htc');
}

.dash-module p {
    margin-top: 5px;
    margin-bottom: 5px;
}

.dash-module td {
    padding-right: 20px;
    font-size: 12px;
}

.dash-module th {
    width: 200px;
    font-weight: normal;
    /* vertical-align: middle; */
    padding-left: 20px;
    padding-right: 20px;
}

.dash-module table {
    margin-bottom: 5px;
}

.dash-module table tr:first-child td, .dash-module table tr:first-child th {
    border-top: 0px;
}

.dash-module table {
    border: 0px;
}

.dash-module th, .dash-module td {
    border-top: 1px solid #ccc;
    border-bottom: 0px;
}

.dash-module table.dash-module-subtable td, .dash-module table.dash-module-subtable th {
    padding-left: 0px;
    border-bottom: 1px solid #EEE;
}

.dash-module table.dash-module-subtable tr:last-child td, .dash-module table.dash-module-subtable tr:last-child th {
    border-bottom: 1px solid #EEE;
}

table.percent-bar {
    width: 100%;
    margin-bottom: 3px;
}

table.percent-bar td.used {
    background-color: #ff8888;
}

table.percent-bar td.remaining {
    background-color: #bbffbb;
}

/* ACTION ICONS */
.addlink {
    cursor: pointer;
    padding-left: 12px;
    background: url(/media/admin/img/icon_addlink.gif) 0 .2em no-repeat;
}

.changelink {
    padding-left: 12px;
    background: url(/media/admin/img/icon_changelink.gif) 0 .2em no-repeat;
}

.deletelink {
    cursor: pointer;
    padding-left: 12px;
    background: url(/media/admin/img/icon_deletelink.gif) 0 .25em no-repeat;
}

.downloadlink {
    padding-left: 12px;
    background: url(/usermedia/img/download-icon.png) 0 .25em no-repeat;
}

.uploadlink {
    padding-left: 12px;
    background: url(/usermedia/img/upload-icon.png) 0 .25em no-repeat;
}

.statslink {
    padding-left: 12px;
    background: url(/usermedia/img/stats-icon.png) 0 .25em no-repeat;
}

.calllink {
    padding-left: 12px;
    background: url(/usermedia/img/phone-icon.png) 0 .25em no-repeat;
}

.trimlink {
    padding-left: 12px;
    background: url(/usermedia/img/trim-icon.png) 0 .25em no-repeat;
}

.undotrimlink {
    padding-left: 12px;
    background: url(/usermedia/img/undo-trim-icon.png) 0 .25em no-repeat;
}

.loglink {
    padding-left: 12px;
    background: url(/usermedia/img/log-icon.png) 0 .25em no-repeat;
}

.embedlink {
    padding-left: 12px;
    background: url(/usermedia/img/embed-icon.png) 0 .25em no-repeat;
}

.attachlink {
    padding-left: 12px;
    background: url(/usermedia/img/attachment-icon.png) 0 .25em no-repeat;
}

a.deletelink:link, a.deletelink:visited {
    color: #CC3434;
}

a.deletelink:hover {
    color: #993333;
}

/* MESSAGES & ERRORS */
div#messages {
    margin-top: 15px;
    margin-bottom: -15px;
}

ul.messagelist {
    padding: 0 0 5px 0;
    margin: 0;
}

ul.messagelist li {
    font-size: 12px;
    display: block;
    padding: 4px 5px 4px 25px;
    margin: 0 0 3px 0;
    border: 2px solid #dddddd;
    color: #666;
    background: #ffc;
    position: relative;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    behavior: url('/usermedia/css/PIE.htc');
}

ul.messagelist li.warning {
    background: #ffc url(/media/admin/img/icon_alert.gif) 5px 3px no-repeat;
}

ul.messagelist li.error {
    background: #fcc url(/media/admin/img/icon_error.gif) 5px 5px no-repeat;
    border: 2px solid #ff5555;
}

ul.messagelist li.success {
    background: #ffc url(/media/admin/img/icon_success.gif) 5px 5px no-repeat;
}

.errornote {
    font-size: 12px !important;

    display: block;
    padding: 4px 5px 4px 25px;
    margin: 0 0 3px 0;
    border: 1px solid red;
    color: red;
    background: #ffc url(/media/admin/img/icon_error.gif) 5px .3em no-repeat;
}

ul.errorlist {
    margin: 0 !important;
    padding: 0 !important;
}

.errorlist li {
    font-size: 12px !important;
    font-weight: bold;
    display: block;
    padding: 4px 5px 4px 25px;
    margin: 0 0 3px 0;
    border: 1px solid red;
    color: white;
    background: #E3675C url(/media/admin/img/icon_alert.gif) 5px .3em no-repeat;
    border-radius: 6px;
}

td ul.errorlist {
    margin: 0 !important;
    padding: 0 !important;
}

td ul.errorlist li {
    margin: 0 !important;
}

.errorlist li a {
    color: #fff;
    text-decoration: underline;
    font-weight: bold;
}

.errors {
    background: #ffc;
}

.errors input, .errors select {
    border: 1px solid red;
}

div.system-message {
    background: #ffc;
    margin: 10px;
    padding: 6px 8px;
    font-size: .8em;
}

div.system-message p.system-message-title {
    padding: 4px 5px 4px 25px;
    margin: 0;
    color: red;
    background: #ffc url(/media/admin/img/icon_error.gif) 5px .3em no-repeat;
}

.description {
    font-size: 12px;
    padding: 5px 0 0 12px;
}

input[type=text].error-input {
    border: 2px solid red;
}

fieldset {
    margin: 0;
    padding: 0;
    background-color: #fafafa;
}

.help, p.help {
    font-size: 10px !important;
    color: #999;
    padding: 0;
    margin: 0.2em 0 0.8em 0;
}

/* FORM DEFAULTS */
input, textarea, select {
    margin: 2px 0;
    padding: 2px 3px;
    vertical-align: middle;
    font-family: "Lucida Grande", Verdana, Arial, sans-serif;
    font-weight: normal;
    font-size: 11px;
}

textarea {
    vertical-align: top !important;
}

input[type=text], input[type=password], textarea, select, .vTextField {
    border: 1px solid #ccc;
}

/*  FORM BUTTONS  */
.button, input[type=submit], input[type=button], input[type=file], .submit-row input {
    background: white url(/media/admin/img/nav-bg.gif) bottom repeat-x;
    padding: 3px;
    color: black;
    border: 1px solid #bbb;
    border-color: #ddd #aaa #aaa #ddd;
    cursor: pointer;
}

.button:active, input[type=submit]:active, input[type=button]:active {
    background-image: url(/media/admin/img/nav-bg-reverse.gif);
    background-position: top;
}

.button.default, input[type=submit].default, .submit-row input.default {
    border: 2px solid #5b80b2;
    background: #7CA0C7 url(/media/admin/img/default-bg.gif) bottom repeat-x;
    font-weight: bold;
    color: white;
    float: right;
}

.button.default:active, input[type=submit].default:active {
    background-image: url(/media/admin/img/default-bg-reverse.gif);
    background-position: top;
}

/* TABLES */
table {
    border-collapse: collapse;
    border-color: #ccc;
}

td, th {
    font-size: 11px;
    line-height: 13px;
    border-bottom: 1px solid #eee;
    vertical-align: top;
    padding: 5px;
    font-family: "Ubuntu", "Lucida Grande", Verdana, Arial, sans-serif;
}

th {
    text-align: left;
    font-size: 12px;
    font-weight: bold;
}

thead th,
tfoot td {
    color: #666;
    padding: 2px 5px;
    font-size: 11px;
    background: #e1e1e1 url(/media/admin/img/nav-bg.gif) top left repeat-x;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

tfoot td {
    border-bottom: none;
    border-top: 1px solid #ddd;
}

thead th:first-child,
tfoot td:first-child {
    border-left: none !important;
}

thead th.optional {
    font-weight: normal !important;
}

fieldset table {
    border-right: 1px solid #eee;
}

tr.row-label td {
    font-size: 9px;
    padding-top: 2px;
    padding-bottom: 0;
    border-bottom: none;
    color: #666;
    margin-top: -1px;
}

tr.alt {
    background: #f6f6f6;
}

.row1 {
    background: #EDF3FE;
}

.row2 {
    background: white;
}

/* SORTABLE TABLES */

thead th {
    padding: 2px 5px;
    line-height: normal;
}

thead th a:link, thead th a:visited {
    color: #666;
}

thead th.sorted {
    background: #c5c5c5 url(/media/admin/img/nav-bg-selected.gif) top left repeat-x;
}

table thead th .text span {
    padding: 2px 5px;
    display:block;
}

table thead th .text a {
    display: block;
    cursor: pointer;
    padding: 2px 5px;
}

table thead th.sortable:hover {
    background: white url(/media/admin/img/nav-bg-reverse.gif) 0 -5px repeat-x;
}

thead th.sorted a.sortremove {
    visibility: hidden;
}

table thead th.sorted:hover a.sortremove {
    visibility: visible;
}

table thead th.sorted .sortoptions {
    display: block;
    padding: 4px 5px 0 5px;
    float: right;
    text-align: right;
}

table thead th.sorted .sortpriority {
    font-size: .8em;
    min-width: 12px;
    text-align: center;
    vertical-align: top;
}

table thead th.sorted .sortoptions a {
    width: 14px;
    height: 12px;
    display: inline-block;
}

table thead th.sorted .sortoptions a.sortremove {
    background: url(/media/admin/img/sorting-icons.gif) -4px -5px no-repeat;
}

table thead th.sorted .sortoptions a.sortremove:hover {
    background: url(/media/admin/img/sorting-icons.gif) -4px -27px no-repeat;
}

table thead th.sorted .sortoptions a.ascending {
    background: url(/media/admin/img/sorting-icons.gif) -5px -50px no-repeat;
}

table thead th.sorted .sortoptions a.ascending:hover {
    background: url(/media/admin/img/sorting-icons.gif) -5px -72px no-repeat;
}

table thead th.sorted .sortoptions a.descending {
    background: url(/media/admin/img/sorting-icons.gif) -5px -94px no-repeat;
}

table thead th.sorted .sortoptions a.descending:hover {
    background: url(/media/admin/img/sorting-icons.gif) -5px -115px no-repeat;
}

/* OBJECT TOOLS */
.object-tools {
    font-size: 10px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    padding-left: 0;
    float: right;
    position: relative;
    margin-top: -2.4em;
    margin-bottom: -2em;
}

.form-row .object-tools {
    margin-top: 5px;
    margin-bottom: 5px;
    float: none;
    height: 2em;
    padding-left: 3.5em;
}

.object-tools li {
    display: block;
    float: left;
    background: url(/media/admin/img/tool-left.gif) 0 0 no-repeat;
    padding: 0 0 0 8px;
    margin-left: 2px;
    height: 16px;
}

.object-tools li:hover {
    background: url(/media/admin/img/tool-left_over.gif) 0 0 no-repeat;
}

.object-tools a:link, .object-tools a:visited {
    display: block;
    float: left;
    color: white;
    padding: .1em 14px .1em 8px;
    height: 14px;
    background: #999 url(/media/admin/img/tool-right.gif) 100% 0 no-repeat;
}

.object-tools a:hover, .object-tools li:hover a {
    background: #5b80b2 url(/media/admin/img/tool-right_over.gif) 100% 0 no-repeat;
}

.object-tools a.viewsitelink, .object-tools a.golink {
    background: #999 url(/media/admin/img/tooltag-arrowright.gif) top right no-repeat;
    padding-right: 28px;
}

.object-tools a.viewsitelink:hover, .object-tools a.golink:hover {
    background: #5b80b2 url(/media/admin/img/tooltag-arrowright_over.gif) top right no-repeat;
}

.object-tools a.addlink {
    background: #999 url(/media/admin/img/tooltag-add.gif) top right no-repeat;
    padding-right: 28px;
}

.object-tools a.addlink:hover {
    background: #5b80b2 url(/media/admin/img/tooltag-add_over.gif) top right no-repeat;
}

div.addlink_button {
    background-color: #999;
    color: #fff;
    padding: 5px 15px;
    margin: 10px 5px;
    font-weight: 500;
    text-shadow: 1px 1px 0.5px #333;
    box-shadow: 2px 2px 2px #777;
    -moz-box-shadow: 2px 2px 2px #777;
    -webkit-box-shadow: 2px 2px 2px #777;
    position: relative;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    behavior: url('/usermedia/css/PIE.htc');
}

div.addlink_button:hover {
    background-color: #3e5794;
}

/* div.addlink_button:hover { background-color: #4e67a4; } */
a.addlink_button {
    color: #fff;
    width: 100%;
    text-align: center;
}

a.addlink_button:hover {
}

div.comments_box {
    margin-top: 20px;
    padding-right: 10px;
}

div.comments_box h3 {
    display: inline;
    margin-right: 10px;
}

div.comment {
    border-top: 1px dotted #aaaaaa;
}

div.comment_author {
    font-weight: bold;
    margin-bottom: 10px;
    padding-top: 5px;
    color: #555555;
}

div.comment_delete {
    float: right;
    font-size: 10px;
    padding-top: 5px;
}

div.comment_form {
    border-top: 1px solid #aaaaaa;
    padding-top: 8px;
}

ul.videoactionlist {
    margin-left: 0 !important;
    padding-left: 12px;
    text-indent: -12px;
}

ul.videoactionlist li {
    list-style-type: none;
}

.modal {
    background-color: #fff;
    display: none;
    padding: 15px;
    text-align: left;
    border: 2px solid #333;

    opacity: 1;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -moz-box-shadow: 0 0 50px #ccc;
    -webkit-box-shadow: 0 0 50px #ccc;
    box-shadow: 0 0 50px #ccc;
    behavior: url('/usermedia/css/PIE.htc');
}

div#channel_jump_div {
    width: 80%;
    font-size: 10px;
    color: #888888;
}

div#channel_jump_div div.channel_item {
    width: 200px;
    float: left;
    padding: 5px;
}

div.modal a.close {
    background-image: url(/usermedia/img/overlay-close.png);
    position: absolute;
    right: -15px;
    top: -15px;
    cursor: pointer;
    height: 35px;
    width: 35px;
}

#channel_jump_div a {
    font-size: 12px;
}

table.user-profile {
    width: 50%;
}

div.sidebar-rounded {
    border: 1px solid #cccccc;
    padding: 10px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    position: relative;
    behavior: url('/usermedia/css/PIE.htc');
}

div.sidebar-rounded table {
    margin-bottom: 0;
}

div.sidebar-rounded table p {
    margin-bottom: 3px;
}

.videosection .titlebar h1 {
    font-size: 1.5em;
    font-weight: 500;
    color: #666;
    /* text-transform: uppercase; */
}

.sectioncontent {
    width: 600px;
}

#content {
    /* min-height: 400px; */
    border-radius: 0px 0px 10px 10px;
    -moz-border-radius: 0px 0px 10px 10px;
    -moz-border-radius: 0px 0px 10px 10px;
    behavior: url('/usermedia/css/PIE.htc');
}

#content-main {
}

#content-main .videosection .titlebar {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 10px;
}

#content-related .videosection .titlebar {
    text-align: center;
}

#content-related .videosection {
    text-align: center;
}

.defaultText {
}

.defaultTextActive {
    color: #a1a1a1;
}

.pin-row table {
    margin-top: 1.4em;
}

#content-main form {
    margin-bottom: 20px;
}

#toolbar form {
    margin-bottom: 0px;
}

.channel-table td {
    text-align: center;
    border-top: 1px solid #eeeeee;
    font-weight: bold;
}

.channel-table {
    margin-bottom: 0;
}

.channel-detail-table h2 {
    line-height: 1.5em;
    margin-bottom: 5px;
    font-size: 1.5em;
}

.channel-detail-table strong {
    color: #888888;
}

.channel-detail-table p {
    font-size: 1.1em;
    margin-bottom: 5px;
}

pre.log {
    overflow-x: auto; /* Use horizontal scroller if needed; for Firefox 2, not needed in Firefox 3 */
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    /* width: 99%; */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}

div#share_embed input.wide {
    width: 400px;
}

div#share_embed textarea.wide {
    width: 400px;
    height: 150px;
}

div#share_embed p {
    margin-top: 5px;
    margin-bottom: 0px;
}

div#share_embed table {
    width: 400px;
}

/* Styles for the output format widget. */
.formats-widget {
    font-size: 12px;
    color: #666;
}

.formats-widget hr {
    margin-top: 5px;
    margin-bottom: 5px;
}

img#composition-image {
    margin-right: 10px;
    margin-left: 0px;
    padding-left: 0px;
}

.formats-widget legend {
    color: #666;
    font-weight: normal;
}

.formats-widget label.checkbox-label {
    margin-top: 10px;
    width: 50em;
    clear: both;
}

.formats-widget label.checkbox-label input {
    position: static;
}

.formats-widget fieldset {
    clear: both;
}

div.priv-app {
    border: 1px #ddd solid;
}

#uvc_report_left {
    float: left;
    width: 20%;
    height: 100%;
}

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

#uvc_report_left h4 {
    cursor: pointer;
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 12px;
    margin: 0 0 2px 10px;

    background: -moz-linear-gradient(center bottom, #2C549E 0%, #26468B 61%) repeat-x scroll left top #7CA0C7;
    background-image: linear-gradient(bottom, rgb(44, 84, 158) 0%, rgb(38, 70, 139) 61%);
    background-image: -o-linear-gradient(bottom, rgb(44, 84, 158) 0%, rgb(38, 70, 139) 61%);
    background-image: -moz-linear-gradient(bottom, rgb(44, 84, 158) 0%, rgb(38, 70, 139) 61%);
    background-image: -webkit-linear-gradient(bottom, rgb(44, 84, 158) 0%, rgb(38, 70, 139) 61%);
    background-image: -ms-linear-gradient(bottom, rgb(44, 84, 158) 0%, rgb(38, 70, 139) 61%);

    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(44, 84, 158)), color-stop(0.61, rgb(38, 70, 139)));
    -pie-background: linear-gradient(#2c549e, #26468b);
    color: #FFFFFF;
    behavior: url('/usermedia/css/PIE.htc');
}

#uvc_report_left div {
    padding-left: 5px;
}

#uvc_report_left div a, #uvc_report_left div a:visited, #uvc_report_left div a:hover, #uvc_report_left div a:link {
    margin-left: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc;
    display: block;
    text-decoration: none;
    color: #5B80B2;
}

#uvc_report_right {
    border-left: 2px solid #D6D6D6;
    float: left;
    width: 78.5%;
    margin-left: 4px;

}

#uvc_report_right_top {
    width: 100%;
}

#uvc_report_right_bottom {

    width: 100%;
}

div.video_thumb_inner {
    border: 1px solid #ccc;
}

div.video_thumb_outer {
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
    border: 1px solid #eee;
    box-shadow: 0px 2px 1px #ccc;
    -moz-box-shadow: 0px 2px 1px #ccc;
    -webkit-box-shadow: 0px 2px 1px #ccc;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #fff;
    behavior: url('/usermedia/css/PIE.htc');
}

div.video_thumb_image {
    width: 183px;
    height: 106px;
    padding: 6px;
    position: relative;
}

div.video_thumb_image img {
    width: 177px;
    height: 94px;
}

p.video-thumb-duration {
    position: absolute;
    right: 20px;
    bottom: 18px;
    margin: 0px;
    padding: 0px;
    background-color: #000000;
    color: white;
    font-size: 12px;
    padding-left: 3px;
    padding-right: 3px;
    opacity: 0.5;
    filter: alpha(opacity = 50);
    -moz-opacity: 0.5;
}

div.video_thumb_properties {
    padding: 0px 5px;
    width: 170px;
    overflow: hidden;
}

p.video-thumb-name {
    width: 100%;
    padding-left: 4px;
    padding-right: 4px;
}

p.video-thumb-name a {
    height: 1.2em;
    line-height: 1.2em;
    font-size: 1em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

p.video-thumb-name a.video-title {
    font-weight: 500;
    height: 1.5em;
    line-height: 1.5em;
    font-size: 1.2em;
}

p.video-thumb-name span {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

a.video-highlighted-sub {
    cursor: pointer;
    text-decoration: none;
    color: #5B80B2;
    height: 1.2em;
    line-height: 1.2em;
    font-size: 1em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    margin-left: 5px;
    padding-left: 16px;
    padding-right: 4px;
    padding-bottom: 4px;
    padding-top: 4px;
    background: url(/usermedia/img/magnifying-glass.png) 0 .25em no-repeat;
}

a.video-highlighted-sub:hover {
    color: #009;
}

div.view-switch {
    float: right;
    margin: 0px;
    margin-top: -2.4em;
    margin-right: 20px;
}

div.view-button {
    float: left;
    margin: 0px;
}

a.basic-license-warning {
    background-color: #f00;
    margin-right: 10px;
    font-weight: 700;
    color: #fff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    behavior: url('/usermedia/css/PIE.htc');
}

.menu-heading {
    border: 2px #cccccc solid;
    border-right: none;
}

#chat_history {
    width: 100%;
    height: 200px;
    overflow-y: scroll;
    border: 1px solid;
    word-wrap: break-word;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#chat_history p{
    display: inline;
}

#caption_ui_list_container {
    font-family: Arial, Sans-Serif;
    margin: 0 auto;
    width: 100%;
    border-bottom: 1px solid #ddd;
}

#caption_ui_list {
    width: 90%;
    text-align: right;
    margin: 0 auto;
    padding: 0;
    text-indent: 0;
    list-style-type: none;
}

#caption_ui_list li {
    padding: 0;
    margin: 0;
    text-indent: 0;
    display: inline;
}

#caption_ui_list li a {
    letter-spacing: -1px;
    text-decoration: none;
    color: #ccc;
    font-size: 1em;
    padding: 0 2px;
    border-top: .5em solid #eee;
}

#caption_ui_list li a:hover, #caption_ui_list a.current {
    cursor: pointer;
    color: #333;
    border-top: none;
    font-size: 1.5em;
}

#caption_ui_list a.current {
    color: #5B80B2;
}

#searched_text {
    padding-bottom: 5px;
    margin: auto;
}

#id_caption_text {
    height: 70px;
}

.bar {
    width: 150px;
    float: left;
    background: #eee;
    border: 1px solid #ccc;
    border-radius: 2px;
    margin-right: 5px;
    margin-bottom: 10px;
}

.progressbar {
    width: 0px;
    height: 20px;
    background: #c2d985;
    /*  background-image: url("/usermedia/img/pbar-ani.gif");*/

}

.uploading {
    float: left;
    display: none;
}

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

p.manage-page-comment {
    width: 480px;
    overflow: auto;
}
p.comment_text {
    width: 580px;
    overflow: auto;
}
.red_txt{
    color: #E3675C;
}
.grey_txt{
    color: #999;
}
.diagnose_output{
    margin-left: 20px;padding-top: 20px;margin-bottom: 20px
}

.caption_button {
    cursor: pointer;
}

.open-close-form {
    color: #5B80B2;
    text-decoration: none;
    padding-left: 5px;
    padding-right: 5px;
    font-weight: 700;
    cursor: pointer;
    font-size: 12px;
    text-align: left;
    width: 150px;
}

.open-close-form:hover {
    color: #666;
    text-decoration: none;
}
