.newRequests {
	border: 2px solid #FCFAE4;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 1000;
	background: #ffffff;
}

.newRequests .title {
	background: #1A609E;
	color: #ffffff;
	padding: 4px 6px;
	margin: -2px;
	border: 1px solid #113E66;
	border-bottom: 0px;
	cursor: move;
	overflow: auto;
}

.newRequests .content {
	padding: 10px;
}

.newRequests .content table {
	border-spacing: 3px;
	border: 0px;
}

.newRequests .content table tr th {
	background-color: #000000;
	color: #FFFFFF;
	font-weight: bold;
	white-space: nowrap;
	padding: 2px 4px;
}

.newRequests .content table tr td {
	background-color: #E0E0E0;
	font-weight: bold;
}

.newRequests .content table tr td div.profileImage {
	float: left;
	width: 22px;
}

.newRequests .content table tr td div.profileImage img {
	width: 22px;
}

.newRequests .content table tr td div.profileInfo {
	margin-left: 25px;
}

.newRequests .content table tr td.center {
	text-align: center;
}
