/* prototip.css : http://www.nickstakenburg.com/projects/prototip */
.prototip { position: absolute; }
.prototip .effectWrapper { position: relative; }
.prototip .tooltip { position: relative; }
.prototip .toolbar {
	position: relative;
	display: block;
	}
.prototip .toolbar .title {
	display: block;
	position: relative;
	}
.prototip .content { clear: both; }
.prototip .toolbar a.close {
	position: relative;
	text-decoration: none;
	float: right;
	width: 15px;
	height: 15px;
	background: transparent url(/assets/images/prototip/close.gif);
	display: block;
	line-height: 0;
	font-size: 0px;
	border: 0;
	}
.prototip .toolbar a.close:hover { background: transparent url(/assets/images/prototip/close_hover.gif); }

.iframeShim { 
	position: absolute;
	border: 0;
	margin: 0;	
    padding: 0;
    background: none;
}

/* Tooltip styles */
.prototip .default 
{
    width: 228px;
    color: #fff; 
    display: block; 
    margin-top: 8px;
    padding-top: 10px; 
     background: url(/assets/images/event-calendar/tool-tip-bg.gif) no-repeat 175px 0px;
}
/*.prototip .default .toolbar { background: #0F6788; font: italic 17px Georgia, serif; }*/
/*.prototip .default .title { padding: 5px; }*/
.prototip .default .content 
{
     font: 11px Arial, Helvetica, sans-serif; 
     padding: 10px 5px; 
     margin-top: 0px;
     background: #003399;
	background: top left no-repeat url(/assets/images/event-calendar/bg-dayselected.gif) #003399;
 }
 
  .prototip .default .content ul li:last-child
  {
  	border-bottom: 0;
  	margin: 2px 0;
  	padding: 2px 0;
  }
  .prototip .default .content ul li
  {
  	border-bottom: 1px solid #0066CC;
  	margin: 2px 0;
  	padding: 2px 0;
  }
 
 .prototip .default .content ul li span
 {
 	margin: 0 0 0 3px; padding: 0 0 0 5px;
	font-weight: bold;
	color: #fff;
	border-left: 2px solid #06c;
 }
