/* CSS Document */
#newCaseTbl td{
	text-align:left;
	vertical-align:top;
	}
#bokRstDet{
	max-width:670px;
	}
#bokRstDet a{
	color:#F00;
	text-decoration:none;
	font-size:13px;
	}
#bokRstDet a:hover{
	color:#060;
	text-decoration:underline;
	font-size:13px;
	}
#tLink a{
	color:#F00;
	text-decoration:none;
	font-size:13px;
	line-height:40px;
	}
#tLink a:hover{
	color:#060;
	text-decoration:underline;
	font-size:13px;
	}

#upDateTbl {
	background:#FF9; 
	color:#039;
	border-radius:7px;
	border:0px solid #FF9 inset;
	}
#ms {
	padding:5px;
	background:#FC0;
	color:#039;
	border:1px solid #FC0;
	border-radius:4px;
	font-size:14px !important;
	}
th {
	background:#c3dde0 !important;	
	}	
tr {
	background:#d4e3e5;	
	transition:background 0.3s linear;
	}
tr:hover{
	background:#ffff66 !important;
	transition:background 0.3s linear;
	}
input {
	padding:4px;
	border-radius:8px;
	border:1px solid #E4E4E4;	
	width:250px;
	}		

