@charset "utf-8"; 
/* Jeong Chan Myeong(dece24@gmail.com) */

/* Button Reset */
.button,
.button a,
.button button,
.button input { position:relative; margin:0; display:inline-block; text-decoration:none !important; border:0; font-size:12px; font-family:Tahoma, Sans-serif; white-space:nowrap; background:url(/css/img/buttonWhite.gif) no-repeat; vertical-align:middle; overflow:visible; color:#333;}
.button { height:23px; padding:0; 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(/css/img/buttonGreen.gif); color:#fff;}
.button.green *:hover,
.button.green *:active,
.button.green *:focus{ color:#ff0;}
.button.black,
.button.black a,
.button.black button,
.button.black input { background-image:url(/css/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(/css/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(/css/img/buttonBlue.gif); color:#fff;}
.button.blue *:hover,
.button.blue *:active,
.button.blue *:focus{ color:#ff0;}

/* Button Text Strong */
.button.strong * { font-weight:bold !important;}

/* Jeong, Chan Myeong | http://naradesign.net/
http://naradesign.net/wp/2010/01/15/1141/
*/

/* Button Common */
.ibutton,
.ibutton *{ position:relative; margin:0; padding: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(/css/img/ibutton.gif) no-repeat; vertical-align:top; overflow:visible; color:#333;}
.ibutton { margin-right:4px;}
.ibutton *{ left:4px; cursor:pointer; _cursor:hand;}

/* Button Size = medium | large | xLarge | small */
.ibutton.medium, .ibutton.medium *{ height:24px; line-height:24px;}
.ibutton.large, .ibutton.large *{ height:30px; line-height:30px;}
.ibutton.xLarge, .ibutton.xLarge *{ height:36px; line-height:36px;}
.ibutton.small, .ibutton.small *{ height:19px; line-height:19px;}
.ibutton.medium { background-position:left 0;}
.ibutton.large { background-position:left -30px;}
.ibutton.xLarge { background-position:left -65px;}
.ibutton.small { background-position:left -106px;}
.ibutton.medium *{ padding:0 10px 0 6px; font-size:12px; background-position:right top;}
.ibutton.large *{ padding:0 10px 0 6px; font-size:16px; background-position:right -30px;}
.ibutton.xLarge *{ padding:0 10px 0 6px; font-size:20px; background-position:right -65px;}
.ibutton.small *{ padding:0 6px 0 2px; font-size:11px; background-position:right -106px;}

/* Button Hover */
.ibutton *:hover,
.ibutton *:active,
.ibutton *:focus{ color:#690;}

/* Button Strong */
.ibutton.strong *{ font-weight:bold !important;}

/* Button Icon Variation */
.ibutton.icon *{ padding-left:20px;}
.ibutton.small.icon *{ padding-left:16px;}
.ibutton.icon span{ width:20px; margin-right:-20px; padding:0 !important;}
.ibutton.medium .check{ background-position:4px -150px;}
.ibutton.large .check{ background-position:4px -146px;}
.ibutton.xLarge .check{ background-position:5px -144px;}
.ibutton.small .check{ background-position:3px -153px;}
.ibutton.medium .add{ background-position:-16px -150px;}
.ibutton.large .add{ background-position:-14px -146px;}
.ibutton.xLarge .add{ background-position:-14px -144px;}
.ibutton.small .add{ background-position:-18px -153px;}
.ibutton.medium .delete{ background-position:-34px -150px;}
.ibutton.large .delete{ background-position:-34px -146px;}
.ibutton.xLarge .delete{ background-position:-34px -144px;}
.ibutton.small .delete{ background-position:-37px -153px;}
.ibutton.medium .calendar{ background-position:-56px -150px;}
.ibutton.large .calendar{ background-position:-56px -146px;}
.ibutton.xLarge .calendar{ background-position:-56px -144px;}
.ibutton.small .calendar{ background-position:-59px -153px;}
.ibutton.medium .refresh{ background-position:-76px -150px;}
.ibutton.large .refresh{ background-position:-76px -146px;}
.ibutton.xLarge .refresh{ background-position:-76px -144px;}
.ibutton.small .refresh{ background-position:-79px -153px;}
