@media print
{
#headdiv, #footerbox 
{
	display: none;
}
}

A 
{
	color:black;
}

BODY
{
	font-family:'arial',sans-serif;
 	background-color:#FFFFFF; 
	text-align: center;
	margin: 0;
	padding: 0;
}

.ltitle {
	font-size:11px;
}
.little {
	font-size:10px;
}

P
{
	margin: 4px 2px 4px 2px;
	font-size:12px;
}

TD
{
	font-size:12px;
}

.adminbox
{
	margin: 4px 2px 4px 2px;
}

.left
{
	text-align: left;
}

.right
{
	text-align:right;
}
.center 
{
	text-align:center;
}

.lnk {
	cursor: pointer;
	cursor: hand;
	text-decoration: underline;
}



DIV
{
	font-size:12px;
}

.klist tr th {
	font-size: 12px;
	text-align: center;
	font-weight: normal;
	
}
.klist tr td {
	font-size: xx-large;
	text-align: center;
}



#headdiv {
	clear:both;
}

#bodydiv
{
	margin-left: auto;
	margin-right: auto;
	width:730px; 
}

#headertext
{
	font-size:40px;
	width:65%;
}


.rhidden
{
display: none;
}
.rdisplayed
{
}
.hidden
{
color: #FFFFFF;
}
.displayed
{
color: black;
}

.formobject
{
	margin: 2px 2px 2px 2px;
}

#footerbox
{
	clear: both;
	float: left;
	margin-top: 10px;
	margin-bottom: 2px;
	width:100%;
}

#subfooterr
{
	clear: right;
	float: right;
	width:50%;
	font-size: 11px;
	text-align:right;
}

#subfooter
{
	float: left;
	width:100%;
	font-size: 11px;
	text-align:right;
}

#subfooterl
{
	float: left;
	width:50%;
	font-size: 11px;
	text-align:left;
}

#subheader
{
	clear: both;
	float: left;
	width:100%;
	font-size: 10px;
	text-align:right;
}

#subheader *
{
	font-size: 10px;
}

#footer
{
	font-size:12px;
	text-align:center;
}

#footer *
{
	font-size: 12px;
}

#books
{
	margin-top: 15px;
	float: left;
	width: 34%;
}

#lessons
{
	margin-top: 15px;
	float: left;
	clear: left;
	width: 34%;
}

#quiztype
{
	margin-top: 15px;
	float: right;
	width: 60%;
	font-size: 11px;
}

#kanjitype
{
	margin-top: 15px;
	float: right;
	clear: right;
	width: 60%;
}


#hajimeru
{
	margin-top:10px;
	text-align:left;
	float: right;
	clear: right;
}

#colorni
{
	background-color:#03f;
	border: 1px solid #009;
	font-weight: bold;
	 
	text-decoration: none; 
	
}

#colortsuki
{
	background-color:#ffcc00;
	border: 1px solid #663333;
	font-weight: bold;
	
	text-decoration: none; 
	
}

#colorka
{
	background-color:#d06464;
	border: 1px solid #9d0404;
	font-weight: bold;
	
	text-decoration: none; 
	
}

#colormizu
{
	background-color:#99ccff;
	border: 1px solid #336699;
	font-weight: bold;
	margin: 0px 1px 0px 1px;
	padding: 2px 2px 1px 2px;
	text-decoration: none;
	
}

#colormoku
{
	background-color:#66cc66;
	border: 1px solid #006666;
	font-weight: bold;
	margin: 0px 1px 0px 1px; 
	padding: 2px 2px 1px 2px; 
	text-decoration: none;
	
}

#colorkin
{
	background-color:#996;
	border: 1px solid #963;
	font-weight: bold;
	margin: 0px 1px 0px 1px; 
	padding: 2px 2px 1px 2px; 
	text-decoration: none; 
	
}

#colordo
{
	background-color:#960;
	border: 1px solid #630;
	font-weight: bold;
	margin: 0px 0px 0px 1px; 
	padding: 2px 2px 1px 2px; 
	text-decoration: none; 
	
}


#daybox a
{
	float:right;
	width: 3px;
	height: 3px;
	clear: right;
	display: block;
	/*clear:both; 
	float:right; 
	padding: 5px 0px 0px 0px;
	height:17px;*/
}

#answers
{
	text-align:left;
	padding-top:10px;
}

.textbox
{
	margin: 1px 1px;
	padding: 4px 3px;
	clear:left; 
}

#picturebox
{
	text-align: center;
	margin: 3px 3px 3px 3px;
	padding: 2px 2px 2px 2px;
}

#finishres
{
	margin-top:25px;
	width:225px;
	float: left;
}

#finishlinks
{
	margin-top:45px;
	width:350px;
	float:right;
	margin-bottom: 25px;
}

#missedkanji
{
	margin-top:25px;
	margin-bottom:25px;
	clear: both;
}

#kanjilist
{
	margin-top:25px;
	margin-bottom:25px;
}

.greyrow td
{
	color: grey;
}

.fright
{
	float:right;
	text-align:right;
}

.fleft
{
	float:left;
	text-align:left;
}

.splitrow{
	clear: both;
}

.splitleft{

	float: left;
	
    text-align: left;
	width: 48%;
}

.splitright{

	float: right;
    text-align: left;
	width: 48%;
}

.frow{
	clear: both;	
}

.flabel{
	float: left;
    text-align: right;
	width: 25%;
	padding: 0px 0px 10px 0px;
}

.finput{
	float: right;
    text-align: left;
	width: 72%;
	padding: 0px 0px 10px 0px;

}

.strong {
	font-weight: bold;
}

tr.tdspace td {
	padding: 0 4px 0 4px;
}

.error {
	color: red;
}

/* thinner version, used when leftsize is radio and check buttons */
.tflabel{
	float: left;
    text-align: right;
	width: 13%;
	padding: 0px 0px 10px 0px;
}

.tfinput{
	float: right;
    text-align: left;
	width: 84%;
	padding: 0px 0px 10px 0px;

}



.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.clear {
	clear: both;
}



.deflist div
{
	font-size:14px;
}

.otherselect
{
	border: 2px solid white;
	
}

.otherselect:hover
{
	border: 2px solid black; 
}

.bold { font-weight: bold; }



.tab_off {
	color: grey;
	cursor: pointer;
	text-decoration: none;
}

.tab_off:hover
{
	color: black;
}
