/* 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;
}

.box {
	display:block;
	background-color:#F0F0F0;
	border:1px dotted #ccc;
	margin:4px 0 4px 0;
	display:inline-block;
	padding:0;
	border-radius:6px;
	width:90%;
}

.boxtitle {
	display:block;
	background-color:#EEE;
	border-bottom:1px dotted #ccc;
	color:black;
	font-weight:normal;
	padding:2px 0 2px 8px;
	margin:0;
}

.boxbody {
	display:block;
	margin:0;
	height:100%;
	width:100%;
}

.postleft, .postright {
	display:inline-block;
	height:100%;
	margin:0px;
	overflow:hidden;
	text-align:left;			
}

.postleft {
	float:left;
	display:block;
	min-width:120px;	
	max-width: 160px;
	color:black;
	text-align:center;
	height:100%;	
}

.postright {
	display:block;
	min-width:70%;
	color:#333333;
	padding-left:48px;
}
 
 
.postpar
{
  position:relative;
  font-family:"Calibri", Arial, Verdana;
  font-style:italic;
  font-size:16px;
  padding:8px;
  margin:8px 8px 8px 8px;
  color:black;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  border-radius:10px;
  background:#F0F0F0;
  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 {
	height:100%;
}






