.tableContent{
	margin-bottom:10px;
	border-bottom:4px solid white;
	border:1px solid white;
	background-color:black;
}
.tableContent td{
	padding-left:10px;
	vertical-align:top;
	background-color:black;
}
.tableContent .headerClosed td{
	padding-left:10px;
	background: #421E1E url(/myGfx/iconAddInfoOpen.gif) top right no-repeat;
	color:white;
	font-weight:bold;
	cursor:pointer;
}
.tableContent .headerOpened td{
	padding-left:10px;
	background: #421E1E url(/myGfx/iconAddInfoClose.gif) top right no-repeat;
	color:white;
	font-weight:bold;
	cursor:pointer;
}

.tableContent .leftCol{
	background-color:#421E1E;
	font-size:1px;
	width:2px;
	padding:0px;
}
.tableContent .infoOpen{
	cursor:pointer;
	width:20px;
}
.tableContent .infoClose{
	cursor:pointer;
	background: url(/myGfx/iconAddInfoClose.gif) no-repeat;
	width:20px;
}
.tableContent .description{
	text-align:right;
	padding-right:4px;
}
.tableContent .ok{
	color:green;
}
.tableContent .error{
	color:red;
}
.tableContent .banned0{
	color:green;
	font-weight:bold;
}	
.tableContent .banned1{
	color:red;
	font-weight:bold;
}	

.tableContentInfo {
	width:100%;
	border-top:0px;
	background-color:white;
	margin-bottom:10px;
}	
.tableContentInfo td{
	overflow:hidden;
	line-height:20px;
	padding-left:10px;
	padding-right:10px;
	vertical-align:top;
	background-color:black;
}
.tableContentInfo .col1{
	width:150px;
	background-color:#421E1E;
	text-align:right;
	padding:1px;
}	
.tableContentInfo .col2{
	padding:1px;
	padding-left:4px;
}	
.tableContentInfo .col3{
	width:30px;
	padding:1px;
}	

.tableContent .online1{
	color:green;
	font-weight:bold;
}	
.tableContent .online0{
	color:red;
	font-weight:bold;
}	
.btn{
	background-color:#660000;
	color:white;
	font-size:11px;
	width:180px;
	text-align:center;
}
.ipt100prc{
	font-size:11px;
	padding-left:3px;
}

.previewImg{
	width:80px;
	float:left;
	border:1px solid white;
	margin-right:4px;
}


/* pages */
.PageLinks{
		background-color:#ababab;
		width:100%;
		height:11px;
	}
.PageLinks	td{
	background-color:black;
	height:21px;
	vertical-align:middle;
	overflow:hidden;
	padding-left:5px;
	padding-right:1px;
}
	.PageLinks a, PageLinks a:active, PageLinks a:visited{
		color:#F8867B;
		font-weight:normal;
		text-decoration:none;
		font-size:11px;
		padding:0px;
	}
	.PageLinks .active{
		color:white;
		font-weight:bold;
		font-size:11px;
		background-color:black;
		padding:0px;
	}
	.PageLinks .ipt{
		width:30px;
		font-size:10px;
		border:1px solid black;
	}
	.PageLinks .btn{
		width:30px;
		font-size:10px;
		background-color:black;
		color:white;
		border:1px solid white;
	}
	.PageLinks .iptSearch{
		width:100px;
		font-size:10px;
		border:1px solid black;
	}
	
	
	/*Videos*/
.tableVideo td {font-family:verdana; font-weight:bold; font-size:11px;line-height:13px;color:white;background-color:black;}
.tableVideo {background-color:white;table-layout:fixed;height:360px;width:740px;border-top:0px solid white;border-left:0px solid white;border-bottom:0px solid white;}
.divVideo{
	background-color:##e6e6e6; 
	color:white;
	height:52px;
	border-top:1px solid white;
	border-left:0px solid white;
	border-bottom:1px solid gray;
	border-right:1px solid white;
	padding:0px;
	font-size:10px;
	font-weight:normal;
	cursor:pointer;
	overflow:hidden;
}
.tableVideo .videoDescriptionTD{
	background:transparent;
}
.videoDescription{
	background-color:transparent;
	padding:0px;
	margin:0px;
	overflow:auto;
	border:0px solid white;
}
.videoDescriptionInner{
	background-color:transparent;
} 
.videoDescriptionInner td{
	background-color:transparent;
	text-align:left;
	vertical-align:top;
	font-weight:normal;
	font-size:11px;
	padding:4px;
	border-bottom:1px solid white;
}