#top_header {
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	font-weight: bold;
}

#top_header_title {
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	font-weight: bold;
}

#wrapper {
	border: 1px solid red;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	font-size: 100%;
	font-weight: normal;
	/*overflow: hidden;*/
	overflow: auto;
}

#search_form {
	margin-top: 20px;
	margin-right: 10px;
	margin-left: 10px;
	float: center;
	font-weight: bold;
}

#search_form a {
	margin-top: 20px;
	margin-right: 10px;
	margin-left: 10px;
	float: none;
	font-size: 75%;
	font-weight: normal;
}

/*
div{
	word-wrap: break-word;
	overflow: hidden;
}
*/
.word_entry {
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #3366FF;
	text-decoration: none;
}

.word_function {
	font-size: 85%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #3399FF;
	text-decoration: none;
}

.word_function a {
	/* font-size: 85%; */
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #3399FF;
	text-decoration: none;
}

.function_name {
	font-size: 95%;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #3366CC;
	text-decoration: none;
}

.word_uses {
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}

.word_author {
	font-size: 80%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #808080;
	text-decoration: none;
}

.word_author a {
	/*font-size: 80%;*/
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #6666FF;
	text-decoration: none;
}

.word_lang {
	font-size: 80%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #808040;
	text-decoration: none;
}

.word_links {
	font-size: 80%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #0000FF;
	text-decoration: none;
}

.word_translation {
	font-size: 80%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #669900;
	text-decoration: none;
}

.red, .red a {
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FF0000;
	text-decoration: none;
}

#tag {
	word-wrap: break-word;
	margin: 5px 0px 25px 0px;
	text-align: left;
	/*float: left;*/
	font-size: 100%;
}

.table td {
	padding: 5px;
}

/*Show tips on help*/
a:active, a:focus, a:hover {
text-decoration:none;
visibility:visible; /* kills IE6 :hover bug in all Tooltips */
}

.tooltip { 
position:relative;
}

.tooltip span { 
position:absolute;
left:-999em; 
}

.tooltip:hover span, .tooltip:focus span {
left:50px;
padding:5px 10px;  
border:1px solid #00f;
background:#ccc;
}

a.p1:active, a.p1:focus, a.p1:hover {
text-decoration:none;
visibility:visible; /* kills IE6 :hover bug in all Tooltips */
}

#pic {
	background-color: #FFFFFF;
	left: -1px;
	position: relative;
	top: -1px;
	width: 10px;
	float: left;
	margin-right: 10px;
}

#pic a .large {
	border: 0px;
	display: block;
	height: 1px;
	left: -1px;
	position: absolute;
	top: -1px;
	width: 1px;
}

#pic a img {
	border: 0;
}

#pic a.p1, #pic a.p1:visited {
	background: #FFFFFF;
	border: 0px solid #000000;
	display: block;
	height: 10px;
	left: 0;
	text-decoration: none;
	top: 0;
	width: 10px;
}

#pic a.p1:hover {
	background-color: #8C97A3;
	color: #000000;
	text-decoration: none;
}

#pic a.p1:hover .large {
	border: 0px solid #000000;
	display: block;
	height: 200px;
	left: 100px;
	position: absolute;
	top: -60px;
	width: 300px;
}
