﻿@charset "utf-8";
/* CSS Document */
.case { width: 600px; 
}
.case th,.case td {
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5E9F2;
	font-size: 13px;
	line-height: 30px;
	height: 30px;
}
.case tbody tr { background-color: #F2F4F9; }
.case th {
	width: 100px;
	text-align: right;
	color: #3A5065;
	font-weight: normal;
	line-height: 30px;
}
.case td {
	color: #000;
	padding: 5px;
}
.case input,.case textarea {
	/*
	background-color: #E5E9F2;
	border: 1px solid #BBC0CF;
	*/
}
.oncase_box {
	height: 240px;
	overflow-x: hidden;
	overflow-y: auto;
	border: 5px solid #BBC0CF;
}
.case tbody .oncase tr.alt { background-color: #F2F4F9; }
.case tbody .oncase tr { background-color: #FFF; }
.oncase td {
	width: 220px;
	height: 24px;
	line-height: 24px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: #000;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #BBC0CF;
}
.oncase td:over {background-color: #FFFBEE;}
.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;
}

