html {
	height: 100%;
}

* html #page {
	height: 100%;
}

body {
	background-color: #333;
	color: #000000;
	margin: 0;
	padding: 0;
	text-align: center;
	height: 100%;
	font-family: "Trebuchet MS", Tahoma, Verdana, Helvetica, sans-serif;
}

table {
	text-align: center;
	color: #000000;
	background-color: #ffffff;
	border-color: #666666;
}

textarea {
	font-size: 10pt;
	border: #FF9900 1px solid;
	font-weight: bold;
	background-color: #000000;
	color: #ffffff;
	width: 200px;
	font-family: "Trebuchet MS", Tahoma, Verdana, Helvetica, sans-serif;
}

/*  

color:#FF9900;
border-color:#990033;

*/
td,tr {
	border-color: #666666;
}

h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
}

h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #555511;
	font-size: 16px;
}

input,select {
	font-family: "Trebuchet MS", Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	border: #ffffff 1px solid;
	font-weight: bold;
	background-color: #000000;
	color: #ffffff;
	width: 200px;
}

label {
	float: left;
	width: 150px;
}

#meniu a {
	color: #ffffcc;
	text-decoration: none;
	font-weight: bold;
}

#meniu a:hover {
	text-decoration: underline;
}

a {
	color: #335577;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

pre {
	text-align: left
}

p {
	text-align: justify;
}

#page {
	margin: 0 auto;
	width: 800px;
	background-color: #ffffff;
	min-height: 100%;
	color: #000000;
	border-left: solid 2px #000000;
	border-right: solid 2px #000000;
}

#logo {
	margin: 0 auto;
	width: 800px;
	height: 200px;
	background-image: url(/templates/japan/j-logo.jpg);
}

#meniu {
	margin: 0 auto;
	text-align: center;
	background-color: #000000;
	width: 800px;
	height: 30px;
	color: #ffffff;
}

#meniu a {
	text-decoration: none;
}

#meniu a:hover {
	text-decoration: underline;
}

#text {
	position: relative;
	margin: 0 auto;
	font-size: 90%;
	text-align: left;
	width: 700px;
}

.class justify {
	text-align: justify
}

/*    japonu kalba   */
.kanatab td {
	text-align: center;
	font-size: 24px;
}

.basictab td {
	font-size: 14px;
}

#kanjibig {
	font-size: 100px;
	font-weight: bold;
	background-color: #C98A16;
	text-align: center;
	vertical-align: middle;
	width: 150px;
}

#kanjitab {
	padding: 5px;
}

.kana {
	background-color: #ffffcc;
	padding: 10px;
	border: 1px dotted;
	width: 400px;
	margin-bottom: 10px;
}

.romaji {
	padding: 10px;
	border: 1px dotted;
	width: 400px;
}

/* kana game */
#gameDiv {
	text-align: center;
	width: 333px;
	height: 400px;
	margin: 0 auto;
}

#gamedeck {
	text-align: center;
}

#gamestatus {
	font-family: "Trebuchet MS", Tahoma, Verdana, Helvetica, sans-serif;
	text-align: center;
}

.card {
	width: 100px;
	height: 100px;
	margin-left: 3px;
	margin-bottom: 3px;
	border: 1px solid #000000;
	float: left;
	vertical-align: middle;
	background-color: #ffffff;
	position: relative;
}

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

.pane {
	padding: 10px 20px 10px;
	border-top: solid 1px #ccc;
}
/* kana game END */

