body {
	margin: 0;
	padding: 0;
	background-color: #eaf2f8;
  font-family: Segoe UI;
  font-size: 10pt;	
}

h3 {
	margin-top: 0px;
}

a img {
	position: relative;
	top: 4px;
	cursor: pointer;
	border: none;
}

a.button div {
	background: url(themes/bg_button.png) repeat-x top;
	padding: 0 6px 0 6px; 
	color: white;
	font-size: 8pt;
	text-decoration: none;
	height: 16px;
	width: auto;
	display: inline-block;
	
	cursor: pointer;
}

a.button div:hover {
	background: #86CAFF;
	color: blue;
}

a.page_number {
	text-decoration: none;
	margin-left: 5px; 
	margin-right: 5px;
	padding-bottom: 2px;

	font-size: smaller;

	color: #2f465e;

	border: 1px solid #dddddd;
	width: 28px;
	display: inline-block;
}

a.current_page {
	font-weight: bold;
	/* font-size: 1.25em; */
	background-color: #91a6bb;
}


#main_table {
	border: 1px solid #00204b;
	
	margin-left: auto;
	margin-right: auto;
	
	width: 1000px;
}

#header {
	width: 100%;
}

#header_logo_1 {
	width: 150px;
	background: url('themes/bg_001.png') repeat-x bottom;
	background-color: #0071b2;
}

#header_logo_2 {
	width: 30px;
	background: url('themes/bg_header_logo_2.png') repeat-x bottom;
	background-color: #0071b2;	
}

#top_title {
	padding-left: 14px;
	padding-right: 5px;
	height: 30px;
	background: url('themes/bg_top_title.png') repeat-x bottom;
	background-color: #0071b2;
	
	color: #ffffff;
	font-size: 0.9em;
}

#main_menu {
	padding-left: 0px;
	height: 30px; 
	background: url('themes/bg_main_menu.png') repeat-x bottom;
	text-align: left;
}

#sub_menu {
	padding-left: 4px;
	padding-right: 5px;
	height: 26px; 
	background: url('themes/bg_sub_menu.png') repeat-x bottom;
	background-color: #196795;
	text-align: left;
}

#nav_bar {
	padding-left: 5px;
	padding-right: 5px;
	height: 24px;
	background: url('themes/bg_002.png') repeat-x bottom;
	
	color: #ffffff;
	font-size: 0.9em;
}

#nav_bar a, #nav_bar a:visited {
	color: #ffffff;
	text-decoration: underline;
}

#stage {
	min-height: 600px;
	background-color: #ffffff;
	
	padding: 4px;
}

#footer {
	background-color: #0071b2;
}

ul.type_list {
	margin: 0;
	padding: 0;
}

.type_list li {
	list-style: none;
	padding: 2px;
}

.type_list li span {
	display: inline-block; 
	width : 8em;
}

div.filter {
	/* width: 100%; */
	margin: 4px;
	padding: 10px;
	
	border: 1px solid #dddddd;
	border-radius: 4px;
}

div.filter h3 {
	text-align: right;
	margin: 0; padding: 0;
	position: relative;
	top: -10px; right: -10px;
}

div.filter h3 span {
	background-color: #dddddd;
	padding: 0px 20px 4px 20px;
	border-radius: 3px;
}

div.media_item {
	width: 120px;
	height: 116px;
	
	margin-top: 4px;
	padding: 2px;
	
	display: inline-block;
	overflow-y: hidden;
	overflow-x: hidden;
	text-align: center;
	
	border: 1px solid #dddddd;
	border-radius: 4px;
}

div.media_item img {
	width: 116px;
	height: 94px;
}

div.media_item div {
	text-align: left;
	position: relative;
	top: -15pt;
}

div.media_item div p {
	margin: 0;
	padding-left: 2px;
	width: 116px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow-x: hidden;
}

div.media_item span {
	float:right;
	position: relative;
	left: -5px;
	top: -3px;
}

div.media_item span a img {
	width: 16px;
	height: 16px;
}

table.result_table th {
	font-weight: bold;
	border-bottom: 1px solid #DDDDDD;
}

table.result_table tr {
	line-height: 2em;
	cursor: pointer;
}

table.result_table tbody tr:hover {
	background-color: #DDDDFF;
}

table.result_table tr td {
	border-bottom: 1px dotted #DDDDDD;
	padding-left: 2px; padding-right: 2px;
}

table.entry_table tbody tr td {
	padding-bottom: 2px;
	/* vertical-align:top; */
}

table.entry_table tr td {
	border-bottom: 1px dotted #DDDDDD;
	padding-left: 2px; padding-right: 2px;
}

table.entry_table tr td a {
	position: relative;
	top: -3px;
}

table.lang_table td {
	padding: 2px 4px 2px 0;
	/* margin: 0 2px 0 2px; */
}

img.ct_slide {
	width: 120px;
	height: 90px;
}
