.navtable {
	border:1px solid #ddd;
	background:#eee url(../../images/iewinhack.gif);
	background-position:1px 1px;
}
/* hack because IE/Win can't cope with z-index for <select> - [sigh] */
html>body .navtable {
	background-image:none;
}
.navtable table {
	width:100%;
}
.navtable td {
	width:50%;
	padding:0 5px 3px;
}
.navtable select {
	width:90%;
}
.navtable h3 {
	margin:0;
	font-size:13px;
}

.list {
	list-style:none;
	list-style-image:none;
	margin:0 0 10px;
	padding:0;
	border-top:1px solid #ddd;
}
.list li {
	display:block;
	background-repeat:no-repeat;
	background-position:0 2px;
	border-bottom:1px solid #ddd;
	text-decoration:none;
}
.list a {
	display:block;
	padding:3px 0;
	text-decoration:none;
}
.list a:hover,
.list a:hover h3 {
	background:#ffe;
}
.list h3 {
	margin:0;
	font-size:12px;
}
.list span {
	display:block;
	margin-left:5px;
}

.shortlist li a {
	text-decoration:none;
}


/* DETAIL */

.biog_title1 {
	margin:5px 0 0;
}
.biog_title2 {
	margin:0 0 10px;
}
table.biog_detail td {
	vertical-align:top;
}
table.biog_detail .col1 {
	width:auto;
}
table.biog_detail .col2,
table.biog_detail .col3 {
	width:50%;
	padding-left:10px;
}
table.biog_detail img {
	border:1px solid #ccc;
}
.vcard {
	margin-top:5px;
	padding:3px;
	background-color:#fffbdc;
	background-image:url(../../images/vcard.gif);
	background-repeat:no-repeat;
	background-position:1px 4px;
	border:1px solid #fff4a0;
}
.vcard a {
	font-size:9px;
	display:block;
	padding-left:21px;
	font-weight:bold;
	text-decoration:none;
}
.articles {
	margin:5px 0 5px 15px;
	padding:0;
}
.articles li {
	margin:0;
	padding:0;
}


/* MINIPROFILE */

.miniprofile {
	float:right;
	width:200px;
	margin:0 0 10px 10px;
	border:1px solid #fff4a0;
	background:#fffbdc;
}
.miniprofile h3 {
	margin:0;
	padding:3px;
	background:#fff4a0;
	font-size:11px;
}
.miniprofile h4 {
	margin:0;
	font-size:10px;
	font-weight:normal;
}
.miniprofile_inner {
	margin:5px;
	font-size:10px;
}
.miniprofile img {
	float:left;
}
.miniprofile_text {
	margin-left:42px;
}