﻿/* $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;           
	padding:15px 15px 15px 15px;
	vertical-align:top;
	background-color:#f9f9f6;  
} 

p {
    padding: 0px;
    margin: 0px;  
}

a, a:visited{text-decoration:none; color:#0000FF }

a:hover{text-decoration:underline; }

ol {
    padding: 0px;
    margin: 0px;      
    padding-bottom: 8px;
}

ul {
    padding: 0px;
    margin: 0px;      
}
              
/* ==================== ticket.php ==================== */
#newticket form {
    padding: 0px;
    margin: 0px;  
}

#newticket table {
    width: 100%;
    padding: 0px;
    margin: 0px;
}

#newticket td {
    padding: 2px;
}

#newticket select{
    border:1px solid #E0E0E0;
    color:#585858;   
    padding:2px;  
    font-size:12px;
}

#newticket textarea{
    border:1px solid #E0E0E0;
    color:#585858; 
    height:80px;
    width:100%;
    padding:2px; 
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    overflow: auto;
}

#newticket .input{
    border:1px solid #E0E0E0;
    color:#585858;
    width:100%;
    padding:3px; 
    font-size:12px;
} 

#newticket .ie.input{     
    font-size: 12px;  
    padding:3px;
    height: 22px;
}

#newticket .create {
    border:0px;
    width: 46px;
    height: 19px;
    background:transparent url('../images/send.gif') 0px 0px no-repeat;
    float: right;
    cursor: hand;
    cursor: pointer;
}  

#newticket #error li {
    color: #FF0000;
    font-weight: 500;
    font-size:12px;
    list-style: circle;
    margin-left: 15px;
}

#success {

}


/* ==================== kb.php ==================== */
#kb_sb {		/*form*/
    width:100%;
    margin:0px 0px 12px 0px;
}

#kb_sb #search{
    border:1px solid #E0E0E0;
    color:#ACACAC; 
    height:21px;
    width:200px;
    padding:2px;                                                   
} 

#kb_sb #kb_search.active{
    border:1px solid #585858; 
    color: #585858;                                    
}

#kb_sb #kb_searchbutton {
	width:28px;
	height:21px;
	border:0px;
    background:transparent url('../images/kb-search_button.gif') 0px 0px no-repeat; 
    clear:right;
    cursor: pointer;
    cursor: hand;
}

#kb_categories li.results{       
    margin:0px 0px 0px 0px;
    font-weight:bold;
    color:#585858;
    padding-left:12px;
    background:#f9f9f6 url('../images/right-arrow_hvy.gif') 0px 4px no-repeat;
    list-style: none;  
    height: 18px;
}

#kb_categories a{       
    color:#000000;
}

#kb_entries li.options{      
    border:0px;              
    margin-bottom: 4px;
    color:#585858;            
    padding-left:12px;
    background:#f9f9f6 url('../images/right-arrow_lght.gif') 0px 4px no-repeat;
    list-style: none;
}

#kb_entries a{       
    color:#000000;
}

#kb_entry h2 {
    #display: inline;
    padding: 0px;
    margin:0px 0px 8px 0px;   
    font-weight: 600;
    font-size:14px;
}                                                                   

#kb_entry .description {
    margin:0px 0px 8px 0px;
    font-size:12px;
}

#kb_entry .content,p{
    margin:0px 0px 4px 0px;    
    font-size:12px;
    line-height: 16px;
}

#kb_entry ol {    
    margin-left:15px;    
}
          
#kb_entry ul {    
    margin-left:15px;    
}

#kb_entry li {    
    margin-left:15px;    
}

#icons {            
    top: 1px;   
    right: 1px;          
    float: right;
}

#icons .back {
    margin-right:3px;    
    background:transparent url('../images/back.gif') center center no-repeat;
    width: 13px; 
    height: 13px;
    display: block;
    float: left;  
}

#icons .home {
    margin-right:3px;    
    background:transparent url('../images/home.gif') center center no-repeat;
    width: 13px; 
    height: 13px;
    display: block;
    float: left;
}

#icons .bookmark {
    #margin-right:3px;  
    background:transparent url('../images/bookmark.gif') center center no-repeat;
    width: 20px; 
    height: 13px;
    display: block;
    float: left;
}

#icons .new {
    margin-right:3px;    
    background:transparent url('../images/new-window.gif') center center no-repeat;
    width: 13px; 
    height: 13px;
    display: block;
    float: left;
}

                                                          
/* ==================== custom ==================== */           

#custom li {
    margin-left: 18px;
}



