﻿.admin
{
	margin-bottom: 5px;
}

/* Company */
.yellowList
{
	background-color: #FDF3C1;
	border: #FDDA20 4px solid;
	margin-top: 5px;
	margin-bottom: 10px;
}
.yellowList .header
{
	position: relative;
	height: 15px;
	padding: 5px;
	font-weight: bold;
	border-bottom: #000 1px solid;
	margin-bottom: 5px;
}
.yellowList .listItem
{
	position: relative;
	height: 30px;
	padding: 5px;
	border-bottom: #FDDA20 1px solid;
}

.yellowList .listItem .adminDIV
{
	position: absolute;
	float: right;
	right: 0px;
	top: 0px;
	height: 20px;
	padding: 5px 5px 3px 5px;
	background-color: #FDDA20;
	display: none;
}

.yellowList .listItem .itemImage
{
	position: relative; 
	float: left; 
	width: 30px; 
	height: 30px; 
	overflow: hidden;
	margin-right: 5px;
}

/* Users */
.mainProfile
{
	margin-right: 330px;
	background-color: #B0F3FE;
	border: #01B5D1 3px solid;
	padding: 10px;
	line-height: 20px;
	font-size: 16px;
}
.mainProfile .photo
{
	border: #333 2px solid;
	position: relative;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.mainProfile .userInfo
{
	float: right;
	font-size: 10px;
}
.mainProfile .name
{
	font-size: 22px;
	font-weight: bold;
}
.mainProfile .designations
{
	font-weight: bold;
	font-size: 12px;
}
.mainProfile .title
{
	font-weight: bold;
}
.mainProfile .office
{
}
.mainProfile .contact
{
	clear: left;
}
.mainProfile .bio
{
	font-size: 14px;
}

.otherProfile
{
	position: relative; 
	float: right; 
	width: 310px; 
	margin-right: 10px; 
}
.otherProfile .header
{
	font-size: 16px;
	font-weight: bold;
	color: #013394;
}
.otherProfile .item
{
	background-color: #C4E3F6;
	border: #013394 2px solid;
	width: 300px;
	padding: 5px;
	margin-bottom: 10px;
}
.otherProfile .title
{
	font-weight: bold;
}
.otherProfile .contact
{
}


