/* ---- LIVE PAGE  ------------------------------------------- */

div#leftchat {
	width:320px;
	float:left;
}
   
div#rightchat {
	width:400px;
	float:right;
}

.clearfixChatL {
	margin-left: 25px;
}

.clearfixChatR {
	margin-left: 375px;
}


div#left_top {
	display: block;
	margin-left: 65px;
	color:#ffffff;
	font-weight:bold;
	font-size:14px;
	font-family: Tahoma, Verdana, Arial;
	text-align: left;
	padding: 10px 10px 10px 10px;
	background: url(../images/right_header.png) no-repeat left;
}

div#left_content {
	background: url(../images/right_container.png) repeat-y left;
	margin-left: 63px;
	padding: 5px 5px 5px 25px;
	list-style:none;
}

div#left_content li  {
	color:#ffffff;
	font-size:12px;
	padding:0 0 0 0;
	text-decoration:none;
}

div#left_content li a {
	color:#ffff00;
	font-weight:bold;
	font-size:12px;
	padding:0 0 0 0;
	text-decoration:none;
	
}

div#left_botton {
	margin-left: 63px;
	background: url(../images/right_footer.png) no-repeat left;
}

/* ---- LIVE PAGE  ------------------------------------------- */


/* ---- FLOWPLAYER ------------------------------------------- */
/* styling of the container. */ 
a.myPlayer { 
	display:block; 
	width: 320px; 
	height:265px;
	text-align:center; 
	margin:0 15px 15px 0; 
	float:left; 
	border:1px solid #999;
	text-decoration: none;
	padding-botton: 50px;
} 
 
/* play button */ 
a.myPlayer img { 
	margin-top:80px; 
	border:0px; 
} 

/* info area */
a.myPlayer p {
	margin-top: 20px;
	color: #ffC000;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
}
 
/* when container is hovered we alter the border color */ 
/*
a.myPlayer:hover { 
	border:1px solid #000;
	text-decoration: none;
}
*/
/* ---- FLOWPLAYER ------------------------------------------- */

