/* BEGIN CAM SCHEDULE */
#splash-cam-schedule		{
							position: 				absolute;
							top: 					210px;
							left: 					10px;
							color: 					#fff;
							}
.cam-title					{
							font-weight: 			bold;
							font-size: 				12pt;	
							padding-left: 			0;
							margin-bottom: 			4px;
							text-align: 			center;
							line-height: 			14pt;
							}
#pfcamnet					{/* Main div for schedule */
							position: 				relative;
							width: 					200px;
							height:					260px;
							margin: 				5px 0 0 0;
							padding: 				12px 0 9px 0;
							background: 			url(../pix/cam-bg.png);
							}
* html #pfcamnet{
							/* IE FIX */
							width: 					197px;
							}
#pfcamnet .pfcamnetbox		{/* Div holding the content */
							font-size: 				10pt;
							width: 					187px;
							height: 				250px;
							overflow: 				auto;
							padding-left: 			10px;
							text-align: 			left;
							padding-top: 			0;
							padding-bottom: 		6px;
							background: 			none;
							/* scrollbars are in separate class rule*/
							}
* html #pfcamnet .pfcamnetbox{
							/* IE FIX */
							width: 					197px;
							}
#pfcamnet .pfcamnetbox span.pfchatnetitem
							{/* Controls span tag holding links */
							display: 				block;
							}
.pfchatnetitem a.schedulelinklive
							{/*Link for live now */
							text-align: 			center;
							text-transform: 		uppercase;
							padding-left: 			0;
							padding-right: 			2px;
							text-decoration: 		none;
							color: 					#fff;
							background:				red;
							}
.pfchatnetitem a.schedulelink
							{
							text-decoration:		none;
							}
#chatmembership
							{/* Controls div for tour info title */
							line-height:			11pt;
							font-size:				8pt;
							}
.pfcamnetcenter				{/* Centers Text */
							text-align:				center;
							}
.camtip img					{border: 				1px solid #000;}
.tipDiv						{}
#pfcamnet a:link 			{text-decoration: none; color: #fff992; cursor: default}
#pfcamnet a:visited 		{text-decoration: none; color: #fff992; cursor: default}
#pfcamnet a:hover 			{text-decoration: none; color: #000000;	cursor: default; background: #fff992;}
#pfcamnet a:active			{text-decoration: none; color: #fff992; cursor: default}
/* END CAM SCHEDULE */