@charset "UTF-8";
/* CSS Document */

/*Comments Style Sheet*/
	
			
.titlediv {
	}
	
.bodydiv {
	width:85%;
	background-color:#FFFFFF;  
	padding:3px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	}
.headingdiv {
	width:85%;
	background-color:#FFFFFF; 
	padding:3px;
	padding-bottom:7px;
	font:0.9em;
	font-size:0.9em;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	}
	
.name {
	width:500px;
	height:20px;
	background-color:#FFFFFF; 
	border:#5D5D5D solid 1px; 
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	}
	
.textareas{
	width:500px;
	height:150px;
	background-color:#FFFFFF; 
	border:#5D5D5D solid 1px; 
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;	
	font-size:0.9em;
	}
	
.comment {
	width:500px;
	height:150px;
	background-color:#FFFFFF; 
	border:#5D5D5D solid 1px;
	color:#666666; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	}
	
.button {
	width:120px;
	height:25px;
	background-color:#FFFFFF; 
	border:#5D5D5D solid 1px; 
	color:#666666;
	font-size:0.9em;
	}
	
.padtop {
	padding-top:5px;
	}
	
.padleft {
	padding-left:3px;
	}
	
.sep {
	padding-bottom:3px;
	border-bottom:1px solid #999999;
	}
	
.backdiv {
	background-color:#FFFFFF;  
	font:0.9em;
	font-size:0.9em;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	}
	
.cut {
	border-bottom:#5D5D5D dashed 2px;
	padding:3px;
	}
	
.stylebuttons{
  width:23px;
  height:22px;
  background-image: url(../../mpcs/images/bbc_bg.gif);
}
.stylebuttons_hover{
  width:23px;
  height:22px;
  background-image: url(../../mpcs/images/bbc_hoverbg.gif);
}
.showHide{
  display: none;
}