/* forum2HTML by Scriptol.com - Freeware */

.forum
{
	margin-top:32px;
	padding:4px;
}

.forumtag {
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	font-style:italic;
	color:black;
}

.forum H3 {
	color: black;
	font-style:normal;
}

.forum .box {
	background-color:white;
	margin:4px 0 4px 0;
	display:block;
	padding:0;
}

.forum .boxtitle {
	display:inline-block;
	background-color:#adf;
	border:1px solid #369;
	border-radius:4px;	
	color:black;
	font-weight:normal;
	padding:2px 0 2px 8px;
	margin:0;
	width:100%;
}

.forum .boxbody {
	display:inline-block;
	margin:0;
	height:100%;
	width:100%;
}

.postleft, .postright {
	display:inline-block;
	height:100%;
	margin:0px;
	overflow:hidden;
	text-align:left;			
}

.postleft {
	float:left;
	min-width:120px;	
	max-width: 160px;
	color:black;
}

.postright {
	width:80%;
	color:#333333;
	padding-left:48px;
}
 
 
.postpar
{
  position:relative;
  font-family:"Calibri", Arial, Verdana;
  font-style:italic;
  padding:8px;
  margin:8px 8px 8px 8px;
  color:black;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  border-radius:10px;
  background:white;
  border:1px solid black;
  min-height:64px;
  white-space:pre-wrap;  
}
 
.postpar:after 
{
  content:"";
  position:absolute;
  left:-48px; 
  display:block; 
  top:16px; 
  background: url('bubble.png') no-repeat;
  width:48px;
  height:20px;
  padding:0;
}			

.leftcont {
	margin-left:8px;
	height:100%;
}






