@import url("/share/css/layout.css");
@import url("/share/css/board.css");

p.note, 
ul.grade, 
h2.grade, 
table.address {
	width: 700px;
	margin-left: 35px;
	margin-right: 35px;
}
ul.grade {
	clear: both;
	float: right;
	display: inline;
	margin: 0.5em 35px 0 auto;
	padding: 0;
	list-style: none;
	width: auto;
}
ul.grade li {
	float: left;
	padding: 0.2em 0.7em;
	border: 1px solid #eee;
	font-size: 0.9em;
}
ul.grade li.current, 
ul.grade li:hover, 
ul.grade li.current a, 
ul.grade li:hover a {
	background: #eee;
}
h2.grade {
	font-size: 2em;
	line-height: 1em;
	width: 100px;
}
table.address {
	table-layout: fixed;
	border-spacing: 1px;
	border-collapse: collapse;
	border-top: 1px solid #999;
}
table.address th, td {
	padding: 0.2em 0.3em;
	color: #222;
}
table.address thead th {
	background: #9bb;
	border-bottom: 1px solid #999;
	text-align: center;
}
table tbody th, 
table tbody td {
	border-bottom: 1px solid #999; 
}
table tbody tr:first-child td {
	border-bottom: 0 none;
}
table tbody th {
	text-align: center;
}
table tbody img {
	max-width: 70px;
	max-height: 70px;
}
table tbody.confirmed td {
}
table tbody.not-confirmed th, 
table tbody.not-confirmed td, 
table tbody.not-confirmed td a {
	color: #bbb;
}
table tbody.not-registered th, 
table tbody.not-registered td, 
table tbody.not-registered td a, 
table tbody.not-confirmed td.not-registered {
	background: #eee;
	color: #bbb;
}
table tbody.not-confirmed th, 
table tbody.confirmed th {
	background: #fff;
}
table td.email, 
table td.phone, 
table div.birthday, 
table td.homepage, 
table td.msn, 
table td.mobile {
	font-size: 0.9em;
	font-weight: normal;
}
table div.birthday {
	text-align: center;
}
