@CHARSET "UTF-8";

	/* ------------------------------------------ */
	/* Deafult buttons                            */															
	/* ------------------------------------------ */

	.videoFlagDisabled{
		background-image: url(../images/Flag-Gray.png);
		background-repeat: no-repeat;
		line-height: 16px;
		padding: 2px 2px 2px 18px;
		cursor: not-allowed;
	}
	.videoFlagEnabled{
		background-image: url(../images/Flag-Red.png);
		background-repeat: no-repeat;
		line-height: 16px;
		padding: 2px 2px 2px 18px;
		cursor: pointer;
	}
	
	/* ------------------------------------------ */
	/* Send report                                */															
	/* ------------------------------------------ */
	
	#videoFlagReport{
		margin: 10px;
	}
	
	#videoFlagReport .videoImage{
		float: left;
	}
	
	#videoFlagReport .videoImage img{
		width: 160px;
		height: 90px;
		border: 0px;
	}	
	
	#videoFlagReport .videoTitle{
		margin-left: 170px;
		font-size: 18px;
		font-family: Arial, Helvetica, sans-serif;
		margin-bottom: 10px;
	}
	
	#videoFlagReport .reportForm{
		/*margin-left: 170px;*/
		float: none;
		clear: both;
		margin-top: 10px;
	}
	#videoFlagReport .reportForm textarea{
		width: 100%;
		height: 70px;
	}
	
	#videoFlagReport .btnRight{
		float: right;
	}

	/* ------------------------------------------ */
	/* Report List                                */															
	/* ------------------------------------------ */
	
	#videoFlagReportList{
		padding: 10px;
	}
	
	#videoFlagReportList h2{
		margin: 0px 0px 10px 0px;
	}
	
	#videoFlagReportList .itemHolder{
		border: 1px solid silver;
		padding: 3px;
		margin-bottom: 10px;
		background-color: #f2f2f2;
	}
	
	#videoFlagReportList .right{
		float: right;
	}
	
	#videoFlagReportList .clear{
		float: none;
		clear: both;
	}
	
	#videoFlagReportList .item{
		float: none;
		clear: both;
	}
	
	#videoFlagReportList .item .vimage{
		float: left;
	}
	
	#videoFlagReportList .item .entry{
		margin: 0px 0px 0px 165px;
		margin-bottom: 3px;
	}
	
	#videoFlagReportList .item .label{
		color: gray;
		font-weight: normal;
	}
	
	#videoFlagReportList .item .vtitle{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;	
		font-weight: bold;
	}
	
	#videoFlagReportList .item .date{
		font-weight: bold;
	}
	
	#videoFlagReportList .item .actions{
		text-align: right;
		margin-top: 8px;
	}

		
	

	