/*My tube style definitions*/
.MyTube_container{
	display:block;
	clear:both;
	width:600px;
	float:none;
	background:#ffffff;
}
.MyTube_container a.toggle{
        border:none;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	display:block;
	position:relative;
	margin:10px;
	text-align:left;
}
/* youtube player container; the player takes the width/height of this container */
.MT_youtube_player{
	display:block;
	position:relative;
	width:600px;
	height:500px;
	background:#000000;
	margin:0px;
}

/* the playlist design */
.MT_playlist{
	display:block;
	position:relative;
	width:600px;
	float:left;
	color:#FFFFFF;
}
.loading{
	background:url(images/spinner.gif) left center no-repeat;
	height:20px;
	padding-left:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
}

.MT_playlist .MyTube_video{
        display:block;
        position:relative;
        float:left;
        text-align:center;
        width:120px;
        height:90px;
        overflow:hidden;
        border:1px #333333 solid;
        margin:0px 12px 20px 15px;
        font-size:11px;
}

/* ToolTips design */	
.MyTube_Tips{
	background:#333333;
	color:#FFFFFF;
	font-size:11px;
	padding:10px;
	width:150px;
}

.MyTube_Tips .tip-text{
	display:none;
}

/* General Style definition*/

body    {
	background-color: #999999;
}
.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
        line-height:150%;
}
.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.style4 {
	color: #365976;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style8 {color: #1a578a; font-weight: bold; }

img     {
        border-style: none;
}

a:link {
        text-decoration: none;
        color: #365976;
        font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;

}

a:visited {text-decoration: none}

a:hover {
        text-decoration: none;
        border-bottom-style: solid;
        border-bottom-width: 2px;
        border-bottom-color:#EDEDED;
        padding-bottom:inherit;
        
}

a:active {
        text-decoration: none;
        border-bottom-style: solid;
        border-bottom-width: 2px;
        border-bottom-color:#EDEDED;
        padding-bottom:inherit;
        
}

.current:active,.current:link,.current:visited{
        border-bottom-style: solid;
        border-bottom-width: 2px;
        border-bottom-color:#EDEDED;
        padding-bottom:inherit;
        
}

.nostyle:active,.nostyle:link,.nostyle:visited{
          border-bottom-width: 0px;
          border:none;
          padding-bottom:0cm;
}

/*li {
    list-style-image:url("../imgs/box.png");
    list-style-type:circle;
}*/