/*Nice Titles*/
.nicetitle {
	font-weight: bold;
	color: #3C3C3C;
	text-align: left;
	position: absolute;
	left: 0;
	top: 0;
	width: 25em;
	z-index: 20;
	max-width: 50%;
}
.nicetitle-content{
	overflow: hidden;
	background: white;
	border: 1px solid #333;
	padding: 5px;
	opacity: 0.9;
}
.nicetitle p{
	margin: 0;
	line-height: 120%;
}
.nicetitle p.destination {
	font-weight: normal;
	font-size: 10px;
	color: #5E7743;
}
div.nicetitle p span.accesskey {
	color: #FF7200;
}

/* for member profile table */
.profiletable {
	width: 400px;
	/*background-color: #eeeeee;*/
	border: 1px solid black;
}
.profilecol1 {
	width:100px;
	background-color:#fdc6c0;
	border:1px solid black;
	vertical-align: top;
	color: #333399;
}
.profilecol2 {
	width:290px;
	background-color:#ffffff;
	border:1px solid black;
}
.profileeditlink {
	background-color:#ddddee;
	border: 1px outset #dddddd;
	padding: 1px;
}

