/*-------------------------------------------------
  Content wrappers
-------------------------------------------------*/
#public_mainwrapper
{
	width: 749px;
	background: white;
	border-width: 0 1px;
	border-style: solid;
	border-color: #E0E0E0;
	margin: auto;
}
#public_wrapper
{
	width: 749px;
	background: white;
	margin: auto;
}

/*-------------------------------------------------
  Main content
-------------------------------------------------*/
#public_container
{
	width: 749px;
	height: 1%;
	overflow: visible;
	float: right;
	background-color: white;
	padding: 4px 0 0 0;
	margin-left: -214px;
}
.public_top_content
{
	background-color:white;
	/*text-align:right;*/
	padding: 0;
	border-width: 1px 1px;
	border-style: solid;
	border-color:white;
	margin: 7px 10px 5px 224px;
}
.public_top_contentblock
{
	background-color:white;
	padding: 2px 2px 2px 2px;
	margin: 2px 2px 2px 2px;
}


.public_content
{
	background-color:white;
	/*text-align:right;*/
	padding: 0 0 5px  0;
	border-width: 2px 2px 2px 2px;
	border-style: solid;
	border-color: #FFBF00;

	margin: 7px 10px 5px 224px;
}
.public_content_in
{
	background-color:white;
	text-align:right;
	/*text-align:right;*/
	padding: 0 0 0 0;
	margin: 0 0 15x 0;

}

/*-------------------------------------------------
  Item styles
-------------------------------------------------*/
.public_contentblock
{
	background-color:white;
	padding: 10px 8px 0px 8px;
	/*border-width: 1px 1px;*/
	/*border-style: solid;*/
	/*border-color:#00FF99;*/
	/*padding:0 0 5px 0;*/
	margin: 0 0 5px 0;
}

.public_contenttitle h2
{
	clear: both;
	background:  url(images/side_title_water.gif)  repeat-x;
	/*background-color:#EFFFBF;*/
	text-align: justify;
	font-size: 14px;
	padding: 5px 0 5px 10px;
	border-width: 1px 1px;
	border-style: solid;
	border-color:#785C64;
	margin: 0 5px 0 5px;
	
	color:#000099;
	font-weight: bold;


}
.public_contentbody
{
	background-color:white;
	font-size:13px;
	text-align: justify;
	padding: 5px 0px 0px 5px;
	margin: 10px 5px 0 5px;
}
.public_new_content   /* ?j???[?X?@*/
{
	background-color:white;
	/*text-align:right;*/
	padding: 0;
	border-width: 1px 1px;
	border-style: solid;
	border-color:blue;
	margin: 7px 10px 5px 224px;
}
.public_new_contentdt
{
	background:  url(images/side_title.gif) repeat-x;
	color:#000099;
	font-size: 14px;
	text-align: center;
	text-decoration:none;
	font-weight: bold;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color:blue;
	padding:5px 0;
}
.public_new_contentblock
{
	background-color:white;
	padding: 2px 2px 2px 2px;
	margin: 8px 5px 8px 8px;
}


/*-------------------------------------------------
  Item info
-------------------------------------------------*/
.public_contentitemcategory
{
	background: url(images/bgcategory.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 14px;
}
.public_contentitempostedby
{
	background: url(images/bgpostedby.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 12px;
}
.public_contentitemcomments
{
	background: url(images/bgcomment.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 13px;
}
.public_contentitemedit
{
	background-color: #F4EADF;
	font-size: 12px;
	line-height: 12px;
	padding: 2px 0 2px 6px;
      margin: 2px 2px 2px 2px;

}
.public_contentitem
{
	padding: 3px 0 0 0;
	margin: 0 0 16px 0;
}
.public_contentitem1
{
	display: inline;
}
.public_contentitem2
{
	display: inline;
	background: url(images/dotv.gif) left repeat-y;
	padding: 0 0 0 10px;
}
.public_contentitem3
{
	display: inline;
	background: url(images/dotv.gif) left repeat-y;
	padding: 0 0 0 10px;
}
.public_contentitem4
{
	display: inline;
	padding: 2px 2px 2px 2px;
	background-color:red;
       margin: 2px 0 2px 0;
}

/*-------------------------------------------------
  Comments
-------------------------------------------------*/
.public_itemcomment
{
	background: url(images/commentquote01.gif) no-repeat;
	background-position: 6px 9px;
	padding: 6px 42px;
	border: 1px solid white;
	margin: 10px 0 0 0;
}
.public_itemcomment:hover
{
	background: #F9F9F9 url(images/commentquote02.gif) no-repeat;
	background-position: 6px 9px;
	border: 1px solid #CCCCCC;
}
.public_id1 
/*This is to give the admin a special comment style, to distinguish him/her from the rest of the commentors*/
{
	background: #F9F9F9 url(images/commentquote02.gif) no-repeat;
	background-position: 6px 9px;
	border: 1px solid #B3C492;
}
.public_id1:hover
{
	background: #F9F9F9 url(images/commentquote02.gif) no-repeat;
	background-position: 6px 9px;
	border: 1px solid #B3C492;
}
.public_itemcomment h3
{
	font-size: 12px;
}
