body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:center;
	margin: 0px;
	width: 100%;
	background:black;
}

a {
	color: white;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
}

/* Webcasting */

#webcast_wrap {
	width: 350px;
	height: 400px;
	margin: 10px auto;
	color: white;
	text-align: center;
	border: 1px dotted #CCCCCC;
}

embed {
	width: 98%;
	margin: 0px auto;
}


/* Show Detail */

.popclose
{
	padding:0px 0px 0px 0px;
	text-align:center;
}

table
{
	margin:10px auto;
	background:transparent;
	color:#000000;
	border:1px solid #AAAAAA;
	padding:0px;
	width: 96%;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

td.title
{
	background:#666666;
	color:white;
	border:1px solid #AAAAAA;
	text-align:center;
	font-weight:bold;
}

td.category
{
	background:#666666;
	color:white;
	border:1px solid #AAAAAA;
	vertical-align:top;
	padding:1px;
	font-weight: bold;
}

td.content
{
	background:#444444;
	color:white;
	border:1px solid #AAAAAA;
	vertical-align:top;
	padding:1px;
}
