/*
// »ö»ó¼³Á¤ ////
$list_odd_back = "white";
$list_even_back = "#F7F7F7";
$list_over_back = "#F2F2F2";

$board_field_back = "#F7F7F7";
$board_field_text = "#FFFFFF";
$board_navagate_back = "#9C7186";

$form_dark_back = "#F7F7F7";
$form_light_back = "#ffffff";
*/

body {
	margin-left:0px;
	margin-top:0px;
}

/************ °øÅë ************************/
/* ¸í·É¹öÆ° (¾²±â,¼öÁ¤,»èÁ¦ µîµî) */
.command, .command:link, .command:visited { 
	text-decoration: none; 
	color:blue; 
	font-weight:normal; 
	font-size:10pt; 
	font-family:Verdana,±¼¸²;
}
.command:hover { text-decoration: underline;}

/************ LIST ************************/

/* Á¦¸ñ */
.head { 
	text-decoration: none; 
	color:#666666; 
	background-color:#F2F2F2;
	font-weight:bold; 
	font-size:9pt; 
	font-family:'Verdana','±¼¸²';
}

/* °Ô½Ã¹° */
.article, .article:link, .article:visited { 
	text-decoration: none; 
	background-color:white;
	color:#303030; 
	font-weight:normal; 
	font-size:9pt; 
	font-family:'Verdana','±¼¸²';
}
.article:hover { font-family:'Verdana','±¼¸²';font-size:9pt; text-decoration: underline;  color:black; }

.infomation { 
	text-decoration: none; 
	color:#505050; 
	font-weight:normal; 
	font-size:9pt; 
	font-family:'Verdana','±¼¸²';
}

.navigation, .navigation:link, .navigation:visited { 
	text-decoration: none; 
	color: black; 
	font-weight:normal; 
	font-size:9pt; 
	font-family:'Verdana','±¼¸²';
}
.navigation:hover { font-family:'Verdana','±¼¸²'; font-size:9pt; text-decoration: underline; color:black; }

/* °Ë»ö¾î */
.input_search { 
	text-decoration: none; 
	color: black; 
	background-color: #F9F9F9;*/
	border:1px solid #E5E5E5;*/
	font-weight:normal; 
	font-size:9pt; 
	font-family:Verdana,±¼¸²;
	height:20px;
}


/************ FORM ************************/
/* Á¦¸ñ */
.title_form { 
	text-decoration: none; 
	color:black; 
	background-color:#f7f7f7;
	font-weight:bold; 
	font-size:9pt; 
	font-family:'Verdana','±¼¸²';
}

/* ÀÏ¹Ý¹è°æ */
.form { 
	text-decoration: none; 
	color: black; 
	background-color:white;
	font-weight:bold; 
	font-size:9pt; 
	font-family:'Verdana','±¼¸²';
}

/* ÀÔ·Â¶õ */
.input_form { 
	text-decoration: none; 
	color: #a0a0a0; 
	background-color: #FFFFFF;
	border:1px solid #E5E5E5; 
	font-weight:normal; 
	font-size:9pt; 
	font-family:Verdana,±¼¸²;
}

.input_form_text {
	text-decoration: none; 
	color: #000000; 
	font-weight:normal; 
	font-size:9pt; 
	font-family:Verdana,±¼¸²;
}


/************ VIEW ************************/
/* Á¦¸ñ */
.title_view { 
	text-decoration: none; 
	color: #666666; 
	background-color:#F2F2F2;
	font-weight:bold; 
	font-size:9pt; 
	font-family:'Verdana','±¼¸²';
}

/* ±Û¾´ÀÌ/¿Ã¸°½Ã°£ ... */
.information_view, .information_view:link, .information_view:visited  { 
	text-decoration: none; 
	color: black; 
	background-color:#f7f7f7;
	font-weight:normal; 
	font-size:9pt; 
	font-family:Verdana,±¼¸²;
}
.information_view:hover {
	text-decoration: underline;
	color: black;
}

/* ³»¿ë */
.content_view  { 
	text-decoration: none; 
	color:#666666; 
	font-weight:normal; 
	font-size:9pt; 
	font-family:Verdana,±¼¸²;
}

