
table.sostav td {
	font-family: Verdana, Helvetica, Arial, sans-serif;  
	font-size: 10px;
	font-weight: normal;
	padding: 0 2px 6px 2px;
	margin: 0 auto;
	vertical-align: top;
	text-align: center;
}
div.pers_nick, div.pers_info {
	text-align: center;
	margin: 0 auto 0 auto;
	padding: 0;
	font-size: 12px;
	font-weight: bold; 
	line-height: 12px;
	overflow: hidden;
	white-space: nowrap;
	width: 102px;
	height: 14px;
}

/* Tooltip */
#tooltip {
	position: absolute;
	z-index: 9999;
	border: 1px solid #333333;
	padding: 0;
	margin: 0;
	text-align: left;
	color: #000000;
	background: #eeeeee;
	font-size: 10px;
}
#tooltip div.body {	text-align: left; }

/* Pers Info */
table.persinfo_tip {
	margin: 0 0 2px 0;
	width: 320px;
	font-family: Verdana, Helvetica, Arial, sans-serif;  
}
#tooltip h3, table.persinfo_tip th.title {
	margin: 0;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	white-space: nowrap;
	padding: 1px 4px 2px 4px;
	
	color: #ffffff;
	background: #333333;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
}
table.persinfo_tip th, table.persinfo_tip td {
	white-space: nowrap;
	vertical-align: top;
	font-size: 9px;
	margin: 0;
	padding: 1px 2px 1px 2px;

	font-weight: bold;
	text-align: left;
}
table.persinfo_tip th {
	font-weight: normal;
	text-align: right;
}

div.pers_img {
	background: url(my_bg_b_2px.gif) 0 0 no-repeat;
	width: 85px;
	height: 172px;
	text-align: center;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	border: 0;
}
div.pers_img img { margin: 2px }
div.pers_status, div.pers_on, div.pers_off, div.pers_loading {
	font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	text-align: center;
	width: 83px;
	height: 16px;
	background: transparent;
	margin: 0 auto 1px auto;
	padding: 1px 0;
	line-height: 16px;
	cursor: default;
	overflow: hidden;	
} 
div.pers_loading {
	background: url(ajax-loader.gif) 50% 50% no-repeat !important;
}
div.pers_on, div.pers_off, div.pers_nodata { 
	color: #ffffff;
	background: url(onoff.gif) 0 0 repeat-x !important; 
	cursor: pointer;
	border: 1px solid #000000;
	border-top: 0;
	margin-top: -1px;
}
div.pers_off { background-position: 0 -18px !important; }
div.pers_nodata { background-position: 0 -36px !important; }

a:active,a:visited,a:link,a:hover {
	color: #770000;
	text-decoration: none;
}