/* INDEX STYLES */

.cell{
/*    max-height; 19px;*/
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
    font-size: 11pt;
	margin-top: 3px;
}

.stroke-header{
    /*background-color: #666666;*/
	border: none;
	width: 80%;
    /*font-weight: bold;*/
    color: white;
	clear: both;
    padding: 4px 2px 2px 10px;
	border-top: 10px solid #ffffff;
}

.radical-cell{
	float: left;
	width: 145px;
	height: 25px;
    background-color: white;
    padding: 2px 2px 0px 2px;
}

.radical-cell table{
	padding: 0px;
	border: 0px;
	border-spacing: 0px;
	width: 100%;
}

.radical-cell table td{
	padding: 0px;
}

.radical-cell table .left-align{
	text-align: left;
}

.radical-cell table .right-align{
	text-align: right;
}

.radical-hover, .character-box-hover{
	background-color: #eeeeee;
}

.character-box{
	padding: 10px;
	border: 2px dotted #dddddd;
	margin: 10px;
	font-size: 1.5em;
	float: left;
	white-space: nowrap;
	zoom: 1;
	display: inline;
	-moz-float-edge: content-box;
	position: relative;
	width: auto;
}

.lesson-data-title{
	padding: 5px;
	border: 1px dotted #dddddd;
	background-color:  #eeeeee;
	width: 100%;
	float: left;
}

.list-selector{
	list-style:		none;
}
.list-selector li{
	padding: .3em;
	display: block;
	width: 8em;
	text-align: center;
}
.list-selector-li-hover{
	background-color: #eeeeee;
}

.fragment-LESSONNUMBER{
	width: auto;
}
#PANEL4 #SEARCHRESULTS{
    padding: 10px 10px 10px 10px;
    font-size: smaller;
}

#PANEL4 #CHARPANEL #STROKEPANEL{
    border: solid 2px #483429;
    margin-right: 30px;
    margin-top: 10px;
    width: 325px;
    height: 420px;
    float: right;
}

#RADICALINDEXRESULT{
	background-color: white;
	border: solid 2px black;
	margin-bottom: 30px;
}
#RADICALINDEXRESULT td{
	padding: 2px 5px 2px 5px;
	width: 25px;
	max-width: 25px;
	border-top: inset 1px black;
	border-left: inset 1px black;
}
#RADICALINDEXRESULTCELL{
	border: 0px;
	margin-bottom: 0px;
}
#RADICALINDEXRESULTCELL td{
	padding: 0px 0px 0px 0px;
	width: 100%;
	border: 0px;
}

/**
 * For single cell table
 */
#SIMPLECELLTABLE{
	border: 0px;
	margin-bottom: 30px;
}

#SIMPLECELL{
	background-color: white;
	border: solid 1px black;
}

#SIMPLECELL td{
/*	padding: 2px 5px 2px 5px;*/
	width: 60px;
	max-width: 60px;
    text-align: center;
}


/**
 * For index -> hiragana panel
 */
#HIRAGANAINDEX{
	background-color: white;
	border: solid 1px black;
	padding-left: 2px;
	padding-right: 2px;
}


#VARIANTSFLOAT{
/*	position: absolute;
	z-index: 99;*/
}
#VARIANTS{
	border-left: solid 1px black;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
	font-size: 12pt;
}
#VARIANTS .TABLEALL{
	width: 500px;
	text-align: center;
	background-color: white;
	padding: 15px;	
	font-size: 12pt;
}
#VARIANTS .TABLEALL td{
	vertical-align: top;
	font-size: 20pt;
}
#VARIANTS .TABLELIST{
	border: solid 1px black;
	width: 100%;
	text-align: center;
	background-color: white;
}
#VARIANTS .TABLELIST td{
	border-bottom: solid 1px black;
}

.HANGULINDEXR{
	display: none;
}
#HANGULINDEX{
/*	display: none;*/
}


#general-search{
	padding-bottom: 10px;
	width: 100%;
	border-bottom: solid 1px black;
}
#advanced-search{
	padding-top: 10px;
}
.margined-input{
	margin-bottom: 10px;
}

/**
 * block selector style
 */
.block-selector{
	position: relative;
	padding: 20px;
/*	height: 150px;*/
}

.block-selector ul{
	list-style:		none;
	margin: 0;
	padding: 0;
}

.block-selector li{
	float: left; 
	background:		#BDD2FF;
}

.block-selector a{
	display: block;
	border-left:	1px solid #fff;
	border-top:		1px solid #CFDEFF;
	padding: 		.3em 0.5em;
	text-decoration:none;
}

.block-selector a, .pinyin-index a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#13a;
}

.block-selector li:hover, .block-selector li.sfHover,
.block-selector a:focus, .block-selector a:hover, .block-selector a:active {
	background:		#CFDEFF;
	outline:		0;
}

.block-selector li ul{
	position:absolute;
	left:0;
	margin: 10px;
	padding: 0;
	display: none;
}

