/* 
------------------------------------------------------------
file name: bbs.css
Author: park hye jung
last updated: 2007.06.28

======================= contents ===========================

/* INDEX

1. COMMON 
2. font
3. input box
4. link
5. background
6. class
7. bbs


-------------------------------------------------------------------- */

body {font-family:µ¸¿ò,Arial;
	  size:12px;
	  margin:0;}
	   
/* font */
.bbs_txt {font-family:µ¸¿ò,Arial; font-size: 12px; color: #717171; line-height: 180%;}
.txt_b {font-size: 12px; font-family: µ¸¿ò,Arial; text-decoration:none; font-weight: bold;}
.txt {font-size: 12px; font-family: µ¸¿ò,Arial; text-decoration:none;}
.txt_s {font-size: 11px; font-family: µ¸¿ò,Arial; text-decoration:none;}
.txt_ss {font-size: 11px; font-family:µ¸¿ò,Arial; text-decoration:none;}
.txt_ss_right {font-size: 11px; font-family:µ¸¿ò,Arial; text-decoration:none; color:#6D89AF}
.txt_title {font-size: 16px; font-family: µ¸¿ò,Arial; font-weight: bold;}
.txt_orange {FONT-SIZE:12px; font-family: µ¸¿ò,Arial; COLOR: #C56811; line-height: 145%;}
.txt_darkblue {FONT-SIZE:12px; font-family: µ¸¿ò,Arial; COLOR: #65768A; line-height: 145%;}
.txt_blue {FONT-SIZE:12px; font-family: µ¸¿ò,Arial; COLOR: #354D97; line-height: 145%; font-weight: normal;}
.txt_aqua {FONT-SIZE:12px; font-family: µ¸¿ò,Arial; COLOR: #1364DD; line-height: 145%; font-weight: bold;}


/* input box*/
.box2 {BORDER-RIGHT: #CCCCCC 1px solid; BORDER-TOP: #CCCCCC 1px solid; FONT-SIZE: 12px; BORDER-LEFT: #CCCCCC 1px solid; COLOR: #4c4c4c; LINE-HEIGHT: 18px; BORDER-BOTTOM: #CCCCCC 1px solid;  font-family:µ¸¿ò,Arial; BACKGROUND-COLOR: #ffffff}
.box3 { BORDER-RIGHT: #CCCCCC 1px solid; BORDER-TOP: #CCCCCC 1px solid; BORDER-LEFT: #CCCCCC 1px solid; COLOR: #4c4c4c; BORDER-BOTTOM: #CCCCCC 1px solid; font-family: µ¸¿ò,Arial; font-size: 12px;  BACKGROUND-COLOR: #fefefe;}
.bbs_contents {wrap:VIRTUAL; padding:5 5 5 5; width: 510; height:400; BORDER-RIGHT: #E1E1E1 1px solid; BORDER-TOP: #E1E1E1 1px solid; BORDER-LEFT: #E1E1E1 1px solid; COLOR: #4c4c4c; BORDER-BOTTOM: #E1E1E1 1px solid; font-family: µ¸¿ò,Arial; font-size: 11px;}
.box4 {wrap:VIRTUAL; width: 200; height:20; BORDER-RIGHT: #7F9DB9 1px solid; BORDER-TOP: #7F9DB9 1px solid; BORDER-LEFT: #7F9DB9 1px solid; COLOR: #4c4c4c; BORDER-BOTTOM: #7F9DB9 1px solid; font-family: µ¸¿ò,Arial; font-size: 11px;}
.box4_1 {wrap:VIRTUAL; width: 210; height:20; BORDER-RIGHT: #CECECE 1px solid; BORDER-TOP: #CECECE 1px solid; BORDER-LEFT: #CECECE 1px solid; COLOR: #4c4c4c; BORDER-BOTTOM: #CECECE 1px solid; font-family: µ¸¿ò,Arial; font-size: 11px;}
.box5 {wrap:VIRTUAL; width: 265; height:150; BORDER-RIGHT: #CECECE 1px solid; BORDER-TOP: #CECECE 1px solid; BORDER-LEFT: #CECECE 1px solid; COLOR: #4c4c4c; BORDER-BOTTOM: #CECECE 1px solid; font-family: µ¸¿ò,Arial; font-size: 11px;}


/* link */
.white          {FONT-SIZE:12px; font-family: µ¸¿ò,Arial; COLOR: #ffffff; line-height: 145%;}
.white:link     {FONT-SIZE:12px; font-family: µ¸¿ò,Arial; COLOR: #ffffff; line-height: 145%;TEXT-DECORATION:none} 
.white:visited  {FONT-SIZE:12px; font-family: µ¸¿ò,Arial; COLOR: #ffffff; line-height: 145%;TEXT-DECORATION:none}
.white:active   {FONT-SIZE:12px; font-family: µ¸¿ò,Arial; COLOR: #ffffff; line-height: 145%;TEXT-DECORATION:none}  
.white:hover    {FONT-SIZE:12px; font-family: µ¸¿ò,Arial; COLOR: #ffffff; line-height: 145%;TEXT-DECORATION:underline}

.s_red          {FONT-SIZE:11px; font-family: µ¸¿ò,Arial; COLOR: #BD2442; line-height: 145%;}
.s_red:link     {FONT-SIZE:11px; font-family: µ¸¿ò,Arial; COLOR: #BD2442; line-height: 145%;TEXT-DECORATION:none} 
.s_red:visited  {FONT-SIZE:11px; font-family: µ¸¿ò,Arial; COLOR: #BD2442; line-height: 145%;TEXT-DECORATION:none}
.s_red:active   {FONT-SIZE:11px; font-family: µ¸¿ò,Arial; COLOR: #BD2442; line-height: 145%;TEXT-DECORATION:none}  
.s_red:hover    {FONT-SIZE:11px; font-family: µ¸¿ò,Arial; COLOR: #BD2442; line-height: 145%;TEXT-DECORATION:underline}

.s_blue          {FONT-SIZE:11px; font-family: µ¸¿ò,Arial; COLOR: #18619E; line-height: 145%;}
.s_blue:link     {FONT-SIZE:11px; font-family: µ¸¿ò,Arial; COLOR: #18619E; line-height: 145%;TEXT-DECORATION:none} 
.s_blue:visited  {FONT-SIZE:11px; font-family: µ¸¿ò,Arial; COLOR: #18619E; line-height: 145%;TEXT-DECORATION:none}
.s_blue:active   {FONT-SIZE:11px; font-family: µ¸¿ò,Arial; COLOR: #18619E; line-height: 145%;TEXT-DECORATION:none}  
.s_blue:hover    {FONT-SIZE:11px; font-family: µ¸¿ò,Arial; COLOR: #18619E; line-height: 145%;TEXT-DECORATION:underline}

.num_link           {FONT-SIZE:12px; font-family: µ¸¿ò,Arial; COLOR: #FF7637; line-height: 145%; font-weight: bold;}
.num_link:link      {FONT-SIZE:12px; font-family: µ¸¿ò,Arial; COLOR: #404040; line-height: 145%;TEXT-DECORATION:none font-weight: normal;} 
.num_link:visited   {FONT-SIZE:12px; font-family: µ¸¿ò,Arial; COLOR: #404040; line-height: 145%;TEXT-DECORATION:none font-weight: normal;}
.num_link:active    {FONT-SIZE:12px; font-family: µ¸¿ò,Arial; COLOR: #404040; line-height: 145%;TEXT-DECORATION:none font-weight: normal;}  
.num_link:hover     {FONT-SIZE:12px; font-family: µ¸¿ò,Arial; COLOR: #777777; line-height: 145%;TEXT-DECORATION:none font-weight: normal;}

.b_list {font-family:µ¸¿ò,Arial; font-size: 12px; color: #525252; line-height: 145%; text-decoration:none;}
.b_list:link {font-family:µ¸¿ò,Arial; font-size: 12px; COLOR: #525252; text-decoration:none;}
.b_list:hover {font-family:µ¸¿ò,Arial; font-size: 12px; COLOR: #A7A7A7; text-decoration:none;}



/*  bg  */
.body {width:100%;}
.bbstd1_tr td {height:28;}
.bbstd2_tr td {height:28;}
.bbstd3_tr td {height:100;}
.bbstd4_tr td {height:15;}
.bbstd5_tr td { height:22;}
.bbs_line {border:1px solid #E1E1E1}
.bbs_bgtr td {padding-left:3 3 3 3;}




/*  class  */
.bbs_f1 {float : left; padding-left:2;}
.bbs_f2 {float : left; padding-left:3;}
.toon_01 td{background-color:#EAEAEA; height:1;}



/* bbs view */
.img{border:1; color:cccccc;}


/* color_board title bar line */

.bbs_tdimg {width:2px; height:13px; background-image:url(/img/kr/common/20070621_btitle_line.gif)}
.bbs_leftimg {width:5px; height:30px; background-image:url(/img/kr/common/20070621_btitle_left.gif)}
.bbs_rightimg {width:5px; height:30px; background-image:url(/img/kr/common/20070621_btitle_right.gif)}
.bbs_centerimg {height:30px; background-image:url(/img/kr/common/20070621_btitle_cen.gif)}
.bbs_num_l_img {width:6px; height:48px; background-image:url(/img/kr/common/20070621_numbg_img1.gif)}
.bbs_num_c_img {height:48px; background-image:url(/img/kr/common/20070621_numbg_img2.gif)}
.bbs_num_r_img {height:48px; width:6px; background-image:url(/img/kr/common/20070621_numbg_img3.gif)}
.bbs_write_tl {background-image:url(/img/kr/common/0720_ca_wirte_tit_l.gif)}
.bbs_write_tc {background-image:url(/img/kr/common/0720_ca_write_c.gif)}
.bbs_write_tr {background-image:url(/img/kr/common/0720_ca_wirte_r.gif)}
.bbs_write_tl2 {background-image:url(/img/kr/common/0720_ca_write_t2.gif)}
.bbs_write_tc2 {background-image:url(/img/kr/common/0720_ca_write_c2.gif)}
.bbs_write_tr2{background-image:url(/img/kr/common/0720_ca_write_r2.gif)}
.bbs_dot_line {background-image:url(/img/kr/common/20070626_dotline.gif)}
.bbs_list_color2 {background-color:#F9F9F9;}
.bbs_title_line {background-color:#DADADA}


/* Tab
-------------------------------------------------------------------- 
#cafe_tab_bg		{ background:url('http://image.mgame.com/mgamezzang/contents/cafe/mj_tabs_line.gif'); } 
.cafe_tab_off_left		{ background:url('http://image.mgame.com/mgamezzang/contents/cafe/cafe_tab_off_left.gif'); }
.cafe_tab_off_main		{ background:url('http://image.mgame.com/mgamezzang/contents/cafe/cafe_tab_off_main.gif'); padding:0px 8px 0px 8px;}
.cafe_tab_off_right		{ background:url('http://image.mgame.com/mgamezzang/contents/cafe/cafe_tab_off_right.gif'); }

.cafe_tab_on_left		{ background:url('http://image.mgame.com/mgamezzang/contents/cafe/cafe_tab_on_left.gif'); }
.cafe_tab_on_main		{ background:url('http://image.mgame.com/mgamezzang/contents/cafe/cafe_tab_on_main.gif'); padding:3px 8px 0px 8px; font-weight:bold;}
.cafe_tab_on_right		{ background:url('http://image.mgame.com/mgamezzang/contents/cafe/cafe_tab_on_right.gif'); }

.cafe_tab_off:link		{ color:#767676; TEXT-DECORATION:none}
.cafe_tab_off:active	{ color:#767676; TEXT-DECORATION:none}
.cafe_tab_off:visited	{ color:#767676; TEXT-DECORATION:none}
.cafe_tab_off:hover		{ color:#767676; TEXT-DECORATION:underline}

.cafe_tab_on:link		{ color:#555555; TEXT-DECORATION:none}
.cafe_tab_on:active		{ color:#555555; TEXT-DECORATION:none}
.cafe_tab_on:visited	{ color:#555555; TEXT-DECORATION:none}
.cafe_tab_on:hover		{ color:#555555; TEXT-DECORATION:underline}*/
