/* CSS Document @charset "utf-8"; */

/* 기본링크속성 */
a:link, a:visited, a:active { font-family:arial; text-decoration:none; color:#7C7C7C; }
a:hover { text-decoration:none; color:#099FA1;}

/* 링크속성 */
.t_link {}
a.t_link:link, a.t_link:visited, a.t_link:active { text-decoration:none; color:#666666; font-size:14px; font-family:Verdana, Geneva, sans-serif; }
a.t_link:hover {text-decoration:none; color:#1A80B7;}

.tit_link {}
a.tit_link:link, a.tit_link:visited, a.tit_link:active {color: #006A50; font-size: 12px; font-family: Verdana, Geneva, sans-serif; display: inline-block; padding: 10px; background: #FFFFFF; border-top: 1px solid #ECECEC; border-bottom: 1px solid #006A50; min-width: 165px;}
a.tit_link:hover {color: #FFFFFF; background: #006A50;}

.m_link {}
a.m_link:link, a.m_link:visited, a.m_link:active {display: inline-block; padding: 10px; background: #f0f0f0; border-bottom: 1px solid #fff; text-decoration:none; color:#666666; font-size:12px; font-family:Verdana, Geneva, sans-serif;     min-width: 165px;}
a.m_link:hover {color: #FFFFFF; background: #006A50;}

/*  */
.l_link {}
a.l_link:link, a.l_link:visited, a.l_link:active {font-family:arial; text-decoration:none; color:#3473D1; font-size:12px;}
a.l_link:hover {text-decoration:underline;}

/* 지회커뮤니티 */
.chapter {}
a.chapter:link, a.chapter:visited, a.chapter:active {font-weight:bold; color:#FFF;}
a.chapter:hover {font-weight:bold; color:#FFF;}

input.ed {width:100px; height:14px; border:1px solid #9A9A9A; line-height:18px; border-right:1px solid #D8D8D8; border-bottom:1px solid #D8D8D8; padding:3px 2px 0 2px; }
input.ed2 {width:80px; height:14px; border:1px solid #9A9A9A; line-height:18px; border-right:1px solid #D8D8D8; border-bottom:1px solid #D8D8D8; padding:3px 2px 0 2px; }
input.ed_c {width:100px; height:14px; border:1px solid #9A9A9A; line-height:18px; border-right:1px solid #D8D8D8; border-bottom:1px solid #D8D8D8; padding:3px 2px 0 2px; color:#2C7BC3; }
input.ed_password {width:100px; height:14px; border:1px solid #9A9A9A; border-right:1px solid #D8D8D8; border-bottom:1px solid #D8D8D8; padding:3px 2px 0 2px; font:10px Tahoma; }

input.search{height:21px; /***/height:20px; border:2px solid #98C9F6; padding:2px 2px 0 5px; line-height:18px; font-size:11px; color:#999; width:200px; }

textarea.tx { border:1px solid #9A9A9A; border-right:1px solid #D8D8D8; border-bottom:1px solid #D8D8D8; padding:2px; }
