
/* ---------->>> jtip <<<---------------------------------------------------------------*/

#JT {
	position: absolute;
	z-index:100;
}

#JT table {
	width:100%;
	empty-cells:show;
	table-layout:auto;
	border-collapse:collapse;
	border:none;
}

#JT table thead tr td.JT_left, 
#JT table thead tr td.JT_right {
	background-image: url(/img/jtip_shadow_top.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#JT table thead tr td.JT_right{
	background-position: right top;
}

#JT table thead tr td.JT_left #JT_title,
#JT table thead tr td.JT_right #JT_title{
	margin-right:27px;
	font-weight:bold;
	padding:7px;
	margin-top:8px;
}

#JT table thead tr td.JT_left #JT_title{
	margin-left:27px;
}

#JT table thead tr td#JT_arrow_left, 
#JT table thead tr td#JT_arrow_right {
	background-image: url(/img/jtip_arrow_left.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#JT table thead tr td#JT_arrow_right {
	background-image: url(/img/jtip_arrow_right.png);
}

#JT table thead tr td#JT_arrow_left div,
#JT table thead tr td#JT_arrow_right div{
	height:36px;
	width:18px;
}

#JT table tfoot tr td.JT_left, 
#JT table tfoot tr td.JT_right {
	background-image: url(/img/jtip_shadow_bottom.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#JT table tfoot tr td.JT_right{
	background-position: right bottom;
}

#JT table tbody tr td.JT_left, 
#JT table tbody tr td.JT_right {
	background-image: url(/img/jtip_shadow_middle.png);
	background-repeat: repeat-y;
	background-position: left top;
}

#JT table tbody tr td.JT_right{
	background-position: right top;
}

#JT table tbody tr td.JT_right #JT_body{
	margin-right:20px;
	padding:7px;
}

#JT table tbody tr td.JT_left #JT_body{
	margin-left:20px;
	padding:7px;
}

#JT_body p{
	margin:0;
}

#JT_body img{
	padding: 1px;
	border: 1px solid #cced29;
}

.JT_loader{
	background-image: url(/img/jtip_loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

.jTip{
	cursor:help;
}
















/*

#JT_top {
	background-image: url(/img/jtip_shadow_top.png);
	background-repeat: no-repeat;
	background-position: right top;
	position: absolute;
    top:-10px;
    height:20px;
	left:0px;
	width:100%;
}

#JT_bottom {
	background-image: url(/img/jtip_shadow_bottom.png);
	background-repeat: no-repeat;
	background-position: right top;
	position: relative;
    top:0px;
    height:20px;
	left:0px;
	width:100%;
}

#JT_arrow_left{
	background-image: url(/img/jtip_arrow_left.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:38px;
	width:20px;
    top:-10px;
	left:-20px;
}

#JT_arrow_right{
	background-image: url(/img/jtip_arrow_right.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
    top:-2px;
}


#JT_copy{
	padding:10px 10px 10px 10px;
	color:#333333;
	width:100%;
}

.JT_loader{
	background-image: url(/img/jtip_loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#JT_close_left{
	background-color: red;
	color:#333333;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_close_right{
	background-color: green;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_copy p{
	margin:3px 0;
}

#JT_copy img{
	padding: 1px;
	border: 1px solid #cced29;
}

.jTip{
	cursor:help;
}

*/