/* CSS Document */

/* ==================== General Define ========================== */

body {font-family:"Arial"; font-size: 12px; color: #111; line-height:16px;}
body {
	scrollbar-face-color: #FFF;
	scrollbar-shadow-color: #B6B6B6;
	scrollbar-highlight-color: #B6B6B6;
	scrollbar-3dlight-color: #FFF;
	scrollbar-darkshadow-color: #FFF;
	scrollbar-track-color: #EFEFEF;
	scrollbar-arrow-color: #B6B6B6;
	text-align: right;
}

a:link {text-decoration: none ; color: #333333;}
a:visited {text-decoration: none ; color: #333333;}
a:active {text-decoration: underline ; color: #004EFF;}
a:hover {text-decoration: underline ; color: #004EFF;}
.link_xz{ text-decoration:none; color:#777;}

/* ==================== Top Area ========================== */

/* Master Head */
.user_info, .top_search {color: #111; font-Size:11px ; text-decoration: none;} 

.top_search a:link {color: #111; text-decoration: none;}
.top_search a:visited {color: #111; text-decoration: none;}
.top_search a:active {color: #111; text-decoration: none;}
.top_search a:hover {color: #111; text-decoration: underline;}

.top_search_title   {color: #555 ;  font-Size:11px ; text-decoration: none; font-weight: bold;} 

/* Top Navigation */
.top_menu_selected {color : #FFF; font-family: "Tahoma"; font-Size: 11px ; text-decoration: none; font-weight: bold; padding: 0px 20px 0px 20px}
.top_menu_selected a:link {color: #FFF; text-decoration: none;}
.top_menu_selected a:visited  {color: #FFF; text-decoration: none;}
.top_menu_selected a:active   {color: #FFF; text-decoration: none;}
.top_menu_selected a:hover    {color: #FFF; text-decoration: none;}

/* add ep search 20050616*/
.top_search_box  {
	background-color: #F7F7F7;
	border: 1px solid #BCBCBE;
}

.top_top_padding  {
	padding: 0px 5px 0px 5px
}

.quick_link {color : #555; font-family: "Tahoma"; font-Size: 11px ; text-decoration: none;  padding: 1px 0px 1px 6px
}
.quick_link a:link {color: #555; text-decoration: none;}
.quick_link a:visited  {color: #555; text-decoration: none;}
.quick_link a:active   {color: #D66963; text-decoration: none;}
.quick_link a:hover    {color: #D66963; text-decoration: none;}

.quick_link_padding  {
	padding: 0px 2px 0px 11px
}

/* ==================== Left Area ========================== */

/* Page Tab */
.page_tab {font-family:"Tahoma"; font-Size: 11px ; color:#777 ; text-decoration: none;   font-weight: bold; padding: 0px 10px 0px 10px}
.page_tab a:link {text-decoration: none ; color:#777;  font-weight: bold;}
.page_tab a:visited {text-decoration: none ; color:#777;  font-weight: bold;}
.page_tab a:active {text-decoration: none ; color:#777;  font-weight: bold;}
.page_tab a:hover {text-decoration: none ; color:#777;  font-weight: bold;}

.page_tab_selected {font-family:"Tahoma"; font-Size: 11px ; color:#333; text-decoration: none; font-weight: bold;  padding: 0px 10px 0px 10px}


/* left Navigation */
.left_menu {font-family:"Tahoma"; font-Size: 11px ; color:#666; text-decoration: none;  font-weight: bold; padding: 3px 2px 3px 2px;  line-height:14px; cursor:hand;}
.left_menu a:link {text-decoration: none ; color:#666;  font-weight: bold;}
.left_menu a:visited {text-decoration: none ; color:#666;  font-weight: bold;}
.left_menu a:active {text-decoration: none ; color:#666;  font-weight: bold;}
.left_menu a:hover {text-decoration: none ; color:#666;  font-weight: bold;}

.left_menu_3depth {font-family:"Tahoma"; font-Size: 11px ; color:#555; text-decoration: none;  padding: 3px 2px 3px 2px;  line-height:12px; cursor:hand;}
.left_menu_3depth  a:link {text-decoration: none ; color:#555;  }
.left_menu_3depth  a:visited {text-decoration: none ; color:#555; }
.left_menu_3depth  a:active {text-decoration: none ; color:#555; }
.left_menu_3depth  a:hover {text-decoration: none ; color:#555; }


/* ==================== Content Area ========================== */

/* Breadcrumb */
.search_navi, .breadcrumb {font-family:"Arial"; font-Size:11px; color:#858585; text-decoration:none; line-height:13px;} 
.breadcrumb a:link {text-decoration:none ; color:#858585;}
.breadcrumb a:visited {text-decoration:none ; color:#858585;}
.breadcrumb a:active {text-decoration:none ; color:#858585;}
.breadcrumb a:hover {text-decoration:underline ; color:#858585;}

.korean_small{font-size:11px;font-family:돋움;letter-spacing:-1px}

/* Title */
.page_title {
    font-size:16px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
	line-height:17px;
}
.3depth_title{
	color : #555;
	font-weight:bold; 
	font-size:12px; 
	text-decoration: none;
}

.4depth_title{
	color : #999;
	font-weight:bold; 
	font-size:12px; 
	text-decoration: none;
}

.down_title{
	color : #C8453B;
	font-size:12px; 
	text-decoration: none;
}

.dotline{ background-image: url(file:///D|/미디어플러스/중기공/인팩요코/images/dotline.gif); height:2px; }

/* Button */
.button_default{
	cursor:hand;
	font-family:"Tahoma";
	font-weight:none;
	font-size:11px;
	height:18px;
	width:62px;
	background:#EFEFEF;
	border-width:1px;	border-style: solid; 
	border-color: #BFBFBF #9D9D9D #9D9D9D #BFBFBF;
}

.button_default_long{
	cursor:hand;
	font-family: "Tahoma";
	font-weight:none;
	font-size:11px;
	height:18px;
	width:100%;
	background:#EFEFEF;
	border-width:1px;
	border-style:solid;
	border-color:#BFBFBF #9D9D9D #9D9D9D #BFBFBF;
}

.button_nav{
	cursor:hand;
	font-family: "Tahoma" ;
	font-weight:none; 
	font-size:11px; 
	height:18px;
	width:62px; 
	background:#fff;
	border-width:1px;
	border-style:solid; 
	border-color:#BFBFBF #9D9D9D #9D9D9D #BFBFBF;
}

.button_nav_long{
	cursor:hand;
	font-family: "Tahoma" ;
	font-weight:none; 
	font-size:11px; 
	height:18px;
	width:100%;
	background:#fff;
	border-width:1px;
	border-style:solid; 
	border-color:#BFBFBF #9D9D9D #9D9D9D #BFBFBF;
}

.button_search{
	cursor:hand;
	font-family: "Tahoma";
	font-weight:none; 
	font-size:11px; 
	height:18px;
	width:62px; 
	background:#FAF2AC;
	border-width:1px;
	border-style:solid; 
	border-color:#D8CE77 #B5A83B #B5A83B #D8CE77;
}

.button_small{
	cursor:hand;
	font-family: "Tahoma";
	font-weight:none; 
	font-size:11px; 
	color:#3D3711;
	height:16px;
	width:52px;
	background:#EFECDA;
	border-width:1px;
	border-style:solid;
	border-color:#CCC5A5 #AAA279 #AAA279 #CCC5A5;
}

.button_small_long{
	cursor:hand;
	font-family: "Tahoma";
	font-weight:none; 
	font-size:11px; 
	color:#3D3711;
	height:16px;
	width:100%;
	background:#EFECDA;
	border-width:1px;
	border-style:solid;
	border-color:#CCC5A5 #AAA279 #AAA279 #CCC5A5;
}

.button_close{
	cursor:hand;
	font-family:"Tahoma";
	font-weight:none; 
	font-size:11px; 
	height:18px;
	width:62px; 
	background:#DFDFDF;
	border-width:1px;
	border-style:solid;
	border-color:#BFBFBF #9D9D9D #9D9D9D #BFBFBF;
}


/* Table */
.table_search_line {
	height: 1px;
	background-color: #D0D0D0;
}

/** 2005/05/12 height:22px 추가**/
.table_title{
	font-size: 13px;
	color:#333;
	font-weight:bold;
	text-decoration: none;
}
.table_header_simple {
  height: 22px;
	background-color: #FFF;
	font-family: "Tahoma";
	font-size: 11px;
	color:#555;
	font-weight:bold;
	padding: 0px 2px 0px 2px;
}

.table_header_efefef {
	background-color: #EFEFEF;
	font-family: "Tahoma";
	font-size: 11px;
	color:#555;
	font-weight:bold;
	padding: 0px 2px 0px 2px;
}

.table_header_simple_c {
    height: 22px;
	background-color: #FFF;
	text-align: center;
	font-family: "Tahoma";
	font-size: 11px;
	color:#555;
	font-weight:bold;
	padding: 0px 2px 0px 2px;
}

.table_header_efefef_c {
	background-color: #EFEFEF;
	text-align: center;
	font-family: "Tahoma";
	font-size: 11px;
	color:#555;
	font-weight:bold;
	padding: 0px 2px 0px 2px;
}

.table_header_simple_r{
  height: 22px;
	background-color: #FFF;
	text-align: right;
	font-family: "Tahoma";
	font-size: 11px;
	color:#555;
	font-weight:bold;
	padding: 0px 2px 0px 2px;
}

.table_header_efefef_r {
	background-color: #EFEFEF;
	text-align: right;
	font-family: "Tahoma";
	font-size: 11px;

	color:#555;
	font-weight:bold;
	padding: 0px 2px 0px 2px;
}

.table_header_simple_d{
  height: 22px;
	background-color: #FFF;
	text-align: right;
	font-family: "Tahoma";
	font-size: 11px;
	color:#555;
	font-weight:bold;
	padding: 1px 7px 1px 2px;
}
/** 2005/04/14 name 수정**/
.table_line_simple {
	height: 1px;
	background-color: #D0D0D0;
}

.table_line_complex {
	background-color: #D0D0D0;
}

/* Process*/
.Process_past {
	background-color: #F2B4B0;
}

.Process_now{
	background-color: #D26A62;
}

.Process_next {
	background-color: #D0D0D0;
}

.process_text {
	text-align: center;
	font-family: "Tahoma";
	font-size: 11px;
	color:#555;
	padding: 2px 0px 0px 0px;

}

.process_text_r {
	text-align: right;
	font-family: "Tahoma";
	font-size: 11px;
	color:#555;
	padding: 2px 0px 0px 5px;

}

.process_text_now{
	text-align: center;
	font-family: "Tahoma";
	font-size: 11px;
	color:#D26A62;
	padding: 2px 0px 0px 0px;
}

.process_text_now_r{
	text-align: right;
	font-family: "Tahoma";
	font-size: 11px;
	color:#D26A62;
	padding: 2px 0px 0px 5px;
}


/* Pagination */
.pagenumber_selected {
    font-size: 11px;
	color: #D26A62;
	text-align: center;
	font-weight: bold;
	padding: 0px 6px 0px 6px;
}

.pagenumber {font-size: 11px; height: 10px; color: #333; text-decoration: none; cursor:hand; text-align:center; padding: 0px 6px 0px 6px;}
.pagenumber a:link {text-decoration: none ; color: #333; text-align:center;}
.pagenumber a:visited {text-decoration: none ; color: #333; text-align:center;}
.pagenumber a:active {text-decoration: none ; color: #333; text-align:center;}
.pagenumber a:hover {text-decoration: none ; color: #333; text-align:center;}

/* Input form */
.input_search_top {
  font-size: 12px;
	height: 18px;
	width: 90px;
	padding: 2px 0px 0px 3px;
	border: 1px solid #AFAB9B;
	color: #555;
	text-decoration: none;
	background-color: #FFF;
} 

.input_textfield {
    font-size: 12px;
	padding: 2px 0px 0px 3px;
	border: 1px solid #B7B49C;
	color: #555;
	text-decoration: none;
	background-color: #FFF;
}

.input_textfield_100 {
	width:100%;
    font-size: 12px;
	padding: 2px 0px 0px 3px;
	border: 1px solid #B7B49C;
	color: #555;
	text-decoration: none;
	background-color: #FFF;
}

.input_select_100 {
    font-size: 12px;
	width:100%;
	padding: 2px 0px 0px 3px;
	border: 1px solid #AFAB9B;
	color: #555;
	text-decoration: none;
	background-color: #FFF;
} 

.input_textfield_dimmed {
  font-size: 12px;
 padding: 2px 0px 0px 3px;
 border: 1px solid #B7B49C;
 color: #888;
 text-decoration: none;
 background-color: #E7E7E7;}

.input_date {
  font-size: 12px;
	height: 18px;
	width: 70px;
	padding: 2px 0px 0px 3px;
	border: 1px solid #AFAB9B;
	color: #555;
	text-decoration: none;
	background-color: #FFF;
} 
.input_combobox {
  width:100%;
  font-size: 12px;
	height: 18px;
	padding: 2px 0px 0px 3px;
	color: #555;
	text-decoration: none;
	background-color: #FFF;
} 

.input_textarea {
    font-size: 12px;
	width:100%;
	padding: 2px 0px 0px 3px;
	border: 1px solid #AFAB9B;
	color: #555;
	text-decoration: none;
	background-color: #FFF;
} 

.input_select_100 {
    font-size: 12px;
	width:100%;
	padding: 2px 0px 0px 3px;
	border: 1px solid #AFAB9B;
	color: #555;
	text-decoration: none;
	background-color: #FFF;
} 

.input_select_short {
    font-size: 12px;
	padding: 2px 0px 0px 3px;
	border: 1px solid #AFAB9B;
	color: #555;
	text-decoration: none;
	background-color: #FFF;
} 

.input_select_dimmed{
    font-size: 12px;
	padding: 2px 0px 0px 3px;
	border: 1px solid #AFAB9B;
	color: #888;
	text-decoration: none;
	background-color: #E8E8E8;
    width:"100%";
} 

/* Font */
.font_small {	font-size: 11px;}

.font_red  { color:#D26A62; }

.font_link_underline {font-size: 12px;  text-decoration: none; }
.font_link_underline a:link {text-decoration: none ; color: #111;}
.font_link_underline a:visited {text-decoration: none ; color: #111;}
.font_link_underline a:active {text-decoration: underline ; color: #111;}
.font_link_underline a:hover {text-decoration: underline ; color: #111;}

.commodity {font-family:"Tahoma"; font-size: 11px; color:#D26A62; vertical-align:middle;}

.search_title {font-family:"Tahoma"; font-size: 11px; color:#4781B8; 	font-weight:bold;}
.search_title a:link {font-family:"Tahoma"; font-size: 11px; color:#4781B8; 	font-weight:bold;}
.search_title a:visited {font-family:"Tahoma"; font-size: 11px; color:#4781B8; 	font-weight:bold;}
.search_title a:active {font-family:"Tahoma"; font-size: 11px; color:#4781B8; 	font-weight:bold; text-decoration:underline ; }
.search_title a:hover {font-family:"Tahoma"; font-size: 11px; color:#4781B8; 	font-weight:bold; text-decoration:underline ; }

.font_dimmed {color:#858585;}
.font_dimmed a:link {color:#858585;}
.font_dimmed a:visited {color:#858585;}
.font_dimmed a:active { color:#858585; text-decoration:underline ;}
.font_dimmed a:hover {color:#858585; text-decoration:underline ;}

.font_general { font-size: 12px; text-decoration:none ; color:#111; line-height:16px; }
.font_general_bold { font-size: 12px; text-decoration:none ; color:#111; 	font-weight:bold; line-height:16px; }/*20050525_양*/

.subtitle_red{	font-weight:bold; 	font-size:14px; 	color:#D26A62;	text-decoration: none;	line-height:16px;}/*20050525_양*/
.subtitle_blue {	font-weight:bold; 	font-size:14px; 	color:#606BBD;	text-decoration: none;	line-height:16px;}/*20050525_양*/

.paragraph {font-size: 12px; line-height:16px; text-decoration: none;}
.paragraph a:link {text-decoration: none ; color: #001E8C;}
.paragraph a:visited {text-decoration: none ; color: #001E8C;}
.paragraph a:active {text-decoration: underline ; color: #004EFF;}
.paragraph a:hover {text-decoration: underline ; color: #004EFF;}

.download{ font-size: 12px; line-height:16px; text-decoration: none; word-break:break-all; color: #001E8C; padding: 7px 5px 0px 10px;}
.download a:link {text-decoration: none ; color: #001E8C;}
.download a:visited {text-decoration: none ; color: #001E8C;}
.download a:active {text-decoration: underline ; color: #004EFF;}
.download a:hover {text-decoration: underline ; color: #004EFF;}

.download_row{ font-size: 12px; line-height:16px; text-decoration: none; word-break:break-all; color: #001E8C; padding: 2px 3px 2px 10px;}
.download_row a:link {text-decoration: none ; color: #001E8C;}
.download_row a:visited {text-decoration: none ; color: #001E8C;}
.download_row a:active {instruction}
.download_row a:hover {text-decoration: underline ; color: #004EFF;}

.instruction{text-decoration: none ; color: #606BBD;}

/* 20050708추가*/
.instruction_b{text-decoration: none ;  font-weight: bold;  color: #606BBD;}


/* 3depth menu */
.3depth_menu{ color:#333;	padding: 0px 11px 0px 11px;	}
.3depth_menu a:link {color: #333; text-decoration: none;}
.3depth_menu a:visited {color: #333; text-decoration: none;}
.3depth_menu a:active {color: #858585; text-decoration: none;}
.3depth_menu a:hover {color: #858585; text-decoration: none;}

.3depth_menu_on{color: #858585; text-decoration: none;	padding: 0px 11px 0px 11px;	}

/* Calendar*/
.calendar_title {	font-family: "Tahoma"; 	font-size: 11px;	color:#555;	font-weight:bold;}

.calendar_num {	font-size: 11px; color:#111; cursor:hand;}
.calendar_num a:link {	font-size: 11px; text-decoration:none ; color:#111;}
.calendar_num a:visited {	font-size: 11px; text-decoration:none ; color:#111;}
.calendar_num a:active {	font-size: 11px; text-decoration:none ; color:#111;}
.calendar_num a:hover {	font-size: 11px; text-decoration:none ; color:#111;}

.calendar_week_sun {font-family:"Tahoma"; font-Size: 10px ; color:#A53439; font-weight: bold; vertical-align:bottom }
.calendar_week_sat {font-family:"Tahoma"; font-Size: 10px ; color:#0B4AAA; font-weight: bold; vertical-align:bottom }

.calendar_sun { font-size: 11px; color:#A53439; cursor:hand;}
.calendar_sun a:link {	font-size: 11px; text-decoration:none ; color:#A53439;}
.calendar_sun a:visited {	font-size: 11px; text-decoration:none ; color:#A53439;}
.calendar_sun a:active {	font-size: 11px; text-decoration:none ; color:#A53439;}
.calendar_sun a:hover {	font-size: 11px; text-decoration:none ; color:#A53439;}
 
.calendar_sat { font-size: 11px; color:#0B4AAA; cursor:hand; }
.calendar_sat a:link {	font-size: 11px; text-decoration:none ; color:#0B4AAA;}
.calendar_sat a:visited {	font-size: 11px; text-decoration:none ; color:#0B4AAA;}
.calendar_sat a:active {	font-size: 11px; text-decoration:none ; color:#0B4AAA;}
.calendar_sat a:hover {	font-size: 11px; text-decoration:none ; color:#0B4AAA;}

/* Login page*/
.login_title { font-size: 11px; text-decoration:none ; color:#333;	font-weight:bold; line-height:25px; }
.font_login { font-size: 11px; text-decoration:none ; color:#555; line-height:15px; }
.font_login a:link {text-decoration: none ; color: #555;}
.font_logina:visited {text-decoration: none ; color: #555;}
.font_login a:active {text-decoration: underline ; color: #555;}
.font_login a:hover {text-decoration: underline ; color: #555;}

.font_login_notice { font-size: 12px; text-decoration:none ; color:#555; line-height:14px; }

/* Sitemap*/
.sitemap_1dep { font-Size: 12px ;  color:#555; font-weight: bold;  line-height:20px; padding: 0px 0px 0px 5px;}
.sitemap_1dep   a:link {text-decoration: none ; color: #555; font-weight: bold;}
.sitemap_1dep  a:visited {text-decoration: none ; color: #555; font-weight: bold;}
.sitemap_1dep  a:active {text-decoration: underline ; color: #555; font-weight: bold;}
.sitemap_1dep  a:hover {text-decoration: underline ; color: #555; font-weight: bold;}


/* Padding */
.padding_left9 {
 padding: 0px 0px 0px 9px;
}

.padding_top10 {
 padding: 10px 0px 0px 0px;
}

.padding_left_outline {
 padding: 14px 0px 0px 4px;
}

.table_padding {
	height: 22px;
	padding: 1px 2px 1px 2px;
    background-color: #FFF
}

/** 추가 050713 **/
.table_padding_48 {
/*	height: 48px; */
	line-height:11px;
	padding: 1px 2px 1px 2px;
	background-color: #FFF;
	vertical-align: top;
}


/** 추가 050617 **/
.table_padding_18{
	height: 15px;
	padding: 0px 2px 0px 2px;
    background-color: #FFF
}

.table_padding_f7f7f7 {
	height: 22px;
	padding: 1px 2px 1px 2px;
    background-color: #F7F7F7
}

.table_padding_f3f3f3 {
	height: 22px;
	padding: 1px 2px 1px 2px;
    background-color: #F3F3F3
}

.sub_table_padding_p {
	height: 22px;
	padding: 3px 3px 3px 3px;
    background-color: #FFF
}

.table_padding_f9f8ef{
	height: 22px;
	padding: 1px 2px 1px 2px;
    background-color: #F9F8EF
}

.table_td_padding {
	padding: 1px 2px 1px 2px;
}

.3depth_padding{
	padding: 0px 0px 0px 13px;
}

.3depth_img_padding{
	padding: 3px 0px 0px 13px;
}

.4depth_padding{
	padding: 0px 0px 0px 23px;
}

.4depth_img_padding{
	padding: 3px 0px 0px 20px;
}


/* BG Color */
.bg_white {
 background-color: #FFF
}

.table_bg_white {
	height: 18px;
}

.bg_gray_ddded9 {
 background-color: #DDDED9
}

.bg_gray_a6a6a6 {
 background-color: #A6A6A6
}

.bg_gray_F7F7F7 {
 background-color: #F7F7F7
}

.bg_gray_D0D0D0 {
 background-color: #D0D0D0
}

.bg_gray_cfcfcf{
 background-color: #CFCFCF
}

.bg_gray_efefef {
 background-color: #EFEFEF
}

.bg_login_f7f7ef {
 background-color: #F7F7EF
}
 
 /* Bullet */
.bullet_red_small {background-image: url(file:///D|/미디어플러스/중기공/인팩요코/images/bullet_item.gif); background-repeat:no-repeat; width:6px; }
.bullet_red_contents {background-image: url(file:///D|/미디어플러스/중기공/인팩요코/images/bullet_item.gif); background-repeat:no-repeat; width:9px; }
.bullet_blue_contents {background-image: url(file:///D|/미디어플러스/중기공/인팩요코/images/bullet_item_blue.gif); background-repeat:no-repeat; width:9px; }
.bullet_sub_contents {background-image: url(file:///D|/미디어플러스/중기공/인팩요코/images/bullet_sub.gif); background-repeat:no-repeat; width:10px; }

/* Footer */
.footer {color : #666 ; font-family:"Tahoma"; font-Size:11px ; line-height:14px; text-decoration: none; float:left;}
.xx_01{ float:left; width:220px; height:60px; }

 
 /*추가*/
 .bold_font {
	font-family: "Tahoma";
	font-size: 11px;
	color:#555;
	font-weight:bold;
	padding: 0px 0px 0px 0px;
}

/* 추가*/
.mail_font_grey{
	font-family: "Tahoma";
	font-size: 11px;
	color:#9D9D9D;
	font-weight:bold;

}
.mail_font11{
	font-family: "Tahoma";
	font-size: 11px;
	color:#111;
}

.mail_size{
	font-family: "Tahoma";
	font-size: 11px;
	color:#111;
	padding: 0px 10px 0px 0px;
	text-align: right;

}

/*  20050707 추가 */
.shuttllebox {
	border: 1px solid #DDDED9;
}

.input_white_100 {
    font-size: 12px;
	width:100%;
	padding: 2px 0px 0px 3px;
	border: 1px solid #FFF;
	color: #555;
	text-decoration: none;
	background-color: #FFF;
} 

.search_nav_text{
	font-family:"Tahoma"; font-Size: 11px ; color:#333; text-decoration: none;  
	}
	
	
/****************************************** EP Home *******************************************/


.top_search_text{
    font-family:"verdana"; font-Size: 10px ; color:#135054; text-decoration: none;  padding: 2px 5px 0px 5px;
}

.top_search_mail{
    font-family:"Tahoma"; font-Size: 11px ; color:#111; padding: 0px 0px 0px 11px;  font-weight: bold; 
}
.top_search_mail a:link {color:#111; font-weight: bold;}
.top_search_mail a:visited {color:#111; font-weight: bold;}
.top_search_mail a:active {color:#111; font-weight: bold;}
.top_search_mail a:hover {color:#111; font-weight: bold;}


.top_search_approval{
    font-family:"Tahoma"; font-Size: 11px ; color:#A32B39; padding: 0px 5px 0px 5px;  font-weight: bold;
}
.top_search_approval a:link {color:#A32B39; font-weight: bold;}
.top_search_approval a:visited {color:#A32B39; font-weight: bold;}
.top_search_approval a:active {color:#A32B39; font-weight: bold;}
.top_search_approval a:hover {color:#A32B39; font-weight: bold;}


.top_search_number{
    font-family:"Tahoma"; font-Size: 11px ; color:#A32B39; padding: 0px 5px 0px 5px; font-weight: normal;
}

.top_search_number a:link {color:#A32B39; font-weight: normal;}
.top_search_number a:visited {color:#A32B39; font-weight: normal;}
.top_search_number a:active {color:#A32B39;  font-weight: normal;}
.top_search_number a:hover {color:#A32B39;  font-weight: normal;}

.EP_linktext {font-size: 11px; line-height:13px; text-decoration: none; word-break:break-all; height:17px;}
.EP_linktext a:link {text-decoration: none ; color: #001E8C;}
.EP_linktext a:visited {text-decoration: none ; color: #777;}
.EP_linktext a:active {text-decoration: underline ; color: #004EFF;}
.EP_linktext a:hover {text-decoration: underline ; color: #004EFF;}

.EP_text_red {font-size: 11px; color: #D66766;  line-height:13px; text-decoration: none; word-break:break-all; height:17px; color: #D66766;}

.portlet_box {
	border: 1px solid #BDBDBE;
	}
.portlet_tabbox {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #BDBDBE;
	border-bottom-color: #BDBDBE;
	border-left-color: #BDBDBE;
}



.notice_box { background-color: #CECBC1;}
.notice_title{ font-family: "Tahoma";	font-size: 11px;  color:#D66766;	font-weight:bold;  background-color: #FFF;	padding: 2px 7px 2px 7px;}
.notice_content{ background-color: #FDFBF6;	padding: 5px 5px 5px 5px;}

.right_box{background-color: #BDBDBE;}
.right_title{ font-family: "Tahoma";	font-size: 11px;  color:#5C8380;	font-weight:bold;  background-color: #F7F7F8;	padding: 2px 7px 2px 7px;}
.right_content{ background-color: #FFF;	padding: 5px 5px 5px 5px;}

.p_border{	border: 1px solid #CCC;}
.news_box{ 	background-color: #F7F7F8; border: 1px solid #EBEBEB; padding: 7px 7px 7px 7px;	}
