a { 
	color: #333;
	text-decoration: none;
	}
/*div.single_column a{
	color:#0000EE;
}*/
	
a:hover { color: #009;
	text-decoration: underline;
	 }
	
html {
  height: 100%;
}

img {
	border: 0px;
}

body {
  height: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
	background: #FFFFFF  url('/images/background.png');
	color: #000;
	font: normal 90% "Trebuchet MS",sans-serif;
}

input {
	padding: 3px;
}

label {
	font-size: 1.1em;
	font-weight: bold;
}

h1 {
	 margin-top: 0px;
	margin-bottom: 6px;
	margin-left: 4px;
	font-size: 1.4em;
	
}

h2 {
 margin-top: 0px;
margin-bottom: 6px;
margin-left: 4px;
font-size: 1.3em;
}

/* ================================================= */
/* = Added by Snow, styles for auto-completion = */
/* ================================================= */
div.autocomplete {
   position:absolute;
   width:200px;
   background-color:white;
   border:1px solid #888;
   margin:0px;
   padding:0px;
 }
div.autocomplete ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
	max-height:300px;
	overflow:auto;
}
div.autocomplete ul li.selected { background-color: #ffb;}
div.autocomplete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  height:20px;
  cursor:pointer;
}

.errorExplanation {
	color: #600;
	background: #FDD;
	padding:10px;
	margin: 5px;
}
.error{
	color: red;
}

/* ============================== */
/* = Styles for the tip content = */
/* ============================== */
.tip_content {
	width:200px; 
	height:auto;
	padding:5px;
	border:1px solid black;
	font-size:12px;
	text-align:left;
	font-weight:normal;
	background-color:#FFF9B3;
/*	display:none;*/
}
.hide{
	display:none;
}
