
/*news */


.board_subject           	{COLOR: #CBCBCB; TEXT-DECORATION:none;}
.board_subject  A:link		{COLOR: #CBCBCB; TEXT-DECORATION:none;}
.board_subject  A:visited	{COLOR: #CBCBCB; TEXT-DECORATION:none;}
.board_subject  A:active	{COLOR: #CBCBCB; TEXT-DECORATION:none;}
.board_subject  A:hover		{COLOR: #fff; TEXT-DECORATION:none;}


.board_page           	{COLOR: #70979f; TEXT-DECORATION:none;}
.board_page A:link		{COLOR: #70979f; TEXT-DECORATION:none;}
.board_page A:visited	{COLOR: #70979f; TEXT-DECORATION:none;}
.board_page A:active	{COLOR: #70979f; TEXT-DECORATION:none;}
.board_page A:hover		{COLOR: #FFFFFF; TEXT-DECORATION:none;}

/*forum userdeck*/
#card_search{
clear:both;
display:block;
width:530px;
background:#1a1a1a;
border:#5b5b5b solid 1px;
margin:0 0 0 50px;
padding:5px;
}
#card_search_title{
position:relative;
width:100%;
text-align:left;
margin:5px 0;
padding:3px 0 0 3px ;
}
#card_search_option{
clear:both;
display:block;
widows:525px;
background:url(/images/forum/card_search_option_bg.gif) center repeat-y;
margin:0;
padding:0;
}
#Advanced_Search{
position:relative;
text-align:left;
margin:0 8px;
padding:0 ;
}
#Advanced_Search ul{
float:right;
list-style:none;
margin:0;
padding:0;
}
#Advanced_Search li{
float:left;
list-style:none;
margin:0 0 0 2px;
padding:0;
}
.option{
position:relative;
width:510px;
border-top:1px solid #333;
text-align:left;
margin:5px 7px;
}
#UserDeckList{
width:612px;
background:#383838;
}
#UserDeckList table{
width:610px;
margin:0 1px;
}
#UserDeckList td{
width:150px;
background:#000;
padding:5px;
vertical-align:top;
}
#UserDeckList td.userDeckName{
height:28px;
background:#383838;
padding:2px 0 0 5px;
color:#fff;
}
#UserDeckList td.userDeckPoint{
height:28px;
background:#383838;
padding:2px 5px 0 0;
text-align:right;
color:#fff;
}
#UserDeckList td.userDeckTop{
height:18px;
background:url(/images/forum/userdeckList_top.gif) no-repeat;
padding:2px 0 0 0;
text-align:center;
}
#UserDeckList td.userDeckBottom{
height:22px;
background:url(/images/forum/userdeckList_bottom.gif) no-repeat center bottom;
padding:2px 5px 0 2px;
text-align:right;
color:#89a758;
}
#UserDeckList span.cardName{
min-width:110px;
display:inline;
text-align:left;
border:1px blue solid;
}
#UserDeckList span.cardNum{
display:inline;
text-align:right;
color:#587b97;
border:1px blue solid;
}
#UserDeckList ul{
display:block;
list-style:none;
padding:0;
margin:0;
}
#UserDeckList li{
display:inline;
list-style:none;
padding:0;
margin:0;
}
#UserDeckList li.cardName{
width:90%;
float:left;
height:17px;
}
#UserDeckList li.cardNum{
width:10%;
float:right;
color:#587b97;
}