﻿/* 반드시 들어가야 하는 스타일 시작 */

/* 1. 본문 전체  */

	body, td {
		font-size:9pt;
		font-family: Verdana,돋움;
		line-height:165%;
		color:#444444;
		padding:0px;
		letter-spacing:0;
	}

  select,option {
    font-size:8pt;
		font-family: Verdana,굴림;
		line-height:200%;
		color:#444444;
		letter-spacing:0;
  }

	code 	{
		font-size:8pt;
		font-family: Verdana,돋움;
		line-height:165%;
	}

/* 2. 기본 링크 */

	A:link { color:#818181; text-decoration:none; }
	A:visited { color:#818181; text-decoration:none; }
	A:hover { color:#818181; text-decoration:underline; }	
/*	A:hover { color:#AAAAAA; text-decoration:none; border-bottom:1px dotted #AAAAAA; }	*/

/* 3. 이미지 */

	img {
		border-width:0px;
	}

/* 4. 이미지 버튼 */

	.ib {
		cursor:pointer;
	}

/* 5. 입력 텍스트 */

	.text {
		font-family: 돋움,verdana;
		font-size:9pt;
		padding-top:0px;
	}

/* 6. 트리 레이블 */

	.branch2 {
		font-size:9pt;
		padding:2;
		line-height:100%;
	}

/* 7. 트리 폴더 */

	.branch3 {
		cursor:pointer;
		color:#2E1A4C;
		line-height:150%;

	}

/* 8. 달력 월 표시 */

	.cal_month {
		font-size:8pt;
		weight:bold
		font-family:Verdana;
		text-align:center;
		height:20;
	}

/* 9. 달력 요일 표시 */

	.cal_week1 {
		text-align:center;
		font-size:7pt;
		font-family:Verdana;
		font-weight:bold;
		color:#D5C1CA;
	}

/* 10. 달력 일요일 표시 */

	.cal_week2 {
		color:#AA0000;
		text-align:center;
		font-size:7pt;
		font-family:Verdana;
		font-weight:bold;
	}

/* 11. 달력 지난 달 날짜 표시 */

	.cal_day1 {
		color:#966B7C;
		font-size:8pt;
		font-family:Verdana;
		text-align:center;
		height:18;
	}

/* 12. 달력 다음 달 날짜 표시 */

	.cal_day2 {
		color:#966B7C;
		font-size:8pt;
		font-family:Verdana;
		text-align:center;
		height:18;
	}

/* 13. 달력 이번 달 날짜 표시 */

	.cal_day3 {
		font-size:8pt;
		font-family:Verdana;
		text-align:center;
		color:#C0A7B1;
		height:18;
	}

/* 14. 달력 오늘 날짜 표시 */

	.cal_day4 {
		font-size:8pt;
		font-family:Verdana;
		text-align:center;
		padding-left:2;
		font-weight:bold;
		height:18;
	}

/* 15. 달력 글쓴 날 링크 스타일 */

	A.cal_click:link { color:#E97C42; }
	A.cal_click:visited { color:#E97C42; }

/* 16. 이미지 아래 캡션 스타일 */

	.cap1 {
		text-align:center;
		color:#AAAAAA;
		font-weight:bold;
		word-break:break-all;
	}

/* 17. 카테고리 옆 개수 스타일 */

	.c_cnt {
		font-size:7pt;
		color:#BC5313;
	}

/* 18. 키워드 스타일 */

	.key1 {
		cursor:pointer;
		text-decoration:none;
		border-bottom: 1px solid #777777;
	}

/* 19. 키워드 스타일 */

	.150 {
		line-height:150%;
  }

/* 반드시 들어가야하는 스타일 끝 */

	.rpname a:link { color:#D8641D; }
	.rpname a:visited { color:#D8641D; }
	.rpname a:hover { color:#D8641D; text-decoration:underline; }

