﻿
.psb-container-max
{
	width : 140px;
	background-color : rgb(250,250,250);
	margin-left : 5px;
	
	/*
	??? fades out all the elements, brrrr :S ???
	
	opacity : .5;
	filter  : alpha(opacity=50); */
}

.psb-container-max *
{
	margin : 0px;
	padding : 0px;
	font-family : arial, verdana, helvetica;
	font-size : 8pt;
	font-weight : normal;
	text-align : left !important;
	color : black !important;
}

.psb-container-max a 
{ 
	color : blue !important;  
}

.psb-container-max a strong
{
	color : blue !important;
	font-weight : bold;
}

.psb-container-max a:link { text-decoration: none; }
.psb-container-max a:active { text-decoration: none; }
.psb-container-max a:hover { text-decoration: underline; }
.psb-container-max a:visited { text-decoration: none; }

.psb-container-max .row1, .psb-container-max .row2, .psb-container-max .row3, .psb-container-max .row4
{
	padding : 2px;
	margin-bottom : 4px;
}

.psb-container-max .row1
{
	text-align : center !important;
	height : auto;
	clear : both;
}

.psb-container-max .row1 .avatar
{
	padding-top : 4px;
	height: 96px;
	width: auto;
	text-align : center !important;
}

.psb-container-max .row1 .status
{
	height: auto;
	width: auto;
	margin-top : 5px;
	padding-left : 6px !important;
	padding-right : 6px !important;
	text-align : center !important;
}

.psb-container-max .row2
{
	height : 44px;
	padding-left : 6px !important;
}

.psb-container-max .row2 .field
{
	width : 100%;
	clear : both;
}

.psb-container-max .row2 .field label
{
	float : left;
	width : 50%;
	font-weight : bold;
}

.psb-container-max .row2 .field .strong
{
	width : 40%;
	float : left;
	font-weight : bold;
}

.psb-container-max .row2 .field .normal
{
	width : auto;
	float : left;
	font-weight : normal;
}

.psb-container-max .row3
{
	height : auto;
}

.psb-container-max .row3 .action
{
	height : 18px;
	clear : both;
	overflow : hidden;
}

.psb-container-max .row3 .action div
{
	float : left;
	width : 20px;
	height : 14px;
	margin-top : 3px;
	margin-bottom : 3px;
	margin-right : 3px;
}

.psb-container-max .row3 .action label
{
	float : left;
	width : 90px;
	margin-top: 3px;
	font-weight: bold;
}

.psb-container-max .row4
{
	height : 48px;
	padding-left : 6px !important;
}

.psb-container-max .row4 .services
{
	font-weight : bold;
}

