@CHARSET "ISO-8859-1";

table.search_box
{
	width:100%;
	height:40px;
	background:#1074b8;
	font-size:21px;
	color:white;
	margin-bottom:20px;
}
table.search_box td
{text-align:right;padding-right:20px;padding-top:15px;padding-bottom:15px;}
table.search_box span
{font-size:15px;}

table.list_box
{
	width:100%;
	border-style:solid;border-color:black;border-width:1px;
	border-collapse:collapse;
	margin-bottom:20px;
}
table.list_box th
{
	text-align:left;
	font-size:17px;
	color:white;
	font-weight:bold;
	background:#1074b8;
	padding:5px 0px 5px 10px;
}
table.list_box td
{
	padding:10px 10px 10px 10px;
	line-height:19px;
}
table.list_box td a
{color:#3e63ee;text-decoration:none;font-weight:bold;font-size:14px;}
table.list_box td a:hover
{text-decoration:underline;}

table.sitemap
{
	width:100%;
	border-style:solid;border-color:black;border-width:1px;
	border-collapse:collapse;
	margin-top:4px;	
}
table.sitemap th
{
	text-align:left;
	font-size:15px;
	color:white;
	font-weight:bold;
	background:#1074b8;
	padding:2px 0px 2px 10px;
}
table.sitemap td a
{padding:3px 0px 10px 3px;color:#3e63ee;text-decoration:none;font-weight:bold;font-size:14px;}
div.paginare a
{text-decoration:none;}

table.submenu
{border-style:solid;border-width:1px;border-color:black;
	width:100%;
	height:30px;
	background:#3e637e;
}
table.submenu td
{text-align:center;}
table.submenu a
{text-decoration:none;color:white;font-weight:bold;}
table.submenu a:hover
{text-decoration:underline;}

table.information_list
{width:100%;border-collapse:collapse;margin:5px 0px 5px 0px;}
table.information_list tr
{border-style:solid;border-width:1px;border-color:black;}
table.information_list tr:hover
{background:#ABABAB;}
table.information_list th
{background:#3e637e;}
table.information_list td
{padding:5px 5px 5px 5px;}

table.list_box td table.nearest
{
	width: 100%;
	table-layout: fixed;
}

table.list_box td table.nearest td
{
	padding: 2px 2px 2px 2px;
	overflow: hidden;
	white-space: nowrap;
}

table.list_box td table.nearest td a
{	
	color: #3e63ee;
	text-decoration: none;
	font-size: 12px;
}
