.span-url {
	color: #60a0ff;
	cursor: pointer;
}

.div-vid-errmsg {
	color: #ffe040;
	font-style: italic;
}

#vid-sdr {
	padding: 0px;
	margin: 0px;
	width: 98%;
	max-width: 600px;
	border: 1px solid #404040;
}

#table-links {
	width: 98%;
	max-width: 1280px;
	border: 1px solid #a0a0a0;
	margin: auto;
}

#table-links th, td {
	border: 1px solid #0e0e0e;
}

.tr-line {
	background-color: #c0c0c0;
	color: #0e0e0e;
}

.tr-line:hover {
	background-color: #ffffa0;
	cursor: pointer;
}

.th-header {
	text-align: center;
	background-color: #606060;
}

.th-header-sub {
	text-align: center;
	background-color: #909090;
	color: #efefef;
}

.td-title {
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}

.td-url {
	text-align: center;
	vertical-align: middle;
	color: #2040e0;
	font-weight: bold;
}

.div-text-left {
	display: inline-block;
	width: 80%;
	margin: auto;
	text-align: left;
}

.span-url {
	cursor: pointer;
	color: #80a0ff;
}

