@charset "utf-8";
/* LivePresenter Player CSS
order: top to bottom, left to right
*/

/* root tags */

body {
	text-align:center;
	margin: 0 auto;
	background-image: url(../plr_images/plr_bg_repeating.jpg);
	background-repeat: repeat-x;
	font-family: Myriad, Arial, Helvetica, sans-serif;
}

/* positioning */
#mainDiv {
	text-align:center;
	margin: 0 auto; 
	width:1000px;

}

#plrContainer {
	margin: auto;
	text-align:left;
}

#plrBodyTopCap {
	float:left;
	width:996px;
	height:17px;
	margin-top:4px;
	background-image:url(../plr_images/plr_body_top_cap.png);
}

#plrBody {
	float:left;
	height:690px;
}

#plrBodyLeft {
	float:left;
	width:15px;
	height:100%;
	background-image:url(../plr_images/plr_body_left.png);
	background-repeat:repeat-y;
}

#plrContent {
	float:left;
	width:979px;
	height:100%;
	background-color:#ececec;
}

#leftSection {
	float:left;
	width:498px;
}

	#leftHeaderBlock {
		float:left;
		width:950px;
		height:33px;
		background-image:url(../plr_images/left_header_block.png);
	}
	
	#vidFrame {
		float:left;
		width:498px;
		height:407px;
		margin-top:5px;
		background-image:url(../plr_images/vid_frame.png);
	}
	
	#mediaElement {
		float:left;
		width:480px;
		height:360px;
		margin-left:9px;
		margin-top:9px;
	}
	
	#mediaControls {
		float:left;
		width:480px;
		height:28px;
		margin-left:9px;
		background-image:url(../plr_images/controls_bg.png);
	}

#rightSection {
	float:left;
	width:418px;
	margin-left:4px;
}

	#rightHeaderBlock {
		float:left;
		width:410px;
		height:23px;
		margin-left:4px;
		background-image:url(../plr_images/right_header_block.png);
	}
	
	#logoFrame {
		float:left;
		width:419px;
		height:99px;
		background-image:url(../plr_images/logo_frame.png);
	}
	
	#logoContent {
		float:left;
		width:383px;
		height:76px;
		margin-top:11px;
		margin-left:17px;
		background-color:#ffffff;
	}
	
	#slidesFrame {
		float:left;
		width:418px;
		height:319px;
		margin-top:4px;
		background-image:url(../plr_images/slides_frame.png);
	}
	
	#slidesContent {
		float:left;
		width:388px;
		height:288px;
		margin-top:9px;
		margin-left:9px;
	}
	
#bottomSection {
	float:left;
	width:993px;
	height:235px;
	margin-top:4px;
	margin-left:1px;
	background-image:url(../plr_images/chat_frame.png);
}

#chatFrame {
	float:left;
	width:850px;
	height:210px;
	margin-top:13px;
	margin-left:33px;
}

#plrBodyRight {
	float:right;
	width:15px;
	height:100%;
	background-image:url(../plr_images/plr_body_right.png);
	background-repeat:repeat-y;
}

#plrBodyBtmCap {
	float:left;
	width:993px;
	height:17px;
	background-image:url(../plr_images/plr_body_btm_cap.png);
}
	
	/* formatting */
	
	.plrHeader {
	font-size: 14px;
	color: #ffffff;
	font-weight:bold;
	padding-top: 3px;
	padding-left: 5px;
}
