.profile_div {
	padding-top:8px;
	padding-bottom:8px;
}

.pmtable_header
{
	background-color:#f3f8f8;
}

.pmtable_nickname
{
	font-family: verdana, tahoma, arial; font-size:15px; color:#333333; font-weight:bold;
}

.pmtable_date,.pmtable_command, .ppageslink
{
	font-family: verdana, tahoma, arial; font-size:10px; color:#03424A;
}

.pmtable_command
{
	font-weight:bold;
}

.pcomment
{
	font-family: verdana, tahoma, arial; font-size:11px; color:#333333;
}

.pcomment,a.pcomment:link,a.pcomment:visited
{
	color: #7f7f7f;
}

a.pcomment:hover
{
	color: #9f9f9f;
}

.pcomment
{
	font-size: 10px;
}

.ppageslink
{
	font-weight:bold;font-size:11px;
}

.ppageslink_active
{
	font-family: verdana, tahoma, arial;font-weight:bold;font-size:11px;color:White;background-color:#03424A;
}
.profile_moderation_warning
{
	border: solid 1px #ff0000;
}

.pnews_el
{
	padding-bottom:4px;
}

/* gallery_item : BEGIN */
.float_left .gallery_item {
	position: relative;
	margin: 0px 10px 10px 0px;
	padding-top: 15px;
}
.gallery_item {
	position: relative;
	width: 140px;
	height: 150px;
}
.gallery_item .image {
	width: 100px;
	height: 100px;
	background-position: left center;
	background-repeat:no-repeat;
	margin-bottom: 3px;
}
.gallery_item .image IMG {
	width: 100px;
	height: 100px;
	border: 0px;
}
.gallery_item .name {
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 3px;
}
.gallery_item .name A, .gallery_item .name A:visited {
	color: #064a6b;
}
.gallery_item .name A:hover {
	color: #FFB98F;
}
.gallery_item .info {
	font-size: 10px;
	color: #73a8c2;
	margin-bottom: 3px;
}
/* gallery_item : END */

.float_left {
	position: relative;
	float: left;
}
.cleaner {
	position: relative;
	clear:both;
}

/* actions_panel : BEGIN */

.actions_panel{
	position: relative;
	text-align: right;
	font-size: 10px;
}

.actions_panel A, .actions_panel A:visited {
	color: #ff6000;
	font-size: 10px;
}
.actions_panel A:hover {
	color: #FFB98F;
	font-size: 10px;
}
.actions_panel .actions_rs {
	float: right;
	white-space: nowrap;
	padding-left: 10px;
	padding-bottom: 4px;
	text-align: left;
	margin-top: 6px;
	margin-bottom: 6px;
}

/* actions_panel : END */
.ac_bgframe {
	z-index: 98;
	position: absolute;
	display: block;
	border: 0px;
}
.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 202;
	position: absolute;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}
.ac_describe{
	font-size: 10px;
	color: #4B4B4B;
}
.ac_loading {
	background: white url('/_img/design/200608_title/upload_mini.gif') no-repeat right 8px;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #E1ECF5;
	color: black;
}

