div.pp_pic_holder {
	display:none;
	position:absolute;
	width:100px;
	z-index:10000;
	background:transparent;
}
div.pp_overlay {
	background:#000;
	display:none;
	left:0;
	position:absolute;
	top:0;
	width:100%;
	z-index:9500;
}
.button-call {
	-moz-border-radius:11px 11px 11px 11px;
	-webkit-border-radius:11px 11px 11px 11px;
	border-radius:11px 11px 11px 11px;
	-moz-box-sizing:content-box;
	background:url("graphics/white-grad.png") repeat-x scroll left top #eee;
	border:1px solid #bbb;
	color:#464646;
	cursor:pointer;
	font-size:11px !important;
	padding:4px 25px;
	text-shadow:0 1px 0 #fff;	
	text-decoration:none;
	vertical-align:middle;
	margin-left:10px;
}
.input-call {
	padding:4px;
	-moz-border-radius:11px 11px 11px 11px;
	-webkit-border-radius:11px 11px 11px 11px;
	border-radius:11px 11px 11px 11px;
	border:1px solid #bbb;
	width:200px;
	vertical-align:middle;
	margin-left:50px;
}
.input-call-time {
	padding:4px;
	-moz-border-radius:11px 11px 11px 11px;
	-webkit-border-radius:11px 11px 11px 11px;
	border-radius:11px 11px 11px 11px;
	border:1px solid #bbb;
	width:60px;
	vertical-align:middle;
}
div.pp_pic_holder {
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	-moz-box-shadow:0 2px 10px #4B4B4B;
	-webkit-box-shadow:0 2px 10px #4B4B4B;
	box-shadow:0 2px 10px #4B4B4B;
	background:url("graphics/call_bg.png") repeat-x scroll 0 0 #f4f4f4;
	padding-left:10px;
	text-align:left;
}
.pp_details {
	text-align:right;
}
#pp_full_res p {
	margin:20px 0px;
}

.calendricalTimePopup {
  background: white;
  border: solid 1px #999999;
  width: 110px;
  height: 130px;
  overflow: auto; }
  .calendricalTimePopup ul {
    margin: 0;
    padding: 0; }
    .calendricalTimePopup ul li {
      list-style: none;
      margin: 0; }
      .calendricalTimePopup ul li a, .calendricalTimePopup ul li a:visited {
        text-indent: 10px;
        padding: 4px;
        display: block;
        color: black;
        text-decoration: none; }
      .calendricalTimePopup ul li a:hover, .calendricalTimePopup ul li.selected a {
        background: #ccccff; }

.calendricalEndTimePopup {
  width: 160px; }
