@charset "utf-8";

@import "style_master.css";
@import "style_error.css";
@import "style_detail.css";
@import "style_list.css";
@import "style_inplace.css";
@import "style_contact.css";
@import "style_papers.css";
@import "style_series.css";
@import "style_shop.css";

html, body{
	height: 100%;
}

body{
	background-color: white;
	color: black;
	margin: 0px;
	
	font-family: "Helvetica Neue", Helvetica, Arial,  sans;
	font-size: 13px;
}

a{
	color: navy;
	/* text-decoration: none; */
}

a:hover{
	text-decoration: underline;
}

a img{
	border: none;
}

h1, h2, h3{
	margin: 0px;
}

p{
	margin-top: 8px;
	margin-bottom: 8px;
}

h1{
	font-size: 18px;
	font-weight: normal;
}

h2{
	font-size: 15px;
	font-weight: bold;

	margin-top: 15px;
	margin-bottom: 5px;
}

h3{
	font-size: 14px;

	margin-top: 10px;
	margin-bottom: 6px;
}

td{
	text-align: left;
	vertical-align: top;
}

input{
	_height:16px;
}

.linkbutton{
	border:1px solid #999999;
	padding:5px;
	text-decoration: none;
	color: black;
	margin-right: 2px;
}

.linkbutton img{
	margin-bottom: -5px;
}

.linkbutton:hover{
	border:1px solid #777777;
	background-color: #DDDDDD;
	text-decoration: none;
	color: black;
}

.featured{
	float: left;
	width: 100%;
}

.featured tr td{
	width:122px;
	padding-right: 10px;
	vertical-align: top;
	text-align: left;
}

.featured tr td img{
	width: 122px;
	border: 1px solid #888888;
}

.member_link{
	display: block;
	border: 1px solid white;
	padding: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
	font-weight: bold;
}

.member_link:hover{
	border: 1px solid navy;
}
	

@media print{
	.linkbutton{
		display:none;
	}
}

/*ul, li{
	list-style-type: circle;
	list-style-position: inside;
	margin-left: -19px;
	margin-top: 0px;
	margin-bottom: 0px;
}*/

@media print{
	body{
		font-size: 12pt;
	}
	h1{
		font-size: 18pt;
	}
	h2{
		font-size: 16pt;
	}
	h3{
		font-size: 15pt;
	}
	h4{
		font-size: 14pt;
	}
}