.forum {
    display: block;
    margin: 0;
    padding: 0;    
}

.forum form {
	margin: 1ex;
	border: 1px solid #b6b6b6;
	background-color: white;
}
.formspace ul {
    display: block; 
    padding: 1ex;
    margin: 0;  
}
.formspace li {
    display: block;
    margin: 0;
    padding: 0;
    
}
.formspace li .formspan {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 45%;
}
.formspace li .formspan input, .formspace li .formspan textarea{
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 100%;
}


.forum .post  {
    margin: 0;   
    margin-top: 1ex; 
    padding: 0;        
    display: block;    
    border: 2px groove #b6b6b6;
    border-radius: 1ex 1ex 0 0;
}
.forum .thread_post  {
    margin-left: 2em;
    margin-top: 0.5ex;            
    border: 1px solid #b6b6b6;
    
}
.post .postul {
    background-color: #C7D0D6;
    margin: 0;       
    padding: 0;
    display: block; 
    border-radius: 1ex 1ex 0 0;       
}
.post .postul li {
    margin: 0;
    padding: 0;
    padding-left: 1ex;
    padding-right: 1ex;
    display: block;        
}
.post .author {
    float: left;
}
.post .inserted {    
    float: right;    
}
.post .title {    
    clear: both;
    font-weight: bold;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    background-color: white;
    font-style: italic;
}
.forum .thread_post .title {        
    font-weight: 100;
    border-top: 1px solid #e6e6e6;    
    background-color: white;
}

.post .message {    
    clear: both;
    background-color: white;
    border-bottom: 1px solid #b6b6b6;
}
.post button {
    display: inline-block;
    border: 1px solid #b6b6b6;    
    text-decoration: none;
    background-color: #e6e6e6;
    cursor: pointer;
    margin-right: -1ex;
}
.forum_button {
    display: inline-block;
    border: 1px solid #b6b6b6;    
    width: 2ex;        
    text-decoration: none;
    background-color: white;
}
.forum_button_border {
    width: 11ex;         
}
.forum_button_active {     
    color: #b6b6b6;
}
.forum_button:hover {    
    cursor: pointer;
    text-decoration: underline;
}


.forum .message strong {
	font-weight: 800;
}
.forum .message ul, .box .message ol {
	display: block;
	margin: 0;
	padding: 0;
}
.forum .message li {
	display: list-item;
	margin: 0;
	padding: 0;
	margin-left: 2em;	
}
