textarea
{
	font-family:		Verdana, Ariel, 'Century Gothic', Courier;
}

th.drift_th
{
	text-align:		left;
	color:			#008000;
}

tr.drift_tr:hover
{
	color:			#008000;
}


div.detailed_ticket
{
	display:		none;
	background-image:	url('frame_background.png');
	position:		absolute;
	top:			0;
	left:			0;
	width:			100%;
	height:		100%;
	z-index:		5;
}

div.info_frame
{
	background-color:	white;
	width:			700px;
	min-height:		380px;
	position:		absolute;
	left:			25%;
	top:			20%;
	z-index:		6;
}

img.btn_close
{
	position:		relative;	
	top:			-12px;
	left:			680px;
}

img.btn_previous
{
	margin-right:		15px;
	float:			right;
}

img.btn_next
{
	margin-left:		15px;
	float:			left;
}

p.ticket_title
{
	color:			#008000;
	font-size:		20px;
	text-align:		center;
}

input.ticket_title
{
	margin-top:		20px;
	margin-bottom:	10px;
	margin-left:		15%;
	width:			70%;

	color:			#008000;
	font-size:		20px;
	text-align:		center;
}

span.ticket_message_header
{
	padding-left:		50px;
	color:			#008000;
	font-weight:		bold;
}

div.ticket_message
{
	padding-bottom:	20px;
	padding-left:		50px;
	padding-right:	50px;
	text-align:		left;
	
}

div.ticket_status_container
{
	padding-bottom:	15px;
	padding-left:		50px;
	padding-right:	50px;
}

div.ticket_status
{
	text-align:		center;
	padding-top:		10px;
	margin-left:		20px;
	float:			left;
}

div.ticket_updates
{
	width:			75%;
	margin-left:		35px;
	padding-top:		5px;
	float:			left;
}

div.ticket_navigation
{
	position:		relative;
	height:		32px;
}
