.addAsFriendWindow {
	opacity: 0.95;
	
	top: 330px;
	left: 200px;
	
	width: 450px;
	height: 200px;
}

.addAsFriendWindow .inputField {
	border: 1px solid #555555;
	
	background: #DDDDDD;
	
	margin-top: 15px;
	margin-left: 48px;
	
	padding: 5px;
	
	width: 350px; 
}


.addAsFriendWindow .closeLink a {
	position: absolute;
	top: 10px;
	left: 450px;
	
	text-decoration: none;	
	color: #888888;
	
	font-size: 12px;
}

.addAsFriendWindow  .closeLink a:hover {
	color: #AAAAAA;
	text-decoration: none;
}

.addAsFriendWindow .okButton {
	position: absolute;
	top: 178px;
	left: 244px;
	
	width: 200px;
	
	border: 1px solid #333333;
	background: #707070;
	
	color: #030303;
	
	font-size: 12px;
	font-weight: bold;
}

.addAsFriendWindow  .cancelButton {
	position: absolute;
	top: 180px;
	left: 40px;
	
	width: 170px;
	height: 18px;
	
	border: 1px solid #333333;
	background: #505050;
	
	text-align: center;
	
	color: #030303;
	
	font-size: 12px;
}

#welcome {
	margin-bottom: 0px;
	padding-bottom: 0px;
}


.userProfileImage {
	border: 1px solid #484848;
	width: 178px;
	
	margin-bottom: 5px;
}

.userProfileImage:hover {
	border: 1px solid #dbfa06;
		
	cursor: pointer;	
}

.friendsGridList {
	background: #adb8da;
	border: 5px solid #94a2cb;
	color: #2e3856;
	width: 240px;

	height: 260px;
	
	padding: 17px;
	padding-top: 8px;
	padding-bottom: 10px;
	font-size: 13px;
}

.friendsGridList h1 {
	font-size: 14px;
	color: #2e3856;
	padding-left: 5px;
	padding-bottom: 0px;
	margin-bottom: 5px;
	border-left: 3px solid #2e3856;
}

.friendsGridList  h1 {
	font-size: 14px;
	color: #2e3856;
	padding-left: 5px;
	padding-bottom: 0px;
	margin-bottom: 5px;
	border-left: 3px solid #2e3856;
}

.friendsGridList  h2 {
	font-size: 12px;
	color: #2e3856;	
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
	text-transform: uppercase;
	font-weight: normal;
}

.schoolContainer {
	padding: 0px;
	height: 25px;
	
	overflow: hidden;
}

.schoolContainer .schoolImageContainer {
	position: absolute;
	top: 10px;
	left: 10px;
	
	width: 25px;
	height: 25px;
	
	background: #CCCCCC;
	
	border: 1px solid #999999;

	overflow: hidden;
}

.schoolContainer .schoolImageContainer img {
	width: 25px;
	height: auto;
	
	border: 0px;
}

.schoolContainer .schoolName {
	position: relative;
	top: 0px;
	left: 33px;
	
	width: 125px;
	
	text-transform: uppercase;
}

.schoolContainer .schoolName .schoolCityName {
	text-transform: none;
	
	color: #999999;
	
	font-size: 10px;
}

.noSchoolsMessageContainer {
	text-align: center;
}

.noSchoolsMessageContainer img {
	margin-top: 10px;
}

.noSchoolsMessageContainer .noSchoolsMessage{
	margin-top: 10px;
	margin-bottom: 10px;
	color: #AAAAAA;
	
	text-transform: uppercase;
}

.userProfileMap {
	border: 1px solid #D0D0D0;
	cursor: pointer;
}

.userProfileMap:hover {
	border: 1px solid #dbfa06;
}

.guestBookContainer {
	padding: 13px;
}

.friendslistGrid {

}

.nextEventAppBox {
	width: 390px;
}
