  @charset "UTF-8";


/*바로가기 링크 영역*/
.board_search { text-align:right; margin:0px 0 10px 0; }

/*테이블 css*/
.Rss_Table caption{display:none;} /* 테이블제목감추기 */
.Rss_Table{width:100%; font-size:12px; color:#777777;table-layout:fixed; border-collapse:separate; border-top:2px solid #2E4C80; border-bottom:1px solid #989da3;}
.Rss_Table a{
	text-decoration: none; 
	color: #343941;
}
.Rss_Table a:hover{
	text-decoration: underline; 
	color: #0e65ac;
}
.Rss_Table thead th{background: url("/_res/ajou/iacf/img/bbs_th_back.gif") no-repeat scroll left center transparent;
line-height:19px; padding:7px 0 7px; border-bottom:solid 1px #B2B2B2;  font-weight:bold;color: #394456;text-align:center;}
.Rss_Table tbody td{border-bottom:solid 1px #dedede; padding:10px 0 7px 0; text-align:center; }
.Rss_Table thead th.left_back{background:none;}
.Rss_Table tbody td.title{text-align:left;padding:10px 0 7px 20px}