@charset "utf-8";
/* tabulka kanji */

*
{
  margin:0px;
  padding:0px;
}

body
{
	background: #bbb;
	font: normal 16px "Trebuchet MS", sans-serif;
}

ul
{
  margin-left:20px;
  margin-bottom:10px;
}

a
{
  color:#008;
  text-decoration:none;
}

a:hover
{
  text-decoration:underline;
}

a img
{
  border:none;
}

form
{
  display:inline;
}

input, textarea, select
{
  padding:1px;
  border:1px solid #000;
 /*font-size:18px;*/
 font-family: "MS UI Gothic", "MS Gothic", gothic, sans-serif;
}

textarea
{
  width:90%;
  overflow:hidden;
  font-family: "MS UI Gothic", "MS Gothic", gothic, sans-serif;
  font-size:20px;
}

h3
{
  clear:both;
  border-bottom:2px solid #aaa;
  padding-top:6px;
  font-weight:normal;
  margin-bottom:5px;
  font-size:18px;
}

table
{
  margin:10px auto;
}

td
{
  text-align:left;
}

p
{
  text-align:justify;
  padding-bottom:5px;
}

.number
{
  vertical-align:top;
  text-align:left;
  color:#ddd;
  font-size:50px;
  width:70px;
}

.content
{
  margin:8px;
}

.clearme
{
  margin:0px;
  padding:0px;
  clear:both;
}

.note, .note a
{
  padding:2px;
  color:#666;
  font-size:11px;
}

.lang
{
  float:right;
  text-align:right;
  padding:5px;
}

.username_box 
{
  width:60px;
}

.menutop
{
  float:right;
  background-color:#aaa;
  border-radius:5px;
  padding-left:5px;
  padding-right:5px;
}

.menutop a, .ajaxlinkhand
{
  cursor:pointer;
}


#userbar_bottom
{
  border-top:2px solid #aaa;
 /*display:none;*/
 padding-top:4px;
}

#userbar_top
{
  /*padding-bottom:4px;*/
}




.searchform,  .usereditform
{
  padding:5px;
  text-align:center;
}

.small_search input, .small_search select
{
  border:1px solid #aaa;
  font-size:16px;
}

.content input, .searchform input, .searchform select, .addvocabulary input, .addvocabulary select, .kanji_edit input,  .vocab_edit input,.vocab_edit select, .usereditform input, textarea, select
{
  border:1px solid #ccc;
  font-size:22px;
  margin:3px;
  color:#666;
  font-family: "MS UI Gothic", "MS Gothic", gothic, sans-serif;
}

.colorp
{
cursor:pointer
}

.userbar
{
 background-color:#ddd;
 padding:0px;
 /*padding-bottom:2px;*/
 /*line-height:180%;*/
}


.tools
{
  float:right;
  font-size:11px;
  cursor:pointer;
  /*background-color:#eee;
  padding-left:4px;*/
  margin:0px;
}

.tools a
{
  display:inline-block;
  border:1px solid #cc0;
  background-color: #ffe;
  margin-right:1px;
  padding:0px;
  color:black;
  min-width:13px;
  line-height:150%;
  text-align:center;
}

.tools a:hover
{
  background-color:#ffa;
}

.tools_center
{
  margin-top:10px;
  background-color:#eee;
}

.main
{
	background-color: white;
	width: 660px;
  border: 4px solid #888;
	margin:5px auto;
}

.kanji_full, .kanji_edit, .vocab_edit
{
    clear:both;
  border:2px solid #666;
  width:97%;
  margin:0 auto;
  margin-top:10px;
}

.profile, .addvocabulary, .vocabulary
{
  padding: 10px;
  
  padding-right:2px;
  /*border-bottom:1px dashed #ddd;*/
}

/*.details
{
  background-color:#ffb;
}

.even.details
{
  background-color:#ffd;
}
*/
.even
{
  background-color:#eee;
}

.sentence
{
  display:block;
}

/*.kanji_table
{
  border-bottom:2px solid #666;
}*/

.word
{
  padding-right:10px;
}

.vocab_meaning
{
  font-family:"Segoe UI", "Trebuchet MS", sans-serif;
  font-weight:100;
}

.vocab_kanji, .vocab_kana
{
  font-family: "MS UI Gothic", "MS Gothic", gothic, sans-serif;
}

.vocab_kanji
{
  font-size:22px;
}

.vocab_word div:hover, .vocab_sentence div:hover
{
  background-color:#eee;
}

.kanji_meaning
{
  font-size:26px;
  text-align:center;
  background-color:#666;
  color:white;
  padding:1px;
}

.kanjiedittools
{
  border-top:1px dashed #aaa;
}

h2
{
  font-size:26px;
  text-align:center;
  background-color:#700;
  color:white;
  padding:1px;
}

.kanji_info
{
  display:block;
  padding:5px;
  padding-bottom:0px;
  margin-bottom:0px;
  border-bottom:2px solid #666;
}

.kanji_big
{
  float:right;
  font-size:110px;
}

.small_kanji
{
  display:block;
  margin-right:15px;
  margin-bottom:10px;
  font-size:50px;
  font-family: serif;
  float:left;
  font-weight:100;
}

.small_kanji a
{
  color:black;
}




.kanji_light, .vocab_big
{
  clear:both;
  padding:10px;
}

.kanji_big:hover
{
  background-color:#ddd;
  border-color:#aaa;
}

.description
{
  font-weight:bold;
  color:#800;
}

.bigger
{
  font-size:18px;
}

.big
{
  font-size:30px;
}
.center
{
  text-align:center;
}

.footer
{
  font-size:12px;
  padding:10px;
  color:#666;
  text-align:center;
  border-top:2px solid #aaa;
}

.footer a
{
  color:#444;
}

.small, .small a
{
  color:#555;
  font-size:12px;
}

.message
{
  border:1px dashed;
  text-align:center;
  width:90%;
  margin:10px auto;
  padding:10px;
}

.error
{
  border-color:red;
  background-color:#ffdede;
}

.ok
{
  border-color:green;
  background-color:#eeffee;
}



div.learnt
{
  border-left:2px solid #800;
}

a.notlearnt
{
  color:#555;
}

.radicals
{
  padding:5px;
  background-color:#efefef;
  border:1px dashed #e0e0e0;
  margin-bottom:10px;
  font-family: "MS UI Gothic", "MS Gothic", gothic, sans-serif;
}

.radicals a
{
  color:#666;
  text-decoration:none;
  cursor:pointer;
}

.ajaxlink
{
  font-family: "MS UI Gothic", "MS Gothic", gothic, sans-serif;
  text-decoration:none;
  color:#888;
  cursor:pointer;
}

th
{
  background-color:#d0d0d0;
}

td.kana
{
  padding:2px;
  padding-top:6px;
  padding-bottom:6px;
}

td.small
{
  background-color:#e0e0e0;
  font-size:12px;
}

td.kana
{
  background-color:#f3f3f3;
}

.addrem
{
  font-size:22px;
  float:right;
  font-weight:bold;
  border:1px solid #888;
  text-align:center;
}

.addchar
{
  background-color:#090;
  color:white;
  padding-left:5px;
  padding-right:5px;
  min-width:15px;
  display:inline-block;
}

.remchar
{
  background-color:#b00;
  color:white;
  padding-left:5px;
  padding-right:5px;
  min-width:15px;
  display:inline-block;
}

.addchar:hover
{
  background-color:#1a1;
  text-decoration:none;
}

.remchar:hover
{
  background-color:#c11;
  text-decoration:none;
}

.editlinks
{
  color:white;
  background-color:#666;
  padding-left:5px;
  padding-right:5px;
  padding-bottom:2px;
  padding-top:0px;
}
.editlinks a
{
  color:white;
}

.addvocabulary
{
  border-top:2px solid #666;
}

legend
{
  font-size:18px;
  font-weight:normal;
  padding:10px;
}

fieldset
{
    margin-top:15px;
  border:1px solid #aaa;
  padding-left:10px;
}

input.imp30
{
  width:30%;
}

input.imp80
{
  width:80%;
}

input.imp50
{
  width:50%;
}

.helpimg
{
  border:2px solid #700;
}

ol {
  margin:0px;
  padding: 0px;
  color:red;
  font: italic 1em Georgia, Times, serif;
  font-size:22px;
}

ol li p
{
    font: normal 16px "Trebuchet MS", sans-serif;
  color:black;
}

ol li{
  background: #ffffff;
  margin-left: 40px;
  padding-left: 10px;
}

.found
{
  /*color:red;*/
  border-radius:10px;
  background-color:#ffeeee;
  padding:5px;
  display:none;
}

.vocab_settings
{
  /*border-top:1px solid #aaa;*/
}
.vocab_settings table
{
  margin:0px auto;
  width:80%;
}

.pager
{
  border-bottom:1px solid #aaa;
}

.furigana
{
  display:inline-block;
  text-align:center;
  line-height:120%;
}

.furi
{
  color:#777;
  font-size:14px;
}

.tbl
{
  display:inline;
}

.text
{
  line-height:250%;
}

.longtext
{
  padding:10px;
}

.group_info
{
  border-radius:10px;
  background-color:#eee;
  padding:5px;
}

.red
{
  color:red;
}
