﻿@charset "utf-8";
/* CSS Document */
.case {
	width: 560px;
	background-image: url(../images/oncase.png);
	background-repeat: repeat-y;
	background-position: center center;
}
.case th,.case td {
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.case th {
	width: 100px;
	text-align: right;
	color: #3A5065;
	font-size: 0.8em;
	font-weight: normal;
	line-height: 24px;
}
.case td {
	color: #000;
	font-size: 0.8em;
	padding: 5px;
}
.birthday input {}
.oncase_box {
	height: 240px;
	overflow-x: hidden;
	overflow-y: auto;
	border: 5px solid #D8DDDF;
}
.oncase tr.alt {
	background-color: #F4F7F9;
}
.oncase tr {
	background-color: #FFF;
}
.oncase td:over {background-color: #FFFBEE;}
.oncase td {
	width: 220px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 24px;
	line-height: 24px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: #000;
	font-size: 0.9em;
}
.classline td {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #C4D7EA;
}
.oncase_other {
	display: block;
	padding: 5px;
	background-color: #D8DDDF;
	width: 442px;
	color: #036;
	line-height: 30px;
	height: 30px;
	font-size: 0.8em;
}
