/*********************************************************
* 빈 테이블
*********************************************************/
table.normal{
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}

table th.normal{
	margin: 0;
	padding: 0;
	border: 0;
}

table td.normal{
	margin: 0;
	padding: 0;
	border: 0;
	color:#b2b2b2;
	font-family: Dotum;
	font-size: 11px;
}

/*********************************************************
* 1픽셀 테이블
*********************************************************/
table.border{
	border-collapse: collapse;
	border: 1px solid #999999;
}

table th.border{
	border: 1px solid #999999;
	background-color: #eeeeee;
	height: 20px;
}

table td.border{
	border: 1px solid #999999;
	height: 20px;
}


/*********************************************************
* 1픽셀 블루색상 테이블
*********************************************************/
table.blue{
	border-collapse: collapse;
	border: 1px solid #8dcde1;
}

table th.blue{
	border: 1px solid #d7edf3;
	background-color: #eeeeee;
	height: 15px;
}

table td.blue{
	border: 1px solid #8dcde1;
	height: 15px;
	text-align: center;
}

table td.blue2{
	border: 1px solid #afc6e3;
	background-color: #e4edf8;
	height: 20px;
	text-align: center;
}

table td.blue3{
	border: 1px solid #8dcde1;
	height: 15px;
	line-height: 20px;
	text-align: center;
}

table td.blue4{
	border: 1px solid #8dcde1;
	height: 15px;
	line-height: 20px;
	text-align: left;
}



/*********************************************************
* 1픽셀 연블루색상 테이블 (견적문의폼 적용)
*********************************************************/
table.gray{
	border-collapse: collapse;
	border: 1px solid #9cbbcd;
}

table th.gray{
	border: 2px solid #ccddf0;
	background-color: #e6edf9;
	height: 20px;
}

table td.gray{
	border: 1px solid #ccddf0;
	padding-left:5px;
	height: 20px;
}

div.shiftcontainer{
	position: relative;
	left: 5px; /*Number should match -left shadow depth below*/
	top: 5px; /*Number should match -top shadow depth below*/
}

div.shadowcontainer{
	width: 680px; /* container width*/
	background-color: #d1cfd0;
}

div.shadowcontainer div.innerdiv{
	/* Add container height here if desired */
	background-color: white;
	border: 1px solid gray;
	padding: 6px;
	position: relative;
	left: -5px; /*shadow depth*/
	top: -5px; /*shadow depth*/
}



/*********************************************************
* 메인화면 게시판 테이블
*********************************************************/
table.main_board{
	border-collapse: collapse;
}

table th.main_board{
	border: 0;
	height: 20px;
}

table td.main_board{
	border: 0;
	height: 20px;
}



/*********************************************************
* 1픽셀 브라운색상 테이블
*********************************************************/
table.brown{
	border-collapse: collapse;
	border: 1px solid #b9b9af;

}

table th.brown{
	color:#b2b2b2;
	font-family: Dotum;
	font-size: 11px;
	border: 1px solid #d7edf3;
	background-color: #eeeeee;
	height: 15px;
}

table td.brown{
	color:#90825f;
	font-family: Dotum;
	font-size: 11px;
	border: 1px solid #90825f;
	height: 15px;
	text-align: center;
}

table td.brown2{
	color:#90825f;
	font-family: Dotum;
	font-size: 12px;
    font-weight : bold;	
	border: 1px solid #b9b9af;
	background-image: url(/img/bg/brown_bg.gif);
    background-repeat: repeat-x;
	height: 10px;
	text-align: center;
}

table td.brown3{
	color:#000000;
	font-family: Dotum;
	font-size: 12px;
	border: 1px solid #b9b9af;
	height: 15px;
	line-height: 15px;
	text-align: center;
}


/*********************************************************
* 1픽셀 그레이색상 테이블(사이트맵 적용)
*********************************************************/
table.gray{
	border-collapse: collapse;
	border: 0px solid #b9b9af;

}

table th.gray{
	color:#b2b2b2;
	font-family: Dotum;
	font-size: 11px;
	border: 1px solid #d7edf3;
	background-color: #eeeeee;
	height: 15px;
}

table td.gray{
	color:#90825f;
	font-family: Dotum;
	font-size: 11px;
	border: 1px solid #90825f;
	height: 15px;
	text-align: center;
}

table td.gray2{
	color:#90825f;
	font-family: Dotum;
	font-size: 12px;
    font-weight : bold;	
	border: 1px solid #b9b9af;
	background-image: url(/img/bg/brown_bg.gif);
    background-repeat: repeat-x;
	height: 10px;
	text-align: center;
}

table td.gray3{
	color:#000000;
	font-family: Dotum;
	font-size: 12px;
	border: 1px solid #b9b9af;
	height: 15px;
	line-height: 15px;
	text-align: center;
}