@charset "UTF-8";
body  {
	font: Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ffffff;
}
h2{
	font: Arial, Helvetica, sans-serif;
}
.twoColFixRtHdr #container {
	width: 800px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 25px;
} 
#topnav {
	background-image: url(images/nav-back.jpg);
	width: 502px;
	height: 23px;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 290px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
}
.twoColFixRtHdr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 0;
	margin-right: 290px;
	margin-bottom: 10px;
	margin-left: 0px;
} 
p {
	margin: 0px;
	padding: 0px;
}
#footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #434343;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#myclips #folder {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
}
#clipgroup {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	padding-left: 0px;
	line-height: 12px;
}
#clipgroup img {
	padding-right: 5px;
	padding-left: 5px;
}
#footer #clipgroup {
	width: 350px;
	padding: 5px;
	float: left;
	height: 150px;
}
.checkbox {
	color: #28ab2f;
	background-color: #333333;
	border: 1px solid #999999;
}

.scroll{
	position:relative;
	display:block;
	height:300px;
	overflow:scroll;
	border:1px dashed black;
	border-right:0;
	margin:0px 0;
	left:0;
	top:0;
	width: 280px;
	/* fixes has-layout-bug in IE6*/
	zoom:1;
	
}
.tdcheckbox {
	font-size: 14px;
}
#sidebar1 #myclips {
	margin-top: 10px;
	height: 350px;
	border: 1px solid #626262;
	overflow: auto;
	width: 287px;
}
#footer #myclips {
	margin: 10px;
	height: auto;
	border: 1px solid #626262;
	overflow: auto;
	width: auto;;
}
#myclips2 {
	margin: 10px;
	height: 500px;
	border: 1px solid #626262;
	overflow: auto;
	width: auto;
}
#footer #clipgroup td {
	vertical-align: top;
}
#myclips-actions a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-transform: uppercase;
	color: #d5d5d5;
	padding-right: 5px;
	padding-left: 5px;
	text-decoration: none;
}
#myclips-actions {
	border: 1px solid #434343;
	text-align: center;
	margin-top: 5px;
}
#myclips-actions a:hover {
	background-color: #333333;
}
	select {
      display: block;
      width: 144px;
    }
    select.replaced {
      display: none;
    }
    ul.selectReplacement {
	background: url(images/top.gif) no-repeat;
	margin: 0;
	padding: 0;
	height: 22px;
	width: 165px;
	z-index: auto;
    }
    ul.selectReplacement li {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background: #424242;
	color: #fff;
	cursor: pointer;
	display: none;
	font-size: 11px;
	line-height: 1.7em;
	list-style: none;
	margin: 0;
	padding: 1px 12px;
	width: 150px;
	z-index: 100;
    }
    ul.selectOpen li {
	display: block;
	background-color: #424242;
    }
    ul.selectReplacement li.selected {
      background: url(images/bottom.gif) bottom left no-repeat;
      color: #fff;
      display: block;
    }
    ul.selectOpen li.selected {
      background: #2f4731;
      display: block;
    }
    ul.selectOpen li:hover,
    ul.selectOpen li.hover,
    ul.selectOpen li.selected:hover {
      background: #2f4731;
      color: #fff;
    }
	#selectboxes {
	padding-top: 10px;
}
.noaudio {
	color: #d2c833;
	font-size: 11px;
	padding-right: 30px;
}
#cartactions {
	float: right;
	margin-top: -25px;
}
#footer {
	padding-top: 10px;
}
#footer th {
	background-color: #212121;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #424242;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
#footer td {
	background-color: #000000;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#footer td.leftalign {
	text-align: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #424242;
}
#footer td.centeralign {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #424242;
	text-align: center;
}
.centeralign2 {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #424242;
	text-align: center;
	display: block;
	width: 50px;
	float: left;
}
.centeralign2e {
	text-align: center;
	display: block;
	width: 49px;
	float: left;
}

#cartactions .norights {
	color: #c20a0c;
	padding-right: 5px;
	font-size: 11px;
}
#cartactions .noaudio strong {
	font-size: 12px;
}
#cartactions .norights strong {
	font-size: 12px;
}
#cartactions a {
	color: #ffffff;
}
#newfolder {
	position: absolute;
	visibility: hidden;
	background-color: #000000;
	border: solid 1px #333333;
	padding: 3px;
	margin-top: -50px;
}
#ind-clipactions {
	display: none;
}
#pagination {
	text-align: right;
	width: 700px;
	position: absolute;
	top: 490px;
	z-index: 0;
}
#search_pagination_div {
	text-align: right;
	width: 700px;
	position: absolute;
	top: 490px;
	z-index: 0;
}
#remaininginfo {
	background-color: #333333;
	border: solid 1px #999999;
	text-align: center;
	padding: 3px;
	font-size: 11px;
	margin: 2px;
}
select.profileselect {
	width: 100px;
}

