#CCScheduleWrap{
		width : 170px;
	}	
	#CCSchedule{/* schedule wrapper */
		width : 170px;
		border-width : 1px 1px 1px 1px;
		border-style : solid;
		border-color : #712A59;
		text-align : left;
		font-size : 10pt;
		background-color : #FFCCEE !Important;
		margin : 0 0 0 0;
		padding : 0 0 0 0;
	}
	#CCLogo{
		width : auto;
		height : auto;
		padding : 6px 0 6px 8px;
		background-color : #712A59;
		color : #FFFFFF;
		font-family : arial, helvetica, sans-serif;
		font-size : 8pt;
		font-weight : bold;
		background-position : center;
		text-align: left;
		vertical-align : middle;
	}
	.CCCam{/* individual webcam div */
		width : 170px;
		margin : 0 0 0 0;
		border-top : 0px solid #87d3ff;
	}
	.CCTitle{/* webcam title bar */
		width : auto;
		font-size : 9pt;
        background-color : #e95ab9;
        cursor : pointer;
	}
	.CCModelname{/* modelname div */
		width : 90px;
		float : left;
		clear : none;
		text-align : left;
		padding-left : 3px;
        font-size : 90%;
		background-color : transparent !Important;
	}
	.CCDate{/* webcam date/time div */
		width : 72px;
		_width : 72px; /* IE hack */
		float : right;
		cleayr : none;
		text-align : right;
		padding-right : 3px;
                font-size : 90%;
		background-color : transparent;
	}
	.CCDetails{/* webcam details div, default: inline 'display:none' */
		width : 160px;
		margin : 0 auto 6px auto;
		font-size : 8pt;
		background-color : #FFFFFF;
	}
	.CCThumb{/* webcam thumbnail div */
	
	}
	.CCDesc{/* webcam description div */
	
	}
	.odd{/* webcam alternating color 1 */
		background-color : #ffccee !Important;
	}
	.even{/* webcam alternating color 2 */
		background-color : #ffdff3 !Important;
	}
	.clear{
		clear:both;
		margin-top:-1px;
		height:1px;
		border:none;
		overflow:hidden;
	}
/**/
/**/
	#CCV{
		font-family:verdana;
		font-size : 7pt;
		width:172px;
		background-color:#FFCCEE;
		border-width:1px 1px;
		border-style:solid;
		border-color:#FFB1E5;
	}
	table#CCV .tla{
		background-color:#FFCCEE;
	}
	table#CCV .alt{
		background-color:#FFDFF3;
	}
	table#CCV th{
		padding:7px 0 7px 2px;
		background-color:#712A59;
		text-align:left;
		color:#FFF;
		font-size:7pt;
	}
	#CCV .desc{
		padding:3px 1px 3px 1px;
		font-family:verdana;
		font-size : 10px;
		text-align:justify;
		height:50px;
		overflow:auto;
		border-width:1px 1px;
		border-style:solid;
		border-color:#FFB1E5;
		background-color : #FFF;
	}
	#CCV td.nametime{
		padding : 2px 0;
		cursor : pointer;
		font-size:8pt;
	}
	#CCV .inner{
		border-width:0 1px;
		border-style:solid;
		border-color:#FFB1E5;
	}
	#CCV tr{
		margin:0 0;
	}
	#CCV td.holder{
		border-width:0 1px;
		border-style:solid;
		border-color:#FFB1E5;
		text-align:center;
	}
	#CCV a{color:#000;text-decoration:none;}
	#CCV tbody tr td.pagebgcolor{background-color:#712A59 !Important;color:#FFF;padding:6px 0 6px 2px;text-align:left;font-size:8pt;font-weight:bold;}
