/* (C) 2009 United Networks LLC */

/* fixes the drag/drop offset problem */
html {
overflow-y: scroll;
}

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

html, body, #contents {
min-height: 100%;
width: 100%;
height: 100%;
}

html>body, html>body #contents {
height: auto;
}

#contents {
position: absolute;
top: 0;
left: 0;
}

.centermain {

}

body {
border: 0;
margin: 0;
background: white;
font-size:90%;
font-family: Arial, Verdana, sans-serif, sans;
}


a {
color:#000099;
text-decoration: none;
}

a:hover {
color:#000099;
text-decoration: underline;
}

p.faqq { 
color:#cc0000;
}

p.faqans { 
margin-left: 20px;
}

.body a:hover { color:#fff;
background:#369;
text-decoration: none;
}

p {
margin: .4em 0 .8em 0;
padding: 0;
}

img {
margin: 0;
}

.shadowdiv {
background: url(/static/images/shadow.png) no-repeat right bottom;
}
.shadowimg {
position: relative;
border: 1px #AAA solid;
margin: 0 6px 0 -6px;
bottom: 6px;
padding: 0;
}

.discussimg {
border: 1px #AAA solid;
width: 60px;
}

.userinfoleft {
position: relative;
top: 10px;
float: left;
height: 100%;
margin-bottom: 10px;
margin-left: 5px;
}
.userinforight {
position: relative;
top: 10px;
float: right;
width: 440px;
}

.loginbox.visible {
position: absolute;
}

#content {
position: relative;
width: 1000px;
margin-left: auto;
margin-right: auto;
top: 70px;
}
#contentautowidthforbox {
left: 50px;
top: 70px;
width: 90%;
position: relative;
}
#contentautowidth {
left: 50px;
width: 90%;
position: relative;
}
div#left {
float: left;
width: 700px;
}
div#right {
float: right;
width: 300px;
}

.advancedonly, .clientrunning {
display: none;
}

.thumbnail {
float: left; 
position: relative; 
left: 6px;
}

.icon {
position: relative;
background: transparent url(/static/images/icons.png) no-repeat scroll 0 0;
border: 0 none;
cursor: pointer;
height: 25px;
width: 25px;
margin: -3px;
top: -3px;
}
.pagerighticon { background-position: 0 0; }
.pagerighticon:hover { background-position: -25px 0; }
.pagelefticon { background-position: 0 -25px; }
.pagelefticon:hover { background-position: -25px -25px; }
.collapseicon { background-position: 0 -50px; }
.collapseicon:hover { background-position: -25px -50px; }
.expandicon { background-position: 0 -75px; }
.expandicon:hover { background-position: -25px -75px; }
.refreshicon { background-position: 0 -100px; }
.refreshicon:hover { background-position: -25px -100px; }
.listicon { background-position: 0 -125px; }
.listicon:hover { background-position: -25px -125px; }
.compacticon { background-position: 0 -150px; }
.compacticon:hover { background-position: -25px -150px; }
.compactnexticon { background-position: -50px 0; height: 100px; }
.compactnexticon:hover { background-position: -75px 0; height: 100px; }
.compactprevicon { background-position: -50px -100px; height: 100px; }
.compactprevicon:hover { background-position: -75px -100px; height: 100px; }

div.optionsmenu {
position: absolute;
background-color: #ffffff;
border: 1px #0000bb solid;
right: 0;
bottom: 3px;
font-size: 0.9em;
padding-top: 3px;
padding-right: 20px;
}
div.optionsmenu span {
margin: 0 10px;
position: relative;
top: 2px;
}
.iconlink {
position: relative;
cursor: pointer;
padding-right: 20px;
}
.iconlink a {
position: absolute;
font-size: 8pt;
left: 25px;
top: -3px;
bottom: 0;
margin: auto;
}
#infobox .iconlink {
padding-right: 100px;
}
#infobox .iconlink a {
font-size: 10pt;
width: 100px;
}
.iconlink .iconpic {
position: relative;
background: transparent url(/static/images/icons.png) no-repeat scroll 0 0;
border: 0 none;
top: -3px;
height: 25px;
width: 25px;
}
.infolink .iconpic { background-position: -100px -50px; }
.infolink:hover .iconpic { background-position: -125px -50px; }
.downloadlink .iconpic { background-position: -100px 0; }
.downloadlink:hover .iconpic { background-position: -125px 0; }
.dimlightslink .iconpic { background-position: -150px 0; }
.dimlightslink:hover .iconpic { background-position: -175px 0; }
.folderlink .iconpic { background-position: -150px -25px; }
.folderlink:hover .iconpic { background-position: -175px -25px; }
.openlink .iconpic { background-position: -100px -25px; }
.openlink:hover .iconpic { background-position: -125px -25px; }
.removelink .iconpic { background-position: 0 -175px; }
.removelink:hover .iconpic { background-position: -25px -175px; }
.ipodlink .iconpic { background-position: -100px -75px; }
.ipodlink:hover .iconpic { background-position: -125px -75px; }
.pauselink .iconpic { background-position: -100px -100px; }
.pauselink:hover .iconpic { background-position: -125px -100px; }
.resumelink .iconpic { background-position: -100px -125px; }
.resumelink:hover .iconpic { background-position: -125px -125px; }
.relinklink .iconpic { background-position: -150px -50px; }
.relinklink:hover .iconpic { background-position: -175px -50px; }
.plthumblink .iconpic { background-position: -150px -75px; }
.plthumblink:hover .iconpic { background-position: -175px -75px; }
.draglink .iconpic { background-position: -150px -100px; }
.draglink:hover .iconpic { background-position: -175px -100px; }

.tinyicon {
background: url(/static/images/icons.png) no-repeat scroll 0 0;
position: relative;
border: 0 none;
top: -2px;
left: -3px;
margin: 0px 0px 0px 3px;
height: 10px;
width: 10px;
}
button.uploadarrow { 
background-position: -72px -224px;
}
button.downloadarrow { 
background-position: -82px -224px;
}
button.swarmsizeicon { 
background-position: -92px -224px;
}

.paginator {
clear: both;
display: block;
text-align: center;
}
.pageicon {
position: relative;
top: 5px;
}
.minwidth {
min-width: 960px;
}
#header {
position: relative;
background-color: white;
background-position: right;
width: 100%;
height: 70px;
}
#headerlogo {
position: absolute;
z-index: 5;
left: 0;
top: 0;
}
#headertop {
position: absolute;
top: 35px;
left: 300px;
}
#headersearch {
position: absolute;
top: 90px;
right: 10px;
}
#headeroptions {
position: absolute;
right: 10px;
top: 10px;
}
#moreheaderoptions {
position: absolute;
right: 10px;
bottom: 15px;
}

#footer {
clear: both;
float: left;
position: absolute;
bottom: 0;
background: transparent url(/static/images/header-back.png) no-repeat scroll -3px -3px;
background-color: white;
border-top: 1px solid #999999;
width: 100%;
min-width: 960px;
}
#footertext {
position: relative;
float: left;
color: white;
padding: 10px 20px 10px 20px;
}
#footernav {
float: right;
padding: 10px 20px 10px 20px;
}
#footernav a, #footernav {
color: #000099;
}

#connectingclient {
z-index: 5;
position: fixed;
height: 60px;
width: 100px;
bottom: 10px;
left: 10px;
padding: 10px;
display: none;
background-color: #fff;
font-size: small;
border: 2px solid #b41825;
}

.infobanner {
position: absolute;
display: none;
top: 85px;
left: 250px;
font-size: small;
padding: 8px 20px 8px 20px;
background-color: #ff0;
}

div.widetags {
position: relative;
background-color: #eee;
width: 960px;
margin-bottom: 20px;
overflow: hidden;
left: 10px;
padding: 5px 10px 5px 10px;
}

#ThreadList,
#ThreadPosts {
border-collapse: collapse;
border: solid #777 1px;
width: 90%;
margin: 10px;
}
#ThreadList td,
#ThreadPosts td {
border: solid #bbb 1px;
padding: 6px;
}
#ThreadList th,
#ThreadPosts th {
background-color: #eee;
border: solid #bbb 1px;
color: #222;
text-align: left;
padding: 4px;
}
#ThreadPosts th {
width: 20%;
}

/* jQuery Bookmark styles */
.bookmark_list {
display: block;
list-style-type: none;
font-size: 80%;
margin: 0;
padding: 0;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {  /* Safari3/Opera9 */
	.bookmark_list {
		font-size: 100%;
	}
}
html:first-child .bookmark_list {  /* Opera */
	font-size: 80%;
}
.bookmark_list li {
float: left;
width: 23%;
margin: 0% 0.5%;
padding: 2px;
background-color: #eee;
border: 1px outset;
}
.bookmark_compact {
background-color: #eee;
border: 1px outset;
}
.bookmark_compact li {
width: 16px;
height: 16px;
margin: 0%;
background-color: transparent;
border: none;
}
.bookmark_list a {
width: 100%;
}
.bookmark_list span {
display: inline-block;
width: 16px;
height: 16px;
}
.bookmark_list img {
border: none;
}

#confirmbox {
color: red;
}

#rankstars a, img {
border:none;
}

div#rankstars {
text-align: center;
}

#viddel {
float: right;
top: 0;
right: 0;
margin: 0;
padding: 0;
}

.inputdirection {
font-style: italic;
color: gray;
}

.userinput {
font-style: normal;
color: #000;
}

button {
color: #000;
border-color: #ccc;
background-color: #eee;
padding: 1px 4px 1px 4px;
margin: 2px;
}

label.error {
color: red;
font-weight: bold;
}
.errorDisplay {
color: red;
font-weight: bold;
}


/* modal overlay */
#modalOverlay {
background-color:#000;
cursor:wait;
}

#modalContainer {
width:80%;
height:80%;
min-height: 550px;
min-width: 750px;
left:10%;
top:8%; 
margin: 1px 1px 1px 1px;
border: medium solid #AAA;
border-top: solid #AAA 20px;
padding: 5px 5px 5px 5px;
background: #fff;
}
#modalContainer a.modalCloseImg {
background:url(/static/images/x.png) no-repeat;
width:25px;
height:29px;
display:inline;
z-index:3200;
position:absolute;
top:-28px;
right:-20px;
cursor:pointer;
overflow:auto;
}
.jointloginbox {
position: absolute;
top: 145px;
}
.jointloginbox .leftside {
padding-left: 10px;
width: 50%;
top: 5%;
float: left;
border-right: solid #AAA 3px;
}
.jointloginbox .rightside {
width: 46%;
top: 5%;
float: right;
}

/* threads */
.threadlist {
width: 90%;
}
.thread {
border: 1px solid #AAA;
background-color: #ddd;
margin: 5px;
}
.thread .odd {
background-color: #EEE;
}
.thread .even {
background-color: #FFF;
}
.thread .threadtitle {
width: 60%;
text-align:left;
padding: 8px 4px 8px 4px;
}
.thread .threadbody {
text-align:left;
padding: 8px 4px 8px 4px;
}

.pagenavtop {
font-size: 8pt;
}

div.jGrowl {
padding: 10px;
z-index: 9999;
}

/** Special IE6 Style Positioning **/
div.ie6 {
position: absolute;
}

div.ie6.top-right {
right: auto;
bottom: auto;
left: expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
  top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.top-left {
left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.bottom-right {
left: expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
top: expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.bottom-left {
left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
top: expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.center {
left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
width: 100%;
}

/** Normal Style Positions **/
body > div.jGrowl {
position:fixed;
}

body > div.jGrowl.top-left {
left: 0px;
top: 0px;
}

body > div.jGrowl.top-right {
right: 0px;
top: 0px;
}

body > div.jGrowl.bottom-left {
left: 0px;
bottom:0px;
}

body > div.jGrowl.bottom-right {
right: 0px;
bottom: 0px;
}

body > div.jGrowl.center {
top: 0px;
width: 50%;
left: 25%;
}

/** Cross Browser Styling **/
div.center div.jGrowl-notification, div.center div.jGrowl-closer {
margin-left: auto;
margin-right: auto;
}

div.jGrowl div.jGrowl-notification, div.jGrowl div.jGrowl-closer {
background-color: #000;
color: #fff;
opacity: .85;
filter: alpha(opacity = 85);
zoom: 1;
width: 235px;
padding: 10px;
margin-top: 5px;
margin-bottom: 5px;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 12px;
text-align: left;
display: none;
-moz-border-radius: 5px;
-webkit-border-radius:5px;
}

div.jGrowl div.jGrowl-notification {
min-height: 40px;
}

div.jGrowl div.jGrowl-notification div.header {
font-weight: bold;
font-size:10px;
}

div.jGrowl div.jGrowl-notification div.close {
float: right;
font-weight: bold;
font-size: 12px;
cursor:pointer;
}

div.jGrowl div.jGrowl-closer {
height: 15px;
padding-top: 4px;
padding-bottom: 4px;
cursor: pointer;
font-size:11px;
font-weight: bold;
text-align: center;
}

.ui-slider {
width: 200px;
height: 20px;
position: relative;
background-repeat: no-repeat;
background-position: center center;
}
.ui-slider-handle {
position: absolute;
z-index: 1;
height: 20px;
width: 12px;
top: 0;
left: 0;
background-image: url(/static/images/slider-handle.png);
background-repeat: no-repeat;
}
.ui-slider-handle-active {
border: 1px dotted black;
}
.ui-slider-disabled .ui-slider-handle {
opacity: 0.5;
filter: alpha(opacity=50);
}
.ui-slider-range {
position: absolute;
background: #50A029;
opacity: 0.3;
filter: alpha(opacity=30);
width: 100%;
height: 100%;
}
/* Default slider backgrounds */
.ui-slider, .ui-slider-1 {
background-image: url(/static/images/slider-bg-1.png);
}
.ui-slider-2 {
background-image: url(/static/images/slider-bg-2.png);
}
/* content boxes */
div.maindiv {
top: 4px;
right: 4px;
}

h1.boxtitle {
float: left;
padding: 5px 10px 5px 10px;
margin: 0px;
font-family: arial, sans-serif;
font-size: 10pt;
font-weight: bold;
color: white;
}

h1.boxtitle a {
color: #ccc;
}

div.waitdiv {
position: absolute;
top: 5px;
right: 10px;
font-family: arial, sans-serif;
font-size: 10pt;
font-weight: bold;
color: white;
}

div#infoboxstatus {
position: absolute;
top: 5px;
right: 10px;
font-family: arial, sans-serif;
font-size: 10pt;
font-weight: bold;
color: white;
}

div.bodydiv {
clear: both;
position: relative;
background-color: #fff;
margin-bottom: 0;
padding: 8px 10px 8px 10px;
border-left: #ddd 1px solid;
border-right: #ddd 1px solid;
border-bottom: #ddd 1px solid;
height: 1%;  /* the so-called holly hack for IE */
}

div.contentbox {
position: relative;
background-color: #444444;
padding: 0;
overflow: hidden;
margin: 8px;
margin-bottom: 15px;
}

div.videolist {
width: 100%;
}

div.videoentry {
position: relative;
clear: both;
width: 100%;
border-top: #cccccc 1px solid;
}

.vthumbnail {
padding-right: 10px;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 0px;
}

.compactvideoentry .vthumbnail {
padding-left: 0;
padding-right: 0;
}

.videoentry .vthumbnail {
float: left;
}

div.vstars {
padding-top: 5px;
padding-right: 8px;
float: right;
}

div.vstate {
display: none;
}

#sharesbox .vstats, #activedownloadsbox .vstats, #finisheddownloadsbox .vstats {
color: #777777;
font-size: 8pt;
}

div.compactvtime {
color: #aaa;
font-size: 9pt;
margin-top: 2px;
}

div.vtime {
max-width: 150px;
clear: right;
float: right;
margin: 5px;
padding-left: 10px;
padding-top: 5px;
color: #777777;
}

div.swarmbar {
max-width: 150px;
clear: right;
float: right;
padding-left: 10px;
padding-top: 5px;
}

#downloadprogress {
position: relative;
top: -8px;
}

div.vprogbar {
clear: right;
float: right;
position: relative;
top: -2px;
color: #777777;
}

.compactvname {
position: absolute;
margin-left: -6px;
padding: 0px 5px 0px 3px;
width: 252px;
background-color: #f5f5f5;
top: 220px;
}

div.vname {
padding-top: 3px;
padding-bottom: 10px;
}

div.vextrainfo {
  color: #aaa;
  font-size: 8pt;
  padding-bottom: 5px;
}

div.vdesc {
  color: #aaa;
  font-size: 9pt;
  padding-bottom: 3px;
}

.activetab {
margin-right: 20px;
position: relative;
}
.activetab a:link, .inactivetab a:visited {
text-decoration: none; color: black;
}
.activetab a:hover {
text-decoration: underline;
}

.inactivetab {
margin-right: 20px;
position: relative;
}
.inactivetab a:link, .inactivetab a:visited {
text-decoration: none;
color: gray;
}
.inactivetab a:hover {
text-decoration: underline;
}

.clear{
clear:both;
width:0;
height:0;
}

.side{
position:absolute;
right:5px;
width:210px;
padding:10px;
}
.treeview, .treeview ul {
padding: 0;
margin: 0;
list-style: none;
}

.treeview ul {
margin-top: 4px;
}

.treeview .hitarea {
background: url(/static/images/tview/treeview-default.gif) -64px -25px no-repeat;
height: 16px;
width: 16px;
margin-left: -16px;
float: left;
cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
display: inline;
float:none;
}

.treeview li { 
margin: 0;
padding: 3px 0pt 3px 16px;
}

.treeview a.selected {
background-color: #eee;
}

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { color: red; cursor: pointer; }

.treeview li { background: url(/static/images/tview/treeview-default-line.gif) 0 0 no-repeat; }
.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }

.treeview .expandable-hitarea { background-position: -80px -3px; }

.treeview li.last { background-position: 0 -1766px }
.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(/static/images/tview/treeview-default.gif); }
.treeview li.lastCollapsable { background-position: 0 -111px }
.treeview li.lastExpandable { background-position: -32px -67px }

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }

.treeview-red li { background-image: url(/static/images/tview/treeview-red-line.gif); }
.treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable { background-image: url(/static/images/tview/treeview-red.gif); }

.treeview-black li { background-image: url(/static/images/tview/treeview-black-line.gif); }
.treeview-black .hitarea, .treeview-black li.lastCollapsable, .treeview-black li.lastExpandable { background-image: url(/static/images/tview/treeview-black.gif); }

.treeview-gray li { background-image: url(/static/images/tview/treeview-gray-line.gif); }
.treeview-gray .hitarea, .treeview-gray li.lastCollapsable, .treeview-gray li.lastExpandable { background-image: url(/static/images/tview/treeview-gray.gif); }

.treeview-famfamfam li { background-image: url(/static/images/tview/treeview-famfamfam-line.gif); }
.treeview-famfamfam .hitarea, .treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable { background-image: url(/static/images/tview/treeview-famfamfam.gif); } 

.filetree li { padding: 3px 0 2px 16px; }
.filetree span.group, .filetree span.user, .filetree span.email, .filetree span.invalidemail, .filetree span.fullconnect, .filetree span.partialconnect, .filetree span.unknownconnect { padding: 1px 0 1px 19px; display: block; }
.filetree span.group { background: url(/static/images/group_icon.png) 0 0 no-repeat; }
.filetree li.expandable span.group { background: url(/static/images/group_icon.png) 0 0 no-repeat; }
.filetree span.email { background: url(/static/images/icons/email.png) 0 0 no-repeat; }
.filetree span.invalidemail { background: url(/static/images/icons/email_delete.png) 0 0 no-repeat; }
.filetree span.user { background: url(/static/images/person_icon.png) 0 0 no-repeat; }
.filetree span.fullconnect { background: url(/static/images/greenlight.png) 0 0 no-repeat; }
.filetree span.partialconnect { background: url(/static/images/redlight.png) 0 0 no-repeat; }
.filetree span.unknownconnect { background: url(/static/images/yellowlight.png) 0 0 no-repeat; }

#welcomebox h1 {
color: navy;
}
div#welcomebox {
padding: 10px 5px 10px 5px;
}
div.welcomepoint {
clear: left;
padding-left: 40px;
}
img.welcomepointpic {
float: left;
width: 130px;
padding: 6px;
}
div.welcomepointtext {
padding: 6px;
}
div.welcomepointtext b {
color: #990000;
}

/* ranking stars */
.star {float: left; height: 18px; width: 17px; border: none;}
.starempty {background: url(/static/images/icons.png) -0px -200px no-repeat;}
.star0 {background: url(/static/images/icons.png) -0px -200px no-repeat;}
.star1 {background: url(/static/images/icons.png) -17px -200px no-repeat;}
.star2 {background: url(/static/images/icons.png) -34px -200px no-repeat;}
.star3 {background: url(/static/images/icons.png) -51px -200px no-repeat;}
.star4 {background: url(/static/images/icons.png) -68px -200px no-repeat;}
.star5 {background: url(/static/images/icons.png) -85px -200px no-repeat;}
.star6 {background: url(/static/images/icons.png) -102px -200px no-repeat;}
.star7 {background: url(/static/images/icons.png) -119px -200px no-repeat;}
.star8 {background: url(/static/images/icons.png) -0px -218px no-repeat;}
.star9 {background: url(/static/images/icons.png) -17px -218px no-repeat;}
.star10 {background: url(/static/images/icons.png) -34px -218px no-repeat;}
.starfull {background: url(/static/images/icons.png) -51px -218px no-repeat;}

/* ranking stars */
#karmabar {float: left; height: 25px; border: none; background: url(/static/images/flower.png) 0px 0px repeat;}

/* ------------------- scroller -------------------- */

/* prev, next, prevPage and nextPage buttons */
a.prev, a.next, a.prevPage, a.nextPage {
position:absolute;
top:70px;
z-index:1;
}

/* disabled navigational button */
/*
a.disabled {
visibility:hidden !important;
}
*/

a.prev, a.prevPage {
left:1px;
}

#flashthumbnail, #player, #player_api {
z-index: 101;
}

/* next button uses another background image */
a.next, a.nextPage {
right:5px;
}

/* position and dimensions of the navigator */
.videolist div.navi {
position:absolute;
width:200px;
height:20px;
left:465px;
top:-20px;
}

/* items inside navigator */
div.navi a {
float:right;
width:8px;
height:8px;
margin:3px;
background:url(/static/images/navigator.png) 0 0 no-repeat;
display:block;
font-size:1px;
}

/* mouseover state */
div.navi a:hover {
background-position:0 -8px;      
}

/* active state (current page state) */
div.navi a.active {
background-position:0 -16px;     
} 

/*
root element for the compactscroller. 
when scrolling occurs this element stays still. 
*/
div.compactscroller {
/* required settings */
position:relative;
overflow:hidden; 
width: 660px;
height:275px;
left:-5px;
}

/* 
root element for compactscroller items. Must be absolutely positioned
and it should have a super large width to accomodate compactscroller items.
it's enough that you set width and height for the root element and
not for this element.
*/
div.compactscroller div.items, div.scroller div.items {
/* this cannot be too large */
width:20000em;
position:absolute;
clear:both;
}

/* single compactscroller item */
.compactvideoentry {
float:left;
margin-right:10px;
cursor:pointer;
padding: 10px 10px 10px 10px;
max-width: 280px;
}

div#featured scroller {
position:relative;
overflow:hidden; 
width:450px;
height:300px;
}

/* position and dimensions of the navigator */
div#featured div.navi {
position:absolute;
top: -50px;
width:200px;
height:20px;
right:50px;
}

#featured a.prev, #featured a.prevPage {
top:145px;
left:20px;
}

#featured a.next, #featured a.nextPage {
top:145px;
right:20px;
}

/* single compactscroller item */
.featuredvideoentry {
position: relative;
float: left;
margin-left: 20px;
margin-right: 20px;
cursor:pointer;
}

div#featured {
position: relative;
overflow: hidden;
width: 100%;
max-width: 100%;
background-color: #444;
height: 400px;
max-height: 400px;
top: 52px;
float: left;
}

div#featuredtop, div#featuredbottom {
position: relative;
width: 100%;
background: url(/static/images/filmstrip-bottom.png) repeat;
height: 40px;
top: 52px;
float: left;
}

div#headerbottom {
position: relative;
width: 100%;
background: url(/static/images/header-border.png) repeat;
height: 2px;
float: left;
}

div#featuredtop {
background: url(/static/images/filmstrip-top.png) repeat;
}

div.featuredinfoback {
z-index: 1;
display: none;
background-color: #000;
position: absolute;
width: 400px;
height: 50px;
right: 0;
bottom: 10px;
opacity: 0.7;
filter: alpha(opacity=70);
}

div.featuredinfotext {
position: absolute;
display: none;
z-index: 2;
background-color: transparent;
color: #ddd;
right: 10px;
bottom: 20px;
width: 380px;
max-width: 380px;
height: 30px;
}

div.featuredname {
position: absolute;
overflow: hidden;
white-space: nowrap;
width: 280px;
max-width: 280px;
top: 5px;
left: 5px;
}


/* fastforum formatting */
div.post {
margin-left: 25px;
margin-top: 15px;
}
div.post.deleted>span.postbody {
color: gray;
}
div.post.selected {
border: 3px;
border-color: black;
border-style: dotted;
}
.meta {
font-size: 12px;
color: gray;
}
.user {
color: #b41825;
font-weight: bold;
padding-right: 10px;
cursor:pointer;
}
.deleted>.meta>.user {
color: gray;
font-weight: normal;
}

div.votebox {
float:left;
padding-right: 5px;
}
.timeago {
color: #777;
font-size: small;
}
.threadstats {
font-size: small;
}
.discussionform {
padding-top: 10px;
padding-left: 20px; 
padding-right: 20px;
}

.meta {
padding-top: 2px;
}

.controls .reply {
color: navy;
font-weight: bold;
}
.controls:hover {
cursor: pointer;
}

a.help {
float: right;
margin-right: 120px;
}

.votebox           { cursor: pointer; }
.votebox div       { height: 20px; width: 20px; }
.voteup            {background: url(/static/images/icons.png) -96px -239px no-repeat;}
.upvoted .voteup   {background: url(/static/images/icons.png) -115px -239px no-repeat;}
.votedn            {background: url(/static/images/icons.png) -78px -239px no-repeat; }
.downvoted .votedn {background: url(/static/images/icons.png) -134px -239px no-repeat;}

.controls button {
cursor: pointer; height: 20px; width: 20px;
margin-left: 5px;
position: relative;
top: -2px;
border: 0 none;
}
.forumreplyicon    {background: url(/static/images/icons.png) -0px -240px no-repeat;}
.forumpermlinkicon {background: url(/static/images/icons.png) -19px -240px no-repeat;}
.forumediticon     {background: url(/static/images/icons.png) -39px -240px no-repeat;}
.forumdeleteicon   {background: url(/static/images/icons.png) -59px -240px no-repeat;}
.forumparenticon   {background: url(/static/images/icons.png) -105px -221px no-repeat;}

/* root element for tabs  */
ul.css-tabs {  
margin:0 !important; 
padding:0;
height:30px;
}

/* single tab */
ul.css-tabs li {  
float:left; 
padding:0; 
margin:0;  
list-style-type:none;
}

/* link inside the tab */
ul.css-tabs a { 
float:left;
font-size:13px;
display:block;
padding:5px 10px;
text-decoration:none;
border-top:1px solid #999;
border-left:1px solid #999;
border-right:1px solid #999;
border-bottom:0px;
height:18px;
background-color:#efefef;
color:#777;
margin-right:2px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-topright:4px;
position:relative;
top:1px;
}

ul.css-tabs a:hover {
background-color:#F7F7F7;
color:#333;
}

#headertabs {
display: none;
position: absolute;
left: 250px;
top: 40px;
}

#steps {
position: relative;
left: 30px;
width: 900px;
}
#steps img.steppic {
clear: both;
float: left;
padding-top: 10px;
padding-bottom: 20px;
}
#steps .text {
width: 780px;
float: right;
padding-top: 10px;
padding-bottom: 20px;
}

b.red {
color: #b41825;
}

#thumbpopup {
display: none;
position: fixed;
background-color: white;
top: 100px;
right: 10px;
border: 2px solid #b41825;
}

#direditform table tr td {
padding: 5px;
}

.deselectednews {
display: none;
}

.activedrag {
background-color: #ff0;
}

.drophover {
background-color: #ccc;
}

.miniplaylistentry img {
float: left;
display: block;
margin: 3px;
border: 1px solid #ccc;
}

.miniplaylistentry {
clear: both;
}

div.frontmatrixdiv {
clear: both;
position: relative;
margin: 4px;
padding-top: 15px;
height: 1%;  /* the so-called holly hack for IE */
}

div.frontleftwrapperbox {
float: left; 
position: relative; 
width: 755px; 
background-color: #330000;
padding: 0px 0px 0px 0px; 
left: 5px;    
}

h2.frontwrapperboxtitle {
font-family: arial, sans-serif;
font-size: 10pt;
color: #fff;
font-weight: bold;
padding: 5px 10px 5px 10px;
}

div.frontleftinnerbox {
position: relative;
width: 735px;
background-color: #fff;
margin-bottom: 0px;
padding: 5px 10px 5px 10px;
}

p.blogtext {
font-family: helvetica, serif; 
font-size: 10pt; 
text-align: justify;    
}

div.frontrightwrapperbox {
position: relative;
width: 215px; 
background-color: #444444;
padding: 0px 0px 0px 0px; 
margin-bottom: 15px;
}

div.frontrightinnerbox {
position: relative; 
width: 195px;
background-color: #fff; 
margin-bottom: 0px;
padding: 5px 10px 5px 10px;
}

td.bottomdotted {
border-bottom: #ddd 1px dotted;
}    

td.rightdotted {
border-right: #ddd 1px dotted;   
}

td.frontrightinnerleftcol {
width: 72%;
border-bottom: #ddd 1px dotted;
border-right: #ddd 1px dotted;
}

td.frontrightinnerightcol {
text-align: center;
border-bottom: #ddd 1px dotted;
}

td.frontrightinnerfull {
border-bottom: #ddd 1px dotted;
}

table.frontrightinnertable {
width: 100%; 
font-family: helvetica, serif; 
font-size: 8pt;    
}

#nocachebanner {
display: none;
position: absolute;
width: 300px;
height: 70px;
padding: 10px;
color: white;
text-align: center;
background-color: black;
top: 50%;
left: 50%;
margin-top: 20px;
margin-left: -150px;
z-index: 2;
opacity: 0.9;
filter: alpha(opacity=90);
}

img.introimage {
position: relative;
float: left;
margin-top: 10px;
margin-bottom: 40px;
}

div.introbox {
position: relative;
padding: 10px;
clear: right;
float: right;
width: 240px;
font-size: small;
margin-top: 10px;
margin-bottom: 30px;
background-color: #efe;
border: #080 1px solid;
}

img.introboximg {
float: left;
margin: 5px;
}

#subdomaintabs {
display: none;
z-index: 100;
background-color: #fff;
position: absolute;
left: 250px;
top: -6px;
color: #777;
border: #777 1px solid;
height: 30px;
padding-top: 10px;
}

#subdomaintabs a {
color: #700;
}

#subdomaintabs span {
padding: 0 10px 0 10px;
}
