.googie_window {
	position: absolute;
	visibility: hidden;
	font: normal 13px sans-serif;
	border: 1px solid #777;
	background-color: #ECEFFF;
	text-align: left;
	width: 165px;
	z-index: 300;
	padding: 1px;
	margin: 0;
}

.googie_list {
	margin: 0;
	padding: 0;
}

.googie_list td {
	font: normal 13px arial;
	color: #444;
	padding: 1px 0 1px 0;
	cursor: pointer;
	list-style-type: none;
}

.googie_list_onhover {
	background-color: #FEF7BA;
}

.googie_list_onout {
	background-color: #F1F3FF;
}

.googie_list_selected {
	font: normal 13px arial;
	background-color: #CCC;
}

.googie_list_revert {
	color: #F284CA;
}

.googie_list_close {
	color: #E51919;
}

.googie_link {
	color: #E51919;
	cursor: pointer;
}

.googie_check_spelling_link {
	color: #0049B7;
	cursor: pointer;
}

.googie_no_style {
	text-decoration: none;
}

.googie_resume_editing {
	color: #00BA00;
	cursor: pointer;
}

.googie_check_spelling_ok {
	color: white;
	background-color: #00BA00;
	height: 12px;
	padding-left: 2px;
	padding-right: 5px;
	cursor: pointer;
}

.googie_lang_3d_click img {
	vertical-align: middle;
	border-top: 1px solid #555;
	border-left: 1px solid #555;
	border-right: 1px solid #b1b1b1;
	border-bottom: 1px solid #b1b1b1;
}

.googie_lang_3d_on img {
	vertical-align: middle;
	border-top: 1px solid #b1b1b1;
	border-left: 1px solid #b1b1b1;
	border-right: 1px solid #555;
	border-bottom: 1px solid #555;
}
