
hr
{
	background-color: #009241;
	border-bottom: dashed 1px #009241;
	width: 90%;
}

a
{
	color: #333333;
	text-decoration: none;
	font-weight:bold;
}

a:hover
{
	text-decoration: underline;
}

h1
{
	font-family:Tahoma;
	font-size: 1.4em;
	color: #009241;
}

h2
{
	font-family:Tahoma;
	font-size: 1.3em;
	color: #009241;
}
h3
{
	font-family:Tahoma;
	font-size: 1.2em;
	letter-spacing: 0em;
	color: #009241;
	margin-bottom: 0.25em;
	
}

.UIVirtualExhibition
{
	background: #D9F3DF;
	border: solid 1px #009241;
	height: 420px;
}

.UIExhibitorDetailBox
{
	background-color: #ffffff;
	border: solid 1px #666666; 
	width:380px; 
	height: 400px;
}
.UIExhibitorDetailBox td
{
	padding: 4px; 
}

.UIList
{
	background-color: #ffffff;
	padding:10px; 
	border: solid 1px #666666; 
	overflow: auto; 
	width:280px; 
	height:300px;
	
	scrollbar-base-color: 		#ffffff;
	scrollbar-track-color: 		#ffffff;
	
	scrollbar-3dlight-color: 	#DDDDDD;
	scrollbar-darkshadow-color:	#DDDDDD;
	scrollbar-lightshadow-color:#DDDDDD;
	
	scrollbar-arrow-color: 		#666666;
	scrollbar-shadow-color: 	#ffffff;
	scrollbar-highlight-color: 	#ffffff;
}

.UIWarning
{
	color: #009241;
	font-weight : bold;
}

.UIList table
{
	width:240px; 
}

.UIItemSelected
{
	background-color: #009241;	
}

.UIItemSelected td
{
	padding: 2px;
	color: #ffffff;	
}

.UIItem td
{
	padding: 2px;
	color: #333333;	
}

.UIItem a
{
	color: #333333;
	text-decoration: none;
	font-weight:bold;
}

.UIItemSelected a
{
	color: #ffffff;
	text-decoration: none;
	font-weight:bold;
}

.UIItem a:hover
{
	text-decoration: underline;
}

table.UISubList
{
	margin-top: 1px;
	background-color: #ffffff;
}

.UISubList a
{
	color: #333333;
	text-decoration: none;
	font-weight:bold;
}

.UISubList td
{
	padding: 2px;
	color: #333333;	
	
}

.UISubItemSelected
{
	color: #009241;
	font-style: italic;
}

#helptext
{
	color: #666666;
	font-style: italic;
}

.UIForm b
{
	color: #666666;
	font-weight:bold;
}