.accordion-box {
    background-color: white;   
    padding: 0 10px;
    
    /*border: 1px solid #DFDFDF;*/
    border: 0;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    
    margin-bottom: 5px;
    word-wrap: break-word;
    margin: 0 auto;
    margin-top: 0;    
}

.accordion-box a.closed, .accordion-box a.open { 
   background: url("images/accordion-arrows.png") 0 -9px no-repeat;
   width: 18px;
   height: 9px;
   float: right;
   text-decoration: none;
   margin-top: 5px;
}
.accordion-box a.open { 
   background-position: 0 0;
}

h3.accordion-headline:hover {
   cursor: pointer;
}

#accordion-wrapper .closebox {
    display: block;
    width: 20px;
    height: 20px;
    background: transparent url("images/close_button.png");
    position: absolute;
    right: -10px;
    top: -10px;
    cursor: pointer;
}

#accordion-wrapper h2 {
    padding: 2px 4px;
    margin-bottom: 20px;
    background: inherit !important;
    color: white;
    display: inline-block;
    width: 100%;
    margin-top: 0;
}

#accordion-wrapper {
    cursor: default;
    
    background: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    
    /*border: 1px solid #acacac;*/
    border: 0 !important;
    border-radius: 0 !important;
    
    color: #000000;
    
    padding: 10px;
    opacity: 0.9;        
    
    display: block;    
    z-index: 0 !important;
    width: auto !important; /* FIX: temporary until we separate internal and external editor */
    position: static !important;
    right: auto;
    top: auto;    
}

#accordion-container {
    width: auto !important; 
    max-height: none;
    overflow-y: visible !important;
}

#accordion-wrapper.docked {
	background: white;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	opacity: 1;
}

#accordion-wrapper.docked  h2{
	display: none;
}

#accordion-wrapper.docked  .closebox {
	display: none;
}

#accordion-wrapper.docked .accordion-box { 
	background-color: #F1F1F1;
}

#toggleCommentHighlight {
	padding: 10px;
	border: 2px dashed gray;
	background: #CCC;
	cursor:pointer;
	font-size: 12px;
	line-height: 12px;
}
