#callList {
	width: 100%;
	color: black;
	background-color: white;
}

#callList .callItem .callAnswer, #callList .callItem .callCancel {
  text-decoration: underline;
	color: #003e93;
	cursor: hand;
	cursor: pointer;
}

.callItem {
  padding:12px;
}

.callItem table {
  width:100%;
	border: 1px solid #CCC;
}

.callItem table tr td {
  padding:8px;
}

#callList .callAvatar {
	width: 80px;
	height: 80px;
}

.callerAge, .callerName {
  font-weight:bold;
}

.upr {
  display:inline; white-space:nowrap;
}

.upr img {
	cursor: hand;
	cursor: pointer;
  vertical-align: middle;
  width: 32px;
  height: 32px;
}