.am_textarea { margin: 0; border:1px solid #888; font-size:12px; color:black; background-color:white; }
.am_input { margin: 0; border:1px solid #888; font-size:9pt; color:black; background-color:white; }
.am_submit { margin: 0; border:1px solid #888; font-size:9pt; color:#999; background-color:black;height:18px}
.am_btn{
	height: 20px;
	padding: 0px 0px 0px 0px;
	border:#6C6C6C 1px solid;
	border-right:#6C6C6C 1px solid;
	border-left:#B0B0B0 1px solid;
	border-top:#B0B0B0 1px solid;
	border-bottom:#6C6C6C 1px solid;
	background-color:#CFD7DC;
	color:#0000CC;
}

/* 리스트 */
.am_list { padding:10px 10px 10px 10px; }
.am_list_table th { height:24px; background-color:#eee; padding: 2px 0 2px 0; }
.am_list_no_h { width:50px; }
.am_list_subject_h { }
.am_list_name_h { width:100px; }
.am_list_date_h { width:100px; }
.am_list_click_h { width:50px; }

.am_list_table td { height:24px; }
.am_list_table td a{ color: #000; text-decoration: none; }
.am_list_no { text-align:center; }
.am_list_subject { text-align:left; }
.am_list_subject_notice { text-align:left; font-weight:bold;}
.am_list_name { text-align:center; }
.am_list_date { text-align:center; }
.am_list_click { text-align:center; }

.am_list_pagebar { text-align:center; }
.am_list_button { text-align:right; }
.am_search { position:relative; left:50%; margin:0 0 0 -120px; width:240px; height:22px; background-color:#eee; }

/* 글쓰기 */
.am_write { width: 95%; margin:0 auto;}
	.am_write dl { border-bottom:1px solid #ccc; padding:2px 0 2px 0; }
	.am_write dd { list-style:none; display:inline;  padding:2px 0 2px 0; margin:0px 0px 0px 0px;}
.am_write_item { float:left; width: 80px; padding-top:2px;}
.am_write_sep { float:left; width: 10px; color:#999; text-align:center;  padding-top:2px;}
.am_write_input { }
.am_write_file_add { padding-left: 90px; }

/* 글읽기 */
.am_read { width: 800px; }
	.am_read dl { height:50px; border-bottom:1px solid #ccc; padding:2px 0 2px 0; }
	.am_read dd { list-style:none; display:inline; }
.am_read_item { float:left; width: 120px; }
.am_read_sep { float:left; width: 20px; color:#999; text-align:center; }
.am_read_input { }

.am_read_subject { border:1px solid #aaa; background-color:#eee; font-weight:bold; font-size:11pt; padding:4px; }
.am_read_info { padding:4px; width:100%; }
	.am_read_name { }
	.am_read_signdate { }
	.am_read_click { }

.am_read_file {  border:1px solid #ccc; left:110px; float:right; z-index:20; background-color: #cff; }
.am_read_comment { width: 780px; border:1px solid #ccc; padding: 10px 10px 10px 10px; }

.am_read_memo { }
.am_read_button { text-align:right; }

/* 버튼 */
/* Button Reset */
.am_button,
.am_button a,
.am_button button,
.am_button input { position:relative; margin:0; display:-moz-inline-stack; display:inline-block; text-decoration:none !important; border:0; font-size:12px; font-family:Tahoma, Sans-serif; white-space:nowrap; overflow:visible; color:#333;}
.am_button { height:23px; padding:0; vertical-align:middle; margin-right:2px; background-position:left top;}
.am_button a,
.am_button button,
.am_button input{ left:2px; vertical-align:top; cursor:pointer;}
/* Button Size */
.am_button.large { height:29px; background-position:left -30px; }
.am_button.xLarge { height:35px; background-position:left -65px; }
.am_button.small { height:18px; background-position:left -107px; }
.am_button a,
.am_button button,
.am_button input { height:23px; padding:0 10px 0 8px; font-size:12px; line-height:23px; background-position:right top;}
.am_button.large a,
.am_button.large button,
.am_button.large input { height:30px; padding:0 10px 0 8px; font-size:16px; line-height:29px; background-position:right -30px;}
.am_button.xLarge a,
.am_button.xLarge button,
.am_button.xLarge input { height:35px; padding:0 10px 0 8px; font-size:20px; line-height:35px; background-position:right -65px;}
.am_button.small a,
.am_button.small button,
.am_button.small input { height:18px; padding:0 6px 0 4px; font-size:11px; line-height:18px; background-position:right -107px;}
/* Button Text Color */
.am_button *:hover,
.am_button *:active,
.am_button *:focus{ color:#690;}
.am_button.green,
.am_button.green a,
.am_button.green button,
.am_button.green input { background-image:url(/artmind/template/default/images/buttonGreen.gif); color:#fff;}
.am_button.green *:hover,
.am_button.green *:active,
.am_button.green *:focus{ color:#ff0;}
/* Button Text Strong */
.am_button.strong * { font-weight:bold !important;}
