@charset "UTF-8";
/* CSS Document */

#liveFeedHolder{
	
}
#liveFeedHolder #liveFeedHeader {
	
}
#liveFeedHolder #liveFeedHeader #liveFeedHeading{
	
	
}
#liveFeedHolder #liveFeedBox {
	border-bottom:#666 solid 1px;
	padding:5px 0;
	clear:both;
}
#liveFeedHolder #liveFeedFooter {
	text-align:right;
}



.newVibeHolder{
	width:inherit;
	border-bottom:1px #ccc dotted;
	margin:5px 0 10px 0;
	padding:10px;
	
}
.newVibeHolder p{
	margin:0;
	padding:0;
	text-align:right;
	font-size:130%;
	font-style:italic;
	color:#666;
	margin-top:3px;
}
a.newVibeBtn {
	background-image:url(../images/btn_createNewVibe.png);
	background-repeat:no-repeat;
	background-position:0 0;
	background-color:transparent;
	width:137px;
	height:26px;
	display:block;
	float:right;
	margin-left:15px;
}
a:hover.newVibeBtn {
	background-position:0 -26px;
	cursor:pointer;
}





.liveVibeHolder {
	width:inherit;
	
}
.vibeFolioAvatarHolder {
	float:left;
	width:100px;
}
.vibeFolioAvatar {
	width:100px;
	height:102px;
	background-image:url(../images/avatarBG_100.jpg);
	background-repeat:no-repeat;
	margin-bottom:8px;
	
}
.vibeFreqHolder {
	font-style:italic;
	font-weight:bold;
	font-size:12px;
	text-align:center;
}
.vibeFreqHolder a,.vibeFreqHolder a:link, .vibeFreqHolder a:visited { 
	text-decoration:none;
}
.vibeFreqHolder a:hover, .vibeFreqHolder a:active {
	text-decoration:underline;
}
.vibeFreqScore {
	font-style:normal;
	color:#CC783A;
}

.currentFreqHolder {
	width:265px;
	float:right;
}

.currentFreqHolder h5 {
	margin:0;
	padding:0;
	color:#999;
	font-size:13px;
	text-align:right;
	font-weight:bold;
}
.currentFreqBox {
	background-color:#EEE;
	font-size:19px;
	font-weight:bold;
	margin-top:3px;
}
.currentFreqTxt {
	float:left;
	margin:10px 0 0 10px;
}
.currentFreqIcon {
	width:38px;
	height:38px;
	float:right;
	margin:5px;
}
.entourageScore {
	font-size:13px;
	font-weight:bold;
	margin-top:6px;
	text-align:right;
}
.entourageScore .scoreLabel {
	font-weight:normal;
	font-size:12px;
}
.vibeInfoHolder {
	float:right;
	width:460px;
}

.moreVibeInfo {
	float:left;
	width:180px;
}
.vibeEditLinks {
	margin-top:2px;
}
.vibeEditLinks a{
	color:#666;
	float:left;
	font-size:9px;
	text-decoration:none;	
	margin:0 0 0 10px;
	padding:3px 0 0 0;
}
.vibeEditLinks a span {
	padding-left:13px;

}
a.editVibe {
	background-image:url(../images/editVibe_mini.png);
	background-repeat:no-repeat;
	background-position:0 2px;
	height:12px;
}
a.setPrivacy {
	background-image:url(../images/privacyIconxSmall.png);
	background-repeat:no-repeat;
	background-position:0 2px;
	height:12px;
}

.joltTingleHolder {
	margin-top:10px;
}
.joltTingleHolder h5 {
	margin:0;
	padding:0;
	text-align:center;
	font-size:11px;
	font-weight:normal;
	color:#333;
}
.joltHolder {
	border-right:1px solid #666;
	width:49%;
	float:left;
}
.joltCounter {
	width:100%;
	text-align:center;
}
.tingleCounter {
	width:100%;
	text-align:center;
}
img.boxCounter {
	background-image:url(../images/tinyGreyBox.png);
	background-repeat: no-repeat;
	width:21px;
	height:22px;
	margin:0 2px;
}

.tingleHolder {
	float:right;
	width:49%;
}
.vibeSmallLinks {
	height:20px;
	width:100%;
}
.vibeSmallLinks a, .vibeSmallLinks a:link, .vibeSmallLinks a:visited {
	float:right;
	color:#333;
	font-size:9px;
	text-decoration:none;	
	margin:0 0 0 10px;
	padding:3px 0 0 0;
}
.vibeSmallLinks a span {
	padding-left:17px;

}
.vibeSmallLinks a.survey span {
	padding-left:20px;

}
.vibeSmallLinks a.cancel span {
	padding-left:14px;

}
a.luvLog {
	background-image:url(../images/luvLogIconxSmall.png);
	background-repeat:no-repeat;
	background-position:0 0;
	height:17px;
}
a.postNew {
	background-image:url(../images/plusPurplexSmall.png);
	background-repeat:no-repeat;
	background-position:0 2px;
	height:17px;
}
a.survey {
	background-image:url(../images/surveyIconSmall.png);
	background-repeat:no-repeat;
	background-position:0 3px;
	height:17px;
}
a.freqOut {
	background-image:url(../images/freqIconxSmall.png);
	background-repeat:no-repeat;
	background-position:0 3px;
	height:17px;
}
a.newShrinks {
	background-image:url(../images/shrinkIconSmall.png);
	background-repeat:no-repeat;
	background-position:0 3px;
	height:17px;
}
a.cancel {
	background-image:url(../images/cancelIconxSmall.png);
	background-repeat:no-repeat;
	background-position:0 3px;
	height:17px;
}
.vibeSmallLinks a:hover span, .vibeSmallLinks a:active span{
	color:#621A48;
	text-decoration:underline;
}
h2.vibeName {
	margin:0;
	padding:0;
	width:100%;
	font-size:16px;
	font-weight:bold;
}
h2.vibeNameFinal {
	margin:0;
	padding:0;
	width:100%;
	font-size:16px;
	font-weight:bold;
}
h2.vibeName a, h2.vibeName a:link, h2.vibeName a:visited{
	
	color:#D1024D;
	text-decoration:none;
}
h2.vibeName a:hover, h2.vibeName a:active  {
	text-decoration:underline;
}
h2.vibeNameFinal a, h2.vibeNameFinal a:link, h2.vibeNameFinal a:visited{
	
	color:#666;
	text-decoration:none;
}
h2.vibeNameFinal a:hover, h2.vibeNameFinal a:active  {
	text-decoration:underline;
}


.vibePostInfo {
	clear:both;
	color:#999;
	font-size:9px;
	text-decoration:none;
	margin-top:8px;
}


#pendingFeedHolder{
	margin-top:20px;
	
}
#pendingFeedHolder #pendingFeedHeader {
	
}
#pendingFeedHolder #pendingFeedHeader #pendingFeedHeading{
	
	
}
#pendingFeedHolder #pendingFeedBox {
	border-bottom:#666 solid 1px;
	padding:5px 0;
	clear:both;
}
#pendingFeedHolder #pendingFeedFooter {
	text-align:right;
}

.pendingVibeHolder {
	width:inherit;
	
}
.waitingDayHolder {
	font-size:12px;
	border-top:1px solid #666;
	margin:10px 0;
	padding-top:10px;
}
.waitingCalendar {
	float:left;
	margin:0 5px 0 4px;
	width:95px;
	height:29px;
}
.dayOne {
	background-image:url(../images/pendingDay1.png);
	background-repeat: no-repeat;
	display:block;
	float:left;
	height:29px;
	width:28px;
	
}
.dayTwo {
	background-image:url(../images/pendingDay2.png);
	background-repeat: no-repeat;
	display:block;
	float:left;
	height:29px;
	width:28px;
	margin:0 5px;
}
.dayThree {
	background-image:url(../images/pendingDay3.png);
	background-repeat: no-repeat;
	display:block;
	float:left;
	height:29px;
	width:28px;
}

.current {
	background-position:0 -29px;
}
.passed {
	background-position:0 -58px;
}
.waitingCountTxt {
	font-weight:bold;
	font-size:14px;
}


.revivePollHolder {
	background-image:url(../images/reviveIconLarge.png);
	background-repeat:no-repeat;
	background-position:23px 10px;

}

.revivePoll {
	padding-left:100px;
	text-align:center;
	font-size:14px;
}
.pollResults {
	margin:10px 0;
}
.positiveResults {
	width:49%;
	font-size:16px;
	float:left;
}
.negativeResults {
	width:49%;
	font-size:16px;
	float:right;
}
.winning {
	font-weight:bold;
	color:#D1024D;
}
.pollComments {
	color:#666;
}
.pollComments a.smallLink {
	font-size:11px;
}

#friedFeedHolder{
	margin-top:20px;
	
}
#friedFeedHolder #friedFeedHeader {
	
}
#friedFeedHolder #friedFeedHeader #friedFeedHeading{
	
	
}
#friedFeedHolder #friedFeedBox {
	border-bottom:#666 solid 1px;
	padding:5px 0;
	clear:both;
}
#friedFeedHolder #friedFeedFooter {
	text-align:right;
}



.finalFreqHolder {
	width:265px;
	float:right;
	color:#999;
	margin-bottom:10px;
}

.finalFreqHolder h5 {
	margin:0;
	padding:0;
	color:#999;
	font-size:13px;
	text-align:right;
	font-weight:bold;
}
.finalFreqBox {
	background-color:#EEE;
	font-size:19px;
	font-weight:bold;
	margin-top:3px;
}
.finalFreqTxt {
	float:left;
	margin:10px 0 0 10px;
}
.finalFreqIcon {
	width:38px;
	height:38px;
	float:right;
	margin:5px;
}
.finalEntourageScore {
	font-size:13px;
	font-weight:bold;
	margin-top:6px;
	text-align:right;
}
.finalEntourageScore .finalScoreLabel {
	font-weight:normal;
	font-size:12px;
}

.reviveOptionHolder {
	margin-top:10px;
	border-top:1px solid #666;
	width:100%;
	text-align:right;
	font-size:14px;
	font-style:italic;
	font-weight:bold;
	color:#333;
	padding-top:5px;
}
.reviveOptionTxt {
	float:right;
	padding-top:8px;
}

input.reviveVibe {
	background-image:url(../images/reviveBtn.png);
	background-color:transparent;
	background-position:0 0;
	width:127px;
	height:37px;
	border:0;
	outline:0;
	display:block;
	float:right;
	
}
input.reviveVibe:hover {
	cursor:pointer;
	background-position:0 -37px
}



/*******************************VIBE MAIN PAGE STYLES ************************************/
#mainVibeInfoHolder{
	
}
#mainVibeInfoHolder #breadCrumbs {
	height:21px;
	text-align:left;
	color:#999;
}
.mainVibeAvatarHolder .vibeEditLinks a{
	color:#666;
	float:left;
	font-size:.85em;
	text-decoration:none;	
	margin:0;
	padding:3px 0 0 0;
	
}
.mainVibeAvatarHolder .vibeEditLinks a.setPrivacy {
	margin-left:3px;
}

#mainVibeInfoHolder #mainVibeBox {
	padding:5px 0;
	clear:both;
}


.mainVibeHolder {
	width:inherit;
	
}
.mainVibeAvatarHolder {
	float:left;
	width:100px;
}
.vibeAvatar {
	width:100px;
	height:102px;
	background-image:url(../images/avatarBG_100.jpg);
	background-repeat:no-repeat;
	margin-bottom:8px;
	
}
.mainVibeFreqHolder {
	font-style:italic;
	font-weight:bold;
	font-size:12px;
	text-align:center;
	margin:6px 0;
	padding:3px 0;
	background-color:#eee;
}
.mainVibeFreqHolder a,.vibeFreqHolder a:link, .mainVibeFreqHolder a:visited { 
	text-decoration:none;
}
.mainVibeFreqHolder a:hover, .mainVibeFreqHolder a:active {
	text-decoration:underline;
}


.vibeCurrentFreqHolder {
	width:265px;
	float:left;
}

.vibeCurrentFreqHolder h5 {
	margin:0;
	padding:0;
	color:#999;
	font-size:13px;
	text-align:right;
	font-weight:bold;
}
.meterScoreDescription p{
	font-size:11px;
	color:#666;
	font-weight:normal;
	margin:0;
	padding:0 10px;
}
.meterScoreDescription p.showText {
	text-align:right;
	padding: 5px 15px 8px 0;
}

.vibeMeterInfo {
	float:right;
	width:180px;
	position:relative;
}
.vibeMeterHolder {
	width:165px;
	margin:0 auto;
	background-image:url(../images/meter/vibeMeter.png);
	background-repeat:no-repeat;
	background-position:0 0;
	height:145px;
	position:relative;
}
.vibeMeterHolder img.currentScore {
	position:absolute;
	top:0;
	left:0;
	margin:0;
}
.vibeMeterHolder img.vibeFreqIcon {
	position:relative;
	top:0;
	left:0;
	margin:0;
}

input.fryVibeBtn {
	background-image:url(../images/btn_fryVibe_lg.png);
	background-color:transparent;
	background-repeat:no-repeat;
	background-position:0 0;
	width:82px;
	height:19px;
	outline:0;
	border:0;
	margin:0 auto;
	display:block;
}

input.fryVibeBtn:hover {
	cursor: pointer;
	outline:0;
	border:0;
	background-position:0 -18px;
}


#luvLogHolder {
	margin-top:20px;

}
#luvLogHeader {
	
}

#luvLogOptionsHolder {
	padding:10px 0;
	border-bottom:1px dotted #666;
}
#luvLogSorter {
	float:left;
	width:200px;
}
#luvLogActionBtns {
	float:right;
	margin:0;
	padding:0;
	width:300px;
}
input.newEntryBtn {
	background-image:url(../images/btn_newEntry_lg.png);
	background-color:transparent;
	background-repeat:no-repeat;
	background-position:0 0;
	width:90px;
	height:19px;
	outline:0;
	border:0;
	margin:0;
	float:right;
}

input.newEntryBtn:hover {
	cursor: pointer;
	outline:0;
	border:0;
	background-position:0 -18px;
}
input.freqOutBtn {
	background-image:url(../images/btn_freqOut_lg.png);
	background-color:transparent;
	background-repeat:no-repeat;
	background-position:0 0;
	width:91px;
	height:19px;
	outline:0;
	border:0;
	margin:0;
	float:right;
}

input.freqOutBtn:hover {
	cursor: pointer;
	outline:0;
	border:0;
	background-position:0 -18px;
}
input.surveyBtn {
	background-image:url(../images/btn_survey_lg.png);
	background-color:transparent;
	background-repeat:no-repeat;
	background-position:0 0;
	width:76px;
	height:19px;
	outline:0;
	border:0;
	margin:0;
	float:right;
}

input.surveyBtn:hover {
	cursor: pointer;
	outline:0;
	border:0;
	background-position:0 -18px;
}

#luvLogPostsHolder {
	
}

ul#luvLogPosts {
	width:inherit;
	padding:0;
	margin:0 0 1em 0;
}

ul#luvLogPosts li {
	list-style:none;
	border-bottom:1px dotted #666;
	
	background:#EEEEEE;
	margin:10px 0;
	text-indent:0;
	font-size:12px;
}

ul#luvLogPosts li:nth-of-type(even) {
	background:#FFFFFF;
}

ul#luvLogPosts li:last-child {
	
}
div.post_header {
	border-bottom:1px solid #999;
	padding:5px 10px;
	
}
div.post_title_holder{
	float:left;
	width:430px;
	position:relative;
}
div.post_title_holder h6.post_title {
	font-size:140%;
	margin:0;
	padding:0;
}


div.post_score_box{
	float:right;
	width:105px;
	position:relative;
}
img.post_score_icon {
	position:absolute;
	right:0;
	border:0;
}
div.post_score_box h6.post_score {
	font-size:180%;
	margin:0;
	padding:5px 0 0 0;
	font-weight:normal;
}
ul#luvLogPosts li p.postedOn {
	text-align:left;
	color:#999;
	padding:5px 0 0 15px;
	margin:0;
	font-size:90%;
}
ul#luvLogPosts li p.postedOn a {
	padding:0 5px;
}

ul#luvLogPosts li p {
	color:#333;
	padding:0 10px;
	
}
div.post_ids {
	border-top:1px dotted #666;
	font-style:italic;
	text-align:right;
	color:#666;
	padding:7px;
}

a.entourageID, a.entourageID:link, a.entourageID:visited {
	font-style:normal;
	font-weight:bold;
	text-decoration:none;
	color:#CC783A;
	margin:0 5px;
}
a.entourageID:hover, a.entourageID:active {
	text-decoration:underline;	
}
div.post_comments_holder {
	border-top:1px solid #999;	
	padding:8px;
	color:#333;
	font-size:95%;

}
div.post_comments_holder a, div.post_comments_holder a:link, div.post_comments_holder a:visited {
	text-decoration:none;
	color:#777;
	
}
div.post_comments_holder a:hover, div.post_comments_holder a:active {
	text-decoration:underline;

}
.newComments {
	color:#FBB03B;
	font-weight:bold;
	text-transform:uppercase;
}

div.entourage_score_holder {
	float:right;
	width:220px;
	text-align:right;
	font-size:120%;
	font-weight:bold;
	font-style:italic;
	
}
.entourage_score {
	font-style:normal;	
}

#luvLogFooter {
	border-top:1px solid #666;
	text-align:right;
}
#logDBox {
	padding-left:20px;
	padding-right:20px;
	font-size:110%;
}
p.total_count {
	margin:10px 0;
	padding:0;
	font-weight:bold;
	font-size:110%;
}
#post_stats_breakdown {
	border-top:1px dotted #666;
	border-bottom:1px dotted #666;
	padding:7px 0;
}
.statLabel {
	color:#666;
}

/******************* NEW POST ENTRY ***********************/

.errorBox {
	background-image:url(../images/icon_error.png);
	background-repeat:no-repeat;
	background-position:5px 0;
	margin-top:8px;	
	padding:3px 10px 0 35px;
	font-size:120%;
	font-weight:bold;
	min-height:25px;
}
.errorBox .oops {
	color:#EF9A29;
}
.errorAlert {
	background-image:url(../images/icon_errorSmall.png);
	background-repeat:no-repeat;
	background-position:5px 1px;
	min-height:13px;
	font-style:italic;
	font-weight:bold;
	color:#EF9A29;
	padding-left:20px;
	margin-top:8px;
}
.newEntryHolder, .scoringHolder, .idHolder, .privacySelector {
	padding:10px;
	border-bottom:1px dotted #333;
}
.newEntryHolder {
	margin-top:10px;
}
.btnHolder {
	padding:10px;

}
.newEntryHolder, .idHolder {
	background-color:#eee;
	
}
.fieldLabel {
	font-size:140%;
	margin:0;
	padding:0;
	font-weight:bold;
	font-style:italic;
	color:#333;
	
}
input.newEntryTitle {
	width:87%;	
	border:1px dotted #ccc;
	padding:2px;
	font-size:14px;
	font-weight:bold;
	color:#333;
}
input:focus.newEntryTitle {
	border:1px dotted #D1024D;
}
.postTxt {
	width:98%;	
	margin:8px 0 0 0;
	border:1px dotted #ccc;
	padding:2px;
	height:180px;
}
.postTxt:focus {
	border:1px dotted #D1024D;
}
.sideNote {
	font-style:italic;
	color:#666;
	font-weight:normal;
}

.scoringIconsHolder {
	margin:10px 0;	
}

.selectedScore {
	font-size:120%;	
}

.scoreIcon {
	width:38px;
	height:38px;
	display:block;
	float:left;
	margin:0 6px;
	background-position:0 0;
	background-repeat:no-repeat;
}
.scoreIcon:hover {
	cursor:pointer;
}
.scoreNum {
	width:38px;
	display:block;
	float:left;
	margin:0 6px 0;
	color:#999;
	font-weight:bold;
	font-size:14px;
	text-align:center;
}
.neg5 {
	background-image:url(../images/meter/neg5.png);
}
.neg4 {
	background-image:url(../images/meter/neg4.png);
}
.neg3 {
	background-image:url(../images/meter/neg3.png);
}
.neg2 {
	background-image:url(../images/meter/neg2.png);
}
.neg1 {
	background-image:url(../images/meter/neg1.png);
}
.mid0 {
	background-image:url(../images/meter/0.png);
}
.pos1 {
	background-image:url(../images/meter/pos1.png);
}
.pos2 {
	background-image:url(../images/meter/pos2.png);
}
.pos3 {
	background-image:url(../images/meter/pos3.png);
}
.pos4 {
	background-image:url(../images/meter/pos4.png);
}
.pos5 {
	background-image:url(../images/meter/pos5.png);
}

.freqOutPost {
	background-image:url(../images/freqIcon.png);
	background-repeat:no-repeat;
	background-position:5px 5px;
	padding:8px 4px 4px  38px;
	margin-top:8px;
	font-size:12px;
	min-height:30px;
	border:1px dotted #84366C;
}
.freqOutPost p{
	display:none;
	font-size:11px;
}
.freqOutPost:hover {
	background-color:#D8C3D3;	
}
.freqOutPost:hover p{
	display:block;
}
.font120 {
	font-size:120%;
}

.selectedCounter {
	text-align:right;
	color:#666;
	
}
.idLinks {
	float:left;
}
.selectIds_added {
	background-color:#fff;
	height:79px;
	width:100%;
	margin:8px 0 8px;
	padding:0;
	border:1px dotted #ccc;
	overflow-x:hidden;
	position:relative;

}
.selectedAvatar {
	width:62px;
	height:63px;
	margin:7px;
	float:left;
	border:1px solid #999;
	position:relative;
	z-index:0;
}
.selectedAvatar:hover {
	border:1px solid #CC783A;
}
.selectIds .entourageID, .selectIds_added .entourageID {
	font-size:130%;
}
.addEntourage {
	background-image:url(../images/icon_addEntourage.png);
}

.entourageEmail {
	font-style:italic;
	color:#fff;
	font-weight:normal;
	font-size:90%;
}

.cancelBtn {
	background-image:url(../images/btn_cancel.png);
	width:75px;
	height:19px;
	float:right;
	outline:none;
	border:0;
	background-color:transparent;
	margin-top:5px;
	background-position:0 0;
	
}
.cancelBtn:hover {
	background-position:0 19px;	
}
.postEntryBtn {
	background-image:url(../images/btn_postEntry.png);
	width:98px;
	height:26px;
	float:right;
	outline:none;
	border:0;
	background-color:transparent;
	background-position:0 0;
	margin-left:20px;
}
.postEntryBtn:hover {
	cursor:pointer;
	background-position:0 -26px;
}
.privacyBtns {
	font-size:120%;	
	font-weight:bold;
	color:#333;
	padding:10px 0;
}
.privacyBtns input {
	margin-left:25px;	
}
.privacyBtns p {
	margin:15px 0 0 25px;
}


/*------ tooltip css styles -----------*/
a.tt{
    position:relative;
    z-index:24;
    color:#3CA3FF;
	font-weight:bold;
    text-decoration:none;
	display:block;
	width:100%;
	min-height:100%;
}
a.tt div, a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:25; color: #aaaaff; background:;}
a.tt:hover div.tooltipBox{
    display:block;
    position:absolute;
	z-index:100;
    top:-10px;
	left:0;
	padding: 0;
	min-width:75px;
	color:#BC4808;
    text-align: center;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}
/*a.tt:hover div.top{
	display: block;
	background-image:url(../images/toolTipTop3.png);
	background-repeat:no-repeat;
	height:6px;
	width:100%;
}
a.tt:hover div.middle{ /* different middle bg for stretch 
	display: block;
	padding: 4px 6px; 
	width:160px;
	background-image:url(../images/toolTipMiddle2.png);
	background-repeat:repeat-y;
	background-position:right;
	text-align:left;
	}
a.tt:hover div.bottom{
	display: block;
	background-image:url(../images/toolTipBottom2.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	height:22px;
	width:100%;
}*/
a.tt:hover div.top{
	display: block;
	background-image:url(../images/toolTipTop3.png);
	background-repeat:no-repeat;
	background-position:right top;
	height:11px;
}
a.tt:hover div.middle{ /* different middle bg for stretch */
	display: block;
	padding:0 15px 4px 6px; 
	min-width:75px;
	max-height:55px;
	background-image:url(../images/toolTipMiddle3.png);
	background-repeat:no-repeat;
	background-position:right;
	text-align:left;
	}
a.tt:hover div.bottom{
	display: block;
	background-image:url(../images/toolTipBottom3a.png);
	background-repeat:no-repeat;
	background-position:right top;
	min-height:10px;
	text-align:left;
	
}
a.tt:hover div.bottom img{
	display: block;
	padding-left:10;
}

a.tt:hover div.middle span {
	display:block;

	
}
a.tt:hover div.middle span.entourageID {
	padding:0;
	margin:0 0 5px 0;
	line-height:1;
}


.selectedAvatar:hover div.deleteIcon {
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-image:url(../images/icon_delete.png);
	background-repeat:no-repeat;
	background-position:right bottom;
}
