@charset "utf-8";
/* CSS Document */

body{
	background: #FFFFFF;
	margin: 0px;
}
a{
	color: #838181;
	text-decoration: none;
}
#wrap1{
	margin: 20px auto;
	width: 679px;
	background-color: #eeffff;
	padding-bottom: 8px;
	padding-top: 8px;
}
#wrap2{
	margin: 0px auto;
	width: 659px;
	border: #b4b5af 2px solid;
	color: #838181;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#nav{
	background: url(../images/nav_bg.jpg) no-repeat center;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	font-weight: bold;
	height: 40px;
}
#heading{
	text-align: center;
	padding: 15px;
}
#content{
	padding-left: 100px;
	padding-right: 100px;
	padding-bottom: 10px;
}
#footer{
	padding-top: 10px;
	padding-bottom: 0px;
	margin: 0 auto;
	width: 310px;
	height: 160px;
}
#footer .image{
	float: left;
	width: 110px;
	height: 160px;
}
#footer .info{
	float:right;
	width: 200px;
	position:relative;
	top: 60px;
}
#redundant-nav{
	text-align: center;
	font-size: 12px;
	color: #838181;
	padding-top: 10px;
	padding-bottom: 10px;
	background: url(../images/footer_bg.jpg) center no-repeat;
	height: 40px;
}
#redundant-nav a{
	color: #838181;
	text-decoration: none;
}

#add_event{
	display: inline;
	color: #f00;
	font-size: 10px;
	text-decoration: underline;
}

#add_reminder{
	display: inline;
	color: #f00;
	font-size: 10px;
	text-decoration: underline;
}

#add_event:hover{
	cursor: pointer;
}

#add_reminder:hover{
	cursor: pointer;
}

/* Autocomplete Stuff */
#autocomplete{
	width:400px;
}
div.autocomplete {
  position:absolute;
  width:400px;
  background-color:white;
  border:1px solid #888;
  margin:0px;
  padding:0px;
}
div.autocomplete ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
div.autocomplete ul li.selected { background-color: #eeffff;}
div.autocomplete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  height:20px;
  cursor:pointer;
}