﻿/* $Id: sidebar_elements.css,v 1.0 2009/8/21 Exp $ */

/* =============== sidebar iframe content =============== */
/* ==================== all content ==================== */

body{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px;            
	background-color:#f9f9f6;  
} 
     
a, a:visited{text-decoration:none; color:#0000FF }

a:hover{text-decoration:underline; }  

              
/* ==================== ticket ==================== */

#newticket select{
    border:1px solid #E0E0E0;
    color:#585858;   
}

#newticket textarea{
    border:1px solid #E0E0E0;
    color:#585858; 
    height:80px; 
}

#newticket .input{
    border:1px solid #E0E0E0;
    color:#585858; 
}      

#newticket .create {
    width: 46px;
    height: 19px;
    background:transparent url('images/send.gif') 0px 0px no-repeat; 
}  

#newticket #error li {
    color: #FF0000;
    font-weight: 500;
    font-size:12px;
    list-style: circle;  
}
     
/* ==================== kb & tutorials ==================== */

#kb_sb #search{
    border:1px solid #E0E0E0;
    color:#ACACAC;                                               
} 

#kb_sb #kb_search.active{
    border:1px solid #585858; 
    color: #585858;                                    
}

#kb_sb #kb_searchbutton {
	width:28px;
	height:21px;     
    background:transparent url('images/kb-search_button.gif') 0px 0px no-repeat;  
}

#kb_categories li.results{       
    margin:0px 0px 0px 0px;
    font-weight:bold;
    color:#585858;    
    background:#f9f9f6 url('images/right-arrow_hvy.gif') 0px 4px no-repeat;   
}

#kb_categories a{       
    color:#000000;
}

#kb_entries li.options{      
    color:#585858;     
    background:#f9f9f6 url('images/right-arrow_lght.gif') 0px 4px no-repeat;  
}

#kb_entries a{       
    color:#000000;
}

#kb_entry h2 {
    font-weight: 600;
    font-size:14px;
}                                                                   

#kb_entry .description {
    font-size:12px;
}

#kb_entry .content,p{
    font-size:12px;
    line-height: 16px;
}                                                            


