/* TFDI Styles */
table.contact, table.feedback
{
	background: transparent;
	width: 100%;
}
#searchFeedback, #mostUsefulDiv, #issueDiv
{
	width: 100%;
}
table.feedback textarea
{
	width: 100%;
}
table.contact textarea
{
	width: 80%;
}
table.feedback td, table.feedback th
{
	background: transparent;
	font: 8pt Arial;
}
table.feedback td.label
{
	width: 60px;
}
table.feedback input, table.feedback select, table.feedback textarea
{
	font: 8pt Arial;
}
table.contact td, table.contact th, table.contact label
{
	background: transparent;
	color: black;
	font-weight: normal;
}
table.feedback #attachment
{
	width: 100%;
}
table.feedback #workplace, table.feedback #email, table.feedback #contactNumber
{
	width: auto;
}

#feedbackMessage, #detailsLinkDiv
{
	font: 8pt Arial; 
	padding: 2px 0px;
}
#detailDiv
{
	background: white;
	border: 1px solid black;
	color: black;
	display: none;
	font: 8pt Arial;
	height: auto;
	left: 30px;
	padding: 10px;
	position: absolute;
	top: 30px;
	width: 400px;
	z-index: 9999;
}
#detailDiv h1
{
	color: black;
	font-size: 14px;
	margin: 4px;
}
#detailDiv input, #detailDiv select
{
	font: 8pt Arial;
}
#detailDiv table
{
	background: transparent;
}

#detailDiv table td, #detailDiv table th
{
	/* background: transparent; */
	border: 0px;
	color: black;
	margin: 0px;
}
#detailDiv label
{
	color: black;
	padding: 0px;
}
#detailDiv table th
{
	text-align: left;
	vertical-align: middle;
	width: 200px;
}
#detailDiv #buttons
{
	padding: 4px 0px;
	text-align: right;
}

/* Styles for Ajax Lookup */
.lookup
{
	background: white;
	border: 1px solid black;
	display: none;
	max-height: 200px;
	overflow: auto;
	position: absolute;
	z-index: 9999;
}
.lookup .a
{
	background: white;
}
.lookup .b
{
	background: rgb(233,241,249);
}
.lookup .lookup_option_hl
{
	background: darkblue;
	color: white;
	cursor: pointer;
	padding: 2px;
}
.lookup .lookup_option_ll
{
	color: black;
	cursor: pointer;
	padding: 2px;
}
