/* CSS Document */

.search_margin {
	margin-left:2px;        /* °Ë»ö ¹öÆ° ¸¶Áø */
	}
	
.title_brownline {
	height:2px;
	background-color:#c3af94;  /* Å¸ÀÌÆ²¹Ù °¥»ö¶óÀÎ */
display:none;
	}

.title_grayline {
	height:1px;
	background-color:#c3c3c3;  /* Å¸ÀÌÆ²¹Ù È¸»ö¶óÀÎ */
display:none;
	}
	
.title_center {
	background-color:#f6f6f6; /* ÆùÆ® ¹è°æ ¹× °¡¿îµ¥ Á¤·Ä */
	text-align:center;
	height:25px;
	padding-bottom:3px;
	}

.title_left {                 /* ÆùÆ® ¿ÞÂÊ Á¤·Ä */
	padding-left:10px;
	text-align:left;
	vertical-align:middle;
	}

.h5 {
	height:5px;
	}

.h25 {
	height:25px;
	}
	
.h23 {
	height:23px;
	}

.list_graybg {
	/* background-color:#f6f6f6;  ¸®½ºÆ® ¶óÀÎ È¸»ö ¹è°æ»ö */
	}
.list_graybg td {
	border-bottom: 1px solid #e7e7e7;
	padding: 8px 5px;
}
.list_graybg th {
    font-weight: normal;
    background-color: #f0f0f0;
    border-top: 2px solid #333;
    border-bottom: 1px solid #d2d2d2;
    background-color: #f6f6f6;
    padding:7px 5px;
    font-size:13px;
}

.list_graybg_down {
	background-color: White;  /* ¸®½ºÆ® ¶óÀÎ È¸»ö ¹è°æ»ö */	
}

.vertical_center {
	vertical-align:middle; /* ¼¼·ÎÁ¤·Ä middile */
	}
	
.text_align {
	text-align:center; /* ±ÛÀÚ °¡¿îµ¥ Á¤·Ä */
	}
	
.btn_align {
	text-align:right; /* ¹öÆ° ¿À¸¥ÂÊ Á¤·Ä */
	height:30px;
	vertical-align:middle;
	}
	
.list_pager {
	padding:10px 5px 5px 0px;
	margin-top:10px;
}
td.list_graybg {padding:0px;}
td.list_pager {padding:7px 0px;border:none;}
td.list_pager table td {padding:0px;border:none;}
.list_option {margin-bottom:10px;}
.list_option td {padding-right:5px;}
input.search_img {padding:0px;}

