/******** HOME ********/
.home {}
.home table {
	width: 100%;
}
.home table td {
	padding: 20px 0 20px 20px;
	vertical-align: top;
}
.search_engine {
	overflow: hidden;
	width: 100%;
	border: 1px solid #ececec;
	-moz-border-radius: 5px;
	text-align: center;
}
.search_engine .logo {
	clear: both;
	margin: 40px 0 20px;
}
.search_engine .buttons {
	clear: both;
	margin: 0 0 40px;
}
.search_engine p {
	text-align: center;
}
.search_engine form {
	text-align: center;
}
.search_engine img {
}
.search_engine .engine_selector {
	float: right;
	margin: 6px 10px 0 0;
}
.search_engine .engine_selector a {
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.search_engine .engine_selector a:hover {
	text-decoration: underline;
}

/******** CLEAN SLATE ********/
.cleanslate {
	background-color: #ffffe3;
	margin: 30px 0 20px;
	min-width: 650px;
	-moz-border-radius: 5px;
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
}
.cleanslate .header {
	overflow: hidden;
}
.cleanslate .header .title {}
.cleanslate .header .title h1 {
	color: #333333;
	font-size: 22px;
	font-weight: normal;
	margin: 10px 0 0;
	padding: 0;
	text-align: center;
}
.cleanslate .header .link {
	float: right;
	margin: 6px 10px 0 0;
}
.cleanslate .header .link a {
	color: #0066ff;
	font-size: 12px;
	text-decoration: none;
}
.cleanslate .header .link a:hover {
	text-decoration: underline;
}
.cleanslate .header .link a:active {
	color: #44aaff;
}
.cleanslate p {
	font-size: 14px;
	margin: 10px 50px;
	line-height: 150%;
}

/******** ACTIVITY ********/
.recent_env {
	margin: 30px 0 20px;
	min-width: 650px;
}
.recent_env .header {
	overflow: hidden;
	border-bottom: 1px solid #ececec;
}
.recent_env .header .title {
	float: left;
}
.recent_env .header .title h1 {
	color: #8f9091;
	font-size: 16px;
	margin: 3px 0 0;
	padding: 0;
}
.recent_env .header .link {
	float: right;
	margin: 6px 0 0 0;
}
.recent_env .header .link a {
	color: #0066ff;
	font-size: 12px;
	text-decoration: none;
}
.recent_env .header .link a:hover {
	text-decoration: underline;
}
.recent_env .header .link a:active {
	color: #44aaff;
}
.recent_activity {
	float: left;
	width: 200px;
	margin: 30px 0 0 0;
}
.recent_activity h1 {
	color: #555658;
	font-size: 14px;
	margin: 0 0 7px;
	padding: 0;
}
.recent_activity p {
	font-size: 12px;
	margin: 0 0 5px;
	padding: 0;
}
.recent_activity p.expla {
	padding: 0 15px 0 0;
}
.recent_activity a {
	color: #0066ff;
	font-size: 12px;
	text-decoration: none;
}
.recent_activity a:hover {
	text-decoration: underline;
}
.recent_activity a:active {
	color: #44aaff;
}
.clear_history {
}
.clear_history a {
	color: #0066ff;
	font-size: 12px;
	text-decoration: none;
	margin-left: 15px;
}
.clear_history a:hover {
	text-decoration: underline;
}
.clear_history a:active {
	color: #44aaff;
}

/******** ACCOUNT ********/
.account_links {
	margin: 20px 0 0 50px;
}
.account_links a {
	color: #333333;
	font-size: 12px;
	text-decoration: none;
	margin: 0 30px 0 0;
}
.account_links a:hover {
	text-decoration: underline;
}
.account_links a:active {
	color: #9a9a9a;
}
