/* 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 li    			{
							list-style:				none;
							margin-left:			-40px;
							color:					#fff992;
							}
#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						{}

a.camlink 					{text-decoration: none; color: #ed228f; cursor: default}
a.camlink:visited			{text-decoration: none; color: #ed228f; cursor: default}
a.camlink:hover				{text-decoration: none; color: #fff;	cursor: default; background: #ed228f;}
a.camlink:active			{text-decoration: none; color: #ed228f; cursor: default}

a.livenow                   {text-decoration: none; color: #0e5d01; cursor: default; font-weight:bold;}
a.livenow:visited			{text-decoration: none; color: #0e5d01; cursor: default;}
a.livenow:hover				{text-decoration: none; color: #fff;	cursor: default;}
a.livenow:active			{text-decoration: none; color: #0e5d01; cursor: default;}

.tooltip 					{
							text-align:				center;
							background-color:		#000;
							font:					normal 12px verdana;
							color					:#ed228f;
							border:					solid 1px #000;
}

/* END CAM SCHEDULE */