body {
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	font-size: 11px;
}


.fbChat {
	padding-right: 0px;
	border: 0px solid red;
	
}

a {
	text-decoration: none;
}

/*********************** Doc wrapper ********************************/
.fbDockWrapper {
	bottom:0;
	height:25px;
	position:fixed;
	border: 0px solid red;
	left: auto;
	direction:ltr;
	right:0;
	margin-right: 20px;
	z-index: 200;
}

	.fbGroup {
		float: right;
		width: 202px;
		margin-left: 5px;
		border:1px solid #999999;
		height: 25px;
		margin-right: 0px;
		z-index: 200;
		background-color: #F0F0F0;
	}
	
		.fbGroup a {
			line-height: 23px;
			font-weight: bold;
			color: #333333;
			
		}
		.fbGroup .fbNavTitle {
			padding-left: 30px;
			
		}

.fbFreidList {
	width: 202px;
	border: 0px solid #999999;
	position: relative;
	left: -1px;
	border-width: 0 1px 0 1px;
}

.fbNavButton {
	background-color: #white;
	background: url("3HjfDY8tjji.gif") no-repeat 10px 6px;	
}

.fbFlyout {
	bottom: 25px;
	position:absolute;
}

.fbFlyoutTitle {
	background-color: #6D84B4;
	border-bottom: 0px;
	border: 1px solid #254588;
	color: white;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
	padding: 3px 3px 3px 5px;
	position: relative;
	left: -1px;
}

.fbProfilePhoto {
	border: 2px solid #EEEEEE;
	height: 32px;
	width: 32px;
	float: left;
}

div.profile{
	overflow: auto;
	cursor: pointer;
}

div.profile:hover{
	background-color: #6D84B4;
	color: #FFFFFF;
}

.divisionLine {
	margin: 5px;
	border-top: 1px solid #DDDDDD;
	clear: both;
}


.fpProfileName {
	float: left;
	height: 32px;
	border: 0px solid red;
	vertical-align: middle;
	margin-left: 5px;
	font-weight: bold;
	color: #666;
	line-height: 32px;
}

.fpProfileName:a {
	color: white;
}

.fpProfileName:hover {
	color: white;
}

.fbChatProfile {
	width: 260px;
}

.fbChatDiv {
	width: 260px;
	left: auto;
	background-color: #F7F7F7;
}

.fbConversation {
	width: 260px;
	height: 240px;
	border: 1px solid #999999;
	position: relative;
	left: -1px;
	border-width: 0 1px 0 1px;
	overflow-x: hidden;
	overflow-y: auto;
}

.fbChatMessage {
	margin-bottom: 3px;
	white-space: pre-wrap;
	word-wrap: break-word;
	width: 200px;
	margin-left: 5px;
}
.messages {
	float: left;
}

.fbMessage {
	overflow: hidden;
	border-top: 0px solid red;
	padding-top: 5px;
	position: relative;
}

.fbChatDiv .fbFlyoutTitle {
	width: 252px;
}

.profileLink {
	float: left;
}

.timestamp {
	top: -6px;
	right: 3px;
	position: absolute;
	z-index: 100;
	overflow: visible;
	visibility: visible;
}

.input {
	border:0 none;
	display:block;
	height:0;
	margin:0;
	min-height:14px;
	outline:medium none;
	overflow-x:hidden;
	overflow-y:auto;
	padding:4px 4px 4px 24px;
	width:230px !important;
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	font-size: 11px;
	border: 1px solid #BDC7D8;
	border-bottom-left-radius: 0px 0px;
	border-bottom-right-radius: 0px 0px;
	border-top-left-radius: 0px 0px;
	border-top-right-radius: 0px 0px;
}

.newFriend {
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
}

.newFriend #friendEmail {
	width: 100px;
}
