/*  Web Services for Remote Portlets Specification v1.0 - July 02 2003  =
*/

/*####  Section 10.6 CSS Style Definitions  #####*/

.userInfo {
	background-color: #fafaf6;
	border : 1px solid #99cc99;
	padding:10px;
	font-weight:normal;
	position:absolute;  
	display:block; 
	z-index:10; 
	width: 400px;
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.actionApplication {
border-left: #666 2px solid;
padding:5px;
font-weight:normal
}

.actionManager{
border-left: #f90 2px solid;
padding:5px;
font-weight:normal
}

.actionOwner {
border-left: #9c0 2px solid;
padding:5px;
font-weight:normal
}

.actionInvited {
border-left: #6cf 2px solid;
padding:5px;
font-weight:normal
}

.actionUser {
border-left: green 2px solid;
padding:5px;
font-weight:normal
}

