@charset "utf-8";
/* CSS Document */

#links
{
		border-top-color: #F1F1F1;	
		border-top-style: solid;
		border-top-width: thin;
		padding:0;
		margin: 0;
}

#links p
{
	
	margin: 0;
	padding: 5px 0;
	width: 99%;
}


#links #label
{
	font-weight: bold;
	padding-right: 10px;
}

#links #the_links
{
	display: inline-block;
	font-size: 12px;
	width: 740px;
	text-align: justify;
}

#links #the_links a
{
	margin-left: 15px;
	outline: none;
	color: #30C;
	text-decoration: underline;
}
#links #the_others
{
	font-size: 12px;
	display: inline-block;
	text-align: right;
}

#links #the_others a
{
	outline: none;
	color: #30C;
	text-decoration: underline;
}
#webshot{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	font-size: 12px;
}


#main_table
{
	width: 100%;
	font-size:14px;
	border: none;
}

#main_table .main_tbl_head
{
	text-align: center;
	font-weight: bold;
	text-decoration: underline;
	margin-top: 0;
	padding-top: 0;
}


#main_table td
{
	vertical-align: top;
	border-right-color: #F1F1F1;
	border-right-style: solid;
	border-right-width: thin;
	width: 33%;
}

#main_table #event_link
{
	display: block;
	text-align: center;
	margin: 0;
	padding: 0;
	text-decoration: none;
	outline: none;
}

#main_table #event_link img
{
	border: none;
}

#main_table #more_events
{
	display: block;
	text-align: right;
	font-size: 12px;
	margin-top: 5px;
	outline: none;
	color: #30C;
	text-decoration: underline;
}

#main_table li a
{
	text-decoration: none;
	color: black;
	outline: none;
}

#main_table li a:hover
{
	text-decoration: underline;
	font-weight: bold;
}
