﻿body
{
}
.TextBox_Base
{
	padding:2 0 0 5; 
	color:#898989; 
	background-color:#f3f3f3; 
	border-style:none; 
	border:1px solid #e1e1e1;
}



/*----------------------------------------------
	전체와꾸 테이블 
------------------------------------------------ */
.TblMain
{
	width:95%;
	height : 100%;
	background-color:#FFFFFF;
}
/* 상단 마진 tr */
.TblMain .TrMargin
{
    height:10px;
}
/* 좌마진 td */
.TblMain .TdMargin
{
    width:10px;
}

/*----------------------------------------------
	내용  테이블 
------------------------------------------------ */
.TblMainBody
{
	width : 100%;
	height : 400px;
}

/*----------------------------------------------
	title 테이블
------------------------------------------------ */
.TblTitle
{
	width : 98%;
}
/* title text */
 .tit_text{font-size:14px; color:#3959A1; height:20px;font-weight: bold; background: url('../../Images/c_tit_bg.gif');background-repeat:repeat-x;padding-left:0px; padding-right:0px; padding-top:3px; padding-bottom:0px;}  

/*----------------------------------------------
	search 테이블
------------------------------------------------ */
.TblSearch
{
	width : 98%;	
	background-color : #e3dfdc;
}
.TblSearch .TdSearch
{	
	padding-left: 0px; 
	padding-right: 5px; 
	BACKGROUND-COLOR: #ffffff; 
	FONT-STYLE: normal; 
	TEXT-ALIGN: left;
	BORDER-left:2px solid #F7F7F5;
	BORDER-top:2px solid #F7F7F5;
	BORDER-right:2px solid #F7F7F5;
	BORDER-bottom:2px solid #F7F7F5; 
}

/*----------------------------------------------
	페이징 정보 테이블
------------------------------------------------ */
.TblPageInfo
{
	width:100%;
	height:30px;
}

/*----------------------------------------------
	리스트 형식 스타일 테이블
------------------------------------------------ */
/* 화면 list */
.list
{
	/*    table-layout: fixed; */
    padding: 0px;
    margin: 0px;
    width:98%;
    border: 1px solid #eff0ed;
    border-spacing: 0px;
    border-collapse: separate;
}

.list th
{
    /* color: #666666;*/
    font-size: 11px;
    font-weight:bold;
    font-style: normal;
    border: 0px solid ##eff0ed;
    vertical-align: middle;
    text-align: center;
    height: 25px;
    background-color: #EAEAEA;
    white-space: nowrap;
}


.list tr.bg1
{	
	height: 25px;
    background: #FFFFFF;
    text-decoration: none;
}

.list tr.bg2
{
	height: 25px;
    background: #ECF5FF;
    text-decoration: none;
}

.list tr.list_sum
{
	height: 25px;
    text-decoration: none;
    background-color: #EAEAEA;
}
/*
.list td
{
    border: 0px solid #000000;
    height: 20px;
    font: 11px Tahoma;
}
*/

.list tr.line
{
   background-color: #A3FF46;
   height: 1px;
}

.list td.line2
{
    background-color: #008080;
    height: 1px;
}
.list_Mid_Line
{
	background-color : #B0C2C7;
	background-image : url('/images/midline.gif');
	height : 1px;	
}

.list td a, .list td a:link, .list td a:active, .list td a:visited
{
    text-decoration: none;
    font: 11px Tahoma;
}

.list td a:hover
{
    text-decoration: underline;
    font: 11px Tahoma;

}


/** mouseover **/
.ItemHover
{
 /*   border-bottom: #ececec 1px solid; */	
	background-color: #F5F5DC;
    text-decoration: none;
    height: 25px;
}
.ItemHover TD
{
    text-decoration: none;
}
.ItemHover td A, .ItemHover td A:active, .ItemHover td A:link, .ItemHover td A:visited
{
    text-decoration: none;
}

.ItemHover td A:hover
{
    cursor: hand;
    text-decoration: none;
}
