BODY {
	MARGIN-TOP: 0px;
	MARGIN-BOTTOM: 0px;
	MARGIN-LEFT: 0px;
	MARGIN-RIGHT: 0px;
	SCROLLBAR-BASE-COLOR: #C3C0C9;	
        SCROLLBAR-ARROW-COLOR: #FFFFFF;	
}

TD {
        FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
	FONT-SIZE: 9pt;
	COLOR: #000000;
}

IMG {
BORDER-COLOR: #000000
}



A:link {color: #000000; text-decoration: none}
A:visited {color: #000000; text-decoration: none}
A:active {color: #000000; text-decoration: underline}
A:hover {color: #000000; text-decoration: underline}
.camlink{
	font-weight : bold;
}
.camtitle{
	font-weight : bold;
	font-family : Verdana, Arail;
}
/*
cam schedule css
*/
#schedule_table{
}
#schedule_row{

}
#schedule_cell{
	font-weight : normal;
	font-family : tahoma;
	font-size : 12px;
}
#schedule_link{
	font-weight : normal;
	font-family : tahoma;
	font-size : 12px;
}
#schedule_link_live{
	font-weight : normal;
	font-family : tahoma;
	font-size : 12px;
	color : red;
}
#schedule_div{
	width : 150px;
	height : 300px;
	overflow : hidden;
}
#hidden{
	height : auto;
	overflow : hidden;
}


/* BEGIN PHIL-FLASH WEBCAM NETWORK SCHEDULE */
	#pfcamnet{
	/* Main div for schedule */
		position : relative;
		width : 160px;
		height : auto;
		border : 1px solid #000000;
		margin-bottom : 25px;
		background-color : #ffffff;
	}
	* html #pfcamnet{
	/* IE Fix */
		width : 162px;
	}
	#pfcamnet #chathead{
	/* Div holding the header image */
		background-image : url(http://members.nextdoornikki.com/graphics/camnetwork/chathead.jpg);
		width : 160px;
		height : 83px;

	}
	#pfcamnet .pfcamnetbox{
	/* Div holding the content */
		width : 158px;
		height : 350px;
		overflow : auto;
		font-family : Verdana;
		font-size : 10px;
		padding-left : 3px;
		text-align : left;
		padding-top : 5px;
		padding-bottom : 5px;
		/* scrollbars are in separate class rule*/
	}
	* html #pfcamnet .pfcamnetbox{
	/* IE Fix */
		width : 160px;
	}
	#pfcamnet .pfcamnetbox span.pfchatnetitem{
	/* Controls span tag holding links */
		display : block;
	}
	.pfchatnetitem a.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;
	}
	.pfchatnetitem a.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;

	}
	.pfchatnetitem a.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;
	}
	.pfchatnetitem a.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;
	}

	.pfchatnetitem a.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{
		
	}
.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 */

