ul.qnaList li
     {
     margin-bottom: 10px;
     line-height: 1.4em;
     border-top: 1px dashed #e4e4e4;
     padding-top: 10px;
     }
     
ul.qnaList li .question
     {
     font-weight:bold;
     }
     
ul.qnaList li .rating
     {
     font-style: italic;
     color:#a2a2a2;
     }
     
ul.qnaList li .sideCheck, .sideCheck
     {
     float: left;
     width:20px;
     margin: 0px 3px 1.5em 0px;
     clear: left;
     display: block;
     }

.inPageSearchBox
     {
     border: 1px solid #e6e6e6;
     padding: 5px;
     background-color:#f1f1f1;
     width:500px;
     margin: 0px auto 10px auto;
     background-image: url('../images/kbsearchbarbg.gif');
     background-repeat: repeat-x;
     }

.inPageSearchBox table tr
     {
     font-weight: bold;
     text-align: left;
     }


ul.box
     {
     display: block;
     border: 1px solid #e4e4e4;
     height:210px;
     overflow: auto;
     }

ul.attachments
     {
     list-style:none;
     padding: 3px 3px 0px 0px;
     margin: 0px 0px 10px 0px;
     }
     
ul.attachments li 
     {     
     padding:0px;
     float: left;
     margin: 0px 0px 3px 3px;
     }
ul.attachments li a
     {
     text-decoration: none;
     color: #3e3e3e;
     font-size: 0.9em;
     }
         
ul.attachments li a.icon 
     {
     display: block;
     padding: 3px;
     padding-top:40px;
     width:68px;
     text-align: center;
     background-image: url('../images/icons/attachment.gif');
     background-repeat: no-repeat;
     background-position: center 3px;
     border: 1px dashed #e4e4e4;
     }
     
ul.attachments li a.icon:hover
     {
     background-color: #f5f5f5
     } 

ul.attachments li a.icon .name
     {
     display:block;
     height: 40px;
     overflow: hidden;
     font-weight: bold;
     }
     
ul.attachments li a.icon .size
     {
     display:block;
     
     }
ul.attachments li a.add,ul.attachments li a.remove 
     {
     display:block;
     background-repeat: no-repeat;
     text-decoration: none;
     padding-left: 15px;
     border: 1px dashed #e4e4e4;
     border-top: none;
     font-size: 0.8em;
     }
     
ul.attachments li a.add:hover, ul.attachments li a.remove:hover
     {    
     background-color: #e8e8e8;
     }      
     

ul.attachments li a.remove
     {
     background-image: url('../images/delAtt.gif');
     }   
     

ul.attachments li a.add
     {
     background-image: url('../images/addAtt.gif');
     }     
     
ul.ajaxResultsList
     {
     list-style:none;
     padding: 0px 1px 1px 1px;
     }
     
ul.ajaxResultsList li
     {
     padding:2px;
     margin: 1px 0px 0px 0px;
     
     }     
     
span.tabnumber
     {
     display:block;
     background-image: url('../images/tabnumber.png');
     background-repeat: no-repeat;
     width:26px;
     height:25px;
     line-height:18px;
     color: white;
     float:right;
     margin: -15px 0px 0px 0px ;
     font-weight: bold;
     font-size: 10px;
     }
     
     



