/* - - - - - - CSS Document - - - - - - - - -

Title : Global style sheet for client-side web development
Author : Cody Lindley 

- - - - - - - - - - - - - - - - - - - - - */

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

#JT_arrow_left{
	background-image: url(images/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:10001;
	left:14px;
	height:35px;
	width:35px;
    bottom: -37px;
}

#JT_arrow_right{
	background-image: url(images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:10001;
	right: 14px;
	height:35px;
	width:35px;
    bottom: -37px;
}

#JT {
	position: absolute;
	z-index:10000;
	border: 2px solid #02233f;
	background-color: #02233f;
}

#JT .spip-admin-float { display: none; }

#JT_copy{
	padding:10px 10px 20px 10px;
	color:#333333;
}

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

#JT_close_left{
	background-color: #02233f;
	text-align: left;
	padding: 0;
	font-weight:bold;
	height: 0px;
}

#JT_close_right{
	background-color: #02233f;
	text-align: left;
	padding: 0;
	font-weight:bold;
	height: 0px;
}

#JT_copy p{
	margin:3px 0;
}

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

.jTip{
	cursor:pointer;
}

