﻿.posttop
{
	background-position: left bottom;
	width: 592px;
	height: 38px;
	background-image: url( '../images/posts_top.jpg' );
	background-repeat: no-repeat;
	 padding-left:10px;
	 
	 
	 
}
.posttop a
{
	text-decoration: none;
	font-weight: bold;
	font-family: arial, Helvetica, sans-serif;
	color: #000066;
	font-size: 20px;
	 
}
.posttop a:hover
{
	color: #3333FF;
}
.postbody
{
	background-position: left top;
	width: 592px;
	background-image: url(  '../images/posts_bg.jpg' );
	background-repeat: repeat-y;
	min-height:100px;
	display:table;
}
.postleft
{ width:504px;
   float:left;
     
   padding-left:15px;
	}
.postright
{
	 
	float:right;
	width:48px;}
.postbottom
{
	width:592px;
	 height:43px;
	 
	 	background-position: left bottom;
	  padding-left:45px;
	background-image: url( '../images/posts_bottom.jpg' );
	background-repeat: no-repeat;
	}
.posttime
{
	 width:48px;
	 height:49px;
	  	background-position: center bottom;
	  
	background-image: url( '../images/posts_clock.jpg' );
	background-repeat: no-repeat;
	font-size:10px;
	text-align:center;
	font-weight:bold;
	}
.postcomment
{
	width:48px;
	 height:49px;
	  	background-position: center center;
	  
	background-image: url( '../images/posts_comments.jpg' );
	background-repeat: no-repeat;
	font-size:10px;
	text-align:center;
	}	
	#progressholder
{
	width: 540px;
	margin: 0 auto;
	position: fixed;
	background-color: #CCCBEF;
	font-family:Arial;
	font-size:12px;
	
}	
.cmnt1
{
	background-color: #FFF1DF;
}
.cmnt2
{
	background-color: #D2FFFA;
}
.tr1
{
	background-color: #99CCFF;
}
.tr2
{
	background-color: #CCFFFF;
}	