
/* new MessageForm and Forum styling */
/* this expects a div or table as class 'messagebox' surrounding all elements */

.messagebox { margin:8px 0 0 0;
              border-right:1px solid  #ccc ;
              border-bottom:1px solid #ccc ;
            }      

.messagebox a {
              color: rgb(100, 175, 215) ;                
            }

.messagebox a:hover {
              color: rgb(75, 150, 190) ;
            }

.messageheader, .messagefooter {
            padding:            0 0 0 3px       ;
            border-top:         1px solid   ;
            border-left:        1px solid   ;
            background-color:               ;
            height:             1.3em           ;
            }     

.messageauthor {
	    padding:2px 3px;
            border-top:  1px solid  ;
            border-left: 1px solid  ;	    
	    }

.messagesubject {
	    margin:0 0 0px 0;
	    padding:0 3px;
            border-top:  1px solid  ;
            border-left: 1px solid  ;
            background:  #efefef         ;
            height:1.3em;
            color: rgb(107, 112, 117);
            } 

.messagetext {
            margin:0;
            padding:3px;
            border-top:  1px solid  ;
            border-left: 1px solid  ;
            background:  #f7f7f7            ;
            color:       rgb(65, 72, 77)          ;
            }

.messagetext a{
            color:       rgb(65, 72, 77)          ;
            }            

/* older CommentBoxPlus compatible styling */
.messagehead {
            margin:1em 0 0 0;
            padding:0 0 0 3px;
            border:1px solid  ;
            background: #e7e7e7      ;
            }
.messageitem {
            margin:0;
            padding:3px;
            border-right:  1px solid  ;
            border-bottom: 1px solid  ;
            background: #f7f7f7              ;          
            }
  
.messagehead h5, .messagehead h4 { margin:0.25em 0 0 0; }

.createlinktext {
            text-decoration: none  ;
            color: rgb(65, 72, 77) ; 
            }  

.forum{
  color: rgb(65, 72, 77) ;
}
.forum form{
  color: rgb(65, 72, 77);
}

.forum a{
  color: rgb(107, 112, 117);
}

.messagebox .wikilink, .messagebox a {
  color:  ;
}            


/*use the following if message head should be same as message item */
/* .messagehead { background:#f7f7f7; border-bottom:none; } */


.inputbutton { 
  margin:0 0 0 5px; 
  padding:0 3px 
}
.inputtext { 
  background: #f7f7f7  ; 
	border:1px solid   ;
  margin:0 0 3px 0 ;
}

/* Fox delete button & link */
.foxdelbutton {
	display:inline; 
	margin:0; 
	}
.foxdelbutton input {
	font-size: 80%;
	padding:0px; margin:0px;
	cursor: pointer;
	cursor: hand;
	}
.foxdelbutton input:hover { 
    color: #990000 ;
    }
a.foxdellink, a.foxeditlink { 
	font-size:83%; 
	font-family:Arial;
	} 
a.foxdellink:hover, a.foxeditlink:hover {
	text-decoration:none;
	} 