body {
	background-color: #F0F0F0;
	color: #008080;
	-webkit-font-smoothing: antialiased;
}

a:visited {
	color: #004080;
}

a:link {
	color: #004080;
}

a:hover {
	color: #000080;
}

a:active {
	color: #000080;
}

img {
	border: none;
}

hr {
	border-style: solid;
	border-color: #008080;
	border-width: 1px 0px 0px 0px;
	height: 1px;
	margin: 10px 0px 10px 0px;
}

.hr_title {
	border-style: solid;
	border-color: #008080;
	border-width: 1px 0px 0px 0px;
	height: 1px;
	margin: 7px 0px 10px 0px;
}

.bold {
	font-weight: bold;
}

.container {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -194px;
	margin-top: -120px;
	width: 388px;
	height: 240px;
	background-color: #ffffff;
	border-radius: 10px;
	box-shadow: 0px 20px 50px #707070;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 0px 20px 50px #707070;
	-moz-border-radius: 10px;
	-moz-box-shadow: 0px 20px 50px #707070;
}

.logo {
	margin-top: 72px;
	margin-bottom: 35px;
	text-align: center;
}

.menu {
	margin: 0px;
	text-align: center;
	font-family: 'Arial', sans-serif;
	font-size: 13px;
}

.profile_title {
	padding: 8px 0px 0px 10px;
	font-family: 'Times', serif;
	font-size: 35px;
	font-weight: bold;
}

.profile_content {
	padding: 7px 20px 7px 20px;
	font-family: 'Arial', sans-serif;
	font-size: 13px;
}

.parent {
	padding-top: 22px;
	padding-bottom: 22px;
	text-align: center;
}

.container_big {
	text-align: justify;
	width: 808px;
	margin: 0px auto 0px auto;
	padding-bottom: 20px;
	background-color: #ffffff;

	border-radius: 10px;
	box-shadow: 0px 20px 50px #707070;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 0px 20px 50px #707070;
	-moz-border-radius: 10px;
	-moz-box-shadow: 0px 20px 50px #707070;
}

.title {
	padding: 8px 0px 0px 20px;
	font-family: 'Times', serif;
	font-size: 40px;
	font-weight: bold;
}

.ad {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}

.follow {
	float: right;
	margin: 10px 40px 0 0;
}

.comment {
	margin: 20px 40px 20px 40px;
	font-size: 13px;
}

.history {
	margin: 20px 40px 20px 40px;
	padding: 5px;
	font-size: 13px;
	background-color: #92CFCC;
	color: #000000;
}

.item {
	margin: 20px 40px 20px 40px;
	padding: 15px 0px 15px 0px;
	background-color: #f5f5f5;
	color: #000000;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow: 0px 0px 5px #999;
}

.libbox {
	margin: 20px 40px 20px 40px;
	padding: 5px 0px 5px 0px;
	background-color: #f5f5f5;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow: 0px 0px 5px #999;
}

.libtitle {
	margin: 0px;
	padding: 5px 0px 5px 20px;
	font-family: 'Arial', sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}

.libitem {
	margin: 0px;
	padding: 15px 0px 15px 40px;
	color: #000000;
	border-top: 1px solid #FFFFFF;
}

.icon {
	float:left;
	margin-left: 16px;
	margin-top: 1px;
}

.text {
	margin-left: 63px;
}

.name {
	font-family: 'Arial', sans-serif;
	font-size: 18px;
	font-weight: bold;
}

.detail {
	margin: 8px 10px 0px 0px;
 	padding-right: 15px; 
	font-size: 13px;
	color: #000000;
}

.date {
	margin: 5px 0px 0px 0px;
	font-size: 11px;
	color: #808080;
}

.info_image {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 5px;
}

.info {
	text-align: center;
	font-family: 'Times', serif;
	font-size: 13px;
}
