*{margin:0;padding:0}
html, body {width:100%;height:100%}
body{background:#FFFFFF;font-family:Verdana, Arial, Helvetica, sans-serif;font-size:14px;}
input,select,textarea{color:#000000;font-size:14px;padding-top:1px;}
textarea{font-family: MS Sans Serif, Arial, Helvetica, sans-serif;}
table{border:0px;}
table td, table th{font-size: 14px; font-weight: normal;}
.booth_bar{color: #ffffff; font-weight: bold; font-size: 16px;text-align: center;}
#toolbar{color: #000000;text-align: right; padding-right: 20px; padding-bottom: 5px;}
#toolbar a{color: #000000;text-decoration: underline;}
#toolbar a:hover{color: #303030;}
h1 {font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif; font-size: 28px; font-weight: normal;margin-top: 10px;}
h2 {font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif; font-size: 22px; font-weight: normal;}
#action_text {background-color:#ffffe2;padding: 10px;margin-top: 20px; margin-bottom: 10px;border: 1px dashed #000000;}
#body {margin-top: 30px;}
.error{color:#cc3300}
.success{color:#007000}
a{color:#106BDE; text-decoration:none}
a:hover{text-decoration:underline}
.button, .button:focus {
	background: url('/images/fade-butt.png');
	border: 3px double #999;
	border-left-color: #ccc;
	border-top-color: #ccc;
	color: #333;
	padding: 0 1em 0 1em;
}
#boothbar a {color: #ffffff;text-decoration: underline;}
.admin_box {border: 3px solid #999; margin-top: 30px; border-left-color: #ccc; border-top-color: #ccc; color: #333; }
.admin_box .admin_box_title {background: url('/images/fade-butt.png'); padding: 2px 5px 2px 10px;}
.admin_box .admin_box_content {padding: 10px 10px 10px 10px;}
div.suggestionsDisplay
{
	color: #106BDE;
	padding-left: 5px;
	font-weight:bold;
	font-size: 10px;
	background-color:#ffffff;
	position:absolute;
	width:400px;
	height:200px;
	z-index:20;
	overflow:auto;
	visibility:hidden;
	border:solid 1px #888888;
	text-align:left;
	margin-top:2px;
}
div.suggestionsListItemOff
{
	font-weight:normal;
	color: #666666;
	font-size: 11px;
	display: block;
	text-decoration: none;
	padding: 2px 0px 2px 5px;
}
div.suggestionsListItemOn
{
	font-weight:normal;
	color: #ff4e00;
	background-color: #eeeeee;
	font-size: 11px;
	display: block;
	text-decoration: none;
	padding: 2px 0px 2px 5px;
	cursor:pointer;
	cursor:hand;
}