/* Replace with better stylesheet */
div.block
{
	border: 1px #000000 solid;
	margin: 10px;
	padding: 10px;
}

div.block_selected
{
	border: 1px #000000 solid;
	margin: 10px;
	padding: 10px;
	background-color: #9f9f9f;
}

table.popupMenu
{
	position: absolute;
	z-index: 100;
	border: 1px solid black;
	border-bottom: none;
}
table.popupMenu td.normal
{
	background-color: #AAAAAA;
	padding: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0px;
}
table.popupMenu td.normal a
{
	padding-left: 20px;
	padding-right: 10px;
	color: #FFFFFF;
	white-space: pre;
	font-family: verdana;
	font-size: 10px;
	text-decoration: none;
}

table.popupMenu td.hover
{
	background-color: #DEDEDE;
	padding-top: 2px;
	padding-bottom: 2px;
	color: black;
}
table.popupMenu td.hover a
{
	padding-left: 20px;
	padding-right: 10px;
	white-space: pre;
	font-family: verdana;
	font-size: 10px;
	text-decoration: none;
}
img
{
	border: none;
}

span.failed 
{
	color: red;	
}

body,html,div.fullHeight div, div.fullHeight 
{
	height: 100%;
}
body
{
	margin: 0;
	font-size: 11px;
	font-family: arial;
	background-color: black;
}
#contactForm{
	position: absolute; 
	background-color: white; 
	border: 0px solid black; 
	padding: 20px; 
	z-index: 100; 
	width: 400px; 
	
	overflow: auto;	
}
#contactForm a{
	color: #00ADF1;
}
div.form{
	
}
div.form input, div.form textarea{
	font-family: verdana;
	font-size: 10px;
	border: 1px solid black;
	margin: 2px;
	width: 240px;
	padding: 2px;
}
div.form input.button{
	width: 150px; 
	margin-top: 10px; 
	background-color: #FF0091; 
	color: white;
	border: 1px solid #FF0091;
	padding: 3px;
}
ul{
	
	padding-left: 15px;
	margin-left: 0px;
}