div {
	
	scrollbar-base-color: #333333;
	scrollbar-arrow-color: #EBF0F4;
	scrollbar-3dlight-color: #005082;
	scrollbar-darkshadow-color: #005082;
	scrollbar-face-color: #005082;
	scrollbar-highlight-color: #005082;
	scrollbar-shadow-color: #005082;
	scrollbar-track-color: #005082;
	}

	div.container {

	overflow:auto;
	border:1px solid gray;
	width:445px;
	height: 330px;
	background-image:url(images/youtubebackground.jpg);
	background-color:#6699CC;
	padding: 1px;

	}

	
	div.playercontrol {
        
        
        font-weight: bold;
	font-family: arial;
        color: #FFFFFF;
        font-size: 4;
	padding-left:5px;
	padding-top:2px;
	margin-bottom:5px;
	border:1px solid gray;
	height: 55px;

	background-image:url(images/playerbackground.jpg);
	}
	

	
	div.tabrow {

	padding-left:5px;
	padding-top:2px;
	margin-bottom:5px;
	border:1px solid gray;
	height: 75px;
	background-image:url(images/rowbackground.jpg);

	}

	div.generaltext{

	font-weight: bold;
	font-family: Arial;
        color: #FFFFFF;

	}

	div.headertext{

		font-size: 18;
	}

	div.headersubtext {

	    font-size: 13;

	}

	div.headersubtextitalic {

		font-size: 13;
	    font-style: Italic;

	}

	div.videoname {

			font-size: 13;
		    font-style: Italic;

	}

	div.video {

	    border:0px solid gray;
	    width:425px;
	    height: 355px;

	}

	td.generaltext {

       font-weight: bold;
	   font-family: Arial;
       color: #FFFFFF;

	}

	td.rowtext {

	    font-size: 11;

	}

	td.fileintrotext {

	    font-size: 11;

	}

	td.filenametext {

		font-size: 13;
	    color: #FF9900;
	}
	
	.time
	{
	
	  font-weight: bold;
	  font-family: verdana;
          color: #CCCCCC;
          font-size: 10;
	
	}


	/* pushes the page to the full capacity of the viewing area */
	html {height:100%;}
	body {height:100%; margin:0; padding:0;}
	/* prepares the background image to full capacity of the viewing area */
	#bg {position:fixed; top:0; left:0; width:100%; height:100%;}
	/* places the content ontop of the background image */
	#content {position:relative; z-index:1;}
	/* some css fixes for IE browsers */
	html {overflow-y:hidden;}
	body {overflow-y:auto;}
	#bg {position:absolute; z-index:-1;}
	#content {position:static;}
	
	A:link {text-decoration: none}
	A:visited {text-decoration: none}
	A:active {text-decoration: none}
	A:hover {text-decoration: none; color: white;}


