/*----------------------------------------------------*/
/*==Start==Set Tab Interface*/
/*----------------------------------------------------*/
ul.ul_detaillisttab{
 font-weight:bold;
 height:21px;
 text-align:center;
 line-height:100%;
 list-style-position:outside;
 list-style-type:none;
 text-decoration:none;
 font-size:small;
}
div.detaillist_select{
 border-top: 1px solid #cccccc;
 border-bottom: 1px solid #cccccc;
 margin:0px;
 padding:0px;
 width:330px;
 height:250px;
 display:block;
}

div.detaillist_unselect{
 width:330px;
 height:250px;
 display:none;
}

li.detaillisttab_select{
 float:left;
 width:110px;
 height:20px;
 margin:0 3px;
 padding:0;
 background-color:#ffffff;
 border-top:solid 2px #ff9900;
 border-left:solid 1px #cccccc;
 border-right:solid 1px #cccccc;
 text-align:center;
 font-weight:normal;
 text-decoration:underline;
 color:#000000;
 cursor:pointer;
}

li.detaillisttab_unselect{
 float:left;
 width:110px;
 height:20px;
 margin:0 3px;
 padding:0;
 text-align:center;
 background-color:#cccccc;
 text-align:center;
 font-weight:normal;
 text-decoration:none;
 color:#808080;
 cursor:pointer;
}
div#detaillist_1{
	text-align:center;
}

ul.ul_userlisttab{
 font-weight:bold;
 height:21px;
 text-align:center;
 line-height:100%;
 list-style-position:outside;
 list-style-type:none;
 text-decoration:none;
 font-size:small;
}
div.userlist_select{
 border-top: 1px solid #cccccc;
 border-bottom: 1px solid #cccccc;
 margin:0px;
 padding:0px;
 display:block;
}

div.userlist_unselect{
 display:none;
}

li.userlisttab_select{
 float:left;
 width:110px;
 height:20px;
 margin:0 3px;
 padding:0;
 background-color:#ffffff;
 border-top:solid 2px #ff9900;
 border-left:solid 1px #cccccc;
 border-right:solid 1px #cccccc;
 text-align:center;
 font-weight:normal;
 text-decoration:underline;
 color:#000000;
 cursor:pointer;
}

li.userlisttab_unselect{
 float:left;
 width:110px;
 height:20px;
 margin:0 3px;
 padding:0;
 text-align:center;
 background-color:#cccccc;
 text-align:center;
 font-weight:normal;
 text-decoration:none;
 color:#808080;
 cursor:pointer;
}

