/* ADMIN CSS Document */

/*---------------BASIC STYLE---------------------------*/

BODY 
{scrollbar-face-color: #ffffff; scrollbar-shadow-color: #dfdfdf;
scrollbar-highlight-color: #dfdfdf; scrollbar-3dlight-color: #FFFFFF;
scrollbar-darkshadow-color: #FFFFFF; scrollbar-track-color: #FFFFFF;
scrollbar-arrow-color: #dfdfdf;

	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.BODY_login 
{background:#E8E2D8 url(/JSPROOT/IMAGE/admin/login_bg.gif) repeat-x;}


/*---------------td---------------*/
.text_menu {font-size:12px; padding-left:21px; letter-spacing:-1px; color:#483B25;}
.text_menu_red {font-size:12px; padding-left:21px; letter-spacing:-1px; color:#ff0000; font-weight:bold;}
.text_menu_s {font-size:11px; color:#483B25;}
.text_menu_s_red {font-size:11px; color:#ff0000; font-weight:bold;}
.text_title {color:#000000; font-size:18px; font-family:Dotum;}
.text_title_s {color:#000000; font-size:11px; font-family:Dotum;}
.text_white {color:#ffffff; letter-spacing:-1px; padding-top:2px;}
.text_list {color:#4D412A; font-size:11px; letter-spacing:0px;}
.text_paging {color:#8C6238; font-size:11px;}
.text_paging_red {color:#FF3000; font-size:11px; font-weight:bold;}
.text_write_title {color:#000000; font-size:11px; font-family:Dotum; padding-left:15px;}
.text_write {font-size:12px; color:#483B25;}
.text_btn {font-family:Gulim; font-size:11px; letter-spacing:-1px; color:#672900; padding-top:3px;}
.text_list_title {font-family:Gulim; font-size:14px; letter-spacing:-1px; color:#672900; padding-top:3px;}

.td_contents {padding:15 20 0 20;}
.td_search_key {padding-right:5px;}
.td_list_subject {padding-left:10px; color:#4D412A; font-size:11px;}
.td_padding5 {padding:5 5 5 5;}



/*--------------input---------------*/
INPUT{border:expression((this.type=='text' || this.type=='select' || this.type=='file' || this.type=='password') && this.className==''? '1px solid #CCC2B7':'normal' ); 
	font-family:Gulim, Dotum, arial;font-size:9pt;
	}
	
.input_textfield {border:1px solid #CCC2B7; color:#4D412A; font-size:11px; height:18px;}
.input_area {border:1px solid #CCC2B7; color:#4D412A; font-size:12px; width:85%; }
.input_listmenu {border:1px solid #CCC2B7; color:#4D412A; font-size:11px; }
.aButtonN{
	font-size:11px;
	height:20px;
	background-color:#f0ece0;
	border:1 solid #c0aa88;
	line-height:150%;
	color:#672900;
	cursor:hand;
	font-weight:normal;
}
.aButtonB{
	font-size:11px;
	height:20px;
	background-color:#f0ece0;
	border:1 solid #c0aa88;
	line-height:150%;
	color:#672900;
	cursor:hand;
	font-weight:bold;
}
