/* - - - - - - CSS Document - - - - - - - - -
/* ---------->>> jtip <<<---------------------------------------------------------------*/

#JT_arrow_left{
	background-image: url(../_images/cal/arrow_left.gif);
	background-position: left top;

	background-repeat: no-repeat;
	position: absolute;
	z-index:101;
	left:-12px;
	height:23px;
	width:10px;
      top:-3px;
/*
	background-image: url(../_images/poplcorner2.gif);
	background-position: left 1px;
*/
}

#JT_arrow_right{
	background-image: url(../cal/_images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
    	top:-2px;
/*
	background-image: url(../_images/poprcorner2.gif);
	background-position: left 1px;
*/
}

#JT {
	position: absolute;
	z-index:100;
	border: 2px solid #ddd;
	background-color: #eee;
}

#JT_copy {
	padding: 10px;
	color:#444;
}

.JT_loader{
	background-image: url(../_images/cal/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;

}

#JT_close_left{
	background-color: #7E1414;
	background-image: URL(../_images/cal/ttl_back2.png);
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
	color:#eee;
}

#JT_close_right{
	background-color: #606E53;
	background-image: URL(../_images/cal/ttl_back2.png);
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
	color:#859776;
}

#JT_copy p {
margin:3px 0;
}

#JT_copy img {
	float: right;
	margin: 2px;
	padding: 5px;
	border: 2px solid #ddd;
}

.jTip{
	cursor:help;
}

.minicalh4 {
	font-weight: bold;
	font-size: 14px;
	color: #eee;
}

span.click-detail {
	font-size: .9em;
	color: #777;
	font-style: italic;
}
