#urlparser
{
	position: absolute;
	float: left;
	top: 5px;
	left: 170px;
	
	width: 300px;
	
	z-index: 30;	/* must be set inline to modf with JS */
	background: url('../../images/interface/overlay.png');
	border: 3px double #777;
}

#urlparser a
{
	color: #CF0;
	text-decoration: none;
}

#urlparser a:link
{
	color: #9F6;
}

#urlparser a:visited
{
	color: #FF3;
}

#urlparser a:hover
{
	color: #CF3;
	text-decoration: underline;
}

#urlparser .inputpanel
{
	position: relative;
	padding: 4px;
}

#urlparser .inputpanel textarea
{
	width: 100%;
}

#urlparser .buttonpanel
{
	text-align: right;
	position: relative;
	padding: 4px;
}

#urlparser .linkpanel
{
	position: relative;
	/*overflow: auto;*/
	color: #FFF;
	
	padding: 5px;
	border: 1px dashed #FFF;
	margin: 3px;
	
	font-family: Verdana, Helvetica, Arial, Geneva, sans-serif;
	font-size: 10px;
	word-wrap: break-word;
}

#urlparser .historypanel
{
	position: relative;
	height: 120px;
	overflow: auto;
	
	font-family: Verdana, Helvetica, Arial, Geneva, sans-serif;
	font-size: 10px;
}

#urlparser .historyentry
{
	padding: 3px;
	border: 1px dashed #FFF;
	margin: 2px;
	
	word-wrap: break-word;
}

#urlparser .error_msg
{
	color: red;
	font-weight: bold;
}

