body{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	
}

td{
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 10pt;
	color: #000000;
}

img{
	border-color: #000000;
}

a:link,a:visited{
	color: #000000;
	text-decoration: none;
}

a:active,a:hover{
	color: #000000;
	text-decoration: underline;
}


/*
cam schedule css
*/
#schedule_table{
}
#schedule_row{

}
#schedule_cell{
	font-weight : normal;
	font-family : verdana;
	font-size : 8pt;
}
#schedule_link{
	font-weight : normal;
	font-family : verdana;
	font-size : 8pt;
}
#schedule_link_live{
	font-weight : normal;
	font-family : verdana;
	font-size : 8pt;
	color : red;
}
#schedule_div{
	width : 150px;
	height : 630px;
	overflow : hidden;
}
#hidden{
	height : auto;
	overflow : hidden;
}


.supportTitle{
	font-weight : bold;
	color : #000000;
}
#supportMain{
	width : 100%;
	height : 100%;
	font-family : Verdana, Arial, sans-serif;
	font-size :  9pt;
	font-weight : normal;
	background-color : inherit;
	color : #000000;
	padding : 6px 0px 6px 0px;
}
.stress{
	font-style: italic;
	text-decoration : underline;
}

/* Begin Disclaimer */
#disclaimer{
	font-family : Verdana, Arial, sans-serif;
	font-size : 8pt;
	color : #FFFFFF;
	margin-bottom : 10px;
}
#disclaimer a{
	font-size : 8pt;
	color : #FFFFFF;
}
#disclaimer a:hover{
	text-decoration : underline;
}
/* End Disclaimer */




/* BEGIN PHIL-FLASH WEBCAM NETWORK SCHEDULE */
	#pfcamnet{
	/* Main div for schedule */
		position : relative;
		width : 205px;
		height : auto;
		border : 1px solid #000000;
		margin-bottom : 5px;
		margin : 16px 0px 5px 0px;

	}
	* html #pfcamnet{
	/* IE Fix */
		width : 162px;
	}
	#pfcamnet #chathead{
	/* Div holding the header image */
		background-image : url(http://www.phil-flash.com/graphics/chathead.jpg);
		width : 160px;
		height : 83px;

	}
	#pfcamnet .pfcamnetbox{
	/* Div holding the content */
		width : 205px;
		height : 200px;
		overflow : auto;
		font-family : Verdana;
		font-size : 10pt;
		text-align : left;
		padding-top : 5px;
		padding-bottom : 5px;
		/* scrollbars are in separate class rule*/
	}
	* html #pfcamnet .pfcamnetbox{
	/* IE Fix */
		width : 203px;
	}
	#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 : #FFF;
		font-size : 10pt;
		font-family : verdana;
		padding-left : 0px;
		padding-right : 2px;
		text-decoration : none;	
		background:green;
	}
	.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 : 10pt;
		font-family : verdana;
		color : #000;
		text-decoration : none;
		line-height:15px
	}
	#chatmembership{
	/* Controls div for tour info title */
		font-size : 7pt;
		color : #000;

	}
	#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{
		
	}

}
/* END PHIL-FLASH WEBCAM NETWORK SCHEDULE */
