@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}

table {
	border-collapse: collapse;
}

table td {
	vertical-align: top;
	padding: 5px;
/* 	background-color: #9F9; */
}

.wborder td { /* ?????? */
	padding: 5px;
	border: 1px solid #77BCC6;
}

.red, .red a {
	color: #FF0000;
}

.album_photo table {
	margin: auto;
	max-width: 80%;
}

.album_photo table td {
	font-size: 0.8em;
	vertical-align: top;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 35px;
	padding-left: 5px;/*	width: 1%; */
}

textarea {
	font-size: large;
}

table.people_photo {
	float: right;
	width: 1%;
	margin-left: 20px;
}

.people_photo {
	font-size: 0.8em;
}

.form_hint {
	font-size: small;
	color: #333;
}

td.form_name {
	font-weight: bold;
	padding-right: 15px;
	color: #333;/*	margin-right: 15px; */
	width: auto;
	white-space: nowrap;
}

#books a {
	font-size: 1.2em;
	font-weight: bold;
	color: #000;
}

a img {
	border: 1px solid #666;
}

#books td {
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #9CC;
	padding: 15px;
}

#book_item img {
	float: left;
	border: 1px solid #666;
	margin-right: 15px;
	margin-bottom: 15px;
}

.td_form_title {
	background-color: #E2EBFE;
	font-size: 24px;
	color: #303;
	padding-left: 15px;
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, select:focus {
	border: 1px solid #900;
	background-color: #F0FFF7;
}

input[type="text"], input[type="password"], textarea, select {
	padding: 5px;
	width: 95%; 
	border: 1px solid #666;
}

.table_norm, .wborder, #books, #book_item {
	margin: auto; /*
	width_: auto; */
	max-width: 80%;
}

table#links_list {
	/*	width: auto; */
	margin-left: 50px;
	margin-right: 30px;
}

#links_list .link_item {
	font-size: 0.9em;
	margin-bottom: 7px;
	font-weight: normal;
	display: block;
}

#links_list label {
	font-size: 0.9em;
	font-weight: bold;
}

#links_list p {
	font-size: 0.8em;
	color: #333;
}

#links_list td {
	vertical-align: bottom;
}

.info_c80 { /* div */
	margin: auto;
	width: auto;
/*	background-color: #9FF; */
	max-width: 80%;
}

.widget {
	float: right;
	margin-left: 20px;
}

#times {
	font-size: 0.8em;
	color: #333;
}

.peoples_list {
	margin: auto;
	width: auto;
	max-width: 90%;
	min-width: 400px;
	overflow: hidden;
}

.peoples_list li {
	white-space: nowrap;
}

.peoples_list img {
	margin-bottom: 2px;
}

.divs_album, .divs_album_over {
	max-height: 177px;
	max-width: 177px;
	position: relative;
	margin-bottom: 10px;
}

.divs_album {
	overflow: hidden;
}

.divs_album_over {
	overflow: visible;
	z-index: 99;
}

.wrap_img {
	background-color: #FFF;
	overflow: visible;
	position: static;
/*	visibility: visible; */
	padding-bottom: 20px;
}

div#bottom_delimit {
	clear: both;
	margin-top: 30px;
}

a:hover {
	color: #F00;
}

a.left_margin {
	margin-left: 30px;	
}
