
.spanLink {
	color:blue;
	cursor:pointer;
	text-decoration: none;

}


.myBtnSm {
  font-size:0.7em;
}


.miniExplain {
  font-size:0.9em;
  color:#888888;
}



/* - MESSAGING          --------------------------------- */

.msgConv,.msgConvHL {
	cursor:pointer;
	border-bottom: 1px solid #EEEEEE;
	font-size:0.9em;
}
.msgConv {
	background: #FCFCFC;
}
.msgConv:hover {
	background: #FAFAFF;
}
.msgConvHL {
	background: #DDDDEE;
}


.msgDateDiv {
	font-size:0.8em;
	color:#444444;
	background: #E4E4FF;
	border-radius: 5px;
	padding:5px;
	width:120px;
}


.msgConvT {
	font-size:0.6em;
	color:green;
	white-space: nowrap;
}


.msgMsgDiv, .msgMsgDivOth {
	border: 1px solid #E8E8E8;
	border-radius: 7px;
	padding:5px;
	font-size:0.8em;
}


.msgMsgDiv {
	background: #E8E8F6;
}
.msgMsgDivOth {
	background: #F2F2F6;
}


/* - MESSAGING          --------------------------------- */






/* - SHARE BUTTONS --------------------------------- */


ul.share-buttons{
  list-style: none;
  padding: 0;
}

ul.share-buttons li{
  display: inline;
}

ul.share-buttons .sr-only{
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

ul.share-buttons img{
  width: 32px;
}



/* - SHARE BUTTONS --------------------------------- */




/* - TAB --------------------------- */

.tabContentTitleBox {
    color:#666688;
    border:1px solid #EDEDF5;
    padding:5px;
    margin:3px 0px 3px 0px;
    text-align:center;
    font-weight:bold;
    font-size:1.2em;
}

/* - TAB --------------------------- */



/* - USER    ----------------------------------- */

.tabSel {
	padding:5px;
	text-align:center;
	border:1px solid #999999;
	cursor:pointer;
}

.ctrlPanelHeader {
	font-weight:bold;
	font-size:1.2em;
}


.userMenuDiv {
  line-height: 1.8;
  color: blue;
  cursor: pointer;
}


/* - USER    ---------------------------------   */



