/*
 * È­¸éÃâ·Â¿ë ±âº» CSS
 *
 * È­¸é¿¡ Ãâ·ÂµÇ¾îÁö´Â ±âº» ÀûÀÎ ¸ð¾çÀ» Á¤ÀÇÇÏ°í ÀÖ´Ù.
 * ÀÏ¹ÝÀûÀ¸·Î µðÀÚÀÌ³Ê CSS´Â º» ÆÄÀÏ µÚ¿¡ È£ÃâÇÏ¿© ¿ì¼±¼øÀ§¸¦ ³ô¿©ÁÖ°í ÀÖ´Ù.
 *
 * Æ¯º°È÷ .content Å¬·¡½º´Â °Ô½Ã¹° º»¹® ¿µ¿ªÀÌ¸ç,
 * ÀÌ ½ºÅ¸ÀÏ ½ÃÆ®´Â Web EDITOR ÆíÁýÁß ½ºÅ¸ÀÏ ½ÃÆ®ÀÎ editbox.css¿Í ¸ÂÃçÁ®¾ß ÇÑ´Ù.
 *
 *
 */

BODY, TABLE, TD, TR, INPUT, TEXTAREA, SELECT, DIV, FORM, LI
			{ margin:0px; font-size:9pt; }

BODY		{ 
	margin: 0px;
}

TABLE		{ font-size:inherit; border-collapse:collapse; color:#555; }
TH			{ padding:6px 6px 2px 6px; background:#eee; font:normal 9pt ±¼¸²; }
INPUT, TEXTAREA
			{ font:normal 9pt ±¼¸²; }

BUTTON {
	border-width: 0;
	height: 20px;
	font: normal 8pt ±¼¸²;
	letter-spacing: -1px;
	background: #F5F5F5 url(/images/board/button.jpg) no-repeat 100%;
	color: #559;
	cursor: pointer;
	padding: 2px 2px 0 2px;
	margin: 1px;
}
BUTTON.img {
	border-width: 0;
	background: transparent;
	width: 46px;
	height: 20px;
	cursor: pointer;
	padding: 0;
}

A:link		{ text-decoration: none; color: #333; } 
A:visited	{ text-decoration: none; color: #666; } 
A:hover		{ text-decoration: none; color: #f00; }

.box		{ border:solid 1px #bbbbbb; }
.nobox		{ border-style:none; background:transparent; }
.full		{ width:100%; }
.left		{ text-align:left; }
.right		{ text-align:right; }
.center		{ text-align:center; }
.smallradio	{ width:18px; height:18px; border-style:none; background:transparent; }
.lhead		{ padding-left:12px; background:#eeeeee; letter-spacing:2px; }
.thead		{ text-align:center; background:#eeeeee; padding:3px 4px 1px 4px; }
.transparent{ border-width:0px; background:transparent; color:#ccc; }
.white		{ color: #eee; }

DIV.section	{ margin-top: 16px; }
SPAN.hint	{ font:normal 8pt ±¼¸²; color:#666666; }
TABLE.fixed	{ table-layout: fixed; }

.white A:link	{ text-decoration: none; color: #fff; }
.white A:visited{ text-decoration: none; color: #eee; }
.white A:hover	{ text-decoration: none; color: #f55; }

/* ½ÇÇà¿µ¿ª */
#winExe {
	display: none;
	width: 50%;
	height: 100px;
	position: absolute;
	top: 0px; right: 0px;
}

/* °Ô½ÃÆÇ ÆíÁý¹Ú½º */
.editor		{ border:solid 1px #666666; color:#333333; padding:0px; margin:0px; }
.editorToolbar { font:normal 8pt ±¼¸²; }

/* °Ô½Ã¹°Ç¥½Ã¿µ¿ª */
.bbs TD		{ padding-left:4px; height: 25px; }

/* °Ô½Ã¹°³» Ã·ºÎÆÄÀÏ Ç¥½Ã */
DIV.attachdetail	{ text-align:right; }
#idBbsAttachDetail		{ margin-bottom:20px; }
#idBbsAttachDetail DIV	{ text-align:right; margin-bottom:4px; }

/* ²¿¸®±ÛÇ¥½Ã¿µ¿ª */
.commenttext		{ padding:4px 6px 4px 50px; text-indent:-44px; line-height:120%; }
.commentform BUTTON	{ width:60px; }

/* Å×ÀÌºí ¸Ó¸®±Û */
TD.header	{ padding:6px 6px 2px 6px; background:#eee; }

/* °Ô½Ã¹° ÇÏ´Ü ÆäÀÌÁö¸µÅ© */
.pages		{ color:#555; margin-top:0.2em; }
.pages STRONG	{ color:#e00; font-weight:bold; }

/* °Ô½Ã¹°¸ñ·ÏÀÇ ÄÚ¸àÆ® ¼ö */
SPAN.cmt	{ font:normal 8pt ±¼¸²; color:#999; }

/* ÇÏÀÌ¶óÀÌÆ® ½ºÅ¸ÀÏ */
.hilight	{ background:yellow; color:green; }
.hilightelement	{ font-weight: bold; }

/* °Ô½ÃÆÇ ¾ÏÈ£ È®ÀÎ ¹Ú½º */
#idPwFrm {
	background: #eee;
	border: solid 1px #999;
	padding: 4px; 
}
#idPwFrm INPUT {
	border: solid 1px #aaa;
}

/* ÆíÁý¹Ú½º »êÃâ¹°(°Ô½Ã¹° º»¹®) ½ºÅ¸ÀÏ */
.content {
}
.content BODY,
.content TABLE,
.content TH,
.content TD,
.content DIV,
.content P,
.content LI {
	font: normal 9pt/13pt ±¼¸²;
}
.content BODY {
	margin: 6px;
}
.content P {
	margin-top: 6px;
	margin-bottom: 2px;
}
.content TABLE {
	border-collapse: separate;
}
.content A:link		{ text-decoration: underline; color: #333333; } 
.content A:visited	{ text-decoration: underline; color: #555555; } 
.content A:hover	{ text-decoration: none; color: #99CC00; }



/********************************************************************************************************************/
/* µðÀÚÀÌ³Ê ½ºÅ¸ÀÏ **************************************************************************************************/
/********************************************************************************************************************/

#location A:link	{ text-decoration:none; color:white; }
#location A:visited	{ text-decoration:none; color:white; }
#location A:hover	{ text-decoration:none; color:white; }
