/* styles for Profile.template */

#profileview {
	padding: 1px;
	border-bottom: 1px solid #006d79;
	border-top: 1px solid #006d79;
	background-color: #7fdae4;
}
#profileview h3 {
	margin: 0;
	padding-left: 0.5em;
}
#profileview h3 img {
	margin-right: 0.25em;
}
/* The basic user info on the left */
#profileview #basicinfo {
	width: 12em;
	float: left;
}
#basicinfo .content {
	padding: 0.5em 0.5em 1em 0.5em;
}
#basicinfo h4 {
	font-size: 125%;
	font-weight: normal;
	overflow: hidden;
}
#basicinfo h4 span.position {
	font-size: 75%;
	display: block;
}
#basicinfo p {
	margin-bottom: 0;
}
#basicinfo img.avatar {
	display: block;
	margin: 10px 0 0 0;
}
#basicinfo ul {
	list-style-type: none;
	clear: both;
	margin: 10px 0 0 0;
}
#basicinfo ul li {
	display: block;
	float: left;
	margin-right: 5px;
	height: 20px;
}
#basicinfo span#userstatus {
	display: block;
	clear: both;
}
#basicinfo span#userstatus img {
	vertical-align: middle;
}
/* The detailed info on the right */
#profileview #detailedinfo {
	border-left: 1px solid #696969;
	margin-left: 12em;
}
#profileview #detailedinfo .content {
	padding: 1em;
}
#detailedinfo div.content dl {
	overflow: auto;
	margin: 0 0 18px 0;
	padding: 0 0 15px 0;
	border-bottom: 1px #ccc solid;
}
#detailedinfo div.content dt {
	width: 30%;
	float: left;
	margin: 0 0 3px 0;
	padding: 0;
	font-weight: bold;
	clear: both;
}
#detailedinfo div.content dd {
	width: 70%;
	float: left;
	margin: 0 0 3px 0;
	padding: 0;
}
#detailedinfo div.content dl.noborder {
	border-bottom: 0;
	margin: 0;
	padding: 0;
}
#detailedinfo div.content dt.clear {
	width: 100%;
}
.signature {
	overflow: auto;
}
.signature h5 {
	font-size: 100%;
	margin-bottom: 5px;
}

/* Simple feedback messages */
div#profile_error, div#profile_success {
	padding: 1ex 2ex;
	border: solid;
	border-width: 1px 1px 0 1px;
}

div#profile_error {
	border-color: red;
	color: red;
}

div#profile_error span {
	text-decoration: underline;
}

div#profile_success {
	border-color: green;
	color: green;
}

/* Profile options */
div#profileOptions {
	border-bottom: 1px solid #006d79;
	border-top: 1px solid #006d79;
}
#profileOptions form#creator {
	border: none;
	margin: 0;
}
#profileOptions h3 {
	margin: 0;
	padding-left: 0.5em;
}
#profileOptions form#creator table table {
	border: none;
	margin: 0.5em 0.25em;
}

