html {
	margin: 0;
	border: 0;
	padding: 0
}

.jv {
	border: 2px solid;
	display: block;
}

.debug {
	font-size: smaller;
	font-family: monospace;
}

.message {
	font-weight: bolder;
	background: #dfd;
}

#getInput {
	width: 30em;
}

.error {
	background: #fcc;
	border: 2px solid black;
	font-weight: bolder;
	color: black;
	padding: 5px;
	margin: 0 auto;
}

.error .detailBlock {
	padding-left: 2em;
	font-size: smaller;
}

.error .detailBlock .details {
	white-space: pre;
	display: none;
}

.results {
	margin: 0 auto;
}

#title {
	font-size: 2em;
	font-family: Verdana, sans-serif;
}

/*************************/
.update {
	font-size: 0.5em;
}

.adult { /*color:#990000;*/
	
}

.videoList {
	text-align: left
}

.videoList li {
	list-style-type: none;
	margin: 3px;
	font-weight: bold;
}

.bookmkl {
	text-align: center;
	margin: 10px auto;
}

.notify {
	background: #ffc;
	border: 1px solid orange;
	padding: 10px;
	font-size: 0.8em;
	width: 500px;
	margin: 10px auto;
}

.notify a {
	color: #993;
	text-decoration: underline;
}

/* sitelist */
.footer a { padding: 0 10px 0 10px;}
.footer{margin-top:2em; font-size:smaller;}
.update{font-size:12px;}
.videoList li {list-style-type:none; margin-left:3px; font-weight:bold;}
.hidden{display:none}
