@charset "utf-8"; 
/* Jeong Chan Myeong(dece24@gmail.com) */

/* Button Reset */
.button,
.button a,
.button button,
.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; background:url(../img/buttonWhite.gif) no-repeat; overflow:visible; color:#333;}
.button { height:23px; padding:0; vertical-align:middle; margin-right:2px; background-position:left top;}
.button a,
.button button,
.button input{ left:2px; vertical-align:top; cursor:pointer;}

/* Button Size */
.button.large { height:29px; background-position:left -30px; }
.button.xLarge { height:35px; background-position:left -65px; }
.button.small { height:18px; background-position:left -107px; }
.button a,
.button button,
.button input { height:23px; padding:0 10px 0 8px; font-size:12px; line-height:23px; background-position:right top;}
.button.large a,
.button.large button,
.button.large input { height:30px; padding:0 10px 0 8px; font-size:16px; line-height:29px; background-position:right -30px;}
.button.xLarge a,
.button.xLarge button,
.button.xLarge input { height:35px; padding:0 10px 0 8px; font-size:20px; line-height:35px; background-position:right -65px;}
.button.small a,
.button.small button,
.button.small input { height:18px; padding:0 6px 0 4px; font-size:11px; line-height:18px; background-position:right -107px;}

/* Button Text Color */
.button *:hover,
.button *:active,
.button *:focus{ color:#690;}

.button.green,
.button.green a,
.button.green button,
.button.green input { background-image:url('/english/img/buttonGreen.gif'); color:#fff;}
.button.green *:hover,
.button.green *:active,
.button.green *:focus{ color:#ff0;}

.button.green2,
.button.green2 a,
.button.green2 button,
.button.green2 input {background-image:url('/english/img/btn_bg_program4.gif'); background-repeat:repeat-x; background-position:right top; padding-top:3px; padding-left:5px; padding-right:5px; color:#fff; font-weight:bold;}
..button.green2 a:link		{text-decoration:none;	color:#ffffff;}
..button.green2 a:visited	{text-decoration:none;	color:#ffffff;}
..button.green2 a:active	{text-decoration:none;	color:#ffffff;}
..button.green2 a:hover	{text-decoration:none; color:fff000;}

.button.black,
.button.black a,
.button.black button,
.button.black input { background-image:url('/english/img/buttonBlack.gif'); color:#fff;}
.button.black *:hover,
.button.black *:active,
.button.black *:focus{ color:#ff0;}

.button.red,
.button.red a,
.button.red button,
.button.red input { background-image:url('/english/img/buttonRed.gif'); color:#fff;}
.button.red *:hover,
.button.red *:active,
.button.red *:focus{ color:#ff0;}

.button.blue,
.button.blue a,
.button.blue button,
.button.blue input { background-image:url('/english/img/buttonBlue.gif'); color:#fff;}
..button.blue a:link		{text-decoration:none;	color:#ffffff;}
..button.blue a:visited	{text-decoration:none;	color:#ffffff;}
..button.blue a:active	{text-decoration:none;	color:#ffffff;}
..button.blue a:hover	{text-decoration:none; color:fff000;}


.button.blue2,
.button.blue2 a,
.button.blue2 button,
.button.blue2 input { background-image:url('/english/img/btn_bg_program2.gif'); background-repeat:repeat-x; color:#fff;}
..button.blue2 a:link		{text-decoration:none;	color:#ffffff;}
..button.blue2 a:visited	{text-decoration:none;	color:#ffffff;}
..button.blue2 a:active	{text-decoration:none;	color:#ffffff;}
..button.blue2 a:hover	{text-decoration:none; color:fff000;}


..button.blue3 {background-image:url('/english/img/btn_bg_program.gif'); background-repeat:repeat-x; color:#ffffff;}
..button.blue3 a:link		{text-decoration:none;	color:#ffffff;}
..button.blue3 a:visited	{text-decoration:none;	color:#ffffff;}
..button.blue3 a:active	{text-decoration:none;	color:#ffffff;}
..button.blue3 a:hover	{text-decoration:none; color:fff000;}


.button.org1,
.button.org1 a,
.button.org1 button,
.button.org1 input { background-image:url('/english/img/btn_bg_program5.gif'); background-repeat:repeat-x; color:#ad4c1c;}
..button.org1 a:link		{text-decoration:none;	color:#ad4c1c;}
..button.org1 a:visited	{text-decoration:none;	color:#ad4c1c;}
..button.org1 a:active	{text-decoration:none;	color:#ad4c1c;}
..button.org1 a:hover	{text-decoration:none; color:#ffffff;}



/* Button Text Strong */
.button.strong * { font-weight:bold !important;}
