
/* BEGIN PHIL-FLASH WEBCAM NETWORK SCHEDULE */
	#pfcamnet{
	/* Main div for schedule */
		position : relative;
		width : 162px;
		height : auto;
		border : 1px solid #000000;
		background-color : #ffffff;
		vertical-align : top;
	}
	* html #pfcamnet{
	/* IE Fix */
		width : 162px;
	}
	#pfcamnet #chathead{
	/* Div holding the header image */
		background-image : url();
		width : 160px;
		height : 83px;

	}
	#pfcamnet .pfcamnetbox{
	/* Div holding the content */
		width : 160px;
		height : 461px;
		overflow : auto;
		font-family : Verdana;
		font-size : 10px;
		padding-left : 3px;
		text-align : left;
		padding-top : 5px;
		padding-bottom : 5px;
		vertical-align : top;
		/* scrollbars are in separate class rule*/
	}
	* html #pfcamnet .pfcamnetbox{
	/* IE Fix */
		width : 162px;
		height : 471px;
		vertical-align : top;
	}
	#pfcamnet .pfcamnetbox span.pfchatnetitem{
	/* Controls span tag holding links */
		display : block;
	}
	.schedulelinklive{
	/*Link for live now */
		text-align : center;
		text-transform : uppercase;
		color : #008000;
		font-size : 7pt;
		font-family : verdana;
		padding-left : 0px;
		padding-right : 2px;
		text-decoration : none;
	}
	.schedulelinkcancelled{
	/* Link for cancelled */
		text-transform : uppercase;
		color : red;
		font-size : 7pt;
		font-family : verdana;
		padding-left : 0px;
		padding-right : 2px;
		text-decoration : line-through;

	}
	.schedulelinkrescheduled{
	/* Controls rescheduled chat link */
		text-transform : uppercase;
		color : orange;
		font-size : 7pt;
		font-family : verdana;
		padding-left : 0px;
		padding-right : 2px;
	}
	.old{
	/* Controls rescheduled chat's old link */
		text-decoration : line-through;
	}
	.schedulelinklate{
	/* Controls late link, may be unneeded, as we can just add a second line to live link */
		text-align : center;
		text-transform : uppercase;
		color : green;
		font-size : 7pt;
		font-family : verdana;
		padding-left : 0px;
		padding-right : 2px;
		text-decoration : none;
	}

	.schedulelink{
	/* Controls all links */
		font-size : 10px;
		font-family : verdana;
		color : black;
		text-decoration : none;
	}
	#chatmembership{
	/* Controls div for tour info title */
		font-size : 7pt;
		color : #000000;

	}
	#chatmeminfo{
	/* Controls div for tour info blurb */
		font-size : 7pt;
		width : 96%;
		margin-bottom : 5px;
	}
	#countdowndiv{
	/* Controls div for iframe include */
		margin-bottom : 10px;
		font-size : 8pt;
		font-weight : bold;
		text-transform : uppercase;
	}
	.redline{
		color : #FF0000;
		text-decoration : underline;
	}
	.pfcamnetcenter{
	/* Centers Text */
		text-align : center;
	}
	#csttime{
	/* Controls CST Time text below schedule */
		color : red;
		font-size : 7pt;

		margin-top : 3px;
		margin-bottom : 3px;
	}
	.camtip img{
		border : 1px solid #000000;
		border-bottom : none;
	}
	
	.tipDiv{
	border : 1px solid #000000;
	}
.pfcamnetbox{
	/* Controls scrollbars in PFCam Schedule & LUScroller */
		scrollbar-3dlight-color : #F997CA;
		scrollbar-arrow-color : #000000;
		scrollbar-base-color : #FFFFFF;
		scrollbar-highlight-color : #ffffff;
		scrollbar-face-color : #F997CA;
		scrollbar-track-color : #FFC3E0;
		scrollbar-shadow-color : #FFC3E0;
		scrollbar-darkshadow-color : #6E6268;
}
/* END PHIL-FLASH WEBCAM NETWORK SCHEDULE */
