﻿/**************
* GRID HEADER *
**************/
.grid_header td
{
	height: 30px;
	line-height: 30px;
	color: #667c9d;
	background-color: #ebebeb;
	border-top: solid 2px #003176;
	border-bottom: solid 1px #dfdfdf;
	text-align: center;
}

.grid_row
{
	height: 30px;
	line-height: 30px;
	border-bottom: solid 1px #dfdfdf;
}

.grid_hover
{
	cursor: hand;
	background-color: #f0f4fa;
}

.grid_selected
{
	background-color: #d5e1f3;
}

.grid_row_pad
{
	/* 글자색 */
	color : #777777;
	/* 헤더 높이 */
	height: 25px;
	/* 헤더 아래라인 */
	border-bottom: solid 1px #dfdfdf;
	padding: 5px 0px 5px 0px;
	line-height: 20px;
}




.grid_criterion_row
{
	/* 글자색 */
	color : #777777;
	/* 헤더 높이 */
	height: 140px;
	/* 헤더 아래라인 */
	border-bottom: solid 1px #dfdfdf;
	
	
	/* 헤더 아래라인 */
	/*border-left: solid 1px #dfdfdf;*/
}

.grid_criterion_row2
{
	/* 글자색 */
	color : #777777;
	/* 헤더 높이 */
	height: 25px;
	/* 헤더 아래라인 */
	border-bottom: solid 1px #dfdfdf;
	font-size: 8pt;
	font-family: 돋움;
	
	line-height: 15px;
	/* 헤더 아래라인 */
	/*border-left: solid 1px #dfdfdf;*/
}


/*************
* GRID INPUT *
*************/
.grid_input_text
{
	border: solid 1px #c0c0c0;
	color: #777777;
	height: 15px;
	text-decoration: none;
	line-height: 15px;
	
	
	background-color: Transparent;
	font-size: 9pt;
	font-family: 돋움;
}

.grid_input_text_border_none
{
	border: solid 0px black;
	color: #777777;
	height: 15px;
	text-decoration: none;
	line-height: 15px;
	
	
	background-color: Transparent;
	font-size: 9pt;
	font-family: 돋움;
}