
.pagetitle	{
		}



.container	{
		margin-top: 30px;
		margin-bottom: 30px;
		background-color: white;
		background-repeat: repeat;
		width: auto;
		border-width: 2px;
		border-style: solid;
		border-color: #996633;
		color: black;
		}

.header		{
		font-weight: bold;
		background-color:  #e2f2e1;
		background-repeat: repeat;
		padding: 1% 5%;
		color: black;
		}


.content	{
		padding: 5px 5%;
		}

.title		{
		text-align: left;
		font-size: 17pt;
		font-weight: bold;
		color: #006B63;		
		}

.ratingbar	{
		float: right;
		font-weight: bold;
		padding: 2pt 5pt 2pt 5pt;
		}		

.rating		{
		vertical-align: middle;	
		}		

.story		{
		text-align: left;
		font-weight: normal;
		color: black;
		}

.replyCount	{
		font-weight: normal;
		color: black;
		float: right;
		}

.reply		{
		font-weight: normal;
		color: black;
		}

.clear		{
		clear: both;
		}

.date2		{
		font-weight: bold;
		color: grey;
		text-align: right;
		width: 100%;
		margin-bottom: 4px;
		}