/* ************************************* */
/* styles from Profile.template       */
/* ************************************* */
td{
}
.profiletable{padding-bottom:10px;
margin-bottom:10px;
}
/* Fixes for the core theme */
#profileview
{
	padding: 1px;
	border: 1px solid #696969;
	background-color: #ECEDF3;
}


/* The basic user info on the left */
ul
{
	list-style-type: none;
	clear: both;
	margin-top: 20px;
}
li
{
padding-bottom:5px;
}
#basicinfo span#userstatus
{
	display: block;
	clear: both;
}
#basicinfo span#userstatus img
{
	vertical-align: middle;
}

.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;
}

.fieldname{font-weight:bold;
width:200px;
vertical-align:top;
}
.usertxt{font-size:10px;
width:120px;
}
