@charset "utf-8";

#actions {
	right: 0;
}

#actions span.date {
	float: left;
	padding: 5px 10px;
	color: #69c;
}

#actions form {
	float: left;
	margin: 0;
	padding: 0;
}

		#search {
			border: solid 0px #cedeef;
			font-size: 12px;
			padding: 3px 4px;
			height: 14px;
		}
	
		#search-go {
			height: 20px;
			width: 20px;
			margin: 0 4px 0px 4px;
		}

#quicklinks {
	background: #fff;
	float: left;
	margin-left: 8px;
	position: relative;
}

.ie #quicklinks {
  top: 2px;
}

#quicklinks span {
	display: block;
	width: 200px;
	height: 16px;
	color: #777;
	padding: 2px 4px;
	cursor: pointer;
  background: #fff url(../images/downarrow.png) no-repeat right center;
  border: solid 1px #cedeef;
}

		ul.links {
			top: 0;
			left: 0;
			right: 0;
			position: absolute;
			border: solid 1px #cedeef;
			padding: 1px;
			background: #fff;
				z-index: 5000;
		}
	
		ul.links li {
		list-style-image: none;
		list-style-type: none;
		}

		ul.links a {
			background: #fff;
			display: block;
			width: 198px;
			padding: 2px 4px;
			text-decoration: none;
			color: #333;
		}

		ul.links a:hover {
			background: #cedeef;
		}
	
.hidden {
	position: absolute !important;
	left: -9000px !important;
	width: 0 !important; 
}

#contain_right {
	float: right;
	width: 400px;
	height: 25px;
	margin-right: 20px;
	margin-top: -18px;
}
#contain_right ul li {
	list-style-type: none;
	list-style-image: none;
	padding-right: 0px;
	line-height: normal;
}
#contain_right ul {
	width: 208px;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

