@CHARSET "ISO-8859-1";

/* USER_BROWSER */

a.user_link:link, a.user_link:visited
{
	border: 1px solid #815a0b;
	text-align:center;
	padding: 6px;
	display: block;
	background-color: #FFFFFF;
	text-decoration: none;
	color: #000000;
	width: inherit;
}

a.user_link:hover
{
	background-color: #cccccc;
}

#user_info
{
	width: 100%;
	float: left; 
}

#user_browser_hide
{
	float: right;
	min-height: 400px; 
	margin-right: -8px;
	max-width: 15%;
}

#user_browser_table
{
	overflow-x: hidden; 
	overflow-y: scroll;
	height: 100%;
}

.user_name
{
	height: 18px;
	display: block;
	padding: 1px 8px;
	border: 1px solid #96BF0D;
	color: #96BF0D;
	font-weight: bold;
	background-color: #96BF0D;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #ffffff;
	width: 200px;
	margin: 3px;
}

.temp
{
	height: 14px;
	display: block;
	padding: 1px 8px;
	border: 3px dashed #96BF0D;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 196px;
	margin: 3px;
}

.drop_zone {
	max-height: 500px;
	overflow-y: auto;
	overflow-x: hidden;
	
}