

/* for embedding in IE */
html {
	border: none;
	overflow: auto;
}

body {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #000000;
	background-color: #606060;
	/* sizes provisional 31/5/09 */
	font-size: 16px;
	line-height: 18px;
	padding: 0;
	margin: 0;
}

p#startup {
	margin: 170px 10px 0px 50px;
	color: #c0c0c0;
	font-weight: bold;
}

a.txt {
	font-weight: bold;
	text-decoration: none;
	margin: 0 20px;
	padding: 0px 20px;
	color: #000080;
	outline: none;
}

a.txt:hover {
	color: #e0e0c0;
	background-color: #202040;
	background-color: #a0a0a0;
	color: #000080;
}

a img {
	border: 0;
}

div#embedplayer { /* only needed at page load, before any video played. */
	height: 385px;
	z-index: 5;
}


div#playerbox {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 480px;
	height: 480px;
	background-image: url(images/playframe2.gif);
	background-repeat: no-repeat;
	padding: 30px;
}

div#footer {
	position: absolute;
	top: 430px;
	left: 50px;
}

#myytplayer {
	background-color: #808080; /* no effect, except in obscure Chrome stall. */
}

img#busyimg {
	position: absolute;
	top: 420px;
	left: 40px;
	height: 18px;
	width: 18px;
	visibility: hidden;
	z-index: 20;
}

img#xbusyimg {  /* old version */
	position: absolute;
	top: 420px;
	left: 40px;
	height: 18px;
	width: 18px;
	visibility: hidden;
}

img.arrow {
	padding: 0;
	margin: 0;
}

div#playlstt2 { /* up arrow */
	position: absolute;
	top: 5px;
	left: 580px;
	width: 160px;
	height: 30px;
	line-height: 4px;
	font-size: 4px;
	text-align: center;
	padding: 0;
	margin: 0;

}

div#playlstt1 { /* blank up arrow */
	position: absolute;
	top: 35px;
	left: 580px;
	width: 160px;
	height: 20px;
	text-align: center;
	padding: 0;
	margin: 0;
	line-height: 4px;
	font-size: 4px;
}

div#playlstb1 { /* blank down arrow */
	position: absolute;
	top: 535px;
	left: 580px;
	width: 160px;
	height: 20px;
	text-align: center;
	line-height: 4px;
	font-size: 4px;
}

div#playlstb2 { /* down arrow */
	position: absolute;
	top: 555px;
	left: 580px;
	width: 160px;
	height: 30px;
	text-align: center;
	line-height: 4px;
	font-size: 4px;
}

div#playlist {
	position: absolute;
	top: 55px;
	left: 580px;
	width: 201px; /* compact 240 */
	overflow-x: hidden;
	height: 480px;
	overflow-y: scroll;
	outline: none;
	border: none;
}

div.videoitem {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	line-height: 14px;
	width: 160px;
	display: block;
	margin: 0px 0px 0px 0px;
	cursor: pointer;
}

div.videoitem div.frame6t {
	background-image: url(images/frame7t.gif);
	background-repeat: no-repeat;
	height: 18px;
	width: 160px;
}

div.bubble div.frame6t {
	background-image: url(images/frame6t.gif);
}

div.videoitem div.frame6m {
	font-size:   12px;
	font-weight: bold;
	color: #ffff40;
	background-image: url(images/frame7m.gif);
	padding: 0px 12px;
	background-repeat: repeat-y;
	text-align: center;
}

div.bubble div.frame6m {
	background-image: url(images/frame6m.gif);
}

div.videoitem div.frame6b {
	background-image: url(images/frame7b.gif);
	background-repeat: no-repeat;
	height: 18px;
	width: 160px;
}

div.bubble div.frame6b {
	background-image: url(images/frame6b.gif);
}

p#videotitle {
	color: #ffff40;
	font-weight: bold;
	margin-top: 0px;
	width: 480px;
}

p#videodescr {
	color: #ffff40;
	font-size: 14px;
	width: 480px;
	margin: 0px;
}

/*
    p#videostats {
    	color: #ffff40;
    	font-size: 14px;
    	width: 480px;
    	margin: 0px;
    	margin-top: 8px;
    	border-top: 1px solid #000000;
    	display: none;
    }
    p#videostats span#sdate {
    	float: right;
    	color: #ffff40;
    	font-weight: normal;
    }
    p#videostats span {
    	color: #000000;	
    	font-weight: bold;
    }
*/

p#footdescr {
	color: #ffff40;
	font-size: 14px;
	width: 480px;
	margin: 0px;
	display: none;
}

p#videostats, p#footstats {
	color: #ffff40;
	font-size: 14px;
	width: 480px;
	margin: 0px;
	margin-top: 8px;
	border-top: 1px solid #000000;
	display: none;
}

span#fsl, span#vsl  {
	float: left;
}
span#fsr, span#vsr {
	float: right;
}

span#fsl span, span#fsr span, span#vsl span, span#vsr span  {
	color: #000000;	
	font-weight: bold;
}

div#titlet {
	width: 540px;
	height: 9px;
	font-size:   4px;
	line-height: 4px;
	background-image: url(images/image2t.gif);
	background-repeat: no-repeat;
	position: relative;
	margin-top: 50px;
	left: -30px;
	z-index: 20;
}

div#titlem {
	width: 540px;
	background-image: url(images/image2m.gif);
	background-repeat: repeat-y;
	position: relative;
	left: -30px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
	min-height: 40px;
	z-index: 20;
}

div#titleb {
	width: 540px;
	height: 9px;
	background-image: url(images/image2b.gif);
	background-repeat: no-repeat;
	position: relative;
	left: -30px;
	z-index: 20;
}

div#info {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 480px;
	height: 480px;
	background-image: url(images/playframe2.gif);
	background-repeat: no-repeat;
	padding: 30px;
	visibility: visible;
}

img#imginfo {
	width: 480px;
	height: 360px;
	
}

p#inf_title {
	margin-left: 10px;
	margin-right: 10px;
	padding: 4px 10px;
	position: relative;
	top: -360px;
	left: 0px;
	font-weight: bold;
	visibility: hidden;  /* temp to test ie6 */
}

p#inf_descr {
	margin-left: 10px;
	margin-right: 10px;
	padding: 4px 10px;
	position: relative;
	top: -100px;
	left: 0px;
	font-size: 12px;
	line-height: 22px;
	visibility: hidden;  /* temp to test ie6 */
}

span#infotitle {
	background-image: url(images/semi.png);
	padding: 4px 8px;
}

span#infodescr {
	background-image: url(images/semi.png);
	padding: 4px 8px;
}

p#ft_title {
	width: 460px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 395px;
	left: 40px;
	font-weight: bold;
	color: #ffff40;
}

div#badge {
	margin: 10px 10px 0px -20px;
	float: left;
	width: 120px;
}

div#badge1 {
	position: absolute;
	top:  650px;
	left: 600px;
	width: 120px;
	height: 60px;
}

div#btext {
	margin: 14px 10px 0px 20px;
	float: left;
	width: 360px;
	text-align: center;
}

div#btext1 {
	position: absolute;
	top:  660px;
	left: 50px;
	width: 480px;
	text-align: center;
	z-index: -1;
}

div#toptitle {
	position: absolute;
	top: 2px;
	left: 50px;
	width: 480px;
	color:#ffffff; 
	font-weight: bold;
	text-align: center;
}


