/* CSS Document */
.online_out1 { /* Вывод в строку*/
	display: inline;
	margin: 0px;
	padding: 0px;
/*	overflow: hidden;*/
	float:left;
	width:auto;
}
.online_out2 { /* Вывод в 2 столбца*/
	float:left;
	width:49%;
	text-align: left;
	overflow: hidden;
}
.online_out3 { /* Вывод в 3 столбца*/
	float:left;
	width:33%;
	text-align: left;
	overflow: hidden;
}
.online_out4 { /* Вывод в 4 столбца*/
	float:left;
	width:24%;
	text-align: left;
	overflow: hidden;
}
.online_out5 { /* Вывод в 5 столбцов*/
	float:left;
	width:19%;
	text-align: left;
	overflow: hidden;
}

.online_user {
	overflow: hidden;
}
.online_user a{
	text-decoration:none;
}
.online_user a:hover{
	text-decoration: underline;
	cursor: pointer;
}

/*Всплывающее окно при наведениии курсора на НИК */
#hintbox{-webkit-border-radius: 1em; -o-border-radius: 1em; -khtml-border-radius: 1em; -moz-border-radius: 1em; border-radius: 1em; width:170px;position:absolute;top:0;margin:10px 0 0 0;padding:3px 5px;font-size:10px;color:#edebe9;border-top:1px solid #434343; border-bottom:1px solid #131313;
/*background-color:#e8ecef;*/
background-color:#242424; box-shadow:inset 0 1px #080808;  
visibility:hidden;z-index:1000;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=80)";filter:progid:DXImageTransform.Microsoft.Alpha(opacity=95);-moz-opacity:0.95;-khtml-opacity:0.95;opacity:0.95;}
#hintbox img {
	padding: 0 5px 0 0;
}
.hintanchor, .hintanchor a{
	/*list-style:none;*/
	/*display: block;
	/*float: left;*/
	/*text-decoration: none;
	padding-left: 2px;
	color: #0F0;
	font-family: Tahoma, Geneva, Sans-serif;
	font-size: 3.1em;
	line-height: 24px;*/
}
.ipsBadge_green { background: #7ba60d; }
.ipsBadge_purple { background: #af286d; }
.ipsBadge_grey { background: #5b5b5b; }
.ipsBadge_lightgrey { background: #b3b3b3; }
.ipsBadge_orange { background: #ED7710; }
.ipsBadge_red {    background: #bf1d00; }
.ipsBadge{}
.ipsBadge a{
    display: inline-block;
    height: 16px;
    line-height: 16px;
    padding: 0 4px;
    margin-top: 2px;
    font-size: 9px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #393939;
    vertical-align: middle;
}