#search {
	border:1px solid #bbb;
	background:#ddd8c7;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	border-top:none;
	width:99.5%;
	position:relative;
	height:0;
	overflow:hidden;
}
#search form {
	display:table;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	margin-top:.5em;
}
#search form .searchbox {
	height:80px;
	width:33%;
	border-left:3em solid #ddd8c7;
	display:table-cell;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}
.searchbox ul {
	height:120px;
	overflow:auto;
	margin-left:0;
	background:white;
	margin-bottom:0;
}
#reload {
	background: #b6d1ee;
	display:block;
	height:25px;
	padding:5px;
}
#reload p {
	margin:0 0 0 10px;
}
#calendar a.uncheck:link {
	color:#333;
	border:1px solid #bbb;
	background:#ddd;
	font-size:.8em;
	padding:3px;
	margin:8px 0;
	border-radius:2px;
}
#calendar a.uncheck:hover {
	background:#ccc;
	color:black;
}
ul#featured {
	list-style-type:none;
	margin:0 1em;
	padding-left:0;
	display:table;
}
#featured li{
	list-style-type:none;
	padding-left:0;
	height:4em;
}
#featured li a {
	display:table-row;
}
span.date {
	display:table-cell;
	vertical-align:top;
}
span.date span {
	color:black;
	background:white;
	border-top:4px solid #002878;
	border-left:1px solid #666;
	border-right:1px solid #666;
	border-bottom:1px solid #666;
	font-size:.85em;
	width:28px;
	text-align:center;
	font-weight:bold;
	display:block;
	border-radius:3px;
	margin-bottom:.5em;
}
span.title {
	display:table-cell;
	padding:0 0 0 5px;
	vertical-align:top;
}
#searchbutton {
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	background:white;
	border:1px solid #bbb;
	border-top:none;
	display:inline-block;
	padding:0 1em 0 2em;
	margin-left:600px;
	cursor:pointer;
	background-image:url(../images/arrow-updown.png);
	background-repeat:no-repeat;
	background-position:5px bottom;
}
#searchbutton.isopen {
	background-position:5px top;
}
#search label {
	display:block;
}
input#dosearch {
	width:149px;
	height:23px;
	background:#C1281D;
	border-radius:4px;
	border:1px solid #9e231b;
	color:white;
	font-weight:bold;
	margin-bottom:1em;
	text-shadow:black 2px 2px 1px;
}
input#dosearch:hover,
input#dosearch:active {
	background:white;
	color:#e12526;
	text-shadow:none;
}
.ui-widget {
	font-size:1em;
}
.ui-widget-header {
	background-image:none;
	background-color:#c1281d;
	border-color:#e12526;
}
