@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";
@import "style_featured.css";
@import "style_static.css";
@import "style_ui.css";

@-webkit-keyframes seekrank{
  from{
    -webkit-transform: rotate(-3deg);
  }
  to{
    -webkit-transform: rotate(3deg);
  }
}

html, body{
	height: 100%;
}

body{
	background-color: white;
	color: black;
	margin: 0px;
	
	font-family: "Helvetica Neue", Helvetica, Arial,  sans;
	font-size: 13px;
	/*-webkit-animation: seekrank alternate ease-in-out 1s infinite;*/
}

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;
}

hr{
	border: none;
	border-bottom: 1px dotted #888888;
	margin-top: 10px;
}

tr{
	padding: 0px;
}

table{
	border-spacing: 0px;
	margin: 0px;
}

td{
	text-align: left;
	vertical-align: top;
	padding-top: 2px;
	padding-bottom: 2px;
}

table tr td input{
	font-family: "Arial";
	font-size: 13px;
}

noscript{
	padding: 5px;
	border: 1px solid red;
	display: block;
	color: red;
	font-weight: bold;
}

.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;
}

.ssl_info{
	
}

@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;
	}
}
