/**** menuPane styles ****/

#leftPane {

}

.paneItem1 {
	width:	186px;
	margin-bottom: 10px;
	overflow: hidden;
}

.paneHeader1 {
	width:	177px;
	height:	30px;
	background-image: url(../images/paneHeader1.gif);
	background-repeat	: no-repeat;
	padding-left: 8px;
	padding-top: 4px;
	color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: medium;
	font-weight: bold;
}

.paneHeader1 img {
	float: left;
}

.paneHeader1 .headerLabel {
	padding-top: 4px;
	float: left;
	margin-left: 4px;
	white-space: nowrap;
}

.headerRight {
	float: right;
}

.paneContent1 {
	width: 184px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #eef8fb;
	border-left: 1px solid #d3dce0;
	border-right: 1px solid #d3dce0;
}

.presenceSwitch {
	width: 16px;
	height: 25px;
	padding-right: 4px;
	float: left;
	cursor: pointer;
}

.presenceSwitch img {
	margin-left: 3px;
	margin-top: 4px;
}

#myAvatar {
	float:left;
	cursor: pointer;
}

.dropDownAvatar {
	width: 124px;
	border: 1px solid #b1dbea;
	background-color: #FFF;
	padding: 3px;
}

.paneTarget1 {
	width: 94px;
	float: left;
	cursor: pointer;
	overflow: hidden;
}

.paneFooter1 {
	width:	190px;
	height:	24px;
	overflow: hidden;
}

.buttonBar {
	float: right;
}

.grayButton {
	width: 47px;
	height:	15px;
	background-image: url(../images/grayButtonBg.gif);
	background-repeat	: no-repeat;
	background-position: 0px 2px;
	float: left;
	font-size: x-small;
	text-align: center;
	margin-right: 8px;
	cursor: pointer;
}

.myLeftField {
	font-family: Helvetica, Arial, sans-serif;
	font-size: x-small;
	padding-left: 6px;
	width: 176px;
}

.myLeftField img {
	float: left;
	padding-right: 3px;
}

.leftFieldBox {
	float: left;
	width: 150px;
	min-height: 16px;
}

.leftFieldBox label {
	padding-left: 4px;
	padding-right: 4px;
}

.leftEditField {
	width: 146px;
	min-height: 16px;
	margin-left: 4px;
	font-weight: bold;
	overflow: hidden;
}

.leftEditFieldBox  {
	width: 150px;
	background: url(../images/leftFieldBg2.gif) repeat-y;
}

.leftEditFieldTop {
	width: 150px;
	background: url(../images/leftFieldBg1.gif) no-repeat top;
}

.leftEditFieldBottom {
	width: 150px;
	background: url(../images/leftFieldBg3.gif) no-repeat bottom;
}

.friendItem {
	margin-bottom: 4px;
	font-size: x-small;
	line-height: 110%;
}

.friendLine {
	
}

.friendsLeftField {
	width: 160px;
	padding-left: 2px;
	padding-top: 4px;
	float: left;
}

.friendsLeftField img {
	float: left;
	margin-right: 6px;
}

.friendsRightField {
	float: right;
}

.friendLabel {
	float: left;
	width: 94px;
	overflow: hidden;
}

.friendLabel2 {
	width: 128px;
	float: left;
}

.friendLabelUnder {
	width: 128px;
	float: left;
	text-decoration: underline;
	font-weight: bold;
}

.whiteButton {
	width: 29px;
	height:	15px;
	background-image: url(../images/whiteButtonBg.gif);
	background-repeat	: no-repeat;
	background-position: 0px 2px;
	font-size: x-small;
	text-align: center;
	cursor: pointer;
}

.stuffCountBox {
	width: 24px;
	height:	16px;
	background-image: url(../images/iconStuffBg.gif);
	background-repeat	: no-repeat;
	float: left;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	padding-right: 6px;
}

#meMoreBlock {
	padding: 0;
	margin: 0;
	display: none;
}

.footerEmpty {
	width: 62px;
	height: 24px;
	background: url(../images/footerEmptyBg.gif) no-repeat;
	float: left;
}

.footerSettings {
	width: 62px;
	height: 24px;
	background: url(../images/footerSettingsBg.gif) no-repeat;
	float: left;
	cursor: pointer;
}

.footerAlerts {
	width: 62px;
	height: 24px;
	background: url(../images/footerAlertsBg.gif) no-repeat;
	float: left;
	cursor: pointer;
}

.footerMore {
	width: 62px;
	height: 24px;
	background: url(../images/footerMoreBg.gif) no-repeat;
	float: left;
	cursor: pointer;
}

.footerAdd {
	width: 92px;
	height: 23px;
	background: url(../images/footerAddBg.gif) no-repeat;
	float: left;
	cursor: pointer;
}

.footerImport {
	width: 92px;
	height: 23px;
	background: url(../images/footerImportBg.gif) no-repeat;
	float: left;
	cursor: pointer;
}

.avatarItem {
	cursor: pointer;
	float: left;
	border: 2px solid #FFF;
}

.moodDropdown {
	width: 24px;
	height: 122px;
	background: url(../images/moodDropdownBg.gif) no-repeat 1px 1px;
}

.iconMoodSel {
	width: 16px;
	height: 16px;
	padding-top: 2px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-left: 1px;
	cursor: pointer;
}


/**** end of menuPane styles ****/