@charset "UTF-8";

/* ------------------------------------------------ */
/*	import css										*/
/* ------------------------------------------------ */
@import "common.css";
@import "sub.css";


/* ------------------------------------------------ */
/*	 youtube_streams								*/
/* ------------------------------------------------ */
.important {
	font-size:110%;
	font-weight:bold;
	color:red;
	letter-spacing:1px;
	padding:0 0 5px 0;
}

div.contentsBox2 {
	margin-top:0px !important;
}

span.group01 {
	font-size:120%;
}
div.group02 {
	font-size:180%;
	font-weight:bold;
	color:#a53966;
	letter-spacing:1px;
	background-color:#cccce6;
	padding:10px;
	margin-top:10px;
}


#mytable table, div#streamList table.form { 
	border:1px solid #7777bb; 
	border-collapse:collapse; 
	margin-top:1em; 
}

#mytable th { 
	text-align:center; 
	border:1px solid #7777bb; 
	padding:8px; 
	font-weight:normal;
	background:#cccce6; 
}

div#streamList table.form th { 
	text-align:left; 
	border:1px solid #7777bb; 
	padding:8px; 
	font-weight:normal;
	background:#cccce6; 
	width:130px;
}

#mytable td { 
	text-align:left; 
	border:1px solid #7777bb; 
	padding:8px; 
	font-weight:normal;
}

div#streamList table.form td { 
	text-align:left; 
	border:1px solid #7777bb; 
	padding:8px; 
	font-weight:normal;
	background:#f0f0f0; 
}

input[type="email"] {
	font-size: x-large;
	width: 420px;
}

input[type="text"] {
	font-size: large;
	width: 420px;
}

textarea {
	font-size: large;
}

input[type="email"]:focus, input[type="text"]:focus, textarea:focus {
	outline: 1px solid #0094ff;
}

#button_area {
	text-align: center;
}

input[type="submit"], input[type="reset"] {
	background: #455497;
	border: none;
	color: white;
	border-radius: 4px;
	cursor: pointer;
	width: 200px;
	margin: 10px 10px 0 0;
	padding: 12px;
	display: inline-block;
}

#mytable input[type="button"], a[download] {
	background: #455497;
	border: none;
	color: white;
	border-radius: 4px;
	cursor: pointer;
	width: 200px;
	margin: 0;
	padding: 12px;
	display: inline-block;
	text-align: center;
}

#urls table { 
	border:1px solid #7777bb; 
	border-collapse:collapse; 
	margin-top:1em; 
}

#urls th { 
	text-align:center; 
	border:1px solid #7777bb; 
	padding:5px; 
	font-weight:bold;
	background:#cccce6; 
}
#urls th.normal_B { 
	text-align:left; 
	border:1px solid #7777bb; 
	padding:5px; 
	font-weight:normal;
	background:#f0f0f0; 
}


#mytable th.bold { 
	font-weight:bold;
}

#urls td { 
	text-align:left; 
	border:1px solid #7777bb; 
	padding:5px; 
	font-weight:normal;
}

#mytable th.normal_B{
	font-size:93%;
	font-weight:bold;
	color:#4f6b72;
	border:1px solid #4f6b72;
	letter-spacing:2px;
	text-transform:uppercase;
	text-align:center;
	padding:6px 6px 6px 12px;
	background:#fff;
}


/* ------------------------------------------------ */
/*	**********										*/
/* ------------------------------------------------ */
html,
body {height:100%;}



