* {
	margin: 0;
	padding: 0;
	border: none;
}

html {
	background-color: #f1f1f1;
	font: 12px "Lucida Sans unicode", "Lucida Grande", "Trebuchet MS",Sans-Serif;
}

table {
	border-spacing: 0px;
	border-collapse: collapse;
}

form td {
	padding: 5px;
}

input, textarea {
	border: 1px solid black;
}

a, a:link {
	text-decoration: none;
}

body {
	margin: 0 auto;
	width: 1008px;
}

.next, .prev {
	padding-top: 24px;
	padding-left: 24px;
	margin: 6px;
	font-size: 0px; 
	position: relative;
}

.pager {
	margin-top: 10px;
}

.next {
	background: url(../images/strr.gif) no-repeat;	
}

.prev {
	background: url(../images/strl.gif) no-repeat;	
}

h5 {
	font-size: 17px;
	padding-bottom: 5px;
	margin-bottom: 0px;
	font-weight: normal;
}

#top {
	width: 100%;
	font-size:11px;
	height:110px;
	color: white;
	background: #5c6884;
}

.top {
	width: 100%;
	background: url(../images/bgtop.gif) #5c6884 repeat-x;
	height: 100px;
}

#top .logos {
	clear: both;
	background:transparent url(../images/bggr.gif) repeat-x;
	width: 100%;
}

#top .logos img {
	margin: 0 5px;
}

#top .right {
	float: right;
	width: 500px;
}

#top .right * {
	float: right;
}

#top .right .ad {
	margin: 5px;
}

#top .right .mini_logos {
	margin-right: 5px;
	height: 18px;
}

#top .right .mini_logos img{
	height: 18px;
	width: 21px;
	margin: 0px;
}

.poweredby {
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	font-style: italic;
	margin: 2px;
	float: none;
}
.login_box {
	text-align: right;
	font-size: 0px;
	margin-left: 10px;
	width: 130px;
}

.register {
	background: url(../images/register.gif) no-repeat transparent;
	padding-left: 72px;
	padding-bottom: 21px;
}

.login {
	background: url(../images/login.gif) no-repeat transparent;
	padding-left: 55px;
	padding-bottom: 21px;
}

.logout {
	margin-left: 1ex;
}


#main {
	clear: both;
	background: #f1f1f1;
}


#leftcolumn {
	float: left;
	width: 454px;
	overflow: hidden;
}

.video {
	background: #525e7b;
  	width: 430px;  
  	height: 465px;
  	padding-left: 25px;
    margin-top: 3px;
}

.video h1 {
	color:white;
	font-size:15px;
	font-weight:bold;
	padding: 20px;
}

#rightcolumn {
    margin-top: 3px;
	float: left;
	width: 553px;
	overflow: hidden;
}

.playlist_header {
	background: url(../images/black2blue.gif);
	width: 100%;
	height: 63px;
	color: white;
	padding: 0px 5px;
	overflow: hidden;
}

.playlist_header table {
	table-layout: fixed;
}

.playlist_header td {
	text-align: center;
	vertical-align: top;
	padding-top: 18px;
}

.playlist_header a.subscribe {
	color: #FFF;
	display: block;
	padding: 2px;
}

a.subscribe img {
	margin: 0 2px;
}

.playlist_header .pager .next {
    float: right;
    margin: 0;
}

.playlist_header .pager .prev {
    float: left;
    margin: 0;
}

.playlist_header .pager .prev a {
    background: url(../images/strl.gif) no-repeat;  
}

.playlist_header .pager .next a {
    background: url(../images/strr.gif) no-repeat;  
}

.playlist {
	height: 402px;
	color: #3F4C6B;
	clear: both;
	overflow-y: auto;
	overflow: scroll-y;
	position: relative; /* prevents wackyness with star rating */
}

* html .playlist {
	margin-right: 18px;
}

.playlist table {
	width: 100%;
}

.playlist tr {
	background: url(../images/tabbg.gif) repeat-x;
	height: 99px;
}

.playlist td {
	padding: 0px 5px;
}

.playlist tr.selected {
}

.playlist tr.selected td {
}

.bottom_tab {
	float: right;
	background: url(../images/blbot.gif) no-repeat;
	width: 80px;
	height: 32px;
}

.bottom_tab .prev {
	background: url(../images/strl2.gif) no-repeat;
	float:left;
	margin-top: -6px;
}

.bottom_tab .next {
	background: url(../images/strr2.gif) no-repeat;
	float:right;
	margin-top: -6px;
}

.banners {
	margin: 10px
}

.banners table {
	border-spacing: 10px;
	border-collapse: separate;
}

h2 {
	font-weight: bold;
	font-size: 13px;
}

.comments {
	margin: 10px 0px;
}

.comments h2 {
}

.comments h3 {
	text-decoration: underline
}

.comments li {
	list-style-type: none;
	background: url('../images/white_box_bg.gif') left bottom no-repeat;
	padding: 0 15px 5px 0;
	margin: 10px 0px;
	width: 441px;
}

.comments li .top {
	background: url('../images/white_box_top.gif') no-repeat;
	height: 13px;
}

.comments li p{
	margin: 10px;
}

.comments li table {
	width: 100%;
}

.comments li .author {
	color:#878787;
	width: 150px;
}

#comment_form {
	text-align: right;
}

#comment_form textarea {
	margin: 5px 0px;
	width: 441px;
}

.comments .prev {
	background-image: url(../images/strl3.gif);
}

.comments .next {
	background-image: url(../images/strr3.gif);
}

.wrapper {
	color: #000
}

.wrapper h1 {
	font-weight: normal;
}

.wrapper form table {
	width: 100%;
}

.wrapper form input {
	width: 200px;
	border: none;
}

.wrapper form button {
	float: right;
}

.wrapper form tr {
	height: 40px;
	background: url(../images/bg2.gif) repeat-x;
}

.wrapper form tr.captcha {
	height: 147px;
	background: url(../images/bg3.gif) repeat-x;
}

.wrapper form tr.last, #recaptcha_table tr{
	background: transparent;
	height: auto;
}


#modalbox{ position: fixed; left: 50%; top:15%; margin:0 0 0 -340px; background:#262626; border:3px solid #666; width: 680px; z-index: 100; }
#modalbox.locked{ position:absolute; top:0; left:0; margin:0; border:0; }
#overlay{ position: fixed; top: 0; left: 0; z-index: 99; width: 100%; height: 100%; background-color:black; opacity:0.6; filter: alpha(opacity=50); cursor: wait; }


* html #overlay{ position: absolute; background-color:#000; top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(0 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px'); }
* html #modalbox{ position: absolute; top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(15 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px'); }

#modalbox iframe{ overflow:hidden; }

.kalturaCode{ font-size: 20px; padding: 5px; }

