/* WMxxx tags store data to describe this file */
#WMTemplate
{
	WMName: "Default";
	WMDesc: "Default template. Small video display (240 x 180) with resizable slide and HTML areas. This template has solid background colors.";
}

/* image dependancies */ 
.PlayerPause_Rest 	{ background-image: url("pause_r.gif"); } 
.PlayerPause_Hover 	{ background-image: url("pause_h.gif"); } 
.PlayerPause_Down 	{ background-image: url("pause_d.gif"); } 
.PlayerDiscussion_Rest 	{ background-image: url("disc_r.gif"); } 
.PlayerDiscussion_Hover { background-image: url("disc_h.gif"); } 
.PlayerDiscussion_Down 	{ background-image: url("disc_d.gif"); } 
.PlayerNext_Rest 	{ background-image: url("next_r.gif"); } 
.PlayerNext_Hover 	{ background-image: url("next_h.gif"); } 
.PlayerNext_Down 	{ background-image: url("next_d.gif"); } 
.PlayerPlayPause_Rest 	{ background-image: url("play_r.gif"); } 
.PlayerPlayPause_Hover 	{ background-image: url("play_h.gif"); } 
.PlayerPlayPause_Down 	{ background-image: url("play_d.gif"); } 
.PlayerPrevious_Rest 	{ background-image: url("previous_r.gif"); } 
.PlayerPrevious_Hover 	{ background-image: url("previous_h.gif"); } 
.PlayerPrevious_Down 	{ background-image: url("previous_d.gif"); } 
.Img_Clock 		{ background-image: url("clock.gif"); } 
.Img_Marrow 		{ background-image: url("marrow.gif"); } 
.Img_Parrow 		{ background-image: url("parrow.gif"); } 
#PlayerBL 		{ background-image: url("back_left.gif"); } 
#PlayerBC 		{ background-image: url("back_center.gif"); } 
#PlayerBR 		{ background-image: url("back_right.gif"); } 

#HTML1Div
{
	VISIBILITY: visible;
	POSITION: absolute;
	TOP: 365px;
	LEFT: 330px;
	HEIGHT: 150px;
	WIDTH: 460px;
	WMBodyHeight: 0;
	WMAlignSpacing: 10;
}
#LeftSideBackground
{
	POSITION: absolute;
	TOP: 0px;
	LEFT: 0px;
	HEIGHT: expression(document.body.clientHeight + document.body.scrollTop);
	WIDTH: 320px;
	VISIBILITY: visible;
}
#MediaPlayer
{
	HEIGHT: 180px;
	WIDTH: 240px;
}
#MediaPlayerControlsDiv
{
	POSITION: absolute;
	LEFT: -30px;
	WIDTH: 300px;
}
#MediaPlayerDiv
{
	POSITION: absolute;
	TOP: 10px;
	LEFT: 40px;
	HEIGHT: 180px;
	WIDTH: 240px;
}
#SlidesDiv
{
	POSITION: absolute;
	TOP: 10px;
	LEFT: 330px;
	HEIGHT: 345px;
	WIDTH: 460px;
	WMAlignProportional: 19;
}
#TOCDiv
{
	POSITION: absolute;
	TOP: 250px;
	LEFT: 27px;
	HEIGHT: 290px;
	WIDTH: 293px;
	WMAlignBottom: 19;
}