body {
	margin: 0;
	background: url(images/headerback.jpg) repeat-x;
	font: small Arial, Helvetica, sans-serif;
}
h1 {
	color: #4169E1;
	letter-spacing: 1px;
}
h1.entryword {
	margin-bottom: 0;
	font-weight: normal;
}
ul li {
	list-style: square;
}
a, a:visited {
	text-decoration: none;
	color: #1E90FF;
}
a img {
	border: none;
}
hr {
	color: #999;
	background-color: #AAA;
	height: 1px;
	border: none;
}
#header {
	height: 163px;
	margin-bottom: 30px;
	font: small trebuchet, "trebuchet ms";
}
#daruma {
	background: url(images/daruma.jpg) no-repeat left;
	height: 163px;
	width: 150px;
	position: absolute;
	top: 26px;
	left: 20px;
}
#sitetitle {
	font-size: 24px;
	font-weight: bolder;
	position: absolute;
	top: 10px;
	left: 210px;
}
#sitetitle a {
	color: #FFF;
}
#title101 {
	color: #c0c4ce !important;
}
#mainbuttons {
	position: absolute;
	top: 47px;
	left: 208px;
	width: 300px;
}
.mainbutton {
	height: 95px;
	width: 97px;
	float: left;
}
.mainbutton a, .mainbutton a:visited {
	display: block;
	height: 100%;
	width: 100%;
	outline: none;
	background: url(images/button.jpg) no-repeat;
	vertical-align: bottom;
	text-align: center;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
}
.mainbutton a .mainbuttoncaption {
	position: relative;
	top: 74px;
	
}
.mainbutton a:hover {
	background: url(images/buttonhover.jpg) no-repeat;
		display: block;
	height: 100%;
	width: 100%;
}
#contentholder {
	clear: both;
	width: 75%;
	margin: auto;
	min-height: 200px;
	min-width: 600px;
	padding: 0 1px;
}
#content {
	float: left;
	width: 75%;
	overflow: hidden;
}
#sidebar {
	float: left;
	width: 25%;
	overflow: hidden;
}
#sidebar iframe {
	margin: auto;
	display: block;
}
#sidebarcontent {
	margin-left: 10px;
}
.defflag {
	font-weight: bolder;
	color: #595;
	cursor: help;
}
#footer {
	margin-top: 10px;
	padding: 10px 10% 10px 10%;
	font-size: smaller;
	border-top: 1px solid #AAA;
	clear: both;
	color: #777;
}
.search-highlight {
	background: #FFEBCD;
	border-bottom: 1px solid #DAA520;
}

.clearer { clear: left; }

.halfcol { float: left; width: 50%; }

.hidden {
	display:none;
}


.tab-area { border-bottom: 1px solid #AAA; }

.tabs {
	padding: 8px 5px 0 5px;
	white-space: nowrap;
	height: 1%;
	position: relative;
	position: relative;
	top: 3px;
	z-index: 5;
}

.tabs a, .tabs strong {
	border: 1px solid;
	float: left;
	margin-right: -2px;
	padding: 3px 14px;
	white-space: nowrap;
	text-align: center;
}

.tabs a, .tabs strong {
	border-color: #AAAAAA;
	border-style: solid;
	border-width: 1px 1px 0 1px;
	background: #FFFFFF;
}

.tabs a:hover, .tabs a:focus, .tabs a:active {
	color: #333333;
	background: #FFFFFF;
	text-decoration: none;
}

.tabs strong {
	border-bottom-style: none;
	padding-bottom: 5px;
	padding-top: 4px;
	cursor: default;
	position: relative;
	top: -2px;
	z-index: 10;
}

.tabs strong { background: #FFFFFF; }

.tabs:after {
	clear: both;
	display: block;
	content: " ";
	height: 0;
	visibility: hidden;
}

.tabs span.linksep { display: none; }


.searchresultword {
	font-size: 16px;
}

.search-msg {
	border: solid 1px #AAAAAA;
	margin: 10px 0 10px 0;
	padding: 5px 5px 5px 29px;
	background: #F5F3DE;
}

table { border-collapse: collapse; }

table.full { margin-bottom: 10px; width: 100%; }

td, th { border-bottom: 1px solid #AAA; padding: 3px; }

#rendermessage {
	float: right;
	color: #AAA;
}

th.group {
	font-weight: normal;
	letter-spacing: 2px;
	color: #3CB371;
	text-align: left;
}

th.subgroup {
	font-weight: normal;
	text-align: center;
	letter-spacing: 4px;
}

table#compounds td.compound {
	width: 15%;
	white-space: nowrap;
	padding: 3px;
}

table#compounds td.compoundreading {
	width: 25%;
}

table#compounds td.compounddef {
	width: 60%;
}

img.left {
	float: left;
}

img.right {
	float: right;
}





#dialogcontainer {
	border: 1px solid #000;
	padding: 0px 20px 10px 20px;
	color: #222222;
	background: #FFFDF6;
	overflow: auto;
	z-index: 99999;
	font: 14px arial, helvetica, trebuchet ms !important;
}
#dialogcontainer a {
	color: #222222 !important;
	font: 14px arial, helvetica, trebuchet ms !important;
}
#dialogcontainer h2 {
	color: #1A1A1A !important;
	font: bolder 14px arial, helvetica, trebuchet ms !important;
	text-align: left;
}
#dialogcontainer input {
	margin: 3px;
	border: 1px solid #CACACA;
	font-size: 13px;
	vertical-align: middle;
	background: #FFF;
}

a#dialogclose {
	color: #AAA !important;
	text-decoration: none !important;
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
	display: block;
	width: 20px;
	height: 20px;
	text-align: right;
}
a#dialogclose:hover {
	color: #990000 !important;
	text-decoration: none !important;
}
.formindent {
	margin-left: 35px;
}

input, select {
	margin: 2px 0;
}

#kanjiresults {
	font-size: xx-large;
}

#kanjiresults a {
	padding: 3px;
}

#kanjiresults a:hover {
	background-color: #DDD;
}

.matchcount {
	font-style: italic;
	color: #666666; 
}

.pageselection {
	padding: 5px 0;
}

.pageselection a, .pageselection .currentpage, .pageselectiontitle {
	margin: 4px 2px 2px 0;
	padding: 3px;
	border: 1px solid #AAA;
	float: left;
}

.pageselectiontitle {
	background-color: #EEE;
	color: #AAA;
}

.pageselection .separator {
	display: none;
}


.icon {
	border: none;
	vertical-align: middle
}

.sidemenu {
	padding:0;
	margin:0 0 10px 0;
}

.sidemenu li {
	list-style: none;
}

.formindent {
	margin-left: 10px;
}

.formscrollarea {
	border-top: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
	overflow: auto;
}

#accountpanel {
	position: absolute;
	top: 10px;
	right: 40px;
	width: 300px;
	color: #FFF;
	text-align: center
}