body {font-family:arial;color:#000;margin:0;padding:0;background:#eee;font-size:16px;background:#fff;}
a {color:#777;}
h1 {font-size:36px;margin:0 0 5px 0;font-weight:normal;}
h2 {font-size:18px;margin:10px 0 5px 0;font-weight:bold;}

form,input {margin-bottom:0;padding-bottom:0;}

.sentences {line-height:28px;}
.sentence {line-height:28px;display:inline;margin-right:5px;}
.sentence_edit {line-height:28px;display:block;padding:0 4px;color:#666;}
.sentence_edit a {color:#000;}
.sentence_edit:hover {background:#bbb;color:#fff;}

ul,ol {
	list-style-image:none;
	list-stule-position:outside;
	list-style-type:none;
	margin:0 0 10px;
	padding:0;
}

.pre {}
.post {color:#666;}

.is_fact { background:#bcf;padding:0 3px;border:1px solid #fff; }
.is_positive { background:#aea;padding:0 3px;border:1px solid #fff; }
.is_negative { background:#faa;padding:0 3px;border:1px solid #fff; }
.is_neutral { background:#fe9;padding:0 3px;border:1px solid #fff; }
.is_uncategorized { background:#ddd;padding:0 3px;border:1px solid #fff; }
.is_bad { background:#f55;padding:0 3px;border:1px solid #fff; }

.description {color:#000;border:1px solid #fff;} /* background:#aea; */
.description:hover {border:1px solid #666;}
.description a {color:#000;text-decoration:none;}
.description a:hover {text-decoration:none;}
.description a img {border:0;}

.right_action {float:right;}
.right_action a {color:#666;text-decoration:underline;}
.right_action a:hover {text-decoration:underline;}

#versus_1 a {color:#000;text-decoration:none;}
#versus_1 a:hover {text-decoration:underline;}
#versus_2 a {color:#000;text-decoration:none;}
#versus_2 a:hover {text-decoration:underline;}

.content { 
	width: 90%;
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
	background:#eee;
	}	
	
	.sub_content { 
	padding: 20px;
    border: 1px solid #ccc;
	display:block;
	margin-bottom:10px;
	background-color:#fff;
	clear:both;
	}
	
	.w_menu {
	border-top:none;
	}	
	
.floated {
	padding: 0 20px 10px 0;
    border: 1px solid #fff;
	float:left; 
	width:250px;
	font-size:14px;}
	
.floated div {
	padding: 2px;
	}	

.odd {background:#eee;}
	
.sub_content_clear { 
	padding: 20px;
	display:block;
	margin-bottom:10px;
	}	
	
.logo {
	float:left;
	padding-right:20px;
}	

.menu_ul {
	list-style-type:none;
	display:block;
	height:23px;
	margin:0;
	padding:0 10px;
	background:url(../graphics/grey_line.gif) 0 100% repeat;
}
.menu_ul li {
	float:left;
	padding:0;
	margin:0 0 0 10px;
	font-size:12px;	
}

.menu_ul a {
	border-top:1px solid #CCC;
	border-right:1px solid #CCC;
	border-left:1px solid #CCC;
	border-bottom:1px solid #CCC;
	color:#555;
	text-decoration:none;
	padding:3px 12px;
	display:block;
	background:#FFF;
	height:15px;
}

.menu_ul a:hover {
	border-top:1px solid #999;
	border-right:1px solid #999;
	border-left:1px solid #999;
}

.menu_ul li.menu_selected a {
	border-bottom:1px solid #FFF;
	font-weight:bold;
}

.search_bar {
	float:left;
	padding: 15px 25px 10px 25px;
    border: 1px solid #ccc;
	display:block;
	margin-bottom:20px;
	background-color:#fff;
	font-size:12px;
}	
.search_bar a {
	margin-right:5px;color:#777;
}	

#send-query {margin-left:5px;}

.label_info {
float:right;
text-align:right;
font-size:14px;
padding:10px 10px;
background:#eee;
}

.menu_info {
font-size:14px;
margin-top:20px;
}

.menu_info a {
color:#333;
padding:5px 10px;
background:#eee;
}

.info {
color:#777;
font-size:12px;
}

.main_wrapper { 
/* background:#F4EBCF; */
padding: 10px 0 20px 0; 
border-top:1px solid #ccc;
clear:both; 
background:#eee;
min-height:500px;
 /* ie hack */
  height:auto !important;
  height:500px;

}

.footer_wrapper { 
background-color:#fff; 
text-align:center; 
clear:both; 
height:100px;
border-top:1px solid #898D82;
padding-top:20px;
}

.footer {
text-align:left; 
background:#fff;
width:950px;
margin-left: auto; 
margin-right: auto; 
margin-bottom:20px;
padding:10px 0;
}

.footer_three_columns {
line-height:20px;
float:left;
display: inline;
/* background:#bbb; */
width:270px;
margin-left: 20px;
color:#333;
padding:10px 10px;
font-size:14px;
}

.footer_three_columns li {
margin:1px 0;
}

.footer_three_columns a {
color:#333;
}

input.button {
    padding:5px 10px;
	overflow:visible;
    border-top:2px solid #e5e5e5;
    border-right:2px solid #7d7d7d;
    border-bottom:2px solid #7d7d7d;
    border-left:2px solid #e5e5e5;
    font-size:16px;
    background:#eee; }
input.button:active {
  padding:5px 9px 5px 11px;
  border-top:2px solid #7d7d7d;
  border-right:2px solid #e5e5e5;
  border-bottom:2px solid #e5e5e5;
  border-left:2px solid #7d7d7d;
  background:#ddd; }
  
input.field {
font-size:16px;
padding:7px 6px;
width:370px;
} 

.field_box {
width:400px;
margin:5px;
padding:5px;
border:2px solid #fff;
line-height:28px;
}

.translation_box {
float:left;
width:900px;
margin:5px;
padding:5px;
line-height:28px;
}
.translation_box:hover {background:#bbb;}

.comment_alert {color:#c00;font-size:12px;}

/* unitip css */
#unitip {
	font-size:12px;
	position: absolute;
	z-index: 1000;
	top: -1000px;
	color: #333;
	display: none;}
	
#unitippoint, #unitipmid, #unitipcap {
		position: relative;
		top: 0px; 
		left: 0px;
		width: 200px;
		display: block;}
	
#unitippoint { 
		background: url(../graphics/TipPoint_2.png) no-repeat; 
		height: 19px; 
		overflow: hidden;}
	
#unitipmid { 
		background: url(../graphics/TipMid_2.png) repeat; 
		width: 175px;
		height: auto; 
		padding: 3px 15px 5px 10px;}
	
#unitipcap { 
		background: url(../graphics/TipCap_2.png) no-repeat; 
		height: 7px; 
		overflow: hidden; }

/**** ** LAYOUT: SUPERHEADER */

#superheader {
text-align:left;
background:#FFFFFF; 
border-bottom:1px solid #AAAAAA;
min-width:990px; /* works in ie7 only? */
}

#superheader_left .superheader_text {
color:#777;
display:block;
float:left;
padding:1px 5px 1px 5px; 
margin:0 1px 0 1px;
}

#superheader_left {
float:left;
display:inline;
padding: 5px 5px 5px 5px;
text-align:right; 
}

#superheader_right {
float:right;
display:inline;
padding:6px 10px 6px 5px;
text-align:right;
color:#555;
font-size:12px;
}

#superheader_right a {
color:#555;
}

		#superheader ul {
		margin:0;
		padding:0;
		list-style-type:none;
		display:block;
		float:left;
		clear:both;
		}
		#superheader li {
		display:block;
		float:left;
		padding:0;
		margin:0; 
		}
		#superheader li a {
		color:#777;
		display:block;
		float:left;
		padding:3px;
		margin:0 1px 0 1px;
		}
		#superheader li a.selected {
		color:#996633;
		font-weight:bold;
		background-color:#efe6da;
		text-decoration:none;
		}
		#superheader li a.selected:hover {
		}
		#superheader li a:hover {
		background-color:#efe6da;
		color:#996633;
		}


/* ADDTHIS widget */
.addthis_toolbox {
	float:left;
	width: auto;
	font-size:13px;
	margin:10px 0;
}

	.addthis_toolbox a {
		background: #fff url('../images/sharethis_button_bg.gif') repeat-x bottom;
		border: 1px solid #CCC;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		color: #003e74;
		display: block;
		float: left;
		margin: 0 6px 0 0;
		padding: 4px 8px 4px 34px;
		position: relative;
		text-align: left;
		text-decoration: none;
		-moz-user-select: none;
		-khtml-user-select: none;
		user-select: none;
	}
	
		.addthis_toolbox a:hover {
			background: #ecf6ff url('../images/sharethis_button_bg_hover.gif') repeat-x bottom;
			border: 1px solid #7babd6;
			color: #003e74;
		}
		
		.addthis_toolbox a:active, .addthis_toolbox a:focus {
			background: #0078c5 url('../images/sharethis_button_bg_active.gif') repeat-x bottom;
			border: 1px solid #004e80;
			color: #FFF;
			outline: none;
		}
	
	.addthis_toolbox span {
		position: absolute;
		left: 10px;
		top: 4px;
	}
/* END ADDTHIS */	



