/* CSS Document */

#awehint
{
	display: none;
	width: 100px;
	position:static;
	padding: 0px;
	color:#000000;
	background-color: #ff9900;
	font-weight: normal;
	font-size: 10px;
	font-family: arial;
	font-style: normal;
}

#hintp
{
	margin: 0;
	padding: 0;
	position: absolute;

}

.search_input
{

	color:#FFFFFF;
	background-color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
	font-family: arial;
	font-style: normal;
	margin-right:3px;
}


.search_button
{
	color:#ffffff;
	background-color: #000000;
	font-weight: bold;
	font-size: 10px;
	font-family: arial;
	font-style: italic;
	cursor:pointer;
}

.hinthover
{
	cursor:pointer;
	color:#ffffff;
	background-color: #3399ff;
	font-weight: bold;
	font-size: 10px;
	font-family: arial;
	font-style: normal;
	padding: 0;
	margin: 0;

}
.hint
{
	padding: 0;
	margin: 0;
	position: center;
}
.performer_bio
{
	color:#000000;
	font-weight: normal;
	font-size: 12px;
	font-family: arial;
	font-style: normal;
}
.performer_name
{
	color:#3300ff;
	font-weight: bold;
	font-size: 12px;
	font-family: arial;
	font-style: normal;
}
.paging
{
	color:#000000;
	font-weight: bold;
	font-size: 12px;
	font-family: arial;
	font-style: italic;
}
.main_table
{
	background-color: #ff6201;
}
.performer_image
{
	border: 2px solid #000000;
}

