/* Added the selIndexVideo id for MySubscriber Listing in viewProfile.php page    */
#selIndexVideo ul{
	margin:0 0 0 0.3em;
	height:27px;
	padding:0;
}
#selIndexVideo ul{
	*margin:0 0 0 0.4em; /* hack for ie 7 */
	*height:25px; /* hack for ie 7 */
	padding:0;
}
@media all and (min-width:0px){ #selIndexVideo ul{ height:25px;margin:0 0 0 0.4em; } }
#selMyDashBoard #selIndexVideo ul{
	margin:10px 0 0 0;
	height:27px;
	padding:0;
	background:#101010;
}
	#selVideoSearchList #selIndexVideo ul{
		margin:0;
		height:24px;
	}
#selMyDashBoard #selIndexVideo ul{
	height:25px;
}
#membersmyHome #selIndexVideo ul{
	margin:0;
	height:26px;
}
#membersmyHome #selIndexVideo ul{
	margin:0;
	*height:25px; /* hack for ie 7 */
}
* html #membersmyHome #selIndexVideo ul{
	margin:0;
	height:25px;
}
* html #selIndexVideo ul{
	margin:0 0 0 0.4em;
	height:25px;
}
	#selIndexVideo li{
		font:bold 11px Arial,Helvetica,sans-serif;
		float:left;
		border:1px solid #1F1F1F;
		margin:0 2px 0 0;
		background:#050505;
	}
		#selIndexVideo span{
			display:block;
			padding:0.3em 1em;
		}
		#selIndexVideo .clsActiveVideoLink,#selIndexVideo .clsSearchActiveBlock{
			background:#F3F3F3 no-repeat left center;
			position:relative;
			border:1px solid #1F1F1F;
			
			}
		#selVideoSearchList #selIndexVideo .clsSearchActiveBlock,#selMyDashBoard #selIndexVideo .clsSearchActiveBlock{
				background:#F3F3F3  no-repeat left center;
				border:1px solid #1F1F1F;
				
		}
	#selIndexVideo .clsActiveVideoRight{
		background:transparent url(../images/screen_blue/bg-indexvideolinkright.gif) no-repeat right center;
	}
		#selIndexVideo .clsActiveVideoLink a,#selIndexVideo .clsSearchActiveBlock a{
			color:#000;
		}
		#selIndexVideo li a{
			text-decoration:none;
			color:#3972A3;
			display:block;
			cursor:pointer;
			top:1px;position:relative;
		}
/* Ended the selIndexVideo id for MySubscriber Listing in viewProfile.php page    */
/* style for member subscription */
#selSubscriptionMembers{
	background:#101010;
	border:1px solid #1F1F1F;
}
	#selSubscriptionMembers .clsContentsDisplayTbl{
		border:0;
	}
	* html #selSubscriptionMembers table{
		width:97%;
		border:0;
	}
.clsSubscriptionHeading{
	float:left;
	padding:0 0 0 1em
}
.clsSubscribeHere{
	float:right;
	padding:0.4em 1em 0.4em 0;
}
	.clsSubscribeHere a{
		color:#CC9900;
		font-weight:bold;
	}
		.clsSubscribeHere a:hover{
			color:#F73131;
			text-decoration:underline;
		}
	.clsSubscriptionHeadingHere{
		overflow:auto;
		zoom:1;
		margin:1.5em 0 0 0;
	}
	* html .clsSubscriptionHeadingHere{
		height:1%;
		overflow:visible;
	}
			.clsViewAllSubscription{
				padding:0 0.5em;
			}
	.clsSubscriptionLeft{
		float:left;
		width:100px;
	}
	.clsSubscriptionRight{
		float:left;
		width:120px;
		margin:15px 0 0 0;
	}
		.clsCommonSubscription{
			zoom:1;
			margin:10px 0 0 0;
		}
		* html .clsCommonSubscription{
			height:1%;
			overflow:visible;
		}
			.clsRecentSubscription{
				font-weight:normal;
				font-size:9px;
				color:#F5F5F5;
				margin:0.5em 0 0 0;
				text-transform:uppercase;
			}
			.clsSubscriptionRight .clsSubscribe a,.clsSubscriptionRight .clsLink a,.clsTags a{
				color:#FFFFFF;
			}
			.clsSubscriptionRight .clsSubscribe a:hover,.clsSubscriptionRight .clsLink a:hover,.clsTags a:hover{
				color:#CC9900;
				text-decoration:underline;
			}
/* style for tag subscription */
.clsTagSubscription,.clsTagSubscription td{
	border:0;
	background:#1F1F1F;
}
	.clsTagSubscription td{
		text-align:left;
		width:25%;
		padding:0.3em 0.4em;
	}
		.clsCount{
			color:#393939;
			font-weight:bold;
			margin:3px 0;
			display:block;
		}
			.clsCount:hover{
				color:#F73131;
				text-decoration:underline;
			}
/* style for channel subscription */
.clsSubscriptionChannels{
	background:transparent;
	border:1px solid #CCC;
	width:98%;
	margin:0 0 0 7px;
}
	.clsSubscriptionChannels td,.clsSubscriptionChannels th{
		padding:0.3em 0.4em;
		text-align:center;
	}
		.clsSubscriptionChannels td{
			background:transparent;
		}
			.clsSubscriptionChannels .clsButtonRight{
				text-align:right;
			}
				.clsSubscriptionChannels select{
					width:100%;
					overflow-x:auto;
					overflow-y:auto;
				}
/* Stlye added for Checkboxes */
label.checkbox_checked{
	background:url(../images/screen_blue/tick.png) no-repeat left center;
	display:block;
	margin:10px 0;
	padding-left:25px;
	cursor:pointer;
}
label.checkbox_unchecked{
	background:url(../images/screen_blue/cross.png) no-repeat left center;
	display:block;
	margin:10px 0;
	padding-left:25px;
	cursor:pointer;
}
.clsHiddenCheck{
	position:absolute;
	left:-1000px;
}
/* End of Stlye added for Checkboxes */

