/*********************************************
** RossPortal Stylesheets
*********************************************/

/* User Layout */
#user .userlist {
	width: 100%;
}
#user .userlist tr td,
#user .userlist tr th {
	padding: 4px;
	width: auto;
}
#user .userlist .head td,
#user .userlist .head th,
#user .userlist .row td,
#user .userlist .row th {
	background: #424242;
}
#user .userlist th {
	width: 40%;
}
#user .col {
	display: table;
	width: 262px;
}
#user .col.left {
	float: left;
}
#user .col.right {
	float: right;
}
#user .details {
	margin: 10px 0px;
}
#user .details h3 {
	font-size: 1.3em;
	padding: 2px 5px;
	margin: 5px 0px;
	color: #000000;
	background: #424242;
}
#user .details h3 small {
	font-weight: normal;
	font-size: 0.8em;
}
#user .links {
	list-style: none;
}
#user .links li {
	float: left;
	margin: 5px;
}
#user .links li a {
	text-decoration: none;
	font-weight: bold;
}
#user .links li a:hover {
	text-decoration: underline;
}
#user .element {
	margin: 5px 0px;
	padding: 5px;
	display: block;
	background: #424242;
}
#user .element .hl th,
#user .element .hl td {
	white-space: nowrap;
	padding: 5px;
}
#user .element h4,
#user .element .content {
	padding: 5px;
}


