
/*********************************

     button

*********************************/
.detailLink{float:right;margin-top:5px}
.detailLink a {display: block; width: 80px; height: 21px; overflow: hidden; text-decoration:none; text-indent:-9999px;}
.detailLink a:link   {color:white;background:url(/cat/_img/btn_detail.jpg) no-repeat;}
.detailLink a:visited{color:white;background:url(/cat/_img/btn_detail.jpg) no-repeat;}
.detailLink a:hover  {color:white;background:url(/cat/_img/btn_detail_o.jpg) no-repeat;}
.detailLink a:active {color:white;background:url(/cat/_img/btn_detail_o.jpg) no-repeat;}

.btnMyprof a {display: block; width: 127px; height: 21px; overflow: hidden; text-decoration:none; text-indent:-9999px; margin: 0 auto;}
.btnMyprof a:link   {color:white;background:url(/cat/_img/btn_myprof.jpg) no-repeat;}
.btnMyprof a:visited{color:white;background:url(/cat/_img/btn_myprof.jpg) no-repeat;}
.btnMyprof a:hover  {color:white;background:url(/cat/_img/btn_myprof_o.jpg) no-repeat;}
.btnMyprof a:active {color:white;background:url(/cat/_img/btn_myprof_o.jpg) no-repeat;}

.btnBreakUp a {display: block; width: 127px; height: 21px; overflow: hidden; text-decoration:none; text-indent:-9999px; margin: 0 auto;}
.btnBreakUp a:link   {color:white;background:url(/cat/_img/btn_breakup.jpg) no-repeat;}
.btnBreakUp a:visited{color:white;background:url(/cat/_img/btn_breakup.jpg) no-repeat;}
.btnBreakUp a:hover  {color:white;background:url(/cat/_img/btn_breakup_o.jpg) no-repeat;}
.btnBreakUp a:active {color:white;background:url(/cat/_img/btn_breakup_o.jpg) no-repeat;}

.btnLogout a {display: block; width: 127px; height: 21px; overflow: hidden; text-decoration:none; text-indent:-9999px; margin: 0 auto;}
.btnLogout a:link   {color:white;background:url(/cat/_img/btn_logout.jpg) no-repeat;}
.btnLogout a:visited{color:white;background:url(/cat/_img/btn_logout.jpg) no-repeat;}
.btnLogout a:hover  {color:white;background:url(/cat/_img/btn_logout_o.jpg) no-repeat;}
.btnLogout a:active {color:white;background:url(/cat/_img/btn_logout_o.jpg) no-repeat;}

.btnDiary {}
.btnDiary a  {margin:0 auto;display: block; width: 127px; height: 21px; overflow: hidden; text-decoration:none; text-indent:-9999px;}
.btnDiary a:link    {color:white;background:url(/cat/_img/btn_diary.jpg) no-repeat;}
.btnDiary a:visited {color:white;background:url(/cat/_img/btn_diary.jpg) no-repeat;}
.btnDiary a:hover   {color:white;background:url(/cat/_img/btn_diary_o.jpg) no-repeat;}
.btnDiary a:active  {color:white;background:url(/cat/_img/btn_diary_o.jpg) no-repeat;}

a.btnNewteam{display: block; width: 127px; height: 21px; overflow: hidden; text-decoration:none; text-indent:-9999px;}
a.btnNewteam:link   {color:white;background:url(/cat/_img/btn_newteam.jpg) no-repeat;}
a.btnNewteam:visited{color:white;background:url(/cat/_img/btn_newteam.jpg) no-repeat;}
a.btnNewteam:hover  {color:white;background:url(/cat/_img/btn_newteam_o.jpg) no-repeat;}
a.btnNewteam:active {color:white;background:url(/cat/_img/btn_newteam_o.jpg) no-repeat;}

.btnTeamadd a {display: block; width: 127px; height: 21px; overflow: hidden; text-decoration:none; text-indent:-9999px;}
.btnTeamadd a:link   {color:white;background:url(/cat/_img/btn_teamadd.jpg) no-repeat;}
.btnTeamadd a:visited{color:white;background:url(/cat/_img/btn_teamadd.jpg) no-repeat;}
.btnTeamadd a:hover  {color:white;background:url(/cat/_img/btn_teamadd_o.jpg) no-repeat;}
.btnTeamadd a:active {color:white;background:url(/cat/_img/btn_teamadd_o.jpg) no-repeat;}

.btnEdit a          {display: block; width: 127px; height: 21px; overflow: hidden; text-decoration:none; text-indent:-9999px; margin: 0 auto;}
.btnEdit a:link     {color:white;background:url(/cat/_img/btn_edit.jpg) no-repeat;}
.btnEdit a:visited  {color:white;background:url(/cat/_img/btn_edit.jpg) no-repeat;}
.btnEdit a:hover    {color:white;background:url(/cat/_img/btn_edit_o.jpg) no-repeat;}
.btnEdit a:active   {color:white;background:url(/cat/_img/btn_edit_o.jpg) no-repeat;}

.btnAddCat a          {display: block; width: 127px; height: 21px; overflow: hidden; text-decoration:none; text-indent:-9999px; margin: 0 auto;}
.btnAddCat a:link     {color:white;background:url(/cat/_img/btn_add_cat.jpg) no-repeat;}
.btnAddCat a:visited  {color:white;background:url(/cat/_img/btn_add_cat.jpg) no-repeat;}
.btnAddCat a:hover    {color:white;background:url(/cat/_img/btn_add_cat_o.jpg) no-repeat;}
.btnAddCat a:active   {color:white;background:url(/cat/_img/btn_add_cat_o.jpg) no-repeat;}

button {
	display:block;
	width:127px;
	height:21px;
	overflow: hidden;
	text-indent:-9999px;
	border:0;
	padding:0;
	margin:0;
	cursor:pointer;
}

#loginForm #butLogin{
  width:100px;
  height:25px;
  font-size:12px;
  padding:0;
  background:transparent;
  border:0;
  text-indent:-9999px;
  overflow:hidden;
  background:url(/cat/_img/login_button.png) no-repeat;
  margin:5px auto 0 auto;
}

* html #loginForm #butLogin {
behavior: expression(IEPNGFIX.fix(this));
}

button.btnEdit          {background:url(/cat/_img/btn_edit.jpg) no-repeat;}
button.btnEdit:hover    {background:url(/cat/_img/btn_edit_o.jpg) no-repeat;}
button.btnEdit:active   {background:url(/cat/_img/btn_edit_o.jpg) no-repeat;}

button.btnDelete          {background:url(/cat/_img/btn_delete.jpg) no-repeat;}
button.btnDelete:hover    {background:url(/cat/_img/btn_delete_o.jpg) no-repeat;}
button.btnDelete:active   {background:url(/cat/_img/btn_delete_o.jpg) no-repeat;}


button.btnConf          {background:url(/cat/_img/btn_conf.jpg) no-repeat;}
button.btnConf:hover    {background:url(/cat/_img/btn_conf_o.jpg) no-repeat;}
button.btnConf:active   {background:url(/cat/_img/btn_conf_o.jpg) no-repeat;}

button.btnChal          {background:url(/cat/_img/btn_chal.jpg) no-repeat;}
button.btnChal:hover    {background:url(/cat/_img/btn_chal_o.jpg) no-repeat;}
button.btnChal:active   {background:url(/cat/_img/btn_chal_o.jpg) no-repeat;}

button.btnInvi          {background:url(/cat/_img/btn_invi.jpg) no-repeat;}
button.btnInvi:hover    {background:url(/cat/_img/btn_invi_o.jpg) no-repeat;}
button.btnInvi:active   {background:url(/cat/_img/btn_invi_o.jpg) no-repeat;}

button.btnFrie          {background:url(/cat/_img/btn_frie.jpg) no-repeat;}
button.btnFrie:hover    {background:url(/cat/_img/btn_frie_o.jpg) no-repeat;}
button.btnFrie:active   {background:url(/cat/_img/btn_frie_o.jpg) no-repeat;}

button.btnRegi         {background:url(/cat/_img/btn_regi.jpg) no-repeat;}
button.btnRegi:hover    {background:url(/cat/_img/btn_regi_o.jpg) no-repeat;}
button.btnRegi:active   {background:url(/cat/_img/btn_regi_o.jpg) no-repeat;}

button.btnYes         {background:url(/cat/_img/btn_yes.jpg) no-repeat;}
button.btnYes:hover    {background:url(/cat/_img/btn_yes_o.jpg) no-repeat;}
button.btnYes:active   {background:url(/cat/_img/btn_yes_o.jpg) no-repeat;}

button.btnNo         {background:url(/cat/_img/btn_no.jpg) no-repeat;}
button.btnNo:hover    {background:url(/cat/_img/btn_no_o.jpg) no-repeat;}
button.btnNo:active   {background:url(/cat/_img/btn_no_o.jpg) no-repeat;}

button.btnRes         {background:url(/cat/_img/btn_res.jpg) no-repeat;}
button.btnRes:hover    {background:url(/cat/_img/btn_res_o.jpg) no-repeat;}
button.btnRes:active   {background:url(/cat/_img/btn_res_o.jpg) no-repeat;}

button.btnPost         {background:url(/cat/_img/btn_post.jpg) no-repeat;}
button.btnPost:hover    {background:url(/cat/_img/btn_post_o.jpg) no-repeat;}
button.btnPost:active   {background:url(/cat/_img/btn_post_o.jpg) no-repeat;}

button.btnSearch  {
	display:block;
	width:97px;
	height:21px;
	overflow: hidden;
	text-indent:-9999px;
	border:0;
	padding:0;
	margin:0;
	cursor:pointer;
}

button.btnSearch         {background:url(/cat/_img/btn_search.jpg) no-repeat;}
button.btnSearch:hover    {background:url(/cat/_img/btn_search_o.jpg) no-repeat;}
button.btnSearch:active   {background:url(/cat/_img/btn_search_o.jpg) no-repeat;}

button.btnAddComment         {background:url(/cat/_img/btn_add_comment.jpg) no-repeat;}
button.btnAddComment:hover    {background:url(/cat/_img/btn_add_comment_o.jpg) no-repeat;}
button.btnAddComment:active   {background:url(/cat/_img/btn_add_comment_o.jpg) no-repeat;}

button.btnCommentDel         {background:url(/cat/_img/btn_delete_comment.jpg) no-repeat;}
button.btnCommentDel:hover    {background:url(/cat/_img/btn_delete_comment_o.jpg) no-repeat;}
button.btnCommentDel:active   {background:url(/cat/_img/btn_delete_comment_o.jpg) no-repeat;}

button.btnDefault         {background:url(/cat/_img/btn_default.jpg) no-repeat;}
button.btnDefault:hover    {background:url(/cat/_img/btn_default_o.jpg) no-repeat;}
button.btnDefault:active   {background:url(/cat/_img/btn_default_o.jpg) no-repeat;}

button.btnDefault         {text-indent:0px;font-weight:bold;color:#663300}




/*pager*/

div.pager button {
margin:0 auto;
}

div.pager button.btnPage
{
	width:30px;
	height:21px;
	text-indent:0px;
	text-align:center;
	font-size:12px;
}
div.pager button.btnPageAct
{
	width:30px;
	height:21px;
	text-indent:0px;
	font-weight:bold;
	text-align:center;
	font-size:12px;
	line-height:60%;
}
div.pager button.btnPageAct
{background:url(/cat/_img/btn_page_act.jpg) no-repeat;color:#663300}

div.pager button.btnPageAct:hover,    
div.pager button.btnPageAct:active
{background:url(/cat/_img/btn_page_act_o.jpg) no-repeat;color:#663300}

div.pager button.btnPage
{background:url(/cat/_img/btn_page.jpg) no-repeat;color:#663300}
div.pager button.btnPage:hover,   
div.pager button.btnPage:active  
{background:url(/cat/_img/btn_page_o.jpg) no-repeat;color:#663300}

div.pager button.btnNext,
div.pager button.btnPrev,
div.pager button.btnNextDis,
div.pager button.btnPrevDis
{width:60px;}

div.pager button.btnNext          {background:url(/cat/_img/btn_next.jpg) no-repeat;}
div.pager button.btnNext:hover    {background:url(/cat/_img/btn_next_o.jpg) no-repeat;}
div.pager button.btnNext:active   {background:url(/cat/_img/btn_next_o.jpg) no-repeat;}
div.pager button.btnPrev          {background:url(/cat/_img/btn_prev.jpg) no-repeat;}
div.pager button.btnPrev:hover    {background:url(/cat/_img/btn_prev_o.jpg) no-repeat;}
div.pager button.btnPrev:active   {background:url(/cat/_img/btn_prev_o.jpg) no-repeat;}

div.pager button.btnNextDis          {background:url(/cat/_img/btn_next_dis.jpg) no-repeat;}
div.pager button.btnPrevDis          {background:url(/cat/_img/btn_prev_dis.jpg) no-repeat;}
div.pager td.next,
div.pager td.prev
{width:60px;}
div.pager td
{text-align:center}


.moreInfo           {float:right;margin-top:5px}
.moreInfo a         {display: block; width: 80px; height: 21px; overflow: hidden; text-decoration:none; text-indent:-9999px;}
.moreInfo a:link    {color:white;background:url(/cat/_img/btn_moreinfo.jpg) no-repeat;}
.moreInfo a:visited {color:white;background:url(/cat/_img/btn_moreinfo.jpg) no-repeat;}
.moreInfo a:hover   {color:white;background:url(/cat/_img/btn_moreinfo_o.jpg) no-repeat;}
.moreInfo a:active  {color:white;background:url(/cat/_img/btn_moreinfo_o.jpg) no-repeat;}

.btnEventEntry          {float:right;margin-top:5px}
.btnEventEntry a        {display: block; width: 127px; height: 21px; overflow: hidden; text-decoration:none; text-indent:-9999px;}
.btnEventEntry a:link   {color:white;background:url(/cat/_img/btn_evententry.jpg) no-repeat;}
.btnEventEntry a:visited{color:white;background:url(/cat/_img/btn_evententry.jpg) no-repeat;}
.btnEventEntry a:hover  {color:white;background:url(/cat/_img/btn_evententry_o.jpg) no-repeat;}
.btnEventEntry a:active {color:white;background:url(/cat/_img/btn_evententry_o.jpg) no-repeat;}

.btnTopicEntry          {float:right;margin-top:5px}
.btnTopicEntry a        {display: block; width: 127px; height: 21px; overflow: hidden; text-decoration:none; text-indent:-9999px;}
.btnTopicEntry a:link   {color:white;background:url(/cat/_img/btn_topicentry.jpg) no-repeat;}
.btnTopicEntry a:visited{color:white;background:url(/cat/_img/btn_topicentry.jpg) no-repeat;}
.btnTopicEntry a:hover  {color:white;background:url(/cat/_img/btn_topicentry_o.jpg) no-repeat;}
.btnTopicEntry a:active {color:white;background:url(/cat/_img/btn_topicentry_o.jpg) no-repeat;}

.btnSetting a        {display: block; width: 127px; height: 21px; overflow: hidden; text-decoration:none; text-indent:-9999px; margin: 0 auto;}
.btnSetting a:link   {color:white;background:url(/cat/_img/btn_setting.jpg) no-repeat;}
.btnSetting a:visited{color:white;background:url(/cat/_img/btn_setting.jpg) no-repeat;}
.btnSetting a:hover  {color:white;background:url(/cat/_img/btn_setting_o.jpg) no-repeat;}
.btnSetting a:active {color:white;background:url(/cat/_img/btn_setting_o.jpg) no-repeat;}

.btnSendMessage{
  width:127px;
  height:21px;
  padding:0;
  border:0;
  overflow:hidden;
  background:url(/cat/_img/btn_sendmail.jpg) no-repeat;
  cursor:pointer;
}

.btnSendMessage:hover {background:url(/cat/_img/btn_sendmail_o.jpg) no-repeat;}
.btnSendMessage:active{background:url(/cat/_img/btn_sendmail_o.jpg) no-repeat;}





